++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Nov 10 01:55:34 AM UTC 2025 ===================' INFO: =================== Mon Nov 10 01:55: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 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ 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 +++ cut -d / -f 1 +++ local nic=ens3 +++ head -n 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ 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.22,10.0.0.50,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.22:8081 10.0.0.50:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.22:8081 10.0.0.50:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.22:8081 10.0.0.50:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.22:9042 10.0.0.50:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.22:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.22:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.22:8086 10.0.0.50:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.22:8086 10.0.0.50:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.22:8086 10.0.0.50:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.22:8082 10.0.0.50:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.22:8082 10.0.0.50:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.22:8082 10.0.0.50:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.22:9161 10.0.0.50:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.22:9161 10.0.0.50:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.22:9161 10.0.0.50:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.22:2181,10.0.0.50:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.22:2181,10.0.0.50:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22:2181,10.0.0.50:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.22:2181 10.0.0.50:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.22:2181 10.0.0.50:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.22:2181 10.0.0.50:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.22:5673,10.0.0.50:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.22:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.22:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.22:6379 10.0.0.50:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.22:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.22:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.22:9092 10.0.0.50:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.22:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.22:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.22 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.22,10.0.0.50,10.0.0.23 + local cassandra=10.0.0.22 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.22 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.22,10.0.0.50,10.0.0.23 +++ local servers=10.0.0.22,10.0.0.50,10.0.0.23 +++ local server_list= +++ cut -d ' ' -f 1 +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 11/10/2025 01:55:44.063 7f5580f83980 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/10/2025 01:55:44.229 7f5580f83980 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/10/2025 01:55:44.241 7f5580f83980 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/10/2025 01:55:44.241 7f5580f83980 [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 Nov 10 01:56:01 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) 5385 vnc_cgitb.enable(format='text') 5386 5387 main(args_str, VncApiServer(args_str)) 5388 #server_main 5389 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2213 else: 2214 self._db_connect(self._args.reset_config) 2215 self._db_init_entries() 2216 2217 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3787 self.config_log(msg, level=SandeshLevel.SYS_ERR) 3788 3789 ip_fab_vn = self.create_singleton_entry( 3790 VirtualNetwork(cfgm_common.IP_FABRIC_VN_FQ_NAME[-1], 3791 is_provider_network=True)) ip_fab_vn undefined self = self.create_singleton_entry = > global VirtualNetwork = global cfgm_common = cfgm_common.IP_FABRIC_VN_FQ_NAME = ['default-domain', 'default-project', 'ip-fabric'] is_provider_network undefined /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4025 if not ok: 4026 (code, msg) = result 4027 raise cfgm_common.exceptions.HttpError(code, msg) 4028 obj_id = result 4029 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/virtual_network:defaul...6b7b6d63-483c-4da1-b5ab-d683bc42b27b at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/virtual_network:default-domain:default-project:ip-fabric exists already with ID: 6b7b6d63-483c-4da1-b5ab-d683bc42b27b at zookeeper __cause__ = None __class__ = __context__ = NoIdError('virtual_network default-domain:default-project:ip-fabric') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/virtual_network:defaul...6b7b6d63-483c-4da1-b5ab-d683bc42b27b 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/virtual_network:defaul...6b7b6d63-483c-4da1-b5ab-d683bc42b27b at zookeeper') content = 'FQ Name: /fq-name-to-uuid/virtual_network:defaul...6b7b6d63-483c-4da1-b5ab-d683bc42b27b 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 4010, 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 2524, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: virtual_network default-domain:default-project:ip-fabric 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 5387, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2215, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3789, in _db_init_entries ip_fab_vn = self.create_singleton_entry( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4027, 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/virtual_network:default-domain:default-project:ip-fabric exists already with ID: 6b7b6d63-483c-4da1-b5ab-d683bc42b27b 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 Nov 10 01:56:02 AM UTC 2025 ===================' INFO: =================== Mon Nov 10 01:56:02 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ 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 +++ awk '{print $2}' +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.22:8081 10.0.0.50:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.22:8081 10.0.0.50:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.22:8081 10.0.0.50:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.22:9042 10.0.0.50:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.22:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.22:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.22:8086 10.0.0.50:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.22:8086 10.0.0.50:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.22:8086 10.0.0.50:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.22:8082 10.0.0.50:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.22:8082 10.0.0.50:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.22:8082 10.0.0.50:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.22:9161 10.0.0.50:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.22:9161 10.0.0.50:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.22:9161 10.0.0.50:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.22:2181,10.0.0.50:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.22:2181,10.0.0.50:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22:2181,10.0.0.50:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.22:2181 10.0.0.50:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.22:2181 10.0.0.50:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.22:2181 10.0.0.50:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.22:5673,10.0.0.50:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.22:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.22:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.22:6379 10.0.0.50:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.22:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.22:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.22:9092 10.0.0.50:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.22:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.22:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.22 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.22,10.0.0.50,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.22 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.22 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.22,10.0.0.50,10.0.0.23 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.22,10.0.0.50,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ sort ++++ uniq +++ local local_ips=,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ 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: 11/10/2025 01:56:11.085 7fc62af60840 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/10/2025 01:56:11.221 7fc62af60840 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/10/2025 01:56:11.233 7fc62af60840 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/10/2025 01:56:11.233 7fc62af60840 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2025-11-10 01:56:12] "GET / HTTP/1.1" 503 181 0.000225 10.0.0.23 - - [2025-11-10 01:56:12] "GET / HTTP/1.1" 503 181 0.000161 10.0.0.23 - - [2025-11-10 01:56:13] "GET / HTTP/1.1" 200 45871 0.001508 10.0.0.23 - - [2025-11-10 01:56:13] "GET / HTTP/1.1" 200 45871 0.001080 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.23 - - [2025-11-10 01:56:13] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000719 10.0.0.23 - - [2025-11-10 01:56:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000295 10.0.0.23 - - [2025-11-10 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 2.270061 10.0.0.23 - - [2025-11-10 01:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008071 10.0.0.23 - - [2025-11-10 01:56:16] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 2.584686 10.0.0.23 - - [2025-11-10 01:56:16] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004127 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.23 - - [2025-11-10 01:56:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.23 - - [2025-11-10 01:56:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2025-11-10 01:56:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2025-11-10 01:56:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.50 - - [2025-11-10 01:56:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.50 - - [2025-11-10 01:56:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.50 - - [2025-11-10 01:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.22 - - [2025-11-10 01:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.50 - - [2025-11-10 01:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.22 - - [2025-11-10 01:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.22 - - [2025-11-10 01:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.50 - - [2025-11-10 01:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.154651 10.0.0.22 - - [2025-11-10 01:56:23] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.50 - - [2025-11-10 01:56:24] "POST /access-control-lists HTTP/1.1" 200 587 0.056941 10.0.0.50 - - [2025-11-10 01:56:24] "POST /route-targets HTTP/1.1" 200 327 0.022383 10.0.0.50 - - [2025-11-10 01:56:25] "POST /ref-update HTTP/1.1" 200 156 0.025279 10.0.0.50 - - [2025-11-10 01:56:25] "POST /route-targets HTTP/1.1" 200 327 0.021272 10.0.0.50 - - [2025-11-10 01:56:25] "POST /access-control-lists HTTP/1.1" 200 551 0.047301 10.0.0.50 - - [2025-11-10 01:57:03] "POST /ref-update HTTP/1.1" 200 156 0.081589 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.22 - - [2025-11-10 02:00:11] "GET /obj-perms HTTP/1.1" 200 5056 0.381470 10.0.0.50 - - [2025-11-10 02:00:35] "PUT /access-control-list/9768b97d-b185-4878-a110-8c16bd60613d HTTP/1.1" 200 272 0.037232 10.0.0.50 - - [2025-11-10 02:01:11] "GET /obj-perms HTTP/1.1" 200 5056 0.052925 10.0.0.23 - - [2025-11-10 02:01:12] "GET /obj-perms HTTP/1.1" 200 5056 0.047098 10.0.0.23 - - [2025-11-10 02:01:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.23 - - [2025-11-10 02:01:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.23 - - [2025-11-10 02:01:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000619 10.0.0.23 - - [2025-11-10 02:01:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.50 - - [2025-11-10 02:01:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.50 - - [2025-11-10 02:01:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2025-11-10 02:01:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2025-11-10 02:01:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.22 - - [2025-11-10 02:01:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000967 10.0.0.22 - - [2025-11-10 02:01:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000552 10.0.0.22 - - [2025-11-10 02:01:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.22 - - [2025-11-10 02:01:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000582 [Introspect:8084]10.0.0.23 - - [2025-11-10 02:01:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001165 [Introspect:8084]10.0.0.23 - - [2025-11-10 02:01:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001297 [Introspect:8084]10.0.0.23 - - [2025-11-10 02:02:04] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000972 [Introspect:8084]10.0.0.23 - - [2025-11-10 02:02:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001245 10.0.0.22 - - [2025-11-10 02:03:16] "GET / HTTP/1.1" 200 35931 0.002958 10.0.0.22 - - [2025-11-10 02:03:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.22 - - [2025-11-10 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 186 0.061966 10.0.0.23 - - [2025-11-10 02:03:17] "GET /projects?obj_uuids=fd1e8a7e-03ac-4ce4-87b6-75fe31a56530&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.062849 10.0.0.23 - - [2025-11-10 02:03:17] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001853 10.0.0.23 - - [2025-11-10 02:03:17] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036117 10.0.0.23 - - [2025-11-10 02:03:17] "POST /id-to-fqname HTTP/1.1" 200 188 0.001561 10.0.0.23 - - [2025-11-10 02:03:17] "POST /fqname-to-id HTTP/1.1" 404 197 0.012285 10.0.0.23 - - [2025-11-10 02:03:18] "POST /security-groups HTTP/1.1" 200 589 0.076737 10.0.0.23 - - [2025-11-10 02:03:18] "POST /projects HTTP/1.1" 200 581 0.385849 10.0.0.23 - - [2025-11-10 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.431854 10.0.0.22 - - [2025-11-10 02:03:18] "GET /project/fd1e8a7e-03ac-4ce4-87b6-75fe31a56530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.702442 10.0.0.50 - - [2025-11-10 02:03:18] "POST /fqname-to-id HTTP/1.1" 404 231 0.063046 10.0.0.22 - - [2025-11-10 02:03:19] "GET / HTTP/1.1" 200 35931 0.002348 10.0.0.23 - - [2025-11-10 02:03:22] "GET /projects?obj_uuids=fd1e8a7e-03ac-4ce4-87b6-75fe31a56530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001075 10.0.0.22 - - [2025-11-10 02:03:22] "GET /project/fd1e8a7e-03ac-4ce4-87b6-75fe31a56530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.061688 10.0.0.23 - - [2025-11-10 02:03:22] "GET /projects?obj_uuids=fd1e8a7e-03ac-4ce4-87b6-75fe31a56530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.22 - - [2025-11-10 02:03:22] "GET /project/fd1e8a7e-03ac-4ce4-87b6-75fe31a56530?fields=virtual_networks HTTP/1.1" 200 1028 0.059736 10.0.0.23 - - [2025-11-10 02:03:22] "GET /projects?obj_uuids=fd1e8a7e-03ac-4ce4-87b6-75fe31a56530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.22 - - [2025-11-10 02:03:22] "GET /project/fd1e8a7e-03ac-4ce4-87b6-75fe31a56530?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.065475 10.0.0.23 - - [2025-11-10 02:03:22] "GET /projects?obj_uuids=fd1e8a7e-03ac-4ce4-87b6-75fe31a56530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000996 10.0.0.22 - - [2025-11-10 02:03:23] "GET /project/fd1e8a7e-03ac-4ce4-87b6-75fe31a56530?fields=security_groups HTTP/1.1" 200 1252 0.073455 10.0.0.23 - - [2025-11-10 02:03:23] "GET /projects?obj_uuids=2689fb53-1855-4a8d-b217-f12f79769004&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003845 10.0.0.23 - - [2025-11-10 02:03:23] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.23 - - [2025-11-10 02:03:23] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008441 10.0.0.23 - - [2025-11-10 02:03:23] "POST /id-to-fqname HTTP/1.1" 200 167 0.002930 10.0.0.23 - - [2025-11-10 02:03:23] "POST /fqname-to-id HTTP/1.1" 404 176 0.010097 10.0.0.23 - - [2025-11-10 02:03:24] "POST /security-groups HTTP/1.1" 200 568 0.086828 10.0.0.23 - - [2025-11-10 02:03:24] "POST /projects HTTP/1.1" 200 539 0.339405 10.0.0.50 - - [2025-11-10 02:03:24] "POST /access-control-lists HTTP/1.1" 200 573 0.053535 10.0.0.23 - - [2025-11-10 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.413065 10.0.0.22 - - [2025-11-10 02:03:24] "GET /project/2689fb53-1855-4a8d-b217-f12f79769004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.606838 [Introspect:8084]10.0.0.22 - - [2025-11-10 02:03:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001187 10.0.0.23 - - [2025-11-10 02:03:26] "GET /projects?obj_uuids=2689fb53-1855-4a8d-b217-f12f79769004&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001229 10.0.0.22 - - [2025-11-10 02:03:26] "GET /project/2689fb53-1855-4a8d-b217-f12f79769004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.062982 10.0.0.23 - - [2025-11-10 02:03:27] "GET /obj-perms HTTP/1.1" 200 5056 0.054223 [Introspect:8084]10.0.0.22 - - [2025-11-10 02:03:28] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000644 10.0.0.22 - - [2025-11-10 02:03:29] "GET /obj-perms HTTP/1.1" 200 5056 0.049680 10.0.0.22 - - [2025-11-10 02:03:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004726 10.0.0.22 - - [2025-11-10 02:03:29] "GET /obj-perms HTTP/1.1" 200 5056 0.005064 10.0.0.22 - - [2025-11-10 02:03:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004306 10.0.0.22 - - [2025-11-10 02:03:29] "GET /obj-perms HTTP/1.1" 200 5056 0.005671 10.0.0.22 - - [2025-11-10 02:03:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004586 10.0.0.22 - - [2025-11-10 02:03:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004073 10.0.0.22 - - [2025-11-10 02:03:29] "GET /obj-perms HTTP/1.1" 200 5056 0.004799 10.0.0.22 - - [2025-11-10 02:03:30] "GET /obj-perms HTTP/1.1" 200 5056 0.004910 10.0.0.22 - - [2025-11-10 02:03:30] "GET /obj-perms HTTP/1.1" 200 5056 0.004734 10.0.0.22 - - [2025-11-10 02:03:30] "GET /obj-perms HTTP/1.1" 200 5056 0.004345 10.0.0.22 - - [2025-11-10 02:03:30] "GET /obj-perms HTTP/1.1" 200 5056 0.005815 10.0.0.50 - - [2025-11-10 02:03:30] "GET /obj-perms HTTP/1.1" 200 5056 0.051154 10.0.0.23 - - [2025-11-10 02:03:31] "GET /obj-perms HTTP/1.1" 200 5056 0.004674 10.0.0.23 - - [2025-11-10 02:03:31] "GET /obj-perms HTTP/1.1" 200 5056 0.004356 10.0.0.22 - - [2025-11-10 02:03:32] "GET /obj-perms HTTP/1.1" 200 5056 0.005262 10.0.0.22 - - [2025-11-10 02:03:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004799 10.0.0.22 - - [2025-11-10 02:03:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004898 10.0.0.22 - - [2025-11-10 02:03:32] "GET /obj-perms HTTP/1.1" 200 5056 0.003631 10.0.0.22 - - [2025-11-10 02:03:32] "GET /obj-perms HTTP/1.1" 200 5056 0.005141 10.0.0.22 - - [2025-11-10 02:03:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004396 10.0.0.22 - - [2025-11-10 02:03:32] "GET /obj-perms HTTP/1.1" 200 5056 0.004681 10.0.0.22 - - [2025-11-10 02:03:32] "GET /obj-perms HTTP/1.1" 200 5056 0.007148 10.0.0.22 - - [2025-11-10 02:03:32] "GET /obj-perms HTTP/1.1" 200 5056 0.005943 10.0.0.22 - - [2025-11-10 02:03:33] "GET /obj-perms HTTP/1.1" 200 5056 0.005709 10.0.0.22 - - [2025-11-10 02:03:33] "GET /obj-perms HTTP/1.1" 200 5056 0.004573 10.0.0.22 - - [2025-11-10 02:03:35] "GET /obj-perms HTTP/1.1" 200 5056 0.004041 10.0.0.22 - - [2025-11-10 02:03:35] "GET /obj-perms HTTP/1.1" 200 5056 0.004353 10.0.0.22 - - [2025-11-10 02:03:36] "GET /obj-perms HTTP/1.1" 200 5056 0.004103 10.0.0.22 - - [2025-11-10 02:03:36] "GET /obj-perms HTTP/1.1" 200 5056 0.005542 10.0.0.22 - - [2025-11-10 02:03:37] "GET /obj-perms HTTP/1.1" 200 5056 0.003872 10.0.0.22 - - [2025-11-10 02:03:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.037139 10.0.0.23 - - [2025-11-10 02:03:38] "GET /projects?obj_uuids=5be49460-e470-4421-af68-66a1b056a4b8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003501 10.0.0.23 - - [2025-11-10 02:03:38] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001245 10.0.0.23 - - [2025-11-10 02:03:38] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012046 10.0.0.23 - - [2025-11-10 02:03:38] "POST /id-to-fqname HTTP/1.1" 200 201 0.001677 10.0.0.23 - - [2025-11-10 02:03:38] "POST /fqname-to-id HTTP/1.1" 404 210 0.008313 10.0.0.23 - - [2025-11-10 02:03:38] "POST /security-groups HTTP/1.1" 200 602 0.040875 10.0.0.50 - - [2025-11-10 02:03:38] "POST /fqname-to-id HTTP/1.1" 404 245 0.003454 10.0.0.23 - - [2025-11-10 02:03:38] "POST /projects HTTP/1.1" 200 607 0.296329 10.0.0.23 - - [2025-11-10 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.378311 10.0.0.50 - - [2025-11-10 02:03:39] "POST /access-control-lists HTTP/1.1" 200 605 0.045013 10.0.0.22 - - [2025-11-10 02:03:39] "GET /project/5be49460-e470-4421-af68-66a1b056a4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.556240 10.0.0.22 - - [2025-11-10 02:03:40] "GET / HTTP/1.1" 200 35931 0.001740 10.0.0.22 - - [2025-11-10 02:03:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.22 - - [2025-11-10 02:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.057250 10.0.0.23 - - [2025-11-10 02:03:41] "GET /projects?obj_uuids=5be49460-e470-4421-af68-66a1b056a4b8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000973 10.0.0.22 - - [2025-11-10 02:03:41] "GET /project/5be49460-e470-4421-af68-66a1b056a4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.050701 10.0.0.23 - - [2025-11-10 02:03:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006941 10.0.0.22 - - [2025-11-10 02:03:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.287746 10.0.0.22 - - [2025-11-10 02:03:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001379 10.0.0.22 - - [2025-11-10 02:03:42] "GET /virtual-network/240dfc0b-76d9-42d9-8f1f-d87cfc2aba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005694 10.0.0.22 - - [2025-11-10 02:03:42] "GET /virtual-network/240dfc0b-76d9-42d9-8f1f-d87cfc2aba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006928 10.0.0.22 - - [2025-11-10 02:03:42] "POST /neutron/network HTTP/1.1" 200 839 0.008517 10.0.0.22 - - [2025-11-10 02:03:43] "GET /virtual-network/240dfc0b-76d9-42d9-8f1f-d87cfc2aba76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007206 10.0.0.22 - - [2025-11-10 02:03:44] "POST /id-to-fqname HTTP/1.1" 200 233 0.001431 10.0.0.23 - - [2025-11-10 02:03:47] "GET /projects?obj_uuids=5be49460-e470-4421-af68-66a1b056a4b8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001297 10.0.0.22 - - [2025-11-10 02:03:47] "GET /project/5be49460-e470-4421-af68-66a1b056a4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.099683 10.0.0.22 - - [2025-11-10 02:03:47] "POST /neutron/network HTTP/1.1" 200 839 0.030159 10.0.0.22 - - [2025-11-10 02:03:48] "POST /neutron/port HTTP/1.1" 200 117 0.010292 10.0.0.22 - - [2025-11-10 02:03:49] "POST /neutron/port HTTP/1.1" 200 1071 0.042727 10.0.0.22 - - [2025-11-10 02:03:50] "POST /neutron/port HTTP/1.1" 200 1099 0.037052 10.0.0.22 - - [2025-11-10 02:03:50] "POST /neutron/port HTTP/1.1" 200 117 0.001655 10.0.0.22 - - [2025-11-10 02:03:53] "POST /neutron/security_group HTTP/1.1" 200 2069 0.010357 10.0.0.22 - - [2025-11-10 02:03:53] "GET /obj-perms HTTP/1.1" 200 5052 0.060549 10.0.0.22 - - [2025-11-10 02:03:56] "GET /obj-perms HTTP/1.1" 200 5052 0.004764 10.0.0.22 - - [2025-11-10 02:03:59] "POST /neutron/port HTTP/1.1" 200 1099 0.018304 10.0.0.22 - - [2025-11-10 02:04:00] "POST /neutron/network HTTP/1.1" 200 839 0.009372 10.0.0.50 - - [2025-11-10 02:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.008413 10.0.0.23 - - [2025-11-10 02:04:01] "GET /projects?obj_uuids=5be49460-e470-4421-af68-66a1b056a4b8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001124 10.0.0.22 - - [2025-11-10 02:04:01] "GET /project/5be49460-e470-4421-af68-66a1b056a4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.056396 10.0.0.23 - - [2025-11-10 02:04:01] "GET /projects?obj_uuids=5be49460-e470-4421-af68-66a1b056a4b8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001162 10.0.0.22 - - [2025-11-10 02:04:01] "GET /project/5be49460-e470-4421-af68-66a1b056a4b8?fields=virtual_networks HTTP/1.1" 200 1054 0.056933 10.0.0.23 - - [2025-11-10 02:04:01] "GET /projects?obj_uuids=5be49460-e470-4421-af68-66a1b056a4b8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001658 10.0.0.22 - - [2025-11-10 02:04:02] "GET /project/5be49460-e470-4421-af68-66a1b056a4b8?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.093673 10.0.0.23 - - [2025-11-10 02:04:02] "GET /projects?obj_uuids=5be49460-e470-4421-af68-66a1b056a4b8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001022 10.0.0.22 - - [2025-11-10 02:04:02] "GET /project/5be49460-e470-4421-af68-66a1b056a4b8?fields=security_groups HTTP/1.1" 200 1291 0.078008 10.0.0.23 - - [2025-11-10 02:04:02] "GET /projects?obj_uuids=2689fb53-1855-4a8d-b217-f12f79769004&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001114 10.0.0.22 - - [2025-11-10 02:04:02] "GET /project/2689fb53-1855-4a8d-b217-f12f79769004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.068851 10.0.0.23 - - [2025-11-10 02:04:09] "GET /projects?obj_uuids=2689fb53-1855-4a8d-b217-f12f79769004&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001274 10.0.0.22 - - [2025-11-10 02:04:09] "GET /project/2689fb53-1855-4a8d-b217-f12f79769004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.068150 10.0.0.22 - - [2025-11-10 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.028232 10.0.0.23 - - [2025-11-10 02:04:12] "GET /projects?obj_uuids=befa3746-a0b0-4700-9b3e-c52a0c9d766c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005997 10.0.0.23 - - [2025-11-10 02:04:12] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001243 10.0.0.23 - - [2025-11-10 02:04:12] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009523 10.0.0.23 - - [2025-11-10 02:04:12] "POST /id-to-fqname HTTP/1.1" 200 202 0.003460 10.0.0.23 - - [2025-11-10 02:04:12] "POST /fqname-to-id HTTP/1.1" 404 211 0.018676 10.0.0.23 - - [2025-11-10 02:04:12] "POST /security-groups HTTP/1.1" 200 603 0.056259 10.0.0.23 - - [2025-11-10 02:04:12] "POST /projects HTTP/1.1" 200 609 0.382231 10.0.0.50 - - [2025-11-10 02:04:12] "POST /access-control-lists HTTP/1.1" 200 608 0.043430 10.0.0.23 - - [2025-11-10 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.460456 10.0.0.22 - - [2025-11-10 02:04:12] "GET /project/befa3746-a0b0-4700-9b3e-c52a0c9d766c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.645068 10.0.0.22 - - [2025-11-10 02:04:13] "GET / HTTP/1.1" 200 35931 0.001964 10.0.0.22 - - [2025-11-10 02:04:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000540 10.0.0.22 - - [2025-11-10 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.039822 10.0.0.23 - - [2025-11-10 02:04:15] "GET /projects?obj_uuids=befa3746-a0b0-4700-9b3e-c52a0c9d766c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001316 10.0.0.23 - - [2025-11-10 02:04:15] "GET /obj-perms HTTP/1.1" 200 5056 0.355540 10.0.0.22 - - [2025-11-10 02:04:15] "GET /project/befa3746-a0b0-4700-9b3e-c52a0c9d766c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.076195 10.0.0.23 - - [2025-11-10 02:04:15] "GET /projects?obj_uuids=befa3746-a0b0-4700-9b3e-c52a0c9d766c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001239 10.0.0.22 - - [2025-11-10 02:04:15] "POST /neutron/network HTTP/1.1" 200 703 0.204614 10.0.0.50 - - [2025-11-10 02:04:15] "POST /route-targets HTTP/1.1" 200 327 0.024681 10.0.0.22 - - [2025-11-10 02:04:16] "POST /id-to-fqname HTTP/1.1" 200 275 0.004371 10.0.0.22 - - [2025-11-10 02:04:16] "GET /virtual-network/2a2d066c-0de2-4ead-9af0-d7ec2039e323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.006276 10.0.0.22 - - [2025-11-10 02:04:16] "POST /neutron/network HTTP/1.1" 200 922 0.008608 10.0.0.22 - - [2025-11-10 02:04:16] "GET /virtual-network/2a2d066c-0de2-4ead-9af0-d7ec2039e323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.008960 10.0.0.22 - - [2025-11-10 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005450 10.0.0.23 - - [2025-11-10 02:04:16] "GET /projects?obj_uuids=befa3746-a0b0-4700-9b3e-c52a0c9d766c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000985 10.0.0.22 - - [2025-11-10 02:04:16] "GET /project/befa3746-a0b0-4700-9b3e-c52a0c9d766c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.061968 10.0.0.22 - - [2025-11-10 02:04:16] "POST /neutron/network HTTP/1.1" 200 117 0.074407 10.0.0.50 - - [2025-11-10 02:04:16] "POST /ref-update HTTP/1.1" 200 156 0.039131 10.0.0.22 - - [2025-11-10 02:04:16] "POST /neutron/network HTTP/1.1" 200 919 0.010611 10.0.0.22 - - [2025-11-10 02:04:16] "POST /id-to-fqname HTTP/1.1" 200 275 0.001389 10.0.0.22 - - [2025-11-10 02:04:16] "GET /virtual-network/c1f63c53-c9b2-420f-95db-4c512416ca43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.005865 10.0.0.22 - - [2025-11-10 02:04:16] "GET /virtual-network/c1f63c53-c9b2-420f-95db-4c512416ca43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.006836 10.0.0.22 - - [2025-11-10 02:04:17] "POST /neutron/subnet HTTP/1.1" 200 710 0.019945 10.0.0.22 - - [2025-11-10 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.23 - - [2025-11-10 02:04:17] "GET /projects?obj_uuids=befa3746-a0b0-4700-9b3e-c52a0c9d766c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000999 10.0.0.22 - - [2025-11-10 02:04:17] "GET /project/befa3746-a0b0-4700-9b3e-c52a0c9d766c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.069542 10.0.0.23 - - [2025-11-10 02:04:17] "DELETE /project/5be49460e4704421af6866a1b056a4b8 HTTP/1.1" 404 173 0.012322 10.0.0.23 - - [2025-11-10 02:04:17] "DELETE /project/befa3746a0b047009b3ec52a0c9d766c HTTP/1.1" 404 173 0.012507 10.0.0.23 - - [2025-11-10 02:04:17] "DELETE /project/fd1e8a7e03ac4ce487b675fe31a56530 HTTP/1.1" 404 173 0.012552 10.0.0.23 - - [2025-11-10 02:04:17] "DELETE /project/2689fb5318554a8db217f12f79769004 HTTP/1.1" 404 173 0.011860 10.0.0.23 - - [2025-11-10 02:04:17] "GET /projects?obj_uuids=fd1e8a7e-03ac-4ce4-87b6-75fe31a56530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000988 10.0.0.23 - - [2025-11-10 02:04:17] "GET /projects?obj_uuids=5be49460-e470-4421-af68-66a1b056a4b8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000797 10.0.0.23 - - [2025-11-10 02:04:17] "GET /project/5be49460-e470-4421-af68-66a1b056a4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.090539 10.0.0.23 - - [2025-11-10 02:04:17] "GET /projects?obj_uuids=5be49460-e470-4421-af68-66a1b056a4b8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001422 10.0.0.23 - - [2025-11-10 02:04:17] "GET /project/fd1e8a7e-03ac-4ce4-87b6-75fe31a56530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.124422 10.0.0.23 - - [2025-11-10 02:04:17] "GET /projects?obj_uuids=fd1e8a7e-03ac-4ce4-87b6-75fe31a56530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001269 10.0.0.23 - - [2025-11-10 02:04:17] "POST /useragent-kv HTTP/1.1" 200 115 0.027001 10.0.0.23 - - [2025-11-10 02:04:17] "GET /project/5be49460-e470-4421-af68-66a1b056a4b8?fields=security_groups HTTP/1.1" 200 1396 0.110141 10.0.0.22 - - [2025-11-10 02:04:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.401769 10.0.0.23 - - [2025-11-10 02:04:17] "GET /project/fd1e8a7e-03ac-4ce4-87b6-75fe31a56530?fields=security_groups HTTP/1.1" 200 1357 0.140998 10.0.0.22 - - [2025-11-10 02:04:17] "POST /id-to-fqname HTTP/1.1" 200 276 0.001752 10.0.0.22 - - [2025-11-10 02:04:17] "GET /virtual-network/f745aa6e-914b-4e3b-a1de-4b7e6475702f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.009230 10.0.0.22 - - [2025-11-10 02:04:17] "GET /virtual-network/f745aa6e-914b-4e3b-a1de-4b7e6475702f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.007558 10.0.0.22 - - [2025-11-10 02:04:17] "POST /neutron/network HTTP/1.1" 200 924 0.012790 10.0.0.23 - - [2025-11-10 02:04:18] "DELETE /security-group/10db9d02-c5d0-40ef-b375-8b251e633052 HTTP/1.1" 200 115 0.165504 10.0.0.22 - - [2025-11-10 02:04:18] "POST /id-to-fqname HTTP/1.1" 200 275 0.002487 10.0.0.23 - - [2025-11-10 02:04:18] "GET /projects?obj_uuids=5be49460-e470-4421-af68-66a1b056a4b8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001751 10.0.0.23 - - [2025-11-10 02:04:18] "DELETE /security-group/92c3e189-5405-4a11-a7d3-206530bbac57 HTTP/1.1" 200 115 0.132202 10.0.0.23 - - [2025-11-10 02:04:18] "GET /projects?obj_uuids=fd1e8a7e-03ac-4ce4-87b6-75fe31a56530&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001452 10.0.0.50 - - [2025-11-10 02:04:18] "DELETE /access-control-list/ece82613-57c5-4e8f-9dd5-4c80ff1b6c22 HTTP/1.1" 200 115 0.104964 10.0.0.23 - - [2025-11-10 02:04:18] "GET /project/5be49460-e470-4421-af68-66a1b056a4b8?fields=application_policy_sets HTTP/1.1" 200 1435 0.115172 10.0.0.23 - - [2025-11-10 02:04:18] "GET /project/fd1e8a7e-03ac-4ce4-87b6-75fe31a56530?fields=application_policy_sets HTTP/1.1" 200 1396 0.160373 10.0.0.50 - - [2025-11-10 02:04:18] "DELETE /access-control-list/2839032b-a456-4131-b515-1d92b9fc3deb HTTP/1.1" 200 115 0.096814 10.0.0.23 - - [2025-11-10 02:04:18] "DELETE /project/5be49460-e470-4421-af68-66a1b056a4b8 HTTP/1.1" 200 115 0.969115 10.0.0.23 - - [2025-11-10 02:04:18] "DELETE /project/fd1e8a7e-03ac-4ce4-87b6-75fe31a56530 HTTP/1.1" 200 115 1.011587 10.0.0.23 - - [2025-11-10 02:04:19] "GET /projects?obj_uuids=befa3746-a0b0-4700-9b3e-c52a0c9d766c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001102 10.0.0.22 - - [2025-11-10 02:04:19] "GET /project/befa3746-a0b0-4700-9b3e-c52a0c9d766c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.091858 10.0.0.22 - - [2025-11-10 02:04:19] "POST /neutron/network HTTP/1.1" 200 919 0.007823 10.0.0.22 - - [2025-11-10 02:04:19] "POST /id-to-fqname HTTP/1.1" 200 276 0.001662 10.0.0.22 - - [2025-11-10 02:04:19] "POST /neutron/port HTTP/1.1" 200 117 0.010910 10.0.0.23 - - [2025-11-10 02:04:20] "GET /projects?obj_uuids=befa3746-a0b0-4700-9b3e-c52a0c9d766c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.23 - - [2025-11-10 02:04:20] "GET /projects?obj_uuids=befa3746-a0b0-4700-9b3e-c52a0c9d766c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000941 10.0.0.22 - - [2025-11-10 02:04:20] "POST /neutron/port HTTP/1.1" 200 1069 0.430606 10.0.0.22 - - [2025-11-10 02:04:20] "GET /project/befa3746-a0b0-4700-9b3e-c52a0c9d766c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.092480 10.0.0.22 - - [2025-11-10 02:04:20] "POST /neutron/network HTTP/1.1" 200 924 0.008502 10.0.0.22 - - [2025-11-10 02:04:21] "POST /neutron/port HTTP/1.1" 200 1097 0.023020 10.0.0.22 - - [2025-11-10 02:04:21] "POST /neutron/subnet HTTP/1.1" 200 684 0.012583 10.0.0.22 - - [2025-11-10 02:04:21] "POST /neutron/network HTTP/1.1" 200 919 0.010447 10.0.0.22 - - [2025-11-10 02:04:22] "POST /neutron/network HTTP/1.1" 200 919 0.009550 10.0.0.22 - - [2025-11-10 02:04:23] "POST /neutron/port HTTP/1.1" 200 1072 0.040592 10.0.0.22 - - [2025-11-10 02:04:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004982 10.0.0.22 - - [2025-11-10 02:04:23] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.22 - - [2025-11-10 02:04:23] "POST /neutron/port HTTP/1.1" 200 151 0.263482 10.0.0.22 - - [2025-11-10 02:04:25] "POST /neutron/network HTTP/1.1" 200 924 0.010604 10.0.0.22 - - [2025-11-10 02:04:27] "POST /neutron/port HTTP/1.1" 200 1126 0.026754 10.0.0.22 - - [2025-11-10 02:04:27] "POST /neutron/network HTTP/1.1" 400 204 0.019428 10.0.0.22 - - [2025-11-10 02:04:27] "POST /neutron/network HTTP/1.1" 200 117 0.012942 10.0.0.23 - - [2025-11-10 02:04:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003793 10.0.0.50 - - [2025-11-10 02:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007502 10.0.0.23 - - [2025-11-10 02:04:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003194 10.0.0.22 - - [2025-11-10 02:04:29] "POST /neutron/network HTTP/1.1" 200 151 0.195919 10.0.0.23 - - [2025-11-10 02:04:29] "GET /projects?obj_uuids=befa3746-a0b0-4700-9b3e-c52a0c9d766c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003991 10.0.0.50 - - [2025-11-10 02:04:29] "DELETE /route-target/ce7fdfdb-4335-4ac5-9a35-6dc56e526281 HTTP/1.1" 200 115 0.041474 10.0.0.22 - - [2025-11-10 02:04:29] "GET /project/befa3746-a0b0-4700-9b3e-c52a0c9d766c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.054426 10.0.0.23 - - [2025-11-10 02:04:29] "GET /projects?obj_uuids=befa3746-a0b0-4700-9b3e-c52a0c9d766c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001182 10.0.0.22 - - [2025-11-10 02:04:29] "GET /project/befa3746-a0b0-4700-9b3e-c52a0c9d766c?fields=virtual_networks HTTP/1.1" 200 1057 0.077159 10.0.0.23 - - [2025-11-10 02:04:30] "GET /projects?obj_uuids=befa3746-a0b0-4700-9b3e-c52a0c9d766c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001679 10.0.0.22 - - [2025-11-10 02:04:30] "GET /project/befa3746-a0b0-4700-9b3e-c52a0c9d766c?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.066669 10.0.0.23 - - [2025-11-10 02:04:30] "GET /projects?obj_uuids=befa3746-a0b0-4700-9b3e-c52a0c9d766c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001104 10.0.0.22 - - [2025-11-10 02:04:30] "GET /project/befa3746-a0b0-4700-9b3e-c52a0c9d766c?fields=security_groups HTTP/1.1" 200 1295 0.072205 10.0.0.22 - - [2025-11-10 02:04:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.027121 10.0.0.23 - - [2025-11-10 02:04:31] "GET /projects?obj_uuids=633f2298-b77f-4614-b829-b5c2fda9b7f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003463 10.0.0.23 - - [2025-11-10 02:04:31] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.23 - - [2025-11-10 02:04:31] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007349 10.0.0.23 - - [2025-11-10 02:04:31] "POST /id-to-fqname HTTP/1.1" 200 192 0.001266 10.0.0.23 - - [2025-11-10 02:04:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.026982 10.0.0.23 - - [2025-11-10 02:04:31] "POST /security-groups HTTP/1.1" 200 593 0.091009 10.0.0.23 - - [2025-11-10 02:04:31] "POST /projects HTTP/1.1" 200 589 0.341439 10.0.0.23 - - [2025-11-10 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.417420 10.0.0.50 - - [2025-11-10 02:04:31] "POST /fqname-to-id HTTP/1.1" 404 235 0.020612 10.0.0.22 - - [2025-11-10 02:04:31] "GET /project/633f2298-b77f-4614-b829-b5c2fda9b7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.585230 10.0.0.22 - - [2025-11-10 02:04:32] "GET / HTTP/1.1" 200 35931 0.001625 10.0.0.22 - - [2025-11-10 02:04:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000650 10.0.0.22 - - [2025-11-10 02:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.052819 10.0.0.23 - - [2025-11-10 02:04:33] "GET /projects?obj_uuids=633f2298-b77f-4614-b829-b5c2fda9b7f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001534 10.0.0.22 - - [2025-11-10 02:04:33] "GET /project/633f2298-b77f-4614-b829-b5c2fda9b7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.074334 10.0.0.22 - - [2025-11-10 02:04:33] "POST /neutron/network HTTP/1.1" 200 117 0.039964 10.0.0.50 - - [2025-11-10 02:04:34] "POST /ref-update HTTP/1.1" 200 156 0.053481 10.0.0.22 - - [2025-11-10 02:04:34] "POST /neutron/network HTTP/1.1" 200 891 0.011267 10.0.0.22 - - [2025-11-10 02:04:34] "POST /id-to-fqname HTTP/1.1" 200 255 0.001306 10.0.0.22 - - [2025-11-10 02:04:34] "GET /virtual-network/da1fe01f-6d1d-4849-82d2-902f8de69187?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005624 10.0.0.22 - - [2025-11-10 02:04:34] "GET /virtual-network/da1fe01f-6d1d-4849-82d2-902f8de69187?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006700 10.0.0.22 - - [2025-11-10 02:04:34] "POST /neutron/subnet HTTP/1.1" 200 719 0.014635 10.0.0.22 - - [2025-11-10 02:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.23 - - [2025-11-10 02:04:34] "GET /projects?obj_uuids=633f2298-b77f-4614-b829-b5c2fda9b7f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001041 10.0.0.22 - - [2025-11-10 02:04:34] "GET /project/633f2298-b77f-4614-b829-b5c2fda9b7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.075872 10.0.0.23 - - [2025-11-10 02:04:35] "POST /useragent-kv HTTP/1.1" 200 115 0.008390 10.0.0.22 - - [2025-11-10 02:04:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.212420 10.0.0.22 - - [2025-11-10 02:04:35] "POST /id-to-fqname HTTP/1.1" 200 255 0.001305 10.0.0.22 - - [2025-11-10 02:04:35] "GET /virtual-network/2fa50400-f1e9-47b2-aa4a-61ed7ee52163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006932 10.0.0.22 - - [2025-11-10 02:04:35] "GET /virtual-network/2fa50400-f1e9-47b2-aa4a-61ed7ee52163?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.008655 10.0.0.22 - - [2025-11-10 02:04:35] "POST /neutron/network HTTP/1.1" 200 892 0.010136 10.0.0.22 - - [2025-11-10 02:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.23 - - [2025-11-10 02:04:35] "GET /projects?obj_uuids=633f2298-b77f-4614-b829-b5c2fda9b7f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001043 10.0.0.22 - - [2025-11-10 02:04:35] "GET /project/633f2298-b77f-4614-b829-b5c2fda9b7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.058127 10.0.0.23 - - [2025-11-10 02:04:35] "GET /projects?obj_uuids=633f2298-b77f-4614-b829-b5c2fda9b7f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001471 10.0.0.22 - - [2025-11-10 02:04:35] "POST /neutron/network HTTP/1.1" 200 675 0.176469 10.0.0.50 - - [2025-11-10 02:04:35] "POST /route-targets HTTP/1.1" 200 327 0.023273 10.0.0.22 - - [2025-11-10 02:04:36] "POST /id-to-fqname HTTP/1.1" 200 256 0.004643 10.0.0.22 - - [2025-11-10 02:04:36] "GET /virtual-network/a63502f5-13fe-4e08-84c4-3eb20b9462b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.008617 10.0.0.22 - - [2025-11-10 02:04:36] "POST /neutron/network HTTP/1.1" 200 894 0.010218 10.0.0.22 - - [2025-11-10 02:04:36] "GET /virtual-network/a63502f5-13fe-4e08-84c4-3eb20b9462b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.008219 10.0.0.22 - - [2025-11-10 02:04:36] "POST /id-to-fqname HTTP/1.1" 200 255 0.001875 10.0.0.22 - - [2025-11-10 02:04:36] "POST /neutron/network HTTP/1.1" 200 902 0.009882 10.0.0.23 - - [2025-11-10 02:04:37] "GET /projects?obj_uuids=633f2298-b77f-4614-b829-b5c2fda9b7f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001280 10.0.0.22 - - [2025-11-10 02:04:37] "GET /project/633f2298-b77f-4614-b829-b5c2fda9b7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.082862 10.0.0.22 - - [2025-11-10 02:04:37] "POST /neutron/port HTTP/1.1" 200 117 0.007295 10.0.0.22 - - [2025-11-10 02:04:37] "POST /id-to-fqname HTTP/1.1" 200 256 0.001362 10.0.0.22 - - [2025-11-10 02:04:38] "POST /neutron/network HTTP/1.1" 200 902 0.007716 10.0.0.23 - - [2025-11-10 02:04:38] "GET /projects?obj_uuids=633f2298-b77f-4614-b829-b5c2fda9b7f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001251 10.0.0.22 - - [2025-11-10 02:04:38] "GET /project/633f2298-b77f-4614-b829-b5c2fda9b7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.106874 10.0.0.22 - - [2025-11-10 02:04:38] "POST /neutron/port HTTP/1.1" 200 1062 0.055379 10.0.0.22 - - [2025-11-10 02:04:39] "POST /neutron/port HTTP/1.1" 200 1090 0.023009 10.0.0.22 - - [2025-11-10 02:04:39] "POST /neutron/subnet HTTP/1.1" 200 699 0.016501 10.0.0.22 - - [2025-11-10 02:04:39] "POST /neutron/network HTTP/1.1" 200 892 0.008508 10.0.0.23 - - [2025-11-10 02:04:39] "GET /projects?obj_uuids=633f2298-b77f-4614-b829-b5c2fda9b7f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001559 10.0.0.22 - - [2025-11-10 02:04:40] "POST /neutron/port HTTP/1.1" 200 1062 0.409336 10.0.0.22 - - [2025-11-10 02:04:40] "POST /neutron/port HTTP/1.1" 200 1116 0.138693 10.0.0.22 - - [2025-11-10 02:04:40] "POST /neutron/subnet HTTP/1.1" 200 698 0.011980 10.0.0.22 - - [2025-11-10 02:04:41] "POST /neutron/network HTTP/1.1" 200 892 0.017290 10.0.0.22 - - [2025-11-10 02:04:41] "POST /neutron/port HTTP/1.1" 200 1116 0.013972 10.0.0.22 - - [2025-11-10 02:04:42] "POST /neutron/port HTTP/1.1" 200 1116 0.014774 10.0.0.23 - - [2025-11-10 02:04:43] "POST /useragent-kv HTTP/1.1" 200 115 0.016679 10.0.0.23 - - [2025-11-10 02:04:43] "POST /useragent-kv HTTP/1.1" 200 115 0.009695 10.0.0.22 - - [2025-11-10 02:04:43] "POST /neutron/network HTTP/1.1" 200 151 0.223734 10.0.0.50 - - [2025-11-10 02:04:43] "DELETE /route-target/8828e743-d483-4431-b2d8-7ee84e5b133d HTTP/1.1" 200 115 0.038933 10.0.0.23 - - [2025-11-10 02:04:43] "POST /useragent-kv HTTP/1.1" 200 115 0.007596 10.0.0.23 - - [2025-11-10 02:04:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005623 10.0.0.22 - - [2025-11-10 02:04:43] "POST /neutron/network HTTP/1.1" 200 151 0.179857 10.0.0.50 - - [2025-11-10 02:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007123 10.0.0.23 - - [2025-11-10 02:04:43] "GET /projects?obj_uuids=633f2298-b77f-4614-b829-b5c2fda9b7f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001015 10.0.0.22 - - [2025-11-10 02:04:43] "GET /project/633f2298-b77f-4614-b829-b5c2fda9b7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.074861 10.0.0.23 - - [2025-11-10 02:04:43] "GET /projects?obj_uuids=633f2298-b77f-4614-b829-b5c2fda9b7f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001865 10.0.0.22 - - [2025-11-10 02:04:43] "GET /project/633f2298-b77f-4614-b829-b5c2fda9b7f7?fields=virtual_networks HTTP/1.1" 200 1036 0.066362 10.0.0.23 - - [2025-11-10 02:04:43] "GET /projects?obj_uuids=633f2298-b77f-4614-b829-b5c2fda9b7f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001081 10.0.0.22 - - [2025-11-10 02:04:44] "GET /project/633f2298-b77f-4614-b829-b5c2fda9b7f7?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.064862 10.0.0.23 - - [2025-11-10 02:04:44] "GET /projects?obj_uuids=633f2298-b77f-4614-b829-b5c2fda9b7f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000985 10.0.0.22 - - [2025-11-10 02:04:44] "GET /project/633f2298-b77f-4614-b829-b5c2fda9b7f7?fields=security_groups HTTP/1.1" 200 1264 0.046650 10.0.0.22 - - [2025-11-10 02:04:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.032286 10.0.0.23 - - [2025-11-10 02:04:45] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005102 10.0.0.23 - - [2025-11-10 02:04:45] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001820 10.0.0.23 - - [2025-11-10 02:04:45] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010312 10.0.0.23 - - [2025-11-10 02:04:45] "POST /id-to-fqname HTTP/1.1" 200 198 0.001745 10.0.0.23 - - [2025-11-10 02:04:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.007792 10.0.0.23 - - [2025-11-10 02:04:45] "POST /security-groups HTTP/1.1" 200 599 0.049173 10.0.0.23 - - [2025-11-10 02:04:45] "POST /projects HTTP/1.1" 200 601 0.328010 10.0.0.50 - - [2025-11-10 02:04:45] "POST /access-control-lists HTTP/1.1" 200 604 0.033735 10.0.0.23 - - [2025-11-10 02:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.402060 10.0.0.22 - - [2025-11-10 02:04:45] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.581487 10.0.0.22 - - [2025-11-10 02:04:46] "GET / HTTP/1.1" 200 35931 0.001392 10.0.0.22 - - [2025-11-10 02:04:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.22 - - [2025-11-10 02:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.056786 10.0.0.23 - - [2025-11-10 02:04:47] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.22 - - [2025-11-10 02:04:47] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051746 10.0.0.22 - - [2025-11-10 02:04:47] "POST /neutron/network HTTP/1.1" 200 117 0.033773 10.0.0.50 - - [2025-11-10 02:04:47] "POST /route-targets HTTP/1.1" 200 327 0.025861 10.0.0.22 - - [2025-11-10 02:04:48] "POST /neutron/network HTTP/1.1" 200 909 0.010856 10.0.0.22 - - [2025-11-10 02:04:48] "POST /id-to-fqname HTTP/1.1" 200 267 0.001237 10.0.0.22 - - [2025-11-10 02:04:48] "GET /virtual-network/febec707-56a0-444f-9232-8eef983756ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006263 10.0.0.22 - - [2025-11-10 02:04:48] "GET /virtual-network/febec707-56a0-444f-9232-8eef983756ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006117 10.0.0.22 - - [2025-11-10 02:04:48] "POST /neutron/subnet HTTP/1.1" 200 720 0.011755 10.0.0.22 - - [2025-11-10 02:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.23 - - [2025-11-10 02:04:48] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.22 - - [2025-11-10 02:04:48] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.071555 10.0.0.50 - - [2025-11-10 02:04:48] "POST /ref-update HTTP/1.1" 200 156 0.046333 10.0.0.23 - - [2025-11-10 02:04:48] "POST /useragent-kv HTTP/1.1" 200 115 0.013557 10.0.0.22 - - [2025-11-10 02:04:48] "POST /neutron/subnet HTTP/1.1" 200 734 0.271479 10.0.0.22 - - [2025-11-10 02:04:48] "POST /id-to-fqname HTTP/1.1" 200 267 0.001327 10.0.0.22 - - [2025-11-10 02:04:48] "GET /virtual-network/98d7cc03-617f-47d4-a50c-6f76ab387888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.006820 10.0.0.22 - - [2025-11-10 02:04:49] "GET /virtual-network/98d7cc03-617f-47d4-a50c-6f76ab387888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.009270 10.0.0.22 - - [2025-11-10 02:04:49] "POST /neutron/network HTTP/1.1" 200 912 0.013370 10.0.0.22 - - [2025-11-10 02:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.23 - - [2025-11-10 02:04:49] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.22 - - [2025-11-10 02:04:49] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055230 10.0.0.23 - - [2025-11-10 02:04:49] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.22 - - [2025-11-10 02:04:49] "POST /neutron/network HTTP/1.1" 200 693 0.153227 10.0.0.22 - - [2025-11-10 02:04:49] "POST /id-to-fqname HTTP/1.1" 200 268 0.003622 10.0.0.22 - - [2025-11-10 02:04:49] "GET /virtual-network/2742d42c-8da7-491f-a6d0-de268acba2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.009227 10.0.0.22 - - [2025-11-10 02:04:49] "POST /neutron/network HTTP/1.1" 200 913 0.007526 10.0.0.22 - - [2025-11-10 02:04:49] "GET /virtual-network/2742d42c-8da7-491f-a6d0-de268acba2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.006053 10.0.0.22 - - [2025-11-10 02:04:49] "POST /id-to-fqname HTTP/1.1" 200 267 0.001451 10.0.0.50 - - [2025-11-10 02:05:16] "GET /obj-perms HTTP/1.1" 200 5056 0.053775 10.0.0.23 - - [2025-11-10 02:05:18] "DELETE /project/fe6e9b9c17454919b87fbf30f1e6409f HTTP/1.1" 404 173 0.008233 10.0.0.23 - - [2025-11-10 02:05:18] "DELETE /project/633f2298b77f4614b829b5c2fda9b7f7 HTTP/1.1" 404 173 0.012073 10.0.0.23 - - [2025-11-10 02:05:18] "GET /projects?obj_uuids=633f2298-b77f-4614-b829-b5c2fda9b7f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000873 10.0.0.23 - - [2025-11-10 02:05:18] "GET /projects?obj_uuids=befa3746-a0b0-4700-9b3e-c52a0c9d766c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000780 10.0.0.23 - - [2025-11-10 02:05:18] "GET /project/befa3746-a0b0-4700-9b3e-c52a0c9d766c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.060738 10.0.0.23 - - [2025-11-10 02:05:18] "GET /projects?obj_uuids=befa3746-a0b0-4700-9b3e-c52a0c9d766c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.23 - - [2025-11-10 02:05:18] "GET /project/633f2298-b77f-4614-b829-b5c2fda9b7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.075778 10.0.0.23 - - [2025-11-10 02:05:18] "GET /projects?obj_uuids=633f2298-b77f-4614-b829-b5c2fda9b7f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001015 10.0.0.23 - - [2025-11-10 02:05:18] "GET /project/befa3746-a0b0-4700-9b3e-c52a0c9d766c?fields=security_groups HTTP/1.1" 200 1400 0.070956 10.0.0.23 - - [2025-11-10 02:05:18] "GET /project/633f2298-b77f-4614-b829-b5c2fda9b7f7?fields=security_groups HTTP/1.1" 200 1369 0.129076 10.0.0.23 - - [2025-11-10 02:05:18] "DELETE /security-group/5eabd90e-677d-43c3-ae9c-dfc936b56275 HTTP/1.1" 200 115 0.090977 10.0.0.23 - - [2025-11-10 02:05:18] "GET /projects?obj_uuids=befa3746-a0b0-4700-9b3e-c52a0c9d766c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002969 10.0.0.50 - - [2025-11-10 02:05:19] "DELETE /access-control-list/94f6f3c4-3842-44d0-b4fe-a523a350badf HTTP/1.1" 200 115 0.054456 10.0.0.23 - - [2025-11-10 02:05:19] "GET /project/befa3746-a0b0-4700-9b3e-c52a0c9d766c?fields=application_policy_sets HTTP/1.1" 200 1439 0.067557 10.0.0.23 - - [2025-11-10 02:05:19] "DELETE /security-group/2e553132-0a72-4c86-a896-1e8320642294 HTTP/1.1" 200 115 0.111736 10.0.0.23 - - [2025-11-10 02:05:19] "GET /projects?obj_uuids=633f2298-b77f-4614-b829-b5c2fda9b7f7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001022 10.0.0.23 - - [2025-11-10 02:05:19] "GET /project/633f2298-b77f-4614-b829-b5c2fda9b7f7?fields=application_policy_sets HTTP/1.1" 200 1408 0.077409 10.0.0.50 - - [2025-11-10 02:05:19] "DELETE /access-control-list/521f8a64-84cb-4bb6-bcaf-3678e3c10959 HTTP/1.1" 200 115 0.103957 10.0.0.23 - - [2025-11-10 02:05:19] "DELETE /project/befa3746-a0b0-4700-9b3e-c52a0c9d766c HTTP/1.1" 200 115 0.657968 10.0.0.23 - - [2025-11-10 02:05:19] "DELETE /project/633f2298-b77f-4614-b829-b5c2fda9b7f7 HTTP/1.1" 200 115 0.737457 10.0.0.22 - - [2025-11-10 02:05:23] "POST /neutron/network HTTP/1.1" 200 922 0.010514 10.0.0.23 - - [2025-11-10 02:05:24] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001079 10.0.0.22 - - [2025-11-10 02:05:24] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068971 10.0.0.22 - - [2025-11-10 02:05:24] "POST /neutron/port HTTP/1.1" 200 117 0.009319 10.0.0.22 - - [2025-11-10 02:05:24] "POST /id-to-fqname HTTP/1.1" 200 268 0.002100 10.0.0.22 - - [2025-11-10 02:05:25] "POST /neutron/network HTTP/1.1" 200 922 0.007980 10.0.0.23 - - [2025-11-10 02:05:25] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.22 - - [2025-11-10 02:05:25] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.158698 10.0.0.22 - - [2025-11-10 02:05:25] "POST /neutron/network HTTP/1.1" 200 913 0.021926 10.0.0.22 - - [2025-11-10 02:05:26] "POST /neutron/port HTTP/1.1" 200 1098 0.077100 10.0.0.22 - - [2025-11-10 02:05:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004905 10.0.0.23 - - [2025-11-10 02:05:26] "GET /projects?obj_uuids=2689fb53-1855-4a8d-b217-f12f79769004&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001522 10.0.0.22 - - [2025-11-10 02:05:26] "POST /neutron/port HTTP/1.1" 200 117 0.004670 10.0.0.22 - - [2025-11-10 02:05:26] "GET /project/2689fb53-1855-4a8d-b217-f12f79769004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.113666 10.0.0.23 - - [2025-11-10 02:05:26] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094 10.0.0.22 - - [2025-11-10 02:05:27] "POST /neutron/port HTTP/1.1" 200 1069 0.602393 10.0.0.22 - - [2025-11-10 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.22 - - [2025-11-10 02:05:27] "GET /security-group/bfad4b29-ed9c-409a-9151-9d7178c91c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.021731 10.0.0.22 - - [2025-11-10 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.23 - - [2025-11-10 02:05:27] "GET /projects?obj_uuids=2689fb53-1855-4a8d-b217-f12f79769004&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001050 10.0.0.22 - - [2025-11-10 02:05:27] "POST /neutron/port HTTP/1.1" 200 1123 0.222061 10.0.0.22 - - [2025-11-10 02:05:27] "GET /project/2689fb53-1855-4a8d-b217-f12f79769004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.154739 10.0.0.22 - - [2025-11-10 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006689 10.0.0.22 - - [2025-11-10 02:05:27] "GET /security-group/bfad4b29-ed9c-409a-9151-9d7178c91c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.012203 10.0.0.22 - - [2025-11-10 02:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005344 10.0.0.22 - - [2025-11-10 02:05:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.019774 10.0.0.22 - - [2025-11-10 02:05:28] "PUT /security-group/bfad4b29-ed9c-409a-9151-9d7178c91c77 HTTP/1.1" 200 262 0.053440 10.0.0.22 - - [2025-11-10 02:05:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.013083 10.0.0.22 - - [2025-11-10 02:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006638 10.0.0.23 - - [2025-11-10 02:05:29] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001197 10.0.0.22 - - [2025-11-10 02:05:29] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010320 10.0.0.22 - - [2025-11-10 02:05:29] "POST /service-templates HTTP/1.1" 200 543 0.062042 10.0.0.22 - - [2025-11-10 02:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.013093 10.0.0.22 - - [2025-11-10 02:05:29] "GET /service-template/c07ef36d-ae9e-46ed-a360-98c45b852139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.017077 10.0.0.22 - - [2025-11-10 02:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005754 10.0.0.22 - - [2025-11-10 02:05:29] "GET /service-template/c07ef36d-ae9e-46ed-a360-98c45b852139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.011912 10.0.0.22 - - [2025-11-10 02:05:29] "POST /id-to-fqname HTTP/1.1" 200 267 0.001542 10.0.0.22 - - [2025-11-10 02:05:29] "POST /id-to-fqname HTTP/1.1" 200 267 0.002943 10.0.0.22 - - [2025-11-10 02:05:29] "POST /id-to-fqname HTTP/1.1" 200 268 0.002198 10.0.0.22 - - [2025-11-10 02:05:29] "POST /neutron/port HTTP/1.1" 200 2079 0.070588 10.0.0.22 - - [2025-11-10 02:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007179 10.0.0.22 - - [2025-11-10 02:05:30] "DELETE /service-template/c07ef36d-ae9e-46ed-a360-98c45b852139 HTTP/1.1" 200 115 0.063708 10.0.0.22 - - [2025-11-10 02:05:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.006551 10.0.0.22 - - [2025-11-10 02:05:33] "POST /neutron/network HTTP/1.1" 400 204 0.038268 10.0.0.22 - - [2025-11-10 02:05:37] "POST /neutron/network HTTP/1.1" 200 912 0.019710 10.0.0.22 - - [2025-11-10 02:05:39] "POST /neutron/network HTTP/1.1" 400 204 0.029357 10.0.0.22 - - [2025-11-10 02:05:43] "POST /neutron/network HTTP/1.1" 200 912 0.022335 10.0.0.22 - - [2025-11-10 02:05:45] "POST /neutron/network HTTP/1.1" 400 204 0.040238 10.0.0.22 - - [2025-11-10 02:05:49] "POST /neutron/network HTTP/1.1" 200 912 0.016310 10.0.0.22 - - [2025-11-10 02:05:52] "POST /neutron/network HTTP/1.1" 400 204 0.031770 10.0.0.22 - - [2025-11-10 02:05:56] "POST /neutron/network HTTP/1.1" 200 912 0.022407 10.0.0.22 - - [2025-11-10 02:05:58] "POST /neutron/network HTTP/1.1" 400 204 0.021689 10.0.0.22 - - [2025-11-10 02:06:02] "POST /neutron/network HTTP/1.1" 200 912 0.011329 10.0.0.22 - - [2025-11-10 02:06:04] "POST /neutron/network HTTP/1.1" 400 204 0.019811 10.0.0.22 - - [2025-11-10 02:06:08] "POST /neutron/network HTTP/1.1" 200 912 0.011597 10.0.0.22 - - [2025-11-10 02:06:10] "POST /neutron/network HTTP/1.1" 400 204 0.017041 10.0.0.22 - - [2025-11-10 02:06:14] "POST /neutron/network HTTP/1.1" 200 912 0.008563 10.0.0.22 - - [2025-11-10 02:06:16] "POST /neutron/network HTTP/1.1" 400 204 0.016279 10.0.0.22 - - [2025-11-10 02:06:16] "GET /obj-perms HTTP/1.1" 200 5056 0.050841 10.0.0.23 - - [2025-11-10 02:06:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.23 - - [2025-11-10 02:06:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.23 - - [2025-11-10 02:06:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2025-11-10 02:06:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.22 - - [2025-11-10 02:06:20] "POST /neutron/network HTTP/1.1" 200 912 0.008273 10.0.0.50 - - [2025-11-10 02:06:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.50 - - [2025-11-10 02:06:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.50 - - [2025-11-10 02:06:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.50 - - [2025-11-10 02:06:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000857 10.0.0.22 - - [2025-11-10 02:06:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.22 - - [2025-11-10 02:06:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.22 - - [2025-11-10 02:06:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.22 - - [2025-11-10 02:06:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.22 - - [2025-11-10 02:06:22] "POST /neutron/network HTTP/1.1" 400 204 0.015868 10.0.0.22 - - [2025-11-10 02:06:24] "POST /neutron/network HTTP/1.1" 200 913 0.008329 10.0.0.22 - - [2025-11-10 02:06:27] "POST /neutron/network HTTP/1.1" 400 204 0.025167 10.0.0.22 - - [2025-11-10 02:06:30] "POST /neutron/port HTTP/1.1" 200 1098 0.029725 10.0.0.22 - - [2025-11-10 02:06:31] "POST /neutron/network HTTP/1.1" 200 913 0.010218 10.0.0.22 - - [2025-11-10 02:06:33] "POST /neutron/network HTTP/1.1" 200 913 0.009052 10.0.0.22 - - [2025-11-10 02:06:35] "POST /neutron/network HTTP/1.1" 400 204 0.016354 10.0.0.22 - - [2025-11-10 02:06:37] "POST /neutron/port HTTP/1.1" 200 151 0.266141 10.0.0.50 - - [2025-11-10 02:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.010148 10.0.0.22 - - [2025-11-10 02:06:37] "POST /neutron/network HTTP/1.1" 200 909 0.008108 10.0.0.50 - - [2025-11-10 02:06:37] "DELETE /route-target/a03146c2-0d46-4cf9-b6fb-83c209df7127 HTTP/1.1" 200 115 0.031261 10.0.0.23 - - [2025-11-10 02:06:37] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.22 - - [2025-11-10 02:06:37] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.061390 10.0.0.23 - - [2025-11-10 02:06:37] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001079 10.0.0.22 - - [2025-11-10 02:06:37] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.052268 10.0.0.23 - - [2025-11-10 02:06:40] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.22 - - [2025-11-10 02:06:40] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.065186 10.0.0.23 - - [2025-11-10 02:06:40] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001130 10.0.0.22 - - [2025-11-10 02:06:40] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.076981 10.0.0.23 - - [2025-11-10 02:06:42] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001476 10.0.0.22 - - [2025-11-10 02:06:42] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.070669 10.0.0.23 - - [2025-11-10 02:06:42] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001207 10.0.0.22 - - [2025-11-10 02:06:42] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.057127 10.0.0.23 - - [2025-11-10 02:06:44] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001374 10.0.0.22 - - [2025-11-10 02:06:44] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.069690 10.0.0.23 - - [2025-11-10 02:06:44] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001351 10.0.0.22 - - [2025-11-10 02:06:44] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.087875 10.0.0.23 - - [2025-11-10 02:06:46] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.22 - - [2025-11-10 02:06:46] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049647 10.0.0.23 - - [2025-11-10 02:06:46] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001360 10.0.0.22 - - [2025-11-10 02:06:46] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.060978 10.0.0.23 - - [2025-11-10 02:06:48] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001326 10.0.0.22 - - [2025-11-10 02:06:48] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055938 10.0.0.23 - - [2025-11-10 02:06:48] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002197 10.0.0.22 - - [2025-11-10 02:06:48] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.057732 10.0.0.23 - - [2025-11-10 02:06:50] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001098 10.0.0.22 - - [2025-11-10 02:06:50] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055459 10.0.0.23 - - [2025-11-10 02:06:50] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.22 - - [2025-11-10 02:06:51] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.064679 10.0.0.23 - - [2025-11-10 02:06:53] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257 10.0.0.22 - - [2025-11-10 02:06:53] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.093959 10.0.0.23 - - [2025-11-10 02:06:53] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001339 10.0.0.22 - - [2025-11-10 02:06:53] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.061017 10.0.0.23 - - [2025-11-10 02:06:55] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.22 - - [2025-11-10 02:06:55] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.059326 10.0.0.23 - - [2025-11-10 02:06:55] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.22 - - [2025-11-10 02:06:55] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.056449 10.0.0.23 - - [2025-11-10 02:06:57] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.22 - - [2025-11-10 02:06:57] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042101 10.0.0.23 - - [2025-11-10 02:06:57] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001509 10.0.0.22 - - [2025-11-10 02:06:57] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.049234 10.0.0.23 - - [2025-11-10 02:06:59] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001824 10.0.0.22 - - [2025-11-10 02:06:59] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052133 10.0.0.23 - - [2025-11-10 02:06:59] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.22 - - [2025-11-10 02:06:59] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.048889 10.0.0.23 - - [2025-11-10 02:07:01] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.22 - - [2025-11-10 02:07:01] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047887 10.0.0.23 - - [2025-11-10 02:07:01] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.22 - - [2025-11-10 02:07:01] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.062778 10.0.0.23 - - [2025-11-10 02:07:03] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001418 10.0.0.22 - - [2025-11-10 02:07:03] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055020 10.0.0.23 - - [2025-11-10 02:07:03] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002510 10.0.0.22 - - [2025-11-10 02:07:04] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.063458 10.0.0.23 - - [2025-11-10 02:07:06] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000948 10.0.0.22 - - [2025-11-10 02:07:06] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042608 10.0.0.23 - - [2025-11-10 02:07:06] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001122 10.0.0.22 - - [2025-11-10 02:07:06] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.051657 10.0.0.23 - - [2025-11-10 02:07:08] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.22 - - [2025-11-10 02:07:08] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.060023 10.0.0.23 - - [2025-11-10 02:07:08] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001284 10.0.0.22 - - [2025-11-10 02:07:08] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.065089 10.0.0.23 - - [2025-11-10 02:07:10] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.22 - - [2025-11-10 02:07:10] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041438 10.0.0.23 - - [2025-11-10 02:07:10] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001399 10.0.0.22 - - [2025-11-10 02:07:10] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.051880 10.0.0.23 - - [2025-11-10 02:07:12] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.22 - - [2025-11-10 02:07:12] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046782 10.0.0.23 - - [2025-11-10 02:07:12] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001078 10.0.0.22 - - [2025-11-10 02:07:12] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.062535 10.0.0.23 - - [2025-11-10 02:07:14] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001430 10.0.0.22 - - [2025-11-10 02:07:14] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043838 10.0.0.23 - - [2025-11-10 02:07:14] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001407 10.0.0.22 - - [2025-11-10 02:07:14] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.050292 10.0.0.23 - - [2025-11-10 02:07:16] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001315 10.0.0.22 - - [2025-11-10 02:07:16] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043221 10.0.0.23 - - [2025-11-10 02:07:16] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.22 - - [2025-11-10 02:07:16] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.049602 10.0.0.23 - - [2025-11-10 02:07:18] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.22 - - [2025-11-10 02:07:19] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042017 10.0.0.23 - - [2025-11-10 02:07:19] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001665 10.0.0.22 - - [2025-11-10 02:07:19] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.048215 10.0.0.23 - - [2025-11-10 02:07:21] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001153 10.0.0.22 - - [2025-11-10 02:07:21] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044539 10.0.0.23 - - [2025-11-10 02:07:21] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.22 - - [2025-11-10 02:07:21] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.041831 10.0.0.23 - - [2025-11-10 02:07:23] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.22 - - [2025-11-10 02:07:23] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050653 10.0.0.23 - - [2025-11-10 02:07:23] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001332 10.0.0.22 - - [2025-11-10 02:07:23] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.074865 10.0.0.23 - - [2025-11-10 02:07:25] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001330 10.0.0.22 - - [2025-11-10 02:07:25] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050113 10.0.0.23 - - [2025-11-10 02:07:25] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001415 10.0.0.22 - - [2025-11-10 02:07:25] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.053308 10.0.0.23 - - [2025-11-10 02:07:27] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.22 - - [2025-11-10 02:07:27] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054141 10.0.0.23 - - [2025-11-10 02:07:27] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001331 10.0.0.22 - - [2025-11-10 02:07:27] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.067224 10.0.0.23 - - [2025-11-10 02:07:29] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001774 10.0.0.22 - - [2025-11-10 02:07:29] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043329 10.0.0.23 - - [2025-11-10 02:07:29] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000980 10.0.0.22 - - [2025-11-10 02:07:29] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.052900 10.0.0.23 - - [2025-11-10 02:07:31] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001297 10.0.0.22 - - [2025-11-10 02:07:31] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046180 10.0.0.23 - - [2025-11-10 02:07:31] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001033 10.0.0.22 - - [2025-11-10 02:07:32] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.054872 10.0.0.23 - - [2025-11-10 02:07:34] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.22 - - [2025-11-10 02:07:34] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055103 10.0.0.23 - - [2025-11-10 02:07:34] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001314 10.0.0.22 - - [2025-11-10 02:07:34] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.064270 10.0.0.23 - - [2025-11-10 02:07:36] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.22 - - [2025-11-10 02:07:36] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062330 10.0.0.23 - - [2025-11-10 02:07:36] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000994 10.0.0.22 - - [2025-11-10 02:07:36] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.051589 10.0.0.23 - - [2025-11-10 02:07:38] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.22 - - [2025-11-10 02:07:38] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045485 10.0.0.23 - - [2025-11-10 02:07:38] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001460 10.0.0.22 - - [2025-11-10 02:07:38] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.082228 10.0.0.23 - - [2025-11-10 02:07:40] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001516 10.0.0.22 - - [2025-11-10 02:07:40] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045718 10.0.0.23 - - [2025-11-10 02:07:40] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.22 - - [2025-11-10 02:07:40] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.053740 10.0.0.23 - - [2025-11-10 02:07:42] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001611 10.0.0.22 - - [2025-11-10 02:07:42] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052344 10.0.0.23 - - [2025-11-10 02:07:42] "GET /projects?obj_uuids=fe6e9b9c-1745-4919-b87f-bf30f1e6409f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.22 - - [2025-11-10 02:07:42] "GET /project/fe6e9b9c-1745-4919-b87f-bf30f1e6409f?fields=virtual_networks HTTP/1.1" 200 1334 0.040897 10.0.0.22 - - [2025-11-10 02:07:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.029856 10.0.0.23 - - [2025-11-10 02:07:43] "GET /projects?obj_uuids=7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004836 10.0.0.23 - - [2025-11-10 02:07:43] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.23 - - [2025-11-10 02:07:43] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009271 10.0.0.23 - - [2025-11-10 02:07:43] "POST /id-to-fqname HTTP/1.1" 200 191 0.001625 10.0.0.23 - - [2025-11-10 02:07:43] "POST /fqname-to-id HTTP/1.1" 404 200 0.010691 10.0.0.23 - - [2025-11-10 02:07:43] "POST /security-groups HTTP/1.1" 200 592 0.086274 10.0.0.23 - - [2025-11-10 02:07:43] "POST /projects HTTP/1.1" 200 587 0.353510 10.0.0.23 - - [2025-11-10 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.395871 10.0.0.50 - - [2025-11-10 02:07:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.014757 10.0.0.22 - - [2025-11-10 02:07:43] "GET /project/7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.566786 10.0.0.22 - - [2025-11-10 02:07:44] "GET / HTTP/1.1" 200 35931 0.001415 10.0.0.22 - - [2025-11-10 02:07:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.22 - - [2025-11-10 02:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.063143 10.0.0.23 - - [2025-11-10 02:07:45] "GET /projects?obj_uuids=7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000949 10.0.0.22 - - [2025-11-10 02:07:45] "GET /project/7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.049779 10.0.0.22 - - [2025-11-10 02:07:45] "POST /neutron/network HTTP/1.1" 200 117 0.043225 10.0.0.50 - - [2025-11-10 02:07:46] "POST /ref-update HTTP/1.1" 200 156 0.031342 10.0.0.22 - - [2025-11-10 02:07:46] "POST /neutron/network HTTP/1.1" 200 887 0.011646 10.0.0.22 - - [2025-11-10 02:07:46] "POST /id-to-fqname HTTP/1.1" 200 253 0.001131 10.0.0.22 - - [2025-11-10 02:07:46] "GET /virtual-network/ec13c638-811b-4323-b4a7-205727904540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.005894 10.0.0.22 - - [2025-11-10 02:07:46] "GET /virtual-network/ec13c638-811b-4323-b4a7-205727904540?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.006767 10.0.0.22 - - [2025-11-10 02:07:46] "POST /neutron/subnet HTTP/1.1" 200 715 0.021362 10.0.0.22 - - [2025-11-10 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.23 - - [2025-11-10 02:07:46] "GET /projects?obj_uuids=7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001078 10.0.0.22 - - [2025-11-10 02:07:46] "GET /project/7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.054757 10.0.0.23 - - [2025-11-10 02:07:47] "POST /useragent-kv HTTP/1.1" 200 115 0.008648 10.0.0.22 - - [2025-11-10 02:07:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.268107 10.0.0.22 - - [2025-11-10 02:07:47] "POST /id-to-fqname HTTP/1.1" 200 253 0.001428 10.0.0.22 - - [2025-11-10 02:07:47] "GET /virtual-network/55d3b78c-8f51-4ef6-84c5-4c110ff66601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005376 10.0.0.22 - - [2025-11-10 02:07:47] "GET /virtual-network/55d3b78c-8f51-4ef6-84c5-4c110ff66601?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006255 10.0.0.22 - - [2025-11-10 02:07:47] "POST /neutron/network HTTP/1.1" 200 890 0.008843 10.0.0.22 - - [2025-11-10 02:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.23 - - [2025-11-10 02:07:47] "GET /projects?obj_uuids=7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001234 10.0.0.22 - - [2025-11-10 02:07:47] "GET /project/7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055470 10.0.0.23 - - [2025-11-10 02:07:47] "GET /projects?obj_uuids=7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002123 10.0.0.22 - - [2025-11-10 02:07:47] "POST /neutron/network HTTP/1.1" 200 672 0.180718 10.0.0.50 - - [2025-11-10 02:07:47] "POST /route-targets HTTP/1.1" 200 327 0.024413 10.0.0.22 - - [2025-11-10 02:07:47] "POST /id-to-fqname HTTP/1.1" 200 254 0.005051 10.0.0.22 - - [2025-11-10 02:07:47] "GET /virtual-network/023a5b0b-22ea-40fd-8429-9d1861837fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.007143 10.0.0.22 - - [2025-11-10 02:07:47] "POST /neutron/network HTTP/1.1" 200 892 0.009219 10.0.0.22 - - [2025-11-10 02:07:47] "GET /virtual-network/023a5b0b-22ea-40fd-8429-9d1861837fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006319 10.0.0.22 - - [2025-11-10 02:07:48] "POST /id-to-fqname HTTP/1.1" 200 253 0.002038 10.0.0.22 - - [2025-11-10 02:07:48] "POST /neutron/network HTTP/1.1" 200 900 0.017700 10.0.0.23 - - [2025-11-10 02:07:48] "GET /projects?obj_uuids=7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001831 10.0.0.22 - - [2025-11-10 02:07:48] "GET /project/7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.077264 10.0.0.22 - - [2025-11-10 02:07:49] "POST /neutron/port HTTP/1.1" 200 117 0.008142 10.0.0.22 - - [2025-11-10 02:07:49] "POST /id-to-fqname HTTP/1.1" 200 254 0.001315 10.0.0.22 - - [2025-11-10 02:07:49] "POST /neutron/network HTTP/1.1" 200 900 0.007372 10.0.0.23 - - [2025-11-10 02:07:50] "GET /projects?obj_uuids=7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001685 10.0.0.22 - - [2025-11-10 02:07:50] "GET /project/7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.098349 10.0.0.22 - - [2025-11-10 02:07:50] "POST /neutron/port HTTP/1.1" 200 1062 0.039679 10.0.0.22 - - [2025-11-10 02:07:50] "POST /neutron/port HTTP/1.1" 200 1090 0.023307 10.0.0.22 - - [2025-11-10 02:07:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004240 10.0.0.22 - - [2025-11-10 02:07:50] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.23 - - [2025-11-10 02:07:50] "GET /projects?obj_uuids=7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001366 10.0.0.22 - - [2025-11-10 02:07:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003484 10.0.0.22 - - [2025-11-10 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.23 - - [2025-11-10 02:07:51] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001374 10.0.0.22 - - [2025-11-10 02:07:51] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021613 10.0.0.22 - - [2025-11-10 02:07:51] "POST /service-templates HTTP/1.1" 200 543 0.053488 10.0.0.22 - - [2025-11-10 02:07:51] "POST /neutron/port HTTP/1.1" 200 1062 0.538613 10.0.0.22 - - [2025-11-10 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.22 - - [2025-11-10 02:07:51] "GET /service-template/b5e0e7b2-8a7b-46a1-a6ed-ce2e05d4a467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.008634 10.0.0.22 - - [2025-11-10 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.22 - - [2025-11-10 02:07:51] "GET /service-template/b5e0e7b2-8a7b-46a1-a6ed-ce2e05d4a467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.013585 10.0.0.22 - - [2025-11-10 02:07:51] "POST /id-to-fqname HTTP/1.1" 200 253 0.001472 10.0.0.22 - - [2025-11-10 02:07:51] "POST /id-to-fqname HTTP/1.1" 200 253 0.008034 10.0.0.22 - - [2025-11-10 02:07:51] "POST /neutron/port HTTP/1.1" 200 1116 0.154810 10.0.0.22 - - [2025-11-10 02:07:51] "POST /id-to-fqname HTTP/1.1" 200 254 0.001383 10.0.0.22 - - [2025-11-10 02:07:51] "POST /neutron/subnet HTTP/1.1" 200 704 0.011208 10.0.0.22 - - [2025-11-10 02:07:51] "POST /neutron/port HTTP/1.1" 200 2064 0.018522 10.0.0.22 - - [2025-11-10 02:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.22 - - [2025-11-10 02:07:51] "DELETE /service-template/b5e0e7b2-8a7b-46a1-a6ed-ce2e05d4a467 HTTP/1.1" 200 115 0.042798 10.0.0.22 - - [2025-11-10 02:07:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003509 10.0.0.22 - - [2025-11-10 02:07:54] "POST /neutron/network HTTP/1.1" 400 204 0.016111 10.0.0.22 - - [2025-11-10 02:07:55] "POST /neutron/port HTTP/1.1" 200 151 0.312083 10.0.0.22 - - [2025-11-10 02:07:55] "POST /neutron/port HTTP/1.1" 200 151 0.323182 10.0.0.22 - - [2025-11-10 02:07:56] "POST /neutron/network HTTP/1.1" 200 892 0.006952 10.0.0.50 - - [2025-11-10 02:07:56] "DELETE /route-target/fa5dd0b6-94f6-4c55-af6f-39da2d9fc4ac HTTP/1.1" 200 115 0.036447 10.0.0.23 - - [2025-11-10 02:07:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003594 10.0.0.50 - - [2025-11-10 02:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005701 10.0.0.23 - - [2025-11-10 02:07:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003054 10.0.0.22 - - [2025-11-10 02:07:56] "POST /neutron/network HTTP/1.1" 200 151 0.126905 10.0.0.23 - - [2025-11-10 02:07:56] "GET /projects?obj_uuids=7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001007 10.0.0.22 - - [2025-11-10 02:07:56] "GET /project/7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.086557 10.0.0.23 - - [2025-11-10 02:07:56] "GET /projects?obj_uuids=7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001312 10.0.0.22 - - [2025-11-10 02:07:57] "GET /project/7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6?fields=virtual_networks HTTP/1.1" 200 1034 0.075392 10.0.0.23 - - [2025-11-10 02:07:57] "GET /projects?obj_uuids=7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001437 10.0.0.22 - - [2025-11-10 02:07:57] "GET /project/7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.057773 10.0.0.23 - - [2025-11-10 02:07:57] "GET /projects?obj_uuids=7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001838 10.0.0.22 - - [2025-11-10 02:07:57] "GET /project/7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6?fields=security_groups HTTP/1.1" 200 1261 0.059649 10.0.0.22 - - [2025-11-10 02:07:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.034816 10.0.0.23 - - [2025-11-10 02:07:58] "GET /projects?obj_uuids=c9757498-6c24-4b01-9c19-e33719b4d2f8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003492 10.0.0.23 - - [2025-11-10 02:07:58] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.23 - - [2025-11-10 02:07:58] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007921 10.0.0.23 - - [2025-11-10 02:07:58] "POST /id-to-fqname HTTP/1.1" 200 195 0.003870 10.0.0.23 - - [2025-11-10 02:07:58] "POST /fqname-to-id HTTP/1.1" 404 204 0.007402 10.0.0.23 - - [2025-11-10 02:07:58] "POST /security-groups HTTP/1.1" 200 596 0.047523 10.0.0.23 - - [2025-11-10 02:07:58] "POST /projects HTTP/1.1" 200 595 0.274829 10.0.0.50 - - [2025-11-10 02:07:58] "POST /access-control-lists HTTP/1.1" 200 601 0.034343 10.0.0.23 - - [2025-11-10 02:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.349106 10.0.0.22 - - [2025-11-10 02:07:58] "GET /project/c9757498-6c24-4b01-9c19-e33719b4d2f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.519211 10.0.0.22 - - [2025-11-10 02:07:59] "GET / HTTP/1.1" 200 35931 0.001571 10.0.0.22 - - [2025-11-10 02:08:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.22 - - [2025-11-10 02:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.074612 10.0.0.23 - - [2025-11-10 02:08:00] "GET /projects?obj_uuids=c9757498-6c24-4b01-9c19-e33719b4d2f8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001508 10.0.0.22 - - [2025-11-10 02:08:00] "GET /project/c9757498-6c24-4b01-9c19-e33719b4d2f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.049026 10.0.0.50 - - [2025-11-10 02:08:01] "POST /route-targets HTTP/1.1" 200 327 0.018108 10.0.0.23 - - [2025-11-10 02:08:01] "POST /useragent-kv HTTP/1.1" 200 115 0.011543 10.0.0.22 - - [2025-11-10 02:08:01] "POST /neutron/subnet HTTP/1.1" 200 828 0.296823 10.0.0.22 - - [2025-11-10 02:08:01] "POST /id-to-fqname HTTP/1.1" 200 261 0.001442 10.0.0.22 - - [2025-11-10 02:08:01] "GET /virtual-network/95bda9bd-66ed-425a-b4b0-7b04301c6257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.012451 10.0.0.50 - - [2025-11-10 02:08:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.031111 10.0.0.22 - - [2025-11-10 02:08:01] "POST /neutron/network HTTP/1.1" 200 1076 0.031484 10.0.0.22 - - [2025-11-10 02:08:01] "GET /virtual-network/95bda9bd-66ed-425a-b4b0-7b04301c6257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.007807 10.0.0.22 - - [2025-11-10 02:08:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.009941 10.0.0.22 - - [2025-11-10 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.23 - - [2025-11-10 02:08:01] "GET /projects?obj_uuids=c9757498-6c24-4b01-9c19-e33719b4d2f8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001107 10.0.0.22 - - [2025-11-10 02:08:01] "GET /project/c9757498-6c24-4b01-9c19-e33719b4d2f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.055673 10.0.0.50 - - [2025-11-10 02:08:02] "POST /ref-update HTTP/1.1" 200 156 0.035471 10.0.0.23 - - [2025-11-10 02:08:02] "POST /useragent-kv HTTP/1.1" 200 115 0.007284 10.0.0.22 - - [2025-11-10 02:08:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.214384 10.0.0.50 - - [2025-11-10 02:08:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.007910 10.0.0.22 - - [2025-11-10 02:08:02] "POST /id-to-fqname HTTP/1.1" 200 261 0.001614 10.0.0.22 - - [2025-11-10 02:08:02] "GET /virtual-network/639bc797-32f6-4816-a61e-bd3b67371a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.009201 10.0.0.22 - - [2025-11-10 02:08:02] "POST /neutron/network HTTP/1.1" 200 1075 0.010512 10.0.0.22 - - [2025-11-10 02:08:02] "GET /virtual-network/639bc797-32f6-4816-a61e-bd3b67371a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.007712 10.0.0.22 - - [2025-11-10 02:08:02] "POST /neutron/subnet HTTP/1.1" 200 725 0.011972 10.0.0.22 - - [2025-11-10 02:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.23 - - [2025-11-10 02:08:02] "GET /projects?obj_uuids=c9757498-6c24-4b01-9c19-e33719b4d2f8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001006 10.0.0.22 - - [2025-11-10 02:08:02] "GET /project/c9757498-6c24-4b01-9c19-e33719b4d2f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.060687 10.0.0.23 - - [2025-11-10 02:08:03] "POST /useragent-kv HTTP/1.1" 200 115 0.008610 10.0.0.22 - - [2025-11-10 02:08:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.244030 10.0.0.22 - - [2025-11-10 02:08:03] "POST /id-to-fqname HTTP/1.1" 200 262 0.002507 10.0.0.22 - - [2025-11-10 02:08:03] "GET /virtual-network/41228897-9f17-46db-9353-4a848660645d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.012656 10.0.0.22 - - [2025-11-10 02:08:03] "POST /neutron/network HTTP/1.1" 200 1077 0.010497 10.0.0.22 - - [2025-11-10 02:08:03] "GET /virtual-network/41228897-9f17-46db-9353-4a848660645d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.005995 10.0.0.22 - - [2025-11-10 02:08:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.009444 10.0.0.22 - - [2025-11-10 02:08:03] "POST /id-to-fqname HTTP/1.1" 200 261 0.001261 10.0.0.23 - - [2025-11-10 02:08:04] "GET /projects?obj_uuids=c9757498-6c24-4b01-9c19-e33719b4d2f8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001015 10.0.0.22 - - [2025-11-10 02:08:04] "GET /project/c9757498-6c24-4b01-9c19-e33719b4d2f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.066742 10.0.0.22 - - [2025-11-10 02:08:05] "POST /neutron/port HTTP/1.1" 200 117 0.008451 10.0.0.22 - - [2025-11-10 02:08:05] "POST /id-to-fqname HTTP/1.1" 200 262 0.002025 10.0.0.22 - - [2025-11-10 02:08:05] "POST /neutron/network HTTP/1.1" 200 1087 0.008595 10.0.0.22 - - [2025-11-10 02:08:05] "POST /neutron/port HTTP/1.1" 200 1172 0.025043 10.0.0.23 - - [2025-11-10 02:08:06] "GET /projects?obj_uuids=c9757498-6c24-4b01-9c19-e33719b4d2f8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001932 10.0.0.22 - - [2025-11-10 02:08:06] "GET /project/c9757498-6c24-4b01-9c19-e33719b4d2f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.136434 10.0.0.22 - - [2025-11-10 02:08:06] "POST /neutron/network HTTP/1.1" 200 1077 0.012672 10.0.0.22 - - [2025-11-10 02:08:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004439 10.0.0.22 - - [2025-11-10 02:08:06] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.22 - - [2025-11-10 02:08:06] "POST /neutron/security_group HTTP/1.1" 200 2063 0.009604 10.0.0.23 - - [2025-11-10 02:08:06] "GET /projects?obj_uuids=c9757498-6c24-4b01-9c19-e33719b4d2f8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001043 10.0.0.22 - - [2025-11-10 02:08:07] "POST /neutron/port HTTP/1.1" 200 1172 0.460946 10.0.0.22 - - [2025-11-10 02:08:07] "POST /neutron/port HTTP/1.1" 200 1226 0.143579 10.0.0.22 - - [2025-11-10 02:08:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004699 10.0.0.22 - - [2025-11-10 02:08:07] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.22 - - [2025-11-10 02:08:08] "POST /neutron/network HTTP/1.1" 400 204 0.016405 10.0.0.22 - - [2025-11-10 02:08:08] "POST /neutron/port HTTP/1.1" 200 151 0.314363 10.0.0.22 - - [2025-11-10 02:08:09] "POST /neutron/port HTTP/1.1" 200 151 0.264989 10.0.0.50 - - [2025-11-10 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.22 - - [2025-11-10 02:08:10] "POST /neutron/network HTTP/1.1" 200 1077 0.012541 10.0.0.50 - - [2025-11-10 02:08:10] "DELETE /route-target/79701979-8e95-47b6-977b-a12c275f4960 HTTP/1.1" 200 115 0.030898 10.0.0.22 - - [2025-11-10 02:08:10] "POST /neutron/network HTTP/1.1" 200 1076 0.012983 10.0.0.23 - - [2025-11-10 02:08:10] "GET /projects?obj_uuids=c9757498-6c24-4b01-9c19-e33719b4d2f8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001732 10.0.0.22 - - [2025-11-10 02:08:10] "GET /project/c9757498-6c24-4b01-9c19-e33719b4d2f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.070751 10.0.0.23 - - [2025-11-10 02:08:10] "GET /projects?obj_uuids=c9757498-6c24-4b01-9c19-e33719b4d2f8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001972 10.0.0.22 - - [2025-11-10 02:08:10] "GET /project/c9757498-6c24-4b01-9c19-e33719b4d2f8?fields=virtual_networks HTTP/1.1" 200 1043 0.049962 10.0.0.23 - - [2025-11-10 02:08:10] "GET /projects?obj_uuids=c9757498-6c24-4b01-9c19-e33719b4d2f8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001080 10.0.0.22 - - [2025-11-10 02:08:11] "GET /project/c9757498-6c24-4b01-9c19-e33719b4d2f8?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.053409 10.0.0.23 - - [2025-11-10 02:08:11] "GET /projects?obj_uuids=c9757498-6c24-4b01-9c19-e33719b4d2f8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001216 10.0.0.22 - - [2025-11-10 02:08:11] "GET /project/c9757498-6c24-4b01-9c19-e33719b4d2f8?fields=security_groups HTTP/1.1" 200 1274 0.056292 10.0.0.22 - - [2025-11-10 02:08:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.026496 10.0.0.23 - - [2025-11-10 02:08:11] "GET /projects?obj_uuids=98c16cae-4601-4938-b1a1-fa9a55445367&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003249 10.0.0.23 - - [2025-11-10 02:08:12] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.23 - - [2025-11-10 02:08:12] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008178 10.0.0.23 - - [2025-11-10 02:08:12] "POST /id-to-fqname HTTP/1.1" 200 198 0.003752 10.0.0.23 - - [2025-11-10 02:08:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.008230 10.0.0.23 - - [2025-11-10 02:08:12] "POST /security-groups HTTP/1.1" 200 599 0.049952 10.0.0.50 - - [2025-11-10 02:08:12] "POST /fqname-to-id HTTP/1.1" 404 242 0.004918 10.0.0.23 - - [2025-11-10 02:08:12] "POST /projects HTTP/1.1" 200 601 0.284483 10.0.0.23 - - [2025-11-10 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.361769 10.0.0.50 - - [2025-11-10 02:08:12] "POST /access-control-lists HTTP/1.1" 200 602 0.036549 10.0.0.22 - - [2025-11-10 02:08:12] "GET /project/98c16cae-4601-4938-b1a1-fa9a55445367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.537037 10.0.0.22 - - [2025-11-10 02:08:13] "GET / HTTP/1.1" 200 35931 0.002562 10.0.0.22 - - [2025-11-10 02:08:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000493 10.0.0.22 - - [2025-11-10 02:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.071689 10.0.0.23 - - [2025-11-10 02:08:14] "GET /projects?obj_uuids=98c16cae-4601-4938-b1a1-fa9a55445367&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055 10.0.0.22 - - [2025-11-10 02:08:14] "GET /project/98c16cae-4601-4938-b1a1-fa9a55445367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044171 10.0.0.23 - - [2025-11-10 02:08:14] "GET /projects?obj_uuids=98c16cae-4601-4938-b1a1-fa9a55445367&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001408 10.0.0.22 - - [2025-11-10 02:08:14] "POST /neutron/network HTTP/1.1" 200 691 0.197821 10.0.0.22 - - [2025-11-10 02:08:15] "POST /id-to-fqname HTTP/1.1" 200 267 0.004004 10.0.0.22 - - [2025-11-10 02:08:15] "GET /virtual-network/1802aaf3-d252-4c1d-ba50-a649b1ac67c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.005450 10.0.0.22 - - [2025-11-10 02:08:15] "POST /neutron/network HTTP/1.1" 200 907 0.009560 10.0.0.22 - - [2025-11-10 02:08:15] "GET /virtual-network/1802aaf3-d252-4c1d-ba50-a649b1ac67c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.005893 10.0.0.22 - - [2025-11-10 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.23 - - [2025-11-10 02:08:15] "GET /projects?obj_uuids=98c16cae-4601-4938-b1a1-fa9a55445367&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000939 10.0.0.22 - - [2025-11-10 02:08:15] "GET /project/98c16cae-4601-4938-b1a1-fa9a55445367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048235 10.0.0.22 - - [2025-11-10 02:08:15] "POST /neutron/network HTTP/1.1" 200 117 0.021531 10.0.0.50 - - [2025-11-10 02:08:15] "POST /route-targets HTTP/1.1" 200 327 0.015344 10.0.0.22 - - [2025-11-10 02:08:15] "POST /neutron/network HTTP/1.1" 200 910 0.008877 10.0.0.22 - - [2025-11-10 02:08:15] "POST /id-to-fqname HTTP/1.1" 200 267 0.001384 10.0.0.22 - - [2025-11-10 02:08:15] "GET /virtual-network/ffcdbbc1-691f-47e7-8d06-3488f405949a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.005303 10.0.0.22 - - [2025-11-10 02:08:15] "GET /virtual-network/ffcdbbc1-691f-47e7-8d06-3488f405949a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.006594 10.0.0.22 - - [2025-11-10 02:08:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.010202 10.0.0.22 - - [2025-11-10 02:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.23 - - [2025-11-10 02:08:16] "GET /projects?obj_uuids=98c16cae-4601-4938-b1a1-fa9a55445367&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001233 10.0.0.22 - - [2025-11-10 02:08:16] "GET /project/98c16cae-4601-4938-b1a1-fa9a55445367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058091 10.0.0.50 - - [2025-11-10 02:08:16] "POST /ref-update HTTP/1.1" 200 156 0.023781 10.0.0.23 - - [2025-11-10 02:08:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006539 10.0.0.22 - - [2025-11-10 02:08:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.230975 10.0.0.22 - - [2025-11-10 02:08:16] "POST /id-to-fqname HTTP/1.1" 200 268 0.001339 10.0.0.22 - - [2025-11-10 02:08:16] "GET /virtual-network/b3f6c2c9-a71c-4e32-97b3-e567cb8b4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005354 10.0.0.22 - - [2025-11-10 02:08:16] "GET /virtual-network/b3f6c2c9-a71c-4e32-97b3-e567cb8b4ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.006750 10.0.0.22 - - [2025-11-10 02:08:16] "POST /neutron/network HTTP/1.1" 200 913 0.008420 10.0.0.22 - - [2025-11-10 02:08:16] "POST /id-to-fqname HTTP/1.1" 200 267 0.001456 10.0.0.23 - - [2025-11-10 02:08:17] "GET /projects?obj_uuids=98c16cae-4601-4938-b1a1-fa9a55445367&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.030097 10.0.0.22 - - [2025-11-10 02:08:17] "GET /project/98c16cae-4601-4938-b1a1-fa9a55445367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.127382 10.0.0.22 - - [2025-11-10 02:08:17] "POST /neutron/network HTTP/1.1" 200 910 0.007975 10.0.0.22 - - [2025-11-10 02:08:17] "POST /id-to-fqname HTTP/1.1" 200 268 0.002089 10.0.0.22 - - [2025-11-10 02:08:18] "POST /neutron/port HTTP/1.1" 200 117 0.007582 10.0.0.23 - - [2025-11-10 02:08:18] "GET /projects?obj_uuids=98c16cae-4601-4938-b1a1-fa9a55445367&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001412 10.0.0.22 - - [2025-11-10 02:08:18] "POST /neutron/port HTTP/1.1" 200 1068 0.390019 10.0.0.22 - - [2025-11-10 02:08:18] "POST /neutron/port HTTP/1.1" 200 1122 0.145963 10.0.0.22 - - [2025-11-10 02:08:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.019718 10.0.0.23 - - [2025-11-10 02:08:19] "GET /projects?obj_uuids=98c16cae-4601-4938-b1a1-fa9a55445367&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.22 - - [2025-11-10 02:08:19] "GET /project/98c16cae-4601-4938-b1a1-fa9a55445367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.072490 10.0.0.22 - - [2025-11-10 02:08:19] "POST /neutron/network HTTP/1.1" 200 913 0.006893 10.0.0.22 - - [2025-11-10 02:08:19] "POST /neutron/port HTTP/1.1" 200 117 0.009281 10.0.0.23 - - [2025-11-10 02:08:19] "GET /projects?obj_uuids=7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001266 10.0.0.23 - - [2025-11-10 02:08:19] "GET /projects?obj_uuids=c9757498-6c24-4b01-9c19-e33719b4d2f8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001170 10.0.0.23 - - [2025-11-10 02:08:19] "GET /project/7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.061768 10.0.0.23 - - [2025-11-10 02:08:19] "DELETE /project/7c2b7bbfe86743d3aba8fce9bbcbddf6 HTTP/1.1" 404 173 0.105373 10.0.0.23 - - [2025-11-10 02:08:19] "GET /projects?obj_uuids=7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000964 10.0.0.23 - - [2025-11-10 02:08:19] "GET /project/c9757498-6c24-4b01-9c19-e33719b4d2f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.077932 10.0.0.23 - - [2025-11-10 02:08:19] "DELETE /project/c97574986c244b019c19e33719b4d2f8 HTTP/1.1" 404 173 0.161726 10.0.0.23 - - [2025-11-10 02:08:19] "GET /project/7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6?fields=security_groups HTTP/1.1" 200 1366 0.078507 10.0.0.23 - - [2025-11-10 02:08:19] "GET /projects?obj_uuids=c9757498-6c24-4b01-9c19-e33719b4d2f8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001018 10.0.0.23 - - [2025-11-10 02:08:19] "DELETE /project/98c16cae46014938b1a1fa9a55445367 HTTP/1.1" 404 173 0.213181 10.0.0.23 - - [2025-11-10 02:08:19] "GET /project/c9757498-6c24-4b01-9c19-e33719b4d2f8?fields=security_groups HTTP/1.1" 200 1379 0.058336 10.0.0.23 - - [2025-11-10 02:08:19] "DELETE /security-group/ff9220d0-3b02-4649-a1f7-1a7937328857 HTTP/1.1" 200 115 0.115614 10.0.0.23 - - [2025-11-10 02:08:19] "GET /projects?obj_uuids=7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001633 10.0.0.23 - - [2025-11-10 02:08:20] "DELETE /security-group/5e11f3f1-5527-4f1a-9075-9558d7dad0fd HTTP/1.1" 200 115 0.152040 10.0.0.23 - - [2025-11-10 02:08:20] "GET /projects?obj_uuids=c9757498-6c24-4b01-9c19-e33719b4d2f8&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.006310 10.0.0.23 - - [2025-11-10 02:08:20] "GET /project/7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6?fields=application_policy_sets HTTP/1.1" 200 1405 0.157722 10.0.0.23 - - [2025-11-10 02:08:20] "GET /project/c9757498-6c24-4b01-9c19-e33719b4d2f8?fields=application_policy_sets HTTP/1.1" 200 1418 0.093237 10.0.0.50 - - [2025-11-10 02:08:20] "DELETE /access-control-list/f017c602-d224-4916-9d28-ab78baeeb469 HTTP/1.1" 200 115 0.112672 10.0.0.23 - - [2025-11-10 02:08:20] "DELETE /project/c9757498-6c24-4b01-9c19-e33719b4d2f8 HTTP/1.1" 200 115 0.894130 10.0.0.23 - - [2025-11-10 02:08:20] "DELETE /project/7c2b7bbf-e867-43d3-aba8-fce9bbcbddf6 HTTP/1.1" 200 115 0.913805 10.0.0.22 - - [2025-11-10 02:08:20] "POST /neutron/port HTTP/1.1" 200 1069 0.019540 10.0.0.22 - - [2025-11-10 02:08:20] "POST /neutron/port HTTP/1.1" 200 1097 0.020858 10.0.0.22 - - [2025-11-10 02:08:20] "POST /neutron/port HTTP/1.1" 200 117 0.001121 10.0.0.22 - - [2025-11-10 02:08:21] "POST /neutron/network HTTP/1.1" 400 204 0.018246 10.0.0.22 - - [2025-11-10 02:08:21] "POST /neutron/port HTTP/1.1" 200 151 0.193724 10.0.0.22 - - [2025-11-10 02:08:22] "POST /neutron/port HTTP/1.1" 200 151 0.208930 10.0.0.22 - - [2025-11-10 02:08:22] "POST /neutron/network HTTP/1.1" 200 117 0.011433 10.0.0.23 - - [2025-11-10 02:08:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006202 10.0.0.23 - - [2025-11-10 02:08:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003516 10.0.0.22 - - [2025-11-10 02:08:23] "POST /neutron/network HTTP/1.1" 200 151 0.185251 10.0.0.50 - - [2025-11-10 02:08:23] "DELETE /route-target/fb1ec105-2e91-48c9-be7d-283e889567a8 HTTP/1.1" 200 115 0.032859 10.0.0.22 - - [2025-11-10 02:08:23] "POST /neutron/network HTTP/1.1" 200 907 0.015387 10.0.0.50 - - [2025-11-10 02:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.23 - - [2025-11-10 02:08:23] "GET /projects?obj_uuids=98c16cae-4601-4938-b1a1-fa9a55445367&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.22 - - [2025-11-10 02:08:23] "GET /project/98c16cae-4601-4938-b1a1-fa9a55445367?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.088412 10.0.0.23 - - [2025-11-10 02:08:23] "GET /projects?obj_uuids=98c16cae-4601-4938-b1a1-fa9a55445367&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001578 10.0.0.22 - - [2025-11-10 02:08:23] "GET /project/98c16cae-4601-4938-b1a1-fa9a55445367?fields=virtual_networks HTTP/1.1" 200 1049 0.065520 10.0.0.23 - - [2025-11-10 02:08:23] "GET /projects?obj_uuids=98c16cae-4601-4938-b1a1-fa9a55445367&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.22 - - [2025-11-10 02:08:24] "GET /project/98c16cae-4601-4938-b1a1-fa9a55445367?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.060619 10.0.0.23 - - [2025-11-10 02:08:24] "GET /projects?obj_uuids=98c16cae-4601-4938-b1a1-fa9a55445367&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.22 - - [2025-11-10 02:08:24] "GET /project/98c16cae-4601-4938-b1a1-fa9a55445367?fields=security_groups HTTP/1.1" 200 1283 0.054148 10.0.0.22 - - [2025-11-10 02:08:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.029423 10.0.0.23 - - [2025-11-10 02:08:25] "GET /projects?obj_uuids=12799797-cb03-4ffe-98c0-05260f7e9570&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003874 10.0.0.23 - - [2025-11-10 02:08:25] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.23 - - [2025-11-10 02:08:25] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007197 10.0.0.23 - - [2025-11-10 02:08:25] "POST /id-to-fqname HTTP/1.1" 200 195 0.001491 10.0.0.23 - - [2025-11-10 02:08:25] "POST /fqname-to-id HTTP/1.1" 404 204 0.012288 10.0.0.23 - - [2025-11-10 02:08:25] "POST /security-groups HTTP/1.1" 200 596 0.042367 10.0.0.23 - - [2025-11-10 02:08:25] "POST /projects HTTP/1.1" 200 595 0.297152 10.0.0.50 - - [2025-11-10 02:08:25] "POST /access-control-lists HTTP/1.1" 200 601 0.032084 10.0.0.23 - - [2025-11-10 02:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.370028 10.0.0.22 - - [2025-11-10 02:08:25] "GET /project/12799797-cb03-4ffe-98c0-05260f7e9570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.532387 10.0.0.22 - - [2025-11-10 02:08:26] "GET / HTTP/1.1" 200 35931 0.002044 10.0.0.22 - - [2025-11-10 02:08:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000549 10.0.0.22 - - [2025-11-10 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.054685 10.0.0.23 - - [2025-11-10 02:08:27] "GET /projects?obj_uuids=12799797-cb03-4ffe-98c0-05260f7e9570&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000961 10.0.0.22 - - [2025-11-10 02:08:27] "GET /project/12799797-cb03-4ffe-98c0-05260f7e9570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.041252 10.0.0.23 - - [2025-11-10 02:08:27] "GET /projects?obj_uuids=12799797-cb03-4ffe-98c0-05260f7e9570&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001642 10.0.0.22 - - [2025-11-10 02:08:27] "POST /neutron/network HTTP/1.1" 200 682 0.259212 10.0.0.50 - - [2025-11-10 02:08:27] "POST /route-targets HTTP/1.1" 200 327 0.016918 10.0.0.22 - - [2025-11-10 02:08:28] "POST /id-to-fqname HTTP/1.1" 200 261 0.003950 10.0.0.22 - - [2025-11-10 02:08:28] "GET /virtual-network/4b983dc9-db96-40de-9c52-619f3cc90541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005443 10.0.0.22 - - [2025-11-10 02:08:28] "POST /neutron/network HTTP/1.1" 200 902 0.006281 10.0.0.22 - - [2025-11-10 02:08:28] "GET /virtual-network/4b983dc9-db96-40de-9c52-619f3cc90541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005424 10.0.0.22 - - [2025-11-10 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.23 - - [2025-11-10 02:08:28] "GET /projects?obj_uuids=12799797-cb03-4ffe-98c0-05260f7e9570&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000932 10.0.0.22 - - [2025-11-10 02:08:28] "GET /project/12799797-cb03-4ffe-98c0-05260f7e9570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.060725 10.0.0.22 - - [2025-11-10 02:08:28] "POST /neutron/network HTTP/1.1" 200 117 0.013636 10.0.0.50 - - [2025-11-10 02:08:28] "POST /ref-update HTTP/1.1" 200 156 0.031330 10.0.0.22 - - [2025-11-10 02:08:28] "POST /neutron/network HTTP/1.1" 200 903 0.010048 10.0.0.22 - - [2025-11-10 02:08:28] "POST /id-to-fqname HTTP/1.1" 200 261 0.001257 10.0.0.22 - - [2025-11-10 02:08:28] "GET /virtual-network/fcff255f-5980-4229-8985-ed2f7ab02062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005000 10.0.0.22 - - [2025-11-10 02:08:28] "GET /virtual-network/fcff255f-5980-4229-8985-ed2f7ab02062?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005711 10.0.0.22 - - [2025-11-10 02:08:29] "POST /neutron/subnet HTTP/1.1" 200 734 0.009785 10.0.0.22 - - [2025-11-10 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.23 - - [2025-11-10 02:08:29] "GET /projects?obj_uuids=12799797-cb03-4ffe-98c0-05260f7e9570&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001049 10.0.0.22 - - [2025-11-10 02:08:29] "GET /project/12799797-cb03-4ffe-98c0-05260f7e9570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.053675 10.0.0.23 - - [2025-11-10 02:08:29] "POST /useragent-kv HTTP/1.1" 200 115 0.008535 10.0.0.22 - - [2025-11-10 02:08:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.257789 10.0.0.22 - - [2025-11-10 02:08:29] "POST /id-to-fqname HTTP/1.1" 200 262 0.001423 10.0.0.22 - - [2025-11-10 02:08:29] "GET /virtual-network/f04be1b5-436d-43ed-9949-998b56219b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.006170 10.0.0.22 - - [2025-11-10 02:08:29] "GET /virtual-network/f04be1b5-436d-43ed-9949-998b56219b72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.006568 10.0.0.22 - - [2025-11-10 02:08:29] "POST /neutron/network HTTP/1.1" 200 904 0.009617 10.0.0.22 - - [2025-11-10 02:08:29] "POST /id-to-fqname HTTP/1.1" 200 261 0.001376 10.0.0.23 - - [2025-11-10 02:08:30] "GET /projects?obj_uuids=12799797-cb03-4ffe-98c0-05260f7e9570&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001707 10.0.0.22 - - [2025-11-10 02:08:30] "GET /project/12799797-cb03-4ffe-98c0-05260f7e9570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.082714 10.0.0.22 - - [2025-11-10 02:08:30] "POST /neutron/network HTTP/1.1" 200 903 0.009341 10.0.0.22 - - [2025-11-10 02:08:30] "POST /id-to-fqname HTTP/1.1" 200 262 0.001855 10.0.0.22 - - [2025-11-10 02:08:31] "POST /neutron/port HTTP/1.1" 200 117 0.008757 10.0.0.23 - - [2025-11-10 02:08:31] "GET /projects?obj_uuids=12799797-cb03-4ffe-98c0-05260f7e9570&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001118 10.0.0.22 - - [2025-11-10 02:08:31] "POST /neutron/port HTTP/1.1" 200 1067 0.389296 10.0.0.22 - - [2025-11-10 02:08:31] "POST /neutron/port HTTP/1.1" 200 1121 0.136270 10.0.0.23 - - [2025-11-10 02:08:31] "GET /projects?obj_uuids=12799797-cb03-4ffe-98c0-05260f7e9570&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000954 10.0.0.22 - - [2025-11-10 02:08:32] "GET /project/12799797-cb03-4ffe-98c0-05260f7e9570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.111544 10.0.0.22 - - [2025-11-10 02:08:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003611 10.0.0.22 - - [2025-11-10 02:08:32] "POST /neutron/network HTTP/1.1" 200 903 0.007780 10.0.0.22 - - [2025-11-10 02:08:32] "POST /neutron/port HTTP/1.1" 200 117 0.006699 10.0.0.22 - - [2025-11-10 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.004278 10.0.0.22 - - [2025-11-10 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005345 10.0.0.23 - - [2025-11-10 02:08:33] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002087 10.0.0.22 - - [2025-11-10 02:08:33] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.016701 10.0.0.22 - - [2025-11-10 02:08:33] "POST /neutron/port HTTP/1.1" 200 1066 0.018588 10.0.0.22 - - [2025-11-10 02:08:33] "POST /service-templates HTTP/1.1" 200 543 0.041581 10.0.0.22 - - [2025-11-10 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.22 - - [2025-11-10 02:08:33] "GET /service-template/301f44a5-07b1-41b8-88d3-b5fde86f30b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.010470 10.0.0.22 - - [2025-11-10 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.22 - - [2025-11-10 02:08:33] "GET /service-template/301f44a5-07b1-41b8-88d3-b5fde86f30b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.005107 10.0.0.22 - - [2025-11-10 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 261 0.001588 10.0.0.22 - - [2025-11-10 02:08:33] "POST /neutron/port HTTP/1.1" 200 1094 0.017978 10.0.0.22 - - [2025-11-10 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 261 0.001312 10.0.0.22 - - [2025-11-10 02:08:33] "POST /neutron/port HTTP/1.1" 200 117 0.001146 10.0.0.22 - - [2025-11-10 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 262 0.000930 10.0.0.22 - - [2025-11-10 02:08:33] "POST /neutron/security_group HTTP/1.1" 200 2063 0.007771 10.0.0.22 - - [2025-11-10 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.22 - - [2025-11-10 02:08:33] "DELETE /service-template/301f44a5-07b1-41b8-88d3-b5fde86f30b8 HTTP/1.1" 200 115 0.052377 10.0.0.22 - - [2025-11-10 02:08:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.005866 10.0.0.22 - - [2025-11-10 02:08:35] "POST /neutron/network HTTP/1.1" 200 913 0.007555 10.0.0.22 - - [2025-11-10 02:08:35] "POST /neutron/port HTTP/1.1" 200 117 0.001352 10.0.0.22 - - [2025-11-10 02:08:36] "POST /neutron/network HTTP/1.1" 400 204 0.021704 10.0.0.22 - - [2025-11-10 02:08:36] "POST /neutron/port HTTP/1.1" 200 151 0.255296 10.0.0.22 - - [2025-11-10 02:08:36] "POST /neutron/port HTTP/1.1" 200 151 0.291049 10.0.0.50 - - [2025-11-10 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005522 10.0.0.22 - - [2025-11-10 02:08:38] "POST /neutron/network HTTP/1.1" 200 904 0.008458 10.0.0.50 - - [2025-11-10 02:08:38] "DELETE /route-target/09a75d68-91b2-498d-a490-286dfa307cf3 HTTP/1.1" 200 115 0.025637 10.0.0.23 - - [2025-11-10 02:08:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003906 10.0.0.23 - - [2025-11-10 02:08:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004422 10.0.0.22 - - [2025-11-10 02:08:38] "POST /neutron/network HTTP/1.1" 200 151 0.145368 10.0.0.23 - - [2025-11-10 02:08:38] "GET /projects?obj_uuids=12799797-cb03-4ffe-98c0-05260f7e9570&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001185 10.0.0.22 - - [2025-11-10 02:08:38] "GET /project/12799797-cb03-4ffe-98c0-05260f7e9570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.101618 10.0.0.23 - - [2025-11-10 02:08:38] "GET /projects?obj_uuids=12799797-cb03-4ffe-98c0-05260f7e9570&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001377 10.0.0.22 - - [2025-11-10 02:08:38] "GET /project/12799797-cb03-4ffe-98c0-05260f7e9570?fields=virtual_networks HTTP/1.1" 200 1042 0.056318 10.0.0.23 - - [2025-11-10 02:08:38] "GET /projects?obj_uuids=12799797-cb03-4ffe-98c0-05260f7e9570&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001136 10.0.0.22 - - [2025-11-10 02:08:38] "GET /project/12799797-cb03-4ffe-98c0-05260f7e9570?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.043868 10.0.0.23 - - [2025-11-10 02:08:39] "GET /projects?obj_uuids=12799797-cb03-4ffe-98c0-05260f7e9570&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001109 10.0.0.22 - - [2025-11-10 02:08:39] "GET /project/12799797-cb03-4ffe-98c0-05260f7e9570?fields=security_groups HTTP/1.1" 200 1273 0.054399 10.0.0.22 - - [2025-11-10 02:08:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.027453 10.0.0.23 - - [2025-11-10 02:08:40] "GET /projects?obj_uuids=da2f08eb-6467-4d0d-b571-a68583f6d9bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003568 10.0.0.23 - - [2025-11-10 02:08:40] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002669 10.0.0.23 - - [2025-11-10 02:08:40] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011127 10.0.0.23 - - [2025-11-10 02:08:40] "POST /id-to-fqname HTTP/1.1" 200 199 0.005434 10.0.0.23 - - [2025-11-10 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 208 0.006257 10.0.0.23 - - [2025-11-10 02:08:40] "POST /security-groups HTTP/1.1" 200 600 0.105248 10.0.0.50 - - [2025-11-10 02:08:40] "POST /fqname-to-id HTTP/1.1" 404 243 0.012685 10.0.0.23 - - [2025-11-10 02:08:40] "POST /projects HTTP/1.1" 200 603 0.356318 10.0.0.23 - - [2025-11-10 02:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.437920 10.0.0.50 - - [2025-11-10 02:08:40] "POST /access-control-lists HTTP/1.1" 200 603 0.044974 10.0.0.22 - - [2025-11-10 02:08:40] "GET /project/da2f08eb-6467-4d0d-b571-a68583f6d9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.615915 10.0.0.22 - - [2025-11-10 02:08:41] "GET / HTTP/1.1" 200 35931 0.001849 10.0.0.22 - - [2025-11-10 02:08:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.22 - - [2025-11-10 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.064734 10.0.0.23 - - [2025-11-10 02:08:42] "GET /projects?obj_uuids=da2f08eb-6467-4d0d-b571-a68583f6d9bf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001116 10.0.0.22 - - [2025-11-10 02:08:42] "GET /project/da2f08eb-6467-4d0d-b571-a68583f6d9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.053612 10.0.0.50 - - [2025-11-10 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.009036 10.0.0.23 - - [2025-11-10 02:08:43] "POST /useragent-kv HTTP/1.1" 200 115 0.011811 10.0.0.22 - - [2025-11-10 02:08:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.274959 10.0.0.22 - - [2025-11-10 02:08:43] "POST /id-to-fqname HTTP/1.1" 200 269 0.002119 10.0.0.22 - - [2025-11-10 02:08:43] "GET /virtual-network/40fca025-687c-498c-aa51-5b86160f5872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.010716 10.0.0.22 - - [2025-11-10 02:08:43] "POST /neutron/network HTTP/1.1" 200 1088 0.012240 10.0.0.22 - - [2025-11-10 02:08:43] "GET /virtual-network/40fca025-687c-498c-aa51-5b86160f5872?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.006712 10.0.0.22 - - [2025-11-10 02:08:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.011858 10.0.0.22 - - [2025-11-10 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.23 - - [2025-11-10 02:08:43] "GET /projects?obj_uuids=da2f08eb-6467-4d0d-b571-a68583f6d9bf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001411 10.0.0.22 - - [2025-11-10 02:08:43] "GET /project/da2f08eb-6467-4d0d-b571-a68583f6d9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.066400 10.0.0.50 - - [2025-11-10 02:08:44] "POST /route-targets HTTP/1.1" 200 327 0.016533 10.0.0.23 - - [2025-11-10 02:08:44] "POST /useragent-kv HTTP/1.1" 200 115 0.015266 10.0.0.22 - - [2025-11-10 02:08:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.261497 10.0.0.50 - - [2025-11-10 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.006718 10.0.0.22 - - [2025-11-10 02:08:44] "POST /id-to-fqname HTTP/1.1" 200 269 0.001812 10.0.0.22 - - [2025-11-10 02:08:44] "GET /virtual-network/fc9077c7-8e3f-4726-b842-201256d23361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.009116 10.0.0.22 - - [2025-11-10 02:08:44] "POST /neutron/network HTTP/1.1" 200 1088 0.010769 10.0.0.22 - - [2025-11-10 02:08:44] "GET /virtual-network/fc9077c7-8e3f-4726-b842-201256d23361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.007668 10.0.0.22 - - [2025-11-10 02:08:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.010390 10.0.0.22 - - [2025-11-10 02:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.23 - - [2025-11-10 02:08:44] "GET /projects?obj_uuids=da2f08eb-6467-4d0d-b571-a68583f6d9bf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001326 10.0.0.22 - - [2025-11-10 02:08:44] "GET /project/da2f08eb-6467-4d0d-b571-a68583f6d9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.049778 10.0.0.50 - - [2025-11-10 02:08:45] "POST /ref-update HTTP/1.1" 200 156 0.031986 10.0.0.23 - - [2025-11-10 02:08:45] "POST /useragent-kv HTTP/1.1" 200 115 0.008556 10.0.0.22 - - [2025-11-10 02:08:45] "POST /neutron/subnet HTTP/1.1" 200 823 0.188349 10.0.0.22 - - [2025-11-10 02:08:45] "POST /id-to-fqname HTTP/1.1" 200 270 0.001809 10.0.0.22 - - [2025-11-10 02:08:45] "GET /virtual-network/ec185695-5082-4f76-aa76-36505cb70fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.010141 10.0.0.22 - - [2025-11-10 02:08:45] "POST /neutron/network HTTP/1.1" 200 1088 0.009931 10.0.0.22 - - [2025-11-10 02:08:45] "GET /virtual-network/ec185695-5082-4f76-aa76-36505cb70fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.006269 10.0.0.22 - - [2025-11-10 02:08:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.012388 10.0.0.22 - - [2025-11-10 02:08:45] "POST /id-to-fqname HTTP/1.1" 200 269 0.001687 10.0.0.23 - - [2025-11-10 02:08:46] "GET /projects?obj_uuids=da2f08eb-6467-4d0d-b571-a68583f6d9bf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001046 10.0.0.22 - - [2025-11-10 02:08:46] "GET /project/da2f08eb-6467-4d0d-b571-a68583f6d9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.073673 10.0.0.22 - - [2025-11-10 02:08:46] "POST /neutron/port HTTP/1.1" 200 117 0.007761 10.0.0.22 - - [2025-11-10 02:08:46] "POST /id-to-fqname HTTP/1.1" 200 270 0.001461 10.0.0.22 - - [2025-11-10 02:08:47] "POST /neutron/network HTTP/1.1" 200 1098 0.007847 10.0.0.22 - - [2025-11-10 02:08:47] "POST /neutron/port HTTP/1.1" 200 1177 0.025263 10.0.0.23 - - [2025-11-10 02:08:47] "GET /projects?obj_uuids=da2f08eb-6467-4d0d-b571-a68583f6d9bf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001148 10.0.0.22 - - [2025-11-10 02:08:48] "GET /project/da2f08eb-6467-4d0d-b571-a68583f6d9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.105948 10.0.0.22 - - [2025-11-10 02:08:48] "POST /neutron/port HTTP/1.1" 200 1205 0.021729 10.0.0.22 - - [2025-11-10 02:08:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004725 10.0.0.22 - - [2025-11-10 02:08:48] "POST /neutron/port HTTP/1.1" 200 117 0.001576 10.0.0.22 - - [2025-11-10 02:08:48] "POST /neutron/security_group HTTP/1.1" 200 2067 0.011436 10.0.0.23 - - [2025-11-10 02:08:48] "GET /projects?obj_uuids=da2f08eb-6467-4d0d-b571-a68583f6d9bf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001294 10.0.0.22 - - [2025-11-10 02:08:49] "POST /neutron/port HTTP/1.1" 200 1175 0.399753 10.0.0.22 - - [2025-11-10 02:08:49] "POST /neutron/port HTTP/1.1" 200 1229 0.156922 10.0.0.22 - - [2025-11-10 02:08:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004772 10.0.0.22 - - [2025-11-10 02:08:49] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.22 - - [2025-11-10 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.004754 10.0.0.22 - - [2025-11-10 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.23 - - [2025-11-10 02:08:49] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.22 - - [2025-11-10 02:08:49] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008173 10.0.0.22 - - [2025-11-10 02:08:49] "POST /service-templates HTTP/1.1" 200 543 0.059234 10.0.0.22 - - [2025-11-10 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006179 10.0.0.22 - - [2025-11-10 02:08:50] "GET /service-template/069c4d14-4882-463a-a1f6-3dea68c36d1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.006008 10.0.0.22 - - [2025-11-10 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005968 10.0.0.22 - - [2025-11-10 02:08:50] "GET /service-template/069c4d14-4882-463a-a1f6-3dea68c36d1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.005617 10.0.0.22 - - [2025-11-10 02:08:50] "POST /id-to-fqname HTTP/1.1" 200 269 0.001287 10.0.0.22 - - [2025-11-10 02:08:50] "POST /id-to-fqname HTTP/1.1" 200 269 0.001286 10.0.0.22 - - [2025-11-10 02:08:50] "POST /id-to-fqname HTTP/1.1" 200 270 0.001292 10.0.0.22 - - [2025-11-10 02:08:50] "POST /neutron/security_group HTTP/1.1" 200 2067 0.011936 10.0.0.22 - - [2025-11-10 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005821 10.0.0.22 - - [2025-11-10 02:08:50] "DELETE /service-template/069c4d14-4882-463a-a1f6-3dea68c36d1b HTTP/1.1" 200 115 0.059304 10.0.0.22 - - [2025-11-10 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.006859 10.0.0.22 - - [2025-11-10 02:08:52] "POST /neutron/port HTTP/1.1" 200 1203 0.018225 10.0.0.22 - - [2025-11-10 02:08:52] "POST /neutron/port HTTP/1.1" 200 1205 0.017061 10.0.0.22 - - [2025-11-10 02:08:54] "POST /neutron/network HTTP/1.1" 200 1088 0.013669 10.0.0.23 - - [2025-11-10 02:08:54] "POST /useragent-kv HTTP/1.1" 200 115 0.009437 10.0.0.50 - - [2025-11-10 02:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009142 10.0.0.23 - - [2025-11-10 02:08:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003125 10.0.0.23 - - [2025-11-10 02:08:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003450 10.0.0.23 - - [2025-11-10 02:08:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007206 10.0.0.22 - - [2025-11-10 02:08:54] "POST /neutron/network HTTP/1.1" 200 151 0.190143 10.0.0.50 - - [2025-11-10 02:08:54] "DELETE /route-target/75f531df-ecbb-4b53-87ac-ce8f9af35b96 HTTP/1.1" 200 115 0.028832 10.0.0.23 - - [2025-11-10 02:08:54] "GET /projects?obj_uuids=da2f08eb-6467-4d0d-b571-a68583f6d9bf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001353 10.0.0.22 - - [2025-11-10 02:08:54] "GET /project/da2f08eb-6467-4d0d-b571-a68583f6d9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.059395 10.0.0.23 - - [2025-11-10 02:08:54] "GET /projects?obj_uuids=da2f08eb-6467-4d0d-b571-a68583f6d9bf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001037 10.0.0.22 - - [2025-11-10 02:08:55] "GET /project/da2f08eb-6467-4d0d-b571-a68583f6d9bf?fields=virtual_networks HTTP/1.1" 200 1051 0.048510 10.0.0.23 - - [2025-11-10 02:08:55] "GET /projects?obj_uuids=da2f08eb-6467-4d0d-b571-a68583f6d9bf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001086 10.0.0.22 - - [2025-11-10 02:08:55] "GET /project/da2f08eb-6467-4d0d-b571-a68583f6d9bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.049546 10.0.0.23 - - [2025-11-10 02:08:55] "GET /projects?obj_uuids=da2f08eb-6467-4d0d-b571-a68583f6d9bf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001039 10.0.0.22 - - [2025-11-10 02:08:55] "GET /project/da2f08eb-6467-4d0d-b571-a68583f6d9bf?fields=security_groups HTTP/1.1" 200 1286 0.045707 10.0.0.22 - - [2025-11-10 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.030543 10.0.0.23 - - [2025-11-10 02:08:56] "GET /projects?obj_uuids=7a928ca3-bd5b-44d1-bc20-f419e0b893e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003224 10.0.0.23 - - [2025-11-10 02:08:56] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.23 - - [2025-11-10 02:08:56] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007862 10.0.0.23 - - [2025-11-10 02:08:56] "POST /id-to-fqname HTTP/1.1" 200 202 0.001382 10.0.0.23 - - [2025-11-10 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.006307 10.0.0.23 - - [2025-11-10 02:08:56] "POST /security-groups HTTP/1.1" 200 603 0.033645 10.0.0.23 - - [2025-11-10 02:08:56] "POST /projects HTTP/1.1" 200 609 0.239306 10.0.0.50 - - [2025-11-10 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 245 0.006902 10.0.0.23 - - [2025-11-10 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.310160 10.0.0.22 - - [2025-11-10 02:08:56] "GET /project/7a928ca3-bd5b-44d1-bc20-f419e0b893e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.452438 10.0.0.22 - - [2025-11-10 02:08:57] "GET / HTTP/1.1" 200 35931 0.002477 10.0.0.22 - - [2025-11-10 02:08:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000619 10.0.0.22 - - [2025-11-10 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.054991 10.0.0.23 - - [2025-11-10 02:08:59] "GET /projects?obj_uuids=7a928ca3-bd5b-44d1-bc20-f419e0b893e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001157 10.0.0.22 - - [2025-11-10 02:08:59] "GET /project/7a928ca3-bd5b-44d1-bc20-f419e0b893e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041677 10.0.0.22 - - [2025-11-10 02:08:59] "POST /neutron/network HTTP/1.1" 200 117 0.043372 10.0.0.50 - - [2025-11-10 02:08:59] "POST /ref-update HTTP/1.1" 200 156 0.031179 10.0.0.22 - - [2025-11-10 02:08:59] "POST /neutron/network HTTP/1.1" 200 839 0.009145 10.0.0.22 - - [2025-11-10 02:08:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001171 10.0.0.22 - - [2025-11-10 02:08:59] "GET /virtual-network/2c289c94-b3f4-4528-980d-72c3cbfc2dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005769 10.0.0.22 - - [2025-11-10 02:08:59] "GET /virtual-network/2c289c94-b3f4-4528-980d-72c3cbfc2dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005738 10.0.0.22 - - [2025-11-10 02:08:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.009619 10.0.0.22 - - [2025-11-10 02:09:00] "GET /virtual-network/2c289c94-b3f4-4528-980d-72c3cbfc2dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005468 10.0.0.50 - - [2025-11-10 02:09:01] "GET /obj-perms HTTP/1.1" 200 5054 0.069222 10.0.0.23 - - [2025-11-10 02:09:01] "GET /obj-perms HTTP/1.1" 200 5054 0.051446 10.0.0.22 - - [2025-11-10 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005453 10.0.0.23 - - [2025-11-10 02:09:01] "GET /projects?obj_uuids=7a928ca3-bd5b-44d1-bc20-f419e0b893e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002038 10.0.0.22 - - [2025-11-10 02:09:02] "GET /project/7a928ca3-bd5b-44d1-bc20-f419e0b893e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.102067 10.0.0.23 - - [2025-11-10 02:09:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002790 10.0.0.22 - - [2025-11-10 02:09:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.228527 10.0.0.22 - - [2025-11-10 02:09:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001382 10.0.0.22 - - [2025-11-10 02:09:02] "GET /virtual-network/428e7465-bcd5-44fd-a516-cdc4893ec655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005784 10.0.0.22 - - [2025-11-10 02:09:02] "GET /virtual-network/428e7465-bcd5-44fd-a516-cdc4893ec655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006335 10.0.0.22 - - [2025-11-10 02:09:02] "POST /neutron/network HTTP/1.1" 200 836 0.008988 10.0.0.22 - - [2025-11-10 02:09:02] "GET /virtual-network/428e7465-bcd5-44fd-a516-cdc4893ec655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007649 10.0.0.22 - - [2025-11-10 02:09:03] "GET /obj-perms HTTP/1.1" 200 5054 0.065830 10.0.0.22 - - [2025-11-10 02:09:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.001333 10.0.0.50 - - [2025-11-10 02:09:19] "DELETE /access-control-list/2ed06f5d-7ff2-422d-8bf6-61b9035bf4e0 HTTP/1.1" 200 115 0.045488 10.0.0.23 - - [2025-11-10 02:09:20] "DELETE /project/7a928ca3bd5b44d1bc20f419e0b893e6 HTTP/1.1" 404 173 0.013109 10.0.0.23 - - [2025-11-10 02:09:20] "DELETE /project/da2f08eb64674d0db571a68583f6d9bf HTTP/1.1" 404 173 0.012017 10.0.0.23 - - [2025-11-10 02:09:20] "DELETE /project/98c16cae-4601-4938-b1a1-fa9a55445367 HTTP/1.1" 404 177 0.011267 10.0.0.23 - - [2025-11-10 02:09:20] "DELETE /project/12799797cb034ffe98c005260f7e9570 HTTP/1.1" 404 173 0.010512 10.0.0.23 - - [2025-11-10 02:09:20] "GET /projects?obj_uuids=da2f08eb-6467-4d0d-b571-a68583f6d9bf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001149 10.0.0.23 - - [2025-11-10 02:09:20] "GET /projects?obj_uuids=12799797-cb03-4ffe-98c0-05260f7e9570&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000942 10.0.0.23 - - [2025-11-10 02:09:20] "GET /project/12799797-cb03-4ffe-98c0-05260f7e9570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.073126 10.0.0.23 - - [2025-11-10 02:09:20] "GET /project/da2f08eb-6467-4d0d-b571-a68583f6d9bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.080114 10.0.0.23 - - [2025-11-10 02:09:20] "GET /projects?obj_uuids=12799797-cb03-4ffe-98c0-05260f7e9570&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001487 10.0.0.23 - - [2025-11-10 02:09:20] "GET /projects?obj_uuids=da2f08eb-6467-4d0d-b571-a68583f6d9bf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000846 10.0.0.23 - - [2025-11-10 02:09:20] "GET /project/da2f08eb-6467-4d0d-b571-a68583f6d9bf?fields=security_groups HTTP/1.1" 200 1391 0.063019 10.0.0.23 - - [2025-11-10 02:09:20] "GET /project/12799797-cb03-4ffe-98c0-05260f7e9570?fields=security_groups HTTP/1.1" 200 1378 0.093853 10.0.0.23 - - [2025-11-10 02:09:20] "DELETE /security-group/852893c9-895a-4c18-bad6-fc5f670e4a64 HTTP/1.1" 200 115 0.076879 10.0.0.23 - - [2025-11-10 02:09:20] "GET /projects?obj_uuids=da2f08eb-6467-4d0d-b571-a68583f6d9bf&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001088 10.0.0.23 - - [2025-11-10 02:09:20] "DELETE /security-group/6a7614fc-bc77-4eab-8a9a-deb7cc0ca010 HTTP/1.1" 200 115 0.093533 10.0.0.23 - - [2025-11-10 02:09:20] "GET /projects?obj_uuids=12799797-cb03-4ffe-98c0-05260f7e9570&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001477 10.0.0.23 - - [2025-11-10 02:09:20] "GET /project/da2f08eb-6467-4d0d-b571-a68583f6d9bf?fields=application_policy_sets HTTP/1.1" 200 1430 0.089287 10.0.0.50 - - [2025-11-10 02:09:20] "DELETE /access-control-list/c5bd1e99-161d-4e04-9e90-c0cfc7bc1f9d HTTP/1.1" 200 115 0.078318 10.0.0.23 - - [2025-11-10 02:09:20] "GET /project/12799797-cb03-4ffe-98c0-05260f7e9570?fields=application_policy_sets HTTP/1.1" 200 1417 0.122043 10.0.0.23 - - [2025-11-10 02:09:21] "DELETE /project/da2f08eb-6467-4d0d-b571-a68583f6d9bf HTTP/1.1" 200 115 0.665726 10.0.0.23 - - [2025-11-10 02:09:21] "DELETE /project/12799797-cb03-4ffe-98c0-05260f7e9570 HTTP/1.1" 200 115 0.681878 10.0.0.23 - - [2025-11-10 02:09:38] "GET /projects?obj_uuids=7a928ca3-bd5b-44d1-bc20-f419e0b893e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001364 10.0.0.22 - - [2025-11-10 02:09:38] "GET /project/7a928ca3-bd5b-44d1-bc20-f419e0b893e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.129068 10.0.0.22 - - [2025-11-10 02:09:38] "POST /neutron/network HTTP/1.1" 200 836 0.042221 10.0.0.22 - - [2025-11-10 02:09:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.001820 10.0.0.22 - - [2025-11-10 02:09:38] "POST /neutron/port HTTP/1.1" 200 117 0.008054 10.0.0.23 - - [2025-11-10 02:09:39] "GET /projects?obj_uuids=7a928ca3-bd5b-44d1-bc20-f419e0b893e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001131 10.0.0.22 - - [2025-11-10 02:09:39] "POST /neutron/port HTTP/1.1" 200 1070 0.502297 10.0.0.23 - - [2025-11-10 02:09:39] "GET /projects?obj_uuids=7a928ca3-bd5b-44d1-bc20-f419e0b893e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001481 10.0.0.22 - - [2025-11-10 02:09:39] "GET /project/7a928ca3-bd5b-44d1-bc20-f419e0b893e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.127600 10.0.0.22 - - [2025-11-10 02:09:39] "POST /neutron/port HTTP/1.1" 200 1070 0.073885 10.0.0.22 - - [2025-11-10 02:09:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.029712 10.0.0.22 - - [2025-11-10 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.014226 10.0.0.23 - - [2025-11-10 02:09:40] "GET /projects?obj_uuids=7a928ca3-bd5b-44d1-bc20-f419e0b893e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000959 10.0.0.22 - - [2025-11-10 02:09:40] "GET /project/7a928ca3-bd5b-44d1-bc20-f419e0b893e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.079076 10.0.0.22 - - [2025-11-10 02:09:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007530 10.0.0.22 - - [2025-11-10 02:09:40] "GET /virtual-network/2c289c94-b3f4-4528-980d-72c3cbfc2dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.013983 10.0.0.22 - - [2025-11-10 02:09:40] "GET /floating-ip-pools?parent_id=2c289c94-b3f4-4528-980d-72c3cbfc2dd8&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004472 10.0.0.22 - - [2025-11-10 02:09:40] "GET /virtual-network/2c289c94-b3f4-4528-980d-72c3cbfc2dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.014915 10.0.0.22 - - [2025-11-10 02:09:40] "POST /neutron/network HTTP/1.1" 200 836 0.008348 10.0.0.22 - - [2025-11-10 02:09:40] "POST /floating-ip-pools HTTP/1.1" 200 609 0.093411 10.0.0.22 - - [2025-11-10 02:09:40] "POST /ref-update HTTP/1.1" 200 156 0.056237 10.0.0.22 - - [2025-11-10 02:09:40] "GET /virtual-network/2c289c94-b3f4-4528-980d-72c3cbfc2dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008247 10.0.0.22 - - [2025-11-10 02:09:41] "GET /virtual-network/2c289c94-b3f4-4528-980d-72c3cbfc2dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008069 10.0.0.22 - - [2025-11-10 02:09:41] "POST /neutron/port HTTP/1.1" 200 1098 0.050058 10.0.0.22 - - [2025-11-10 02:09:41] "POST /neutron/port HTTP/1.1" 200 1073 0.066379 10.0.0.22 - - [2025-11-10 02:09:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.021826 10.0.0.22 - - [2025-11-10 02:09:42] "POST /neutron/network HTTP/1.1" 200 839 0.007281 10.0.0.22 - - [2025-11-10 02:09:51] "POST /neutron/port HTTP/1.1" 200 1098 0.039675 10.0.0.22 - - [2025-11-10 02:09:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.018415 10.0.0.22 - - [2025-11-10 02:10:07] "POST /neutron/port HTTP/1.1" 200 1098 0.040715 10.0.0.22 - - [2025-11-10 02:10:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007979 10.0.0.23 - - [2025-11-10 02:10:20] "GET /obj-perms HTTP/1.1" 200 5056 0.049873 10.0.0.22 - - [2025-11-10 02:10:22] "POST /neutron/port HTTP/1.1" 200 1098 0.017455 10.0.0.22 - - [2025-11-10 02:10:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008186 10.0.0.22 - - [2025-11-10 02:10:37] "POST /neutron/port HTTP/1.1" 200 1098 0.015341 10.0.0.22 - - [2025-11-10 02:10:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009937 10.0.0.22 - - [2025-11-10 02:10:48] "POST /neutron/port HTTP/1.1" 200 1098 0.016751 10.0.0.22 - - [2025-11-10 02:10:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008891 10.0.0.22 - - [2025-11-10 02:10:48] "GET /virtual-machine/705b0868-1b7a-4215-9512-0e3213366423 HTTP/1.1" 401 292 0.000405 10.0.0.22 - - [2025-11-10 02:10:48] "GET /virtual-machine/705b0868-1b7a-4215-9512-0e3213366423 HTTP/1.1" 200 1304 0.031935 10.0.0.22 - - [2025-11-10 02:10:48] "GET /virtual-machine-interface/41c10d9d-8153-4e76-a90d-546a8aa11800 HTTP/1.1" 200 3004 0.005692 10.0.0.22 - - [2025-11-10 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.22 - - [2025-11-10 02:10:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004886 10.0.0.22 - - [2025-11-10 02:10:48] "GET /virtual-networks?parent_id=7a928ca3-bd5b-44d1-bc20-f419e0b893e6&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003935 10.0.0.22 - - [2025-11-10 02:10:48] "GET /virtual-network/428e7465-bcd5-44fd-a516-cdc4893ec655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007349 10.0.0.22 - - [2025-11-10 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.22 - - [2025-11-10 02:10:51] "GET /virtual-network/428e7465-bcd5-44fd-a516-cdc4893ec655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007138 10.0.0.22 - - [2025-11-10 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.22 - - [2025-11-10 02:10:55] "GET /virtual-network/428e7465-bcd5-44fd-a516-cdc4893ec655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.009042 10.0.0.22 - - [2025-11-10 02:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005021 10.0.0.22 - - [2025-11-10 02:10:59] "GET /virtual-network/428e7465-bcd5-44fd-a516-cdc4893ec655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007091 10.0.0.22 - - [2025-11-10 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.22 - - [2025-11-10 02:11:03] "GET /virtual-network/428e7465-bcd5-44fd-a516-cdc4893ec655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005725 10.0.0.22 - - [2025-11-10 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005157 10.0.0.22 - - [2025-11-10 02:11:07] "GET /virtual-network/428e7465-bcd5-44fd-a516-cdc4893ec655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006543 10.0.0.22 - - [2025-11-10 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.22 - - [2025-11-10 02:11:11] "GET /virtual-network/428e7465-bcd5-44fd-a516-cdc4893ec655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005594 10.0.0.22 - - [2025-11-10 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.22 - - [2025-11-10 02:11:16] "GET /virtual-network/428e7465-bcd5-44fd-a516-cdc4893ec655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007403 10.0.0.23 - - [2025-11-10 02:11:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.23 - - [2025-11-10 02:11:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.22 - - [2025-11-10 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.22 - - [2025-11-10 02:11:20] "GET /virtual-network/428e7465-bcd5-44fd-a516-cdc4893ec655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005804 10.0.0.23 - - [2025-11-10 02:11:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2025-11-10 02:11:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.50 - - [2025-11-10 02:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.50 - - [2025-11-10 02:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.50 - - [2025-11-10 02:11:21] "GET /obj-perms HTTP/1.1" 200 5056 0.107374 10.0.0.50 - - [2025-11-10 02:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000620 10.0.0.50 - - [2025-11-10 02:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.22 - - [2025-11-10 02:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.22 - - [2025-11-10 02:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.22 - - [2025-11-10 02:11:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.22 - - [2025-11-10 02:11:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.22 - - [2025-11-10 02:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.22 - - [2025-11-10 02:11:24] "GET /virtual-network/428e7465-bcd5-44fd-a516-cdc4893ec655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006296 10.0.0.22 - - [2025-11-10 02:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.22 - - [2025-11-10 02:11:26] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003590 10.0.0.22 - - [2025-11-10 02:11:26] "GET /virtual-networks?parent_id=7a928ca3-bd5b-44d1-bc20-f419e0b893e6&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003144 10.0.0.22 - - [2025-11-10 02:11:26] "GET /virtual-network/428e7465-bcd5-44fd-a516-cdc4893ec655?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005918 10.0.0.22 - - [2025-11-10 02:11:31] "POST /neutron/port HTTP/1.1" 200 1098 0.014672 10.0.0.22 - - [2025-11-10 02:11:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011523 10.0.0.22 - - [2025-11-10 02:11:37] "POST /neutron/network HTTP/1.1" 200 846 0.007304 10.0.0.22 - - [2025-11-10 02:11:37] "POST /neutron/port HTTP/1.1" 200 117 0.001272 10.0.0.22 - - [2025-11-10 02:11:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.030905 10.0.0.22 - - [2025-11-10 02:11:42] "POST /neutron/port HTTP/1.1" 200 1101 0.023902 10.0.0.22 - - [2025-11-10 02:11:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007853 10.0.0.22 - - [2025-11-10 02:11:47] "POST /neutron/network HTTP/1.1" 200 849 0.007366 10.0.0.22 - - [2025-11-10 02:11:47] "POST /neutron/port HTTP/1.1" 200 117 0.001277 10.0.0.22 - - [2025-11-10 02:11:52] "POST /neutron/port HTTP/1.1" 200 1098 0.018264 10.0.0.22 - - [2025-11-10 02:11:52] "POST /neutron/port HTTP/1.1" 200 1101 0.016226 10.0.0.22 - - [2025-11-10 02:11:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008028 10.0.0.22 - - [2025-11-10 02:11:52] "GET /virtual-machine/1026ba7e-afc8-49dc-8fb1-b2f27b6b6fb0 HTTP/1.1" 200 1304 0.006406 10.0.0.22 - - [2025-11-10 02:11:52] "GET /virtual-machine-interface/38b42459-ee74-42ab-a43a-5fff0155a950 HTTP/1.1" 200 3004 0.005714 10.0.0.22 - - [2025-11-10 02:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.22 - - [2025-11-10 02:11:52] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003786 10.0.0.22 - - [2025-11-10 02:11:52] "GET /virtual-networks?parent_id=7a928ca3-bd5b-44d1-bc20-f419e0b893e6&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002977 10.0.0.22 - - [2025-11-10 02:11:52] "GET /virtual-network/2c289c94-b3f4-4528-980d-72c3cbfc2dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005932 10.0.0.22 - - [2025-11-10 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.22 - - [2025-11-10 02:11:53] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003793 10.0.0.22 - - [2025-11-10 02:11:53] "GET /virtual-networks?parent_id=7a928ca3-bd5b-44d1-bc20-f419e0b893e6&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003514 10.0.0.22 - - [2025-11-10 02:11:53] "GET /virtual-network/2c289c94-b3f4-4528-980d-72c3cbfc2dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008064 10.0.0.22 - - [2025-11-10 02:11:53] "POST /neutron/floatingip HTTP/1.1" 200 576 0.016704 10.0.0.22 - - [2025-11-10 02:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.22 - - [2025-11-10 02:11:53] "GET /routing-instance/53b54855-e21b-4a3a-8a2d-d1f9f6ae4c53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.004023 10.0.0.22 - - [2025-11-10 02:11:53] "GET /route-target/e0392229-ec4f-4021-99a0-5df7eb86993d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004978 10.0.0.22 - - [2025-11-10 02:12:12] "POST /neutron/floatingip HTTP/1.1" 200 531 0.009800 10.0.0.22 - - [2025-11-10 02:12:12] "GET /floating-ip-pool/d2112336-7fc5-42fe-8458-2075475785a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.005557 10.0.0.22 - - [2025-11-10 02:12:12] "POST /ref-update HTTP/1.1" 200 156 0.016028 10.0.0.22 - - [2025-11-10 02:12:12] "DELETE /floating-ip-pool/d2112336-7fc5-42fe-8458-2075475785a8 HTTP/1.1" 200 115 0.037788 10.0.0.22 - - [2025-11-10 02:12:12] "POST /neutron/network HTTP/1.1" 400 204 0.017898 10.0.0.22 - - [2025-11-10 02:12:13] "POST /neutron/port HTTP/1.1" 200 1098 0.017669 10.0.0.22 - - [2025-11-10 02:12:13] "POST /neutron/port HTTP/1.1" 200 151 0.214460 10.0.0.50 - - [2025-11-10 02:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006100 10.0.0.22 - - [2025-11-10 02:12:15] "POST /neutron/network HTTP/1.1" 200 839 0.009015 10.0.0.50 - - [2025-11-10 02:12:15] "DELETE /route-target/e0392229-ec4f-4021-99a0-5df7eb86993d HTTP/1.1" 200 115 0.027726 10.0.0.23 - - [2025-11-10 02:12:16] "GET /projects?obj_uuids=7a928ca3-bd5b-44d1-bc20-f419e0b893e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.22 - - [2025-11-10 02:12:16] "GET /project/7a928ca3-bd5b-44d1-bc20-f419e0b893e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048967 10.0.0.23 - - [2025-11-10 02:12:16] "GET /projects?obj_uuids=7a928ca3-bd5b-44d1-bc20-f419e0b893e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001212 10.0.0.22 - - [2025-11-10 02:12:16] "GET /project/7a928ca3-bd5b-44d1-bc20-f419e0b893e6?fields=virtual_networks HTTP/1.1" 200 1056 0.044591 10.0.0.23 - - [2025-11-10 02:12:17] "GET /projects?obj_uuids=7a928ca3-bd5b-44d1-bc20-f419e0b893e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001138 10.0.0.22 - - [2025-11-10 02:12:17] "GET /project/7a928ca3-bd5b-44d1-bc20-f419e0b893e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.056274 10.0.0.23 - - [2025-11-10 02:12:17] "GET /projects?obj_uuids=7a928ca3-bd5b-44d1-bc20-f419e0b893e6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.22 - - [2025-11-10 02:12:17] "GET /project/7a928ca3-bd5b-44d1-bc20-f419e0b893e6?fields=security_groups HTTP/1.1" 200 1294 0.046682 10.0.0.22 - - [2025-11-10 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.033291 10.0.0.23 - - [2025-11-10 02:12:18] "GET /projects?obj_uuids=46145ff1-b7a1-45f4-bf5a-78aaf0055ab7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.011481 10.0.0.23 - - [2025-11-10 02:12:18] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.23 - - [2025-11-10 02:12:18] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007840 10.0.0.23 - - [2025-11-10 02:12:18] "POST /id-to-fqname HTTP/1.1" 200 190 0.007384 10.0.0.23 - - [2025-11-10 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.006429 10.0.0.23 - - [2025-11-10 02:12:18] "POST /security-groups HTTP/1.1" 200 591 0.073869 10.0.0.23 - - [2025-11-10 02:12:18] "POST /projects HTTP/1.1" 200 585 0.297423 10.0.0.50 - - [2025-11-10 02:12:18] "POST /fqname-to-id HTTP/1.1" 404 233 0.012221 10.0.0.23 - - [2025-11-10 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.376070 10.0.0.22 - - [2025-11-10 02:12:18] "GET /project/46145ff1-b7a1-45f4-bf5a-78aaf0055ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.536221 10.0.0.22 - - [2025-11-10 02:12:19] "GET / HTTP/1.1" 200 35931 0.002212 10.0.0.50 - - [2025-11-10 02:12:20] "DELETE /access-control-list/1d719fd7-f7fd-4cd2-9727-7a5f85bfb00c HTTP/1.1" 200 115 0.045318 10.0.0.23 - - [2025-11-10 02:12:21] "DELETE /project/46145ff1b7a145f4bf5a78aaf0055ab7 HTTP/1.1" 404 173 0.004266 10.0.0.23 - - [2025-11-10 02:12:21] "DELETE /project/7a928ca3-bd5b-44d1-bc20-f419e0b893e6 HTTP/1.1" 404 177 0.004619 10.0.0.22 - - [2025-11-10 02:12:21] "GET /obj-perms HTTP/1.1" 200 5056 0.055571 10.0.0.23 - - [2025-11-10 02:12:22] "GET /projects?obj_uuids=46145ff1-b7a1-45f4-bf5a-78aaf0055ab7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001857 10.0.0.22 - - [2025-11-10 02:12:22] "GET /project/46145ff1-b7a1-45f4-bf5a-78aaf0055ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.072770 10.0.0.23 - - [2025-11-10 02:12:22] "GET /projects?obj_uuids=46145ff1-b7a1-45f4-bf5a-78aaf0055ab7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001007 10.0.0.22 - - [2025-11-10 02:12:22] "GET /project/46145ff1-b7a1-45f4-bf5a-78aaf0055ab7?fields=virtual_networks HTTP/1.1" 200 1032 0.053746 10.0.0.23 - - [2025-11-10 02:12:22] "GET /projects?obj_uuids=46145ff1-b7a1-45f4-bf5a-78aaf0055ab7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001124 10.0.0.22 - - [2025-11-10 02:12:23] "GET /project/46145ff1-b7a1-45f4-bf5a-78aaf0055ab7?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.042669 10.0.0.23 - - [2025-11-10 02:12:23] "GET /projects?obj_uuids=46145ff1-b7a1-45f4-bf5a-78aaf0055ab7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.22 - - [2025-11-10 02:12:23] "GET /project/46145ff1-b7a1-45f4-bf5a-78aaf0055ab7?fields=security_groups HTTP/1.1" 200 1258 0.050399 10.0.0.22 - - [2025-11-10 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.027450 10.0.0.23 - - [2025-11-10 02:12:23] "GET /projects?obj_uuids=22f686ea-f568-43bb-8beb-7c70e9a82a87&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003237 10.0.0.23 - - [2025-11-10 02:12:24] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.23 - - [2025-11-10 02:12:24] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007148 10.0.0.23 - - [2025-11-10 02:12:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.005430 10.0.0.23 - - [2025-11-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.006108 10.0.0.23 - - [2025-11-10 02:12:24] "POST /security-groups HTTP/1.1" 200 586 0.078398 10.0.0.23 - - [2025-11-10 02:12:24] "POST /projects HTTP/1.1" 200 575 0.296464 10.0.0.50 - - [2025-11-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 228 0.006243 10.0.0.23 - - [2025-11-10 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.367598 10.0.0.22 - - [2025-11-10 02:12:24] "GET /project/22f686ea-f568-43bb-8beb-7c70e9a82a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.512018 10.0.0.22 - - [2025-11-10 02:12:25] "GET / HTTP/1.1" 200 35931 0.001477 10.0.0.23 - - [2025-11-10 02:12:31] "GET /projects?obj_uuids=22f686ea-f568-43bb-8beb-7c70e9a82a87&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001305 10.0.0.22 - - [2025-11-10 02:12:31] "GET /project/22f686ea-f568-43bb-8beb-7c70e9a82a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.054735 10.0.0.23 - - [2025-11-10 02:12:31] "GET /projects?obj_uuids=22f686ea-f568-43bb-8beb-7c70e9a82a87&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001099 10.0.0.22 - - [2025-11-10 02:12:31] "GET /project/22f686ea-f568-43bb-8beb-7c70e9a82a87?fields=virtual_networks HTTP/1.1" 200 1022 0.050510 10.0.0.23 - - [2025-11-10 02:12:31] "GET /projects?obj_uuids=22f686ea-f568-43bb-8beb-7c70e9a82a87&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001030 10.0.0.22 - - [2025-11-10 02:12:31] "GET /project/22f686ea-f568-43bb-8beb-7c70e9a82a87?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.041906 10.0.0.23 - - [2025-11-10 02:12:31] "GET /projects?obj_uuids=22f686ea-f568-43bb-8beb-7c70e9a82a87&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001036 10.0.0.22 - - [2025-11-10 02:12:31] "GET /project/22f686ea-f568-43bb-8beb-7c70e9a82a87?fields=security_groups HTTP/1.1" 200 1243 0.043876 10.0.0.22 - - [2025-11-10 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 187 0.024327 10.0.0.23 - - [2025-11-10 02:12:32] "GET /projects?obj_uuids=5a1fd0e4-e8a6-4673-96dd-a4a76de90702&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003422 10.0.0.23 - - [2025-11-10 02:12:32] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.23 - - [2025-11-10 02:12:32] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008239 10.0.0.23 - - [2025-11-10 02:12:32] "POST /id-to-fqname HTTP/1.1" 200 189 0.001253 10.0.0.23 - - [2025-11-10 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.005639 10.0.0.23 - - [2025-11-10 02:12:32] "POST /security-groups HTTP/1.1" 200 590 0.078024 10.0.0.23 - - [2025-11-10 02:12:32] "POST /projects HTTP/1.1" 200 583 0.311457 10.0.0.50 - - [2025-11-10 02:12:32] "POST /access-control-lists HTTP/1.1" 200 595 0.030643 10.0.0.23 - - [2025-11-10 02:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.382255 10.0.0.22 - - [2025-11-10 02:12:33] "GET /project/5a1fd0e4-e8a6-4673-96dd-a4a76de90702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.529608 10.0.0.22 - - [2025-11-10 02:12:34] "GET / HTTP/1.1" 200 35931 0.002218 10.0.0.23 - - [2025-11-10 02:12:37] "GET /projects?obj_uuids=5a1fd0e4-e8a6-4673-96dd-a4a76de90702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001025 10.0.0.22 - - [2025-11-10 02:12:37] "GET /project/5a1fd0e4-e8a6-4673-96dd-a4a76de90702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.045126 10.0.0.23 - - [2025-11-10 02:12:37] "GET /projects?obj_uuids=5a1fd0e4-e8a6-4673-96dd-a4a76de90702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001238 10.0.0.22 - - [2025-11-10 02:12:37] "GET /project/5a1fd0e4-e8a6-4673-96dd-a4a76de90702?fields=virtual_networks HTTP/1.1" 200 1030 0.075009 10.0.0.23 - - [2025-11-10 02:12:37] "GET /projects?obj_uuids=5a1fd0e4-e8a6-4673-96dd-a4a76de90702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001062 10.0.0.22 - - [2025-11-10 02:12:37] "GET /project/5a1fd0e4-e8a6-4673-96dd-a4a76de90702?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.039978 10.0.0.23 - - [2025-11-10 02:12:37] "GET /projects?obj_uuids=5a1fd0e4-e8a6-4673-96dd-a4a76de90702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001206 10.0.0.22 - - [2025-11-10 02:12:37] "GET /project/5a1fd0e4-e8a6-4673-96dd-a4a76de90702?fields=security_groups HTTP/1.1" 200 1255 0.055869 10.0.0.22 - - [2025-11-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.025928 10.0.0.23 - - [2025-11-10 02:12:38] "GET /projects?obj_uuids=c64f3de0-b6c8-427d-a473-69ffcfeb72e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004467 10.0.0.23 - - [2025-11-10 02:12:38] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.23 - - [2025-11-10 02:12:38] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008199 10.0.0.23 - - [2025-11-10 02:12:38] "POST /id-to-fqname HTTP/1.1" 200 190 0.004161 10.0.0.23 - - [2025-11-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 199 0.004974 10.0.0.23 - - [2025-11-10 02:12:38] "POST /security-groups HTTP/1.1" 200 591 0.033219 10.0.0.50 - - [2025-11-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.003129 10.0.0.23 - - [2025-11-10 02:12:38] "POST /projects HTTP/1.1" 200 585 0.242539 10.0.0.23 - - [2025-11-10 02:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.319642 10.0.0.50 - - [2025-11-10 02:12:38] "POST /access-control-lists HTTP/1.1" 200 594 0.028707 10.0.0.22 - - [2025-11-10 02:12:39] "GET /project/c64f3de0-b6c8-427d-a473-69ffcfeb72e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.472779 10.0.0.22 - - [2025-11-10 02:12:40] "GET / HTTP/1.1" 200 35931 0.001842 10.0.0.23 - - [2025-11-10 02:12:43] "GET /projects?obj_uuids=c64f3de0-b6c8-427d-a473-69ffcfeb72e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.22 - - [2025-11-10 02:12:43] "GET /project/c64f3de0-b6c8-427d-a473-69ffcfeb72e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.046396 10.0.0.23 - - [2025-11-10 02:12:43] "GET /projects?obj_uuids=c64f3de0-b6c8-427d-a473-69ffcfeb72e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.22 - - [2025-11-10 02:12:43] "GET /project/c64f3de0-b6c8-427d-a473-69ffcfeb72e2?fields=virtual_networks HTTP/1.1" 200 1033 0.053695 10.0.0.23 - - [2025-11-10 02:12:43] "GET /projects?obj_uuids=c64f3de0-b6c8-427d-a473-69ffcfeb72e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001128 10.0.0.22 - - [2025-11-10 02:12:43] "GET /project/c64f3de0-b6c8-427d-a473-69ffcfeb72e2?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.036146 10.0.0.23 - - [2025-11-10 02:12:43] "GET /projects?obj_uuids=c64f3de0-b6c8-427d-a473-69ffcfeb72e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000938 10.0.0.22 - - [2025-11-10 02:12:43] "GET /project/c64f3de0-b6c8-427d-a473-69ffcfeb72e2?fields=security_groups HTTP/1.1" 200 1259 0.039089 10.0.0.22 - - [2025-11-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 192 0.027648 10.0.0.23 - - [2025-11-10 02:12:44] "GET /projects?obj_uuids=2385f413-b2da-4bf0-b0d4-21e69b78a1a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003246 10.0.0.23 - - [2025-11-10 02:12:44] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.23 - - [2025-11-10 02:12:44] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007097 10.0.0.23 - - [2025-11-10 02:12:44] "POST /id-to-fqname HTTP/1.1" 200 194 0.001996 10.0.0.23 - - [2025-11-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 203 0.007327 10.0.0.23 - - [2025-11-10 02:12:44] "POST /security-groups HTTP/1.1" 200 595 0.081923 10.0.0.23 - - [2025-11-10 02:12:44] "POST /projects HTTP/1.1" 200 593 0.315547 10.0.0.50 - - [2025-11-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 404 237 0.003847 10.0.0.23 - - [2025-11-10 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.394875 10.0.0.22 - - [2025-11-10 02:12:45] "GET /project/2385f413-b2da-4bf0-b0d4-21e69b78a1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.556304 10.0.0.22 - - [2025-11-10 02:12:46] "GET / HTTP/1.1" 200 35931 0.002034 10.0.0.23 - - [2025-11-10 02:12:49] "GET /projects?obj_uuids=2385f413-b2da-4bf0-b0d4-21e69b78a1a8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001535 10.0.0.22 - - [2025-11-10 02:12:49] "GET /project/2385f413-b2da-4bf0-b0d4-21e69b78a1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.042392 10.0.0.23 - - [2025-11-10 02:12:49] "GET /projects?obj_uuids=2385f413-b2da-4bf0-b0d4-21e69b78a1a8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001040 10.0.0.22 - - [2025-11-10 02:12:49] "GET /project/2385f413-b2da-4bf0-b0d4-21e69b78a1a8?fields=virtual_networks HTTP/1.1" 200 1040 0.046727 10.0.0.23 - - [2025-11-10 02:12:49] "GET /projects?obj_uuids=2385f413-b2da-4bf0-b0d4-21e69b78a1a8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001021 10.0.0.22 - - [2025-11-10 02:12:49] "GET /project/2385f413-b2da-4bf0-b0d4-21e69b78a1a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.043864 10.0.0.23 - - [2025-11-10 02:12:49] "GET /projects?obj_uuids=2385f413-b2da-4bf0-b0d4-21e69b78a1a8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001034 10.0.0.22 - - [2025-11-10 02:12:49] "GET /project/2385f413-b2da-4bf0-b0d4-21e69b78a1a8?fields=security_groups HTTP/1.1" 200 1270 0.048991 10.0.0.22 - - [2025-11-10 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.026847 10.0.0.23 - - [2025-11-10 02:12:50] "GET /projects?obj_uuids=48995fef-faa7-4321-85f2-7ec495cd1fa0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003428 10.0.0.23 - - [2025-11-10 02:12:50] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.23 - - [2025-11-10 02:12:50] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007587 10.0.0.23 - - [2025-11-10 02:12:50] "POST /id-to-fqname HTTP/1.1" 200 185 0.005544 10.0.0.23 - - [2025-11-10 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.005955 10.0.0.23 - - [2025-11-10 02:12:50] "POST /security-groups HTTP/1.1" 200 586 0.038929 10.0.0.23 - - [2025-11-10 02:12:50] "POST /projects HTTP/1.1" 200 575 0.283996 10.0.0.50 - - [2025-11-10 02:12:50] "POST /access-control-lists HTTP/1.1" 200 591 0.039404 10.0.0.23 - - [2025-11-10 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.373484 10.0.0.22 - - [2025-11-10 02:12:50] "GET /project/48995fef-faa7-4321-85f2-7ec495cd1fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.519966 10.0.0.22 - - [2025-11-10 02:12:51] "GET / HTTP/1.1" 200 35931 0.001762 10.0.0.22 - - [2025-11-10 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.003369 10.0.0.50 - - [2025-11-10 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 228 0.004051 10.0.0.50 - - [2025-11-10 02:12:52] "POST /access-control-lists HTTP/1.1" 200 588 0.028697 10.0.0.23 - - [2025-11-10 02:12:52] "GET /projects?obj_uuids=2689fb53-1855-4a8d-b217-f12f79769004&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000943 10.0.0.22 - - [2025-11-10 02:12:52] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.111525 10.0.0.22 - - [2025-11-10 02:12:53] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.030265 10.0.0.50 - - [2025-11-10 02:12:53] "PUT /access-control-list/b0c67438-b249-4668-9106-17f7be9dd934 HTTP/1.1" 200 272 0.026536 10.0.0.22 - - [2025-11-10 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.008786 10.0.0.50 - - [2025-11-10 02:12:53] "POST /access-control-lists HTTP/1.1" 200 590 0.029158 10.0.0.50 - - [2025-11-10 02:12:53] "PUT /access-control-list/0b92dd36-0228-41b0-9542-8e96aa9c8b5c HTTP/1.1" 200 272 0.019794 10.0.0.23 - - [2025-11-10 02:12:54] "GET /projects?obj_uuids=2689fb53-1855-4a8d-b217-f12f79769004&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001096 10.0.0.22 - - [2025-11-10 02:12:54] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.166694 10.0.0.22 - - [2025-11-10 02:12:54] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014918 10.0.0.50 - - [2025-11-10 02:12:54] "PUT /access-control-list/51f4539e-bdab-4a56-bd23-12d34a4396f2 HTTP/1.1" 200 272 0.025669 10.0.0.22 - - [2025-11-10 02:12:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.22 - - [2025-11-10 02:12:54] "POST /fqname-to-id HTTP/1.1" 404 210 0.037209 10.0.0.50 - - [2025-11-10 02:12:55] "POST /access-control-lists HTTP/1.1" 200 607 0.028837 10.0.0.50 - - [2025-11-10 02:12:55] "PUT /access-control-list/baf8bafe-8b90-47df-b942-36dacab8c4e1 HTTP/1.1" 200 272 0.024089 10.0.0.23 - - [2025-11-10 02:12:55] "GET /projects?obj_uuids=48995fef-faa7-4321-85f2-7ec495cd1fa0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001040 10.0.0.22 - - [2025-11-10 02:12:55] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.087065 10.0.0.22 - - [2025-11-10 02:12:55] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.020947 10.0.0.50 - - [2025-11-10 02:12:55] "PUT /access-control-list/b19893ff-add5-47ea-821f-a70a56c87060 HTTP/1.1" 200 272 0.032024 10.0.0.22 - - [2025-11-10 02:12:55] "POST /fqname-to-id HTTP/1.1" 404 210 0.007715 10.0.0.50 - - [2025-11-10 02:12:56] "POST /access-control-lists HTTP/1.1" 200 607 0.035813 10.0.0.50 - - [2025-11-10 02:12:56] "PUT /access-control-list/4f077180-1a9a-4d44-b218-7ccc33b02046 HTTP/1.1" 200 272 0.024030 10.0.0.23 - - [2025-11-10 02:12:56] "GET /projects?obj_uuids=48995fef-faa7-4321-85f2-7ec495cd1fa0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001345 10.0.0.22 - - [2025-11-10 02:12:56] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.087882 10.0.0.22 - - [2025-11-10 02:12:56] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.024791 10.0.0.50 - - [2025-11-10 02:12:56] "PUT /access-control-list/d46121bd-276c-4e2e-9a2d-8d0458325a2d HTTP/1.1" 200 272 0.031662 10.0.0.22 - - [2025-11-10 02:12:58] "POST /neutron/router HTTP/1.1" 200 541 0.009272 10.0.0.50 - - [2025-11-10 02:12:58] "PUT /logical-router/26470043-2a01-4166-b7e9-0fc3ea18f59f HTTP/1.1" 200 262 0.036830 10.0.0.22 - - [2025-11-10 02:12:58] "POST /neutron/router HTTP/1.1" 200 541 0.016594 10.0.0.22 - - [2025-11-10 02:12:58] "POST /neutron/router HTTP/1.1" 200 541 0.004832 10.0.0.22 - - [2025-11-10 02:12:58] "POST /neutron/router HTTP/1.1" 200 541 0.004895 10.0.0.22 - - [2025-11-10 02:12:58] "POST /neutron/router HTTP/1.1" 200 541 0.003879 10.0.0.22 - - [2025-11-10 02:12:58] "POST /neutron/router HTTP/1.1" 200 541 0.004268 10.0.0.22 - - [2025-11-10 02:12:58] "POST /neutron/router HTTP/1.1" 200 541 0.005429 10.0.0.22 - - [2025-11-10 02:12:58] "POST /neutron/router HTTP/1.1" 200 541 0.004168 10.0.0.22 - - [2025-11-10 02:12:58] "POST /neutron/router HTTP/1.1" 200 541 0.004065 10.0.0.22 - - [2025-11-10 02:12:58] "POST /neutron/router HTTP/1.1" 200 541 0.004720 10.0.0.22 - - [2025-11-10 02:12:58] "POST /neutron/router HTTP/1.1" 200 541 0.005027 10.0.0.22 - - [2025-11-10 02:12:58] "POST /neutron/router HTTP/1.1" 200 541 0.006398 10.0.0.22 - - [2025-11-10 02:12:58] "POST /neutron/router HTTP/1.1" 200 151 0.086491 10.0.0.50 - - [2025-11-10 02:12:59] "POST /route-targets HTTP/1.1" 200 327 0.015804 10.0.0.22 - - [2025-11-10 02:12:59] "POST /neutron/router HTTP/1.1" 200 541 0.017089 10.0.0.22 - - [2025-11-10 02:12:59] "POST /neutron/router HTTP/1.1" 200 541 0.005497 10.0.0.22 - - [2025-11-10 02:12:59] "POST /neutron/router HTTP/1.1" 200 541 0.004005 10.0.0.22 - - [2025-11-10 02:12:59] "POST /neutron/router HTTP/1.1" 200 541 0.004792 10.0.0.22 - - [2025-11-10 02:12:59] "POST /neutron/router HTTP/1.1" 200 541 0.004913 10.0.0.22 - - [2025-11-10 02:12:59] "POST /neutron/router HTTP/1.1" 200 541 0.004190 10.0.0.22 - - [2025-11-10 02:12:59] "POST /neutron/router HTTP/1.1" 200 541 0.004640 10.0.0.22 - - [2025-11-10 02:12:59] "POST /neutron/router HTTP/1.1" 200 541 0.004089 10.0.0.22 - - [2025-11-10 02:12:59] "POST /neutron/router HTTP/1.1" 200 541 0.004298 10.0.0.22 - - [2025-11-10 02:12:59] "POST /neutron/router HTTP/1.1" 200 541 0.005136 10.0.0.22 - - [2025-11-10 02:12:59] "POST /neutron/router HTTP/1.1" 200 541 0.003465 10.0.0.22 - - [2025-11-10 02:12:59] "POST /neutron/router HTTP/1.1" 200 542 0.028116 10.0.0.50 - - [2025-11-10 02:12:59] "GET /logical-router/b94d9539-6ecb-423d-9cc9-0f3cd3d2cc3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005412 10.0.0.23 - - [2025-11-10 02:12:59] "GET /projects?obj_uuids=48995fef-faa7-4321-85f2-7ec495cd1fa0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001424 10.0.0.50 - - [2025-11-10 02:12:59] "DELETE /route-target/2837aae9-4d16-40dd-8252-80babf08e42b HTTP/1.1" 200 115 0.036378 10.0.0.22 - - [2025-11-10 02:12:59] "POST /neutron/router HTTP/1.1" 200 559 0.103859 10.0.0.22 - - [2025-11-10 02:13:00] "POST /neutron/router HTTP/1.1" 200 559 0.004617 10.0.0.22 - - [2025-11-10 02:13:00] "POST /neutron/router HTTP/1.1" 200 559 0.010348 10.0.0.22 - - [2025-11-10 02:13:00] "POST /neutron/router HTTP/1.1" 200 559 0.004043 10.0.0.22 - - [2025-11-10 02:13:00] "POST /neutron/router HTTP/1.1" 200 559 0.004781 10.0.0.22 - - [2025-11-10 02:13:00] "POST /neutron/router HTTP/1.1" 200 559 0.004454 10.0.0.22 - - [2025-11-10 02:13:00] "POST /neutron/router HTTP/1.1" 200 559 0.004385 10.0.0.22 - - [2025-11-10 02:13:00] "POST /neutron/router HTTP/1.1" 200 559 0.004627 10.0.0.22 - - [2025-11-10 02:13:00] "POST /neutron/router HTTP/1.1" 200 559 0.004653 10.0.0.22 - - [2025-11-10 02:13:00] "POST /neutron/router HTTP/1.1" 200 559 0.004741 10.0.0.22 - - [2025-11-10 02:13:00] "POST /neutron/router HTTP/1.1" 200 559 0.004307 10.0.0.22 - - [2025-11-10 02:13:00] "POST /neutron/router HTTP/1.1" 200 559 0.025460 10.0.0.22 - - [2025-11-10 02:13:00] "POST /neutron/router HTTP/1.1" 200 559 0.005618 10.0.0.50 - - [2025-11-10 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.22 - - [2025-11-10 02:13:00] "POST /neutron/security_group HTTP/1.1" 200 151 0.085474 10.0.0.50 - - [2025-11-10 02:13:00] "DELETE /access-control-list/d46121bd-276c-4e2e-9a2d-8d0458325a2d HTTP/1.1" 200 115 0.033302 10.0.0.22 - - [2025-11-10 02:13:00] "POST /neutron/security_group HTTP/1.1" 200 506 0.005033 10.0.0.50 - - [2025-11-10 02:13:01] "DELETE /access-control-list/0b92dd36-0228-41b0-9542-8e96aa9c8b5c HTTP/1.1" 200 115 0.029577 10.0.0.22 - - [2025-11-10 02:13:01] "POST /neutron/security_group HTTP/1.1" 200 151 0.072856 10.0.0.50 - - [2025-11-10 02:13:01] "DELETE /access-control-list/b0c67438-b249-4668-9106-17f7be9dd934 HTTP/1.1" 200 115 0.050106 10.0.0.23 - - [2025-11-10 02:13:02] "GET /projects?obj_uuids=48995fef-faa7-4321-85f2-7ec495cd1fa0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001081 10.0.0.22 - - [2025-11-10 02:13:02] "GET /project/48995fef-faa7-4321-85f2-7ec495cd1fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.041347 10.0.0.23 - - [2025-11-10 02:13:02] "GET /projects?obj_uuids=48995fef-faa7-4321-85f2-7ec495cd1fa0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.22 - - [2025-11-10 02:13:02] "GET /project/48995fef-faa7-4321-85f2-7ec495cd1fa0?fields=virtual_networks HTTP/1.1" 200 1021 0.054680 10.0.0.23 - - [2025-11-10 02:13:02] "GET /projects?obj_uuids=48995fef-faa7-4321-85f2-7ec495cd1fa0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001963 10.0.0.22 - - [2025-11-10 02:13:02] "GET /project/48995fef-faa7-4321-85f2-7ec495cd1fa0?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.073378 10.0.0.23 - - [2025-11-10 02:13:02] "GET /projects?obj_uuids=48995fef-faa7-4321-85f2-7ec495cd1fa0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001708 10.0.0.22 - - [2025-11-10 02:13:02] "GET /project/48995fef-faa7-4321-85f2-7ec495cd1fa0?fields=security_groups HTTP/1.1" 200 1242 0.067746 10.0.0.22 - - [2025-11-10 02:13:03] "POST /fqname-to-id HTTP/1.1" 404 184 0.029191 10.0.0.23 - - [2025-11-10 02:13:03] "GET /projects?obj_uuids=dbd817c8-55f6-46e6-947c-bef3c6a095e5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003005 10.0.0.23 - - [2025-11-10 02:13:03] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.23 - - [2025-11-10 02:13:03] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008805 10.0.0.23 - - [2025-11-10 02:13:03] "POST /id-to-fqname HTTP/1.1" 200 186 0.005794 10.0.0.23 - - [2025-11-10 02:13:03] "POST /fqname-to-id HTTP/1.1" 404 195 0.008022 10.0.0.23 - - [2025-11-10 02:13:03] "POST /security-groups HTTP/1.1" 200 587 0.040470 10.0.0.23 - - [2025-11-10 02:13:04] "POST /projects HTTP/1.1" 200 577 0.275500 10.0.0.50 - - [2025-11-10 02:13:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.007285 10.0.0.23 - - [2025-11-10 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.357641 10.0.0.22 - - [2025-11-10 02:13:04] "GET /project/dbd817c8-55f6-46e6-947c-bef3c6a095e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.511955 10.0.0.22 - - [2025-11-10 02:13:05] "GET / HTTP/1.1" 200 35931 0.001772 10.0.0.22 - - [2025-11-10 02:13:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.22 - - [2025-11-10 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.051696 10.0.0.23 - - [2025-11-10 02:13:07] "GET /projects?obj_uuids=dbd817c8-55f6-46e6-947c-bef3c6a095e5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001335 10.0.0.22 - - [2025-11-10 02:13:07] "GET /project/dbd817c8-55f6-46e6-947c-bef3c6a095e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.043398 10.0.0.50 - - [2025-11-10 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.027297 10.0.0.23 - - [2025-11-10 02:13:07] "POST /useragent-kv HTTP/1.1" 200 115 0.007624 10.0.0.22 - - [2025-11-10 02:13:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.225677 10.0.0.22 - - [2025-11-10 02:13:07] "POST /id-to-fqname HTTP/1.1" 200 216 0.001387 10.0.0.22 - - [2025-11-10 02:13:07] "GET /virtual-network/8c982946-e669-45b9-9cfa-110eb97a8c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007540 10.0.0.22 - - [2025-11-10 02:13:07] "GET /virtual-network/8c982946-e669-45b9-9cfa-110eb97a8c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006430 10.0.0.22 - - [2025-11-10 02:13:07] "POST /neutron/network HTTP/1.1" 200 820 0.008649 10.0.0.22 - - [2025-11-10 02:13:07] "POST /fqname-to-id HTTP/1.1" 404 206 0.003340 10.0.0.22 - - [2025-11-10 02:13:07] "GET /virtual-network/8c982946-e669-45b9-9cfa-110eb97a8c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006317 10.0.0.22 - - [2025-11-10 02:13:08] "GET /virtual-machine-interface/229cd90d-f3d1-4e6b-ae75-ffbcf6c40de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.009969 10.0.0.22 - - [2025-11-10 02:13:08] "GET /virtual-machine-interface/229cd90d-f3d1-4e6b-ae75-ffbcf6c40de9?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.008391 10.0.0.22 - - [2025-11-10 02:13:08] "GET /instance-ip/7c39796a-ebb7-49a4-aa45-43fddde32999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.005280 10.0.0.22 - - [2025-11-10 02:13:08] "POST /neutron/port HTTP/1.1" 200 1017 0.009875 10.0.0.23 - - [2025-11-10 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004158 10.0.0.23 - - [2025-11-10 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004135 10.0.0.22 - - [2025-11-10 02:13:09] "POST /neutron/network HTTP/1.1" 200 151 0.141819 10.0.0.22 - - [2025-11-10 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.23 - - [2025-11-10 02:13:11] "GET /projects?obj_uuids=dbd817c8-55f6-46e6-947c-bef3c6a095e5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001056 10.0.0.22 - - [2025-11-10 02:13:11] "GET /project/dbd817c8-55f6-46e6-947c-bef3c6a095e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.046821 10.0.0.50 - - [2025-11-10 02:13:11] "POST /route-targets HTTP/1.1" 200 327 0.018411 10.0.0.23 - - [2025-11-10 02:13:12] "POST /useragent-kv HTTP/1.1" 200 115 0.005009 10.0.0.22 - - [2025-11-10 02:13:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.245074 10.0.0.22 - - [2025-11-10 02:13:12] "POST /id-to-fqname HTTP/1.1" 200 217 0.001347 10.0.0.22 - - [2025-11-10 02:13:12] "GET /virtual-network/b0748a75-912f-441b-8f34-e0e963712432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.008060 10.0.0.22 - - [2025-11-10 02:13:12] "POST /neutron/network HTTP/1.1" 200 975 0.009012 10.0.0.22 - - [2025-11-10 02:13:12] "GET /virtual-network/b0748a75-912f-441b-8f34-e0e963712432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.004810 10.0.0.22 - - [2025-11-10 02:13:12] "POST /neutron/subnet HTTP/1.1" 200 719 0.009130 10.0.0.22 - - [2025-11-10 02:13:13] "POST /id-to-fqname HTTP/1.1" 200 217 0.001399 10.0.0.22 - - [2025-11-10 02:13:13] "POST /neutron/port HTTP/1.1" 200 1016 0.018422 10.0.0.22 - - [2025-11-10 02:13:13] "POST /neutron/port HTTP/1.1" 200 1016 0.012068 10.0.0.22 - - [2025-11-10 02:13:13] "POST /id-to-fqname HTTP/1.1" 200 217 0.001688 10.0.0.22 - - [2025-11-10 02:13:13] "POST /neutron/port HTTP/1.1" 200 117 0.008480 10.0.0.22 - - [2025-11-10 02:13:13] "POST /neutron/port HTTP/1.1" 200 1016 0.012983 10.0.0.22 - - [2025-11-10 02:13:14] "POST /neutron/port HTTP/1.1" 200 1017 0.013896 10.0.0.22 - - [2025-11-10 02:13:14] "POST /neutron/port HTTP/1.1" 200 117 0.008611 10.0.0.22 - - [2025-11-10 02:13:14] "POST /neutron/port HTTP/1.1" 200 1016 0.010298 10.0.0.22 - - [2025-11-10 02:13:15] "POST /neutron/port HTTP/1.1" 200 1017 0.034911 10.0.0.22 - - [2025-11-10 02:13:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004085 10.0.0.22 - - [2025-11-10 02:13:15] "POST /neutron/port HTTP/1.1" 200 1017 0.010808 10.0.0.22 - - [2025-11-10 02:13:15] "POST /neutron/port HTTP/1.1" 200 1109 0.148181 10.0.0.22 - - [2025-11-10 02:13:15] "POST /neutron/subnet HTTP/1.1" 200 693 0.012731 10.0.0.22 - - [2025-11-10 02:13:19] "POST /neutron/port HTTP/1.1" 200 1082 0.021414 10.0.0.22 - - [2025-11-10 02:13:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009963 10.0.0.22 - - [2025-11-10 02:13:19] "GET /virtual-machine/47a5bd22-c34f-48a2-ab29-bd8b9b8dd076 HTTP/1.1" 401 292 0.000564 10.0.0.22 - - [2025-11-10 02:13:19] "GET /virtual-machine/47a5bd22-c34f-48a2-ab29-bd8b9b8dd076 HTTP/1.1" 200 1284 0.032475 10.0.0.22 - - [2025-11-10 02:13:19] "GET /virtual-machine-interface/c96f5e6e-77f9-418d-b16c-874bfe9ef1c9 HTTP/1.1" 200 2925 0.006252 10.0.0.22 - - [2025-11-10 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.22 - - [2025-11-10 02:13:19] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003808 10.0.0.22 - - [2025-11-10 02:13:19] "GET /virtual-networks?parent_id=dbd817c8-55f6-46e6-947c-bef3c6a095e5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003760 10.0.0.22 - - [2025-11-10 02:13:20] "GET /virtual-network/b0748a75-912f-441b-8f34-e0e963712432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.007096 10.0.0.50 - - [2025-11-10 02:13:20] "DELETE /access-control-list/c9e555cb-7fad-4f5c-b556-ac7422e3c81c HTTP/1.1" 200 115 0.081167 10.0.0.23 - - [2025-11-10 02:13:21] "DELETE /project/2385f413b2da4bf0b0d421e69b78a1a8 HTTP/1.1" 404 173 0.035941 10.0.0.23 - - [2025-11-10 02:13:21] "DELETE /project/22f686eaf56843bb8beb7c70e9a82a87 HTTP/1.1" 404 173 0.002949 10.0.0.23 - - [2025-11-10 02:13:21] "DELETE /project/dbd817c855f646e6947cbef3c6a095e5 HTTP/1.1" 404 173 0.057055 10.0.0.23 - - [2025-11-10 02:13:21] "DELETE /project/5a1fd0e4e8a6467396dda4a76de90702 HTTP/1.1" 404 173 0.075978 10.0.0.23 - - [2025-11-10 02:13:21] "DELETE /project/c64f3de0b6c8427da47369ffcfeb72e2 HTTP/1.1" 404 173 0.132712 10.0.0.23 - - [2025-11-10 02:13:21] "DELETE /project/48995feffaa7432185f27ec495cd1fa0 HTTP/1.1" 404 173 0.153242 10.0.0.23 - - [2025-11-10 02:13:21] "DELETE /project/46145ff1-b7a1-45f4-bf5a-78aaf0055ab7 HTTP/1.1" 404 177 0.183567 10.0.0.23 - - [2025-11-10 02:13:21] "GET /projects?obj_uuids=48995fef-faa7-4321-85f2-7ec495cd1fa0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001074 10.0.0.23 - - [2025-11-10 02:13:21] "GET /projects?obj_uuids=c64f3de0-b6c8-427d-a473-69ffcfeb72e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001337 10.0.0.23 - - [2025-11-10 02:13:21] "GET /project/48995fef-faa7-4321-85f2-7ec495cd1fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.200330 10.0.0.23 - - [2025-11-10 02:13:21] "GET /projects?obj_uuids=48995fef-faa7-4321-85f2-7ec495cd1fa0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001157 10.0.0.23 - - [2025-11-10 02:13:21] "GET /projects?obj_uuids=5a1fd0e4-e8a6-4673-96dd-a4a76de90702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001023 10.0.0.23 - - [2025-11-10 02:13:21] "GET /projects?obj_uuids=22f686ea-f568-43bb-8beb-7c70e9a82a87&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000963 10.0.0.23 - - [2025-11-10 02:13:21] "GET /projects?obj_uuids=2385f413-b2da-4bf0-b0d4-21e69b78a1a8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001779 10.0.0.23 - - [2025-11-10 02:13:21] "GET /project/48995fef-faa7-4321-85f2-7ec495cd1fa0?fields=security_groups HTTP/1.1" 200 1347 0.092840 10.0.0.23 - - [2025-11-10 02:13:22] "GET /project/c64f3de0-b6c8-427d-a473-69ffcfeb72e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.289177 10.0.0.23 - - [2025-11-10 02:13:22] "GET /projects?obj_uuids=c64f3de0-b6c8-427d-a473-69ffcfeb72e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004042 10.0.0.23 - - [2025-11-10 02:13:22] "GET /project/5a1fd0e4-e8a6-4673-96dd-a4a76de90702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.306011 10.0.0.23 - - [2025-11-10 02:13:22] "GET /projects?obj_uuids=5a1fd0e4-e8a6-4673-96dd-a4a76de90702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001672 10.0.0.23 - - [2025-11-10 02:13:22] "GET /project/22f686ea-f568-43bb-8beb-7c70e9a82a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.390887 10.0.0.23 - - [2025-11-10 02:13:22] "GET /project/2385f413-b2da-4bf0-b0d4-21e69b78a1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.376677 10.0.0.23 - - [2025-11-10 02:13:22] "GET /projects?obj_uuids=22f686ea-f568-43bb-8beb-7c70e9a82a87&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001720 10.0.0.23 - - [2025-11-10 02:13:22] "GET /project/5a1fd0e4-e8a6-4673-96dd-a4a76de90702?fields=security_groups HTTP/1.1" 200 1360 0.148475 10.0.0.23 - - [2025-11-10 02:13:22] "GET /project/c64f3de0-b6c8-427d-a473-69ffcfeb72e2?fields=security_groups HTTP/1.1" 200 1364 0.216077 10.0.0.23 - - [2025-11-10 02:13:22] "GET /projects?obj_uuids=2385f413-b2da-4bf0-b0d4-21e69b78a1a8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001385 10.0.0.23 - - [2025-11-10 02:13:22] "DELETE /security-group/19b5b2e5-6c8a-4313-b4d0-739bb1e826b7 HTTP/1.1" 200 115 0.238250 10.0.0.23 - - [2025-11-10 02:13:22] "GET /projects?obj_uuids=48995fef-faa7-4321-85f2-7ec495cd1fa0&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001416 10.0.0.23 - - [2025-11-10 02:13:22] "GET /project/22f686ea-f568-43bb-8beb-7c70e9a82a87?fields=security_groups HTTP/1.1" 200 1348 0.199579 10.0.0.23 - - [2025-11-10 02:13:22] "GET /project/2385f413-b2da-4bf0-b0d4-21e69b78a1a8?fields=security_groups HTTP/1.1" 200 1375 0.200142 10.0.0.23 - - [2025-11-10 02:13:22] "GET /project/48995fef-faa7-4321-85f2-7ec495cd1fa0?fields=application_policy_sets HTTP/1.1" 200 1386 0.179057 10.0.0.23 - - [2025-11-10 02:13:22] "DELETE /security-group/da7e4ad3-d4f0-48b4-bb4b-f40e55a4c6f3 HTTP/1.1" 200 115 0.251628 10.0.0.23 - - [2025-11-10 02:13:22] "GET /projects?obj_uuids=5a1fd0e4-e8a6-4673-96dd-a4a76de90702&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002011 10.0.0.23 - - [2025-11-10 02:13:22] "DELETE /security-group/1d2cb29a-f636-4ccb-b466-e04df7c8c53c HTTP/1.1" 200 115 0.227427 10.0.0.23 - - [2025-11-10 02:13:22] "GET /projects?obj_uuids=c64f3de0-b6c8-427d-a473-69ffcfeb72e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001257 10.0.0.23 - - [2025-11-10 02:13:22] "GET /project/5a1fd0e4-e8a6-4673-96dd-a4a76de90702?fields=application_policy_sets HTTP/1.1" 200 1399 0.139865 10.0.0.23 - - [2025-11-10 02:13:22] "DELETE /security-group/d144b2b7-eaa7-4e43-9258-ed3f6614653a HTTP/1.1" 200 115 0.223071 10.0.0.23 - - [2025-11-10 02:13:22] "GET /projects?obj_uuids=22f686ea-f568-43bb-8beb-7c70e9a82a87&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001808 10.0.0.23 - - [2025-11-10 02:13:22] "DELETE /security-group/bb6709f6-99ad-4476-94c1-6de4fa873516 HTTP/1.1" 200 115 0.247744 10.0.0.23 - - [2025-11-10 02:13:22] "GET /projects?obj_uuids=2385f413-b2da-4bf0-b0d4-21e69b78a1a8&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001875 10.0.0.23 - - [2025-11-10 02:13:22] "GET /project/c64f3de0-b6c8-427d-a473-69ffcfeb72e2?fields=application_policy_sets HTTP/1.1" 200 1403 0.219299 10.0.0.23 - - [2025-11-10 02:13:22] "GET /project/22f686ea-f568-43bb-8beb-7c70e9a82a87?fields=application_policy_sets HTTP/1.1" 200 1387 0.118866 10.0.0.50 - - [2025-11-10 02:13:22] "DELETE /access-control-list/8fc11fb0-4b1a-4ea6-a8e8-5368ab32a839 HTTP/1.1" 200 115 0.114214 10.0.0.23 - - [2025-11-10 02:13:22] "GET /project/2385f413-b2da-4bf0-b0d4-21e69b78a1a8?fields=application_policy_sets HTTP/1.1" 200 1414 0.175696 10.0.0.23 - - [2025-11-10 02:13:22] "DELETE /project/48995fef-faa7-4321-85f2-7ec495cd1fa0 HTTP/1.1" 200 115 1.266757 10.0.0.23 - - [2025-11-10 02:13:23] "DELETE /project/5a1fd0e4-e8a6-4673-96dd-a4a76de90702 HTTP/1.1" 200 115 1.390698 10.0.0.50 - - [2025-11-10 02:13:23] "DELETE /access-control-list/50b42f8c-c87d-4042-b9e3-eb76e01d326b HTTP/1.1" 200 115 0.103618 10.0.0.22 - - [2025-11-10 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.021110 10.0.0.22 - - [2025-11-10 02:13:23] "GET /virtual-network/b0748a75-912f-441b-8f34-e0e963712432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.020842 10.0.0.23 - - [2025-11-10 02:13:23] "DELETE /project/22f686ea-f568-43bb-8beb-7c70e9a82a87 HTTP/1.1" 200 115 1.527014 10.0.0.23 - - [2025-11-10 02:13:23] "DELETE /project/c64f3de0-b6c8-427d-a473-69ffcfeb72e2 HTTP/1.1" 200 115 1.453383 10.0.0.23 - - [2025-11-10 02:13:23] "DELETE /project/2385f413-b2da-4bf0-b0d4-21e69b78a1a8 HTTP/1.1" 200 115 1.594287 10.0.0.50 - - [2025-11-10 02:13:23] "DELETE /access-control-list/167886d3-7c84-475f-b30b-0929a981b50b HTTP/1.1" 200 115 0.059343 10.0.0.22 - - [2025-11-10 02:13:23] "POST /neutron/port HTTP/1.1" 200 1082 0.024983 10.0.0.22 - - [2025-11-10 02:13:24] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009849 10.0.0.22 - - [2025-11-10 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.22 - - [2025-11-10 02:13:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003983 10.0.0.22 - - [2025-11-10 02:13:25] "GET /virtual-networks?parent_id=dbd817c8-55f6-46e6-947c-bef3c6a095e5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003885 10.0.0.22 - - [2025-11-10 02:13:25] "GET /virtual-network/b0748a75-912f-441b-8f34-e0e963712432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.006614 10.0.0.22 - - [2025-11-10 02:13:30] "POST /neutron/port HTTP/1.1" 200 1083 0.017604 10.0.0.22 - - [2025-11-10 02:13:30] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007363 10.0.0.22 - - [2025-11-10 02:13:30] "GET /virtual-machine/75241f89-67d8-4e8a-8b66-9cc3b55ec1cf HTTP/1.1" 200 1284 0.007435 10.0.0.22 - - [2025-11-10 02:13:31] "GET /virtual-machine-interface/e91a0b95-c045-4d12-b2d9-72dfc2cc3b56 HTTP/1.1" 200 2925 0.007588 10.0.0.22 - - [2025-11-10 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.22 - - [2025-11-10 02:13:31] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006110 10.0.0.22 - - [2025-11-10 02:13:31] "GET /virtual-networks?parent_id=dbd817c8-55f6-46e6-947c-bef3c6a095e5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004304 10.0.0.22 - - [2025-11-10 02:13:31] "GET /virtual-network/b0748a75-912f-441b-8f34-e0e963712432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.006354 10.0.0.22 - - [2025-11-10 02:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.22 - - [2025-11-10 02:13:32] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003253 10.0.0.22 - - [2025-11-10 02:13:32] "GET /virtual-networks?parent_id=dbd817c8-55f6-46e6-947c-bef3c6a095e5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002788 10.0.0.22 - - [2025-11-10 02:13:32] "GET /virtual-network/b0748a75-912f-441b-8f34-e0e963712432?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2553 0.006284 10.0.0.22 - - [2025-11-10 02:13:35] "POST /neutron/port HTTP/1.1" 200 1109 0.013076 10.0.0.22 - - [2025-11-10 02:13:36] "POST /neutron/port HTTP/1.1" 200 1108 0.015128 10.0.0.22 - - [2025-11-10 02:13:36] "POST /neutron/network HTTP/1.1" 200 975 0.008908 10.0.0.50 - - [2025-11-10 02:13:36] "DELETE /route-target/7737a315-c002-44c5-8057-b51119ad6541 HTTP/1.1" 200 115 0.026270 10.0.0.23 - - [2025-11-10 02:13:37] "GET /projects?obj_uuids=dbd817c8-55f6-46e6-947c-bef3c6a095e5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001066 10.0.0.22 - - [2025-11-10 02:13:37] "GET /project/dbd817c8-55f6-46e6-947c-bef3c6a095e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.096659 10.0.0.23 - - [2025-11-10 02:13:37] "GET /projects?obj_uuids=dbd817c8-55f6-46e6-947c-bef3c6a095e5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001109 10.0.0.22 - - [2025-11-10 02:13:37] "GET /project/dbd817c8-55f6-46e6-947c-bef3c6a095e5?fields=virtual_networks HTTP/1.1" 200 1025 0.047588 10.0.0.23 - - [2025-11-10 02:13:38] "GET /projects?obj_uuids=dbd817c8-55f6-46e6-947c-bef3c6a095e5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001048 10.0.0.22 - - [2025-11-10 02:13:38] "GET /project/dbd817c8-55f6-46e6-947c-bef3c6a095e5?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.049058 10.0.0.23 - - [2025-11-10 02:13:38] "GET /projects?obj_uuids=dbd817c8-55f6-46e6-947c-bef3c6a095e5&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001424 10.0.0.22 - - [2025-11-10 02:13:38] "GET /project/dbd817c8-55f6-46e6-947c-bef3c6a095e5?fields=security_groups HTTP/1.1" 200 1247 0.044808 10.0.0.22 - - [2025-11-10 02:13:38] "POST /fqname-to-id HTTP/1.1" 404 186 0.027357 10.0.0.23 - - [2025-11-10 02:13:39] "GET /projects?obj_uuids=a3ea9497-3339-4e7b-b4ae-1d7ff3b92573&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003428 10.0.0.23 - - [2025-11-10 02:13:39] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001395 10.0.0.23 - - [2025-11-10 02:13:39] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007865 10.0.0.23 - - [2025-11-10 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 188 0.004572 10.0.0.23 - - [2025-11-10 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.009828 10.0.0.23 - - [2025-11-10 02:13:39] "POST /security-groups HTTP/1.1" 200 589 0.094291 10.0.0.23 - - [2025-11-10 02:13:39] "POST /projects HTTP/1.1" 200 581 0.303913 10.0.0.50 - - [2025-11-10 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 231 0.004168 10.0.0.23 - - [2025-11-10 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.373648 10.0.0.22 - - [2025-11-10 02:13:39] "GET /project/a3ea9497-3339-4e7b-b4ae-1d7ff3b92573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.513144 10.0.0.22 - - [2025-11-10 02:13:40] "GET / HTTP/1.1" 200 35931 0.001835 10.0.0.22 - - [2025-11-10 02:13:41] "POST /neutron/port HTTP/1.1" 400 205 0.005416 10.0.0.22 - - [2025-11-10 02:13:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.22 - - [2025-11-10 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.058197 10.0.0.23 - - [2025-11-10 02:13:42] "GET /projects?obj_uuids=a3ea9497-3339-4e7b-b4ae-1d7ff3b92573&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001550 10.0.0.22 - - [2025-11-10 02:13:42] "GET /project/a3ea9497-3339-4e7b-b4ae-1d7ff3b92573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.042232 10.0.0.22 - - [2025-11-10 02:13:42] "POST /neutron/network HTTP/1.1" 200 117 0.044898 10.0.0.50 - - [2025-11-10 02:13:43] "POST /ref-update HTTP/1.1" 200 156 0.035721 10.0.0.22 - - [2025-11-10 02:13:43] "POST /neutron/network HTTP/1.1" 200 825 0.009734 10.0.0.22 - - [2025-11-10 02:13:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.001187 10.0.0.22 - - [2025-11-10 02:13:43] "GET /virtual-network/96e618dc-c275-4986-83a7-3ad77239ad0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.014185 10.0.0.22 - - [2025-11-10 02:13:43] "GET /virtual-network/96e618dc-c275-4986-83a7-3ad77239ad0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006867 10.0.0.22 - - [2025-11-10 02:13:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.011443 10.0.0.22 - - [2025-11-10 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.23 - - [2025-11-10 02:13:43] "GET /projects?obj_uuids=a3ea9497-3339-4e7b-b4ae-1d7ff3b92573&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001659 10.0.0.22 - - [2025-11-10 02:13:43] "GET /project/a3ea9497-3339-4e7b-b4ae-1d7ff3b92573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.062912 10.0.0.23 - - [2025-11-10 02:13:44] "POST /useragent-kv HTTP/1.1" 200 115 0.008321 10.0.0.22 - - [2025-11-10 02:13:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.201615 10.0.0.22 - - [2025-11-10 02:13:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.001641 10.0.0.22 - - [2025-11-10 02:13:44] "GET /virtual-network/cf45a199-6b89-4a85-a2c8-20124befc983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005664 10.0.0.22 - - [2025-11-10 02:13:44] "GET /virtual-network/cf45a199-6b89-4a85-a2c8-20124befc983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006079 10.0.0.22 - - [2025-11-10 02:13:44] "POST /neutron/network HTTP/1.1" 200 824 0.007965 10.0.0.22 - - [2025-11-10 02:13:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.001366 10.0.0.23 - - [2025-11-10 02:13:45] "GET /projects?obj_uuids=a3ea9497-3339-4e7b-b4ae-1d7ff3b92573&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001429 10.0.0.22 - - [2025-11-10 02:13:45] "GET /project/a3ea9497-3339-4e7b-b4ae-1d7ff3b92573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.072037 10.0.0.22 - - [2025-11-10 02:13:45] "POST /neutron/network HTTP/1.1" 200 825 0.007011 10.0.0.22 - - [2025-11-10 02:13:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.002244 10.0.0.22 - - [2025-11-10 02:13:45] "POST /neutron/port HTTP/1.1" 200 117 0.006070 10.0.0.23 - - [2025-11-10 02:13:46] "GET /projects?obj_uuids=a3ea9497-3339-4e7b-b4ae-1d7ff3b92573&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001408 10.0.0.22 - - [2025-11-10 02:13:46] "POST /neutron/port HTTP/1.1" 200 1059 0.301806 10.0.0.22 - - [2025-11-10 02:13:46] "POST /neutron/port HTTP/1.1" 200 1113 0.116411 10.0.0.23 - - [2025-11-10 02:13:46] "GET /projects?obj_uuids=a3ea9497-3339-4e7b-b4ae-1d7ff3b92573&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.22 - - [2025-11-10 02:13:46] "POST /neutron/subnet HTTP/1.1" 200 703 0.009671 10.0.0.22 - - [2025-11-10 02:13:46] "GET /project/a3ea9497-3339-4e7b-b4ae-1d7ff3b92573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.084976 10.0.0.22 - - [2025-11-10 02:13:46] "POST /neutron/network HTTP/1.1" 200 825 0.008364 10.0.0.22 - - [2025-11-10 02:13:46] "POST /neutron/port HTTP/1.1" 200 117 0.006930 10.0.0.50 - - [2025-11-10 02:13:47] "POST /route-targets HTTP/1.1" 200 327 0.020752 10.0.0.23 - - [2025-11-10 02:13:47] "GET /projects?obj_uuids=a3ea9497-3339-4e7b-b4ae-1d7ff3b92573&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001264 10.0.0.22 - - [2025-11-10 02:13:47] "POST /neutron/router HTTP/1.1" 200 344 0.341350 10.0.0.22 - - [2025-11-10 02:13:47] "POST /neutron/network HTTP/1.1" 200 834 0.009211 10.0.0.22 - - [2025-11-10 02:13:48] "POST /neutron/port HTTP/1.1" 200 1058 0.015668 10.0.0.22 - - [2025-11-10 02:13:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005688 10.0.0.22 - - [2025-11-10 02:13:48] "POST /neutron/network HTTP/1.1" 200 824 0.010026 10.0.0.22 - - [2025-11-10 02:13:52] "POST /neutron/port HTTP/1.1" 200 1087 0.017066 10.0.0.22 - - [2025-11-10 02:13:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009456 10.0.0.22 - - [2025-11-10 02:13:52] "GET /virtual-machine/38a97a20-0d61-44f1-b29b-d697693e91c4 HTTP/1.1" 401 292 0.000418 10.0.0.22 - - [2025-11-10 02:13:53] "GET /virtual-machine/38a97a20-0d61-44f1-b29b-d697693e91c4 HTTP/1.1" 200 1290 0.034612 10.0.0.22 - - [2025-11-10 02:13:53] "GET /virtual-machine-interface/54254c9b-ba6b-42f9-8224-7c5cf147f968 HTTP/1.1" 200 2933 0.006157 10.0.0.22 - - [2025-11-10 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004880 10.0.0.22 - - [2025-11-10 02:13:53] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004385 10.0.0.22 - - [2025-11-10 02:13:53] "GET /virtual-networks?parent_id=a3ea9497-3339-4e7b-b4ae-1d7ff3b92573&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003708 10.0.0.22 - - [2025-11-10 02:13:53] "GET /virtual-network/96e618dc-c275-4986-83a7-3ad77239ad0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007471 10.0.0.22 - - [2025-11-10 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.22 - - [2025-11-10 02:13:56] "GET /virtual-network/96e618dc-c275-4986-83a7-3ad77239ad0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007311 10.0.0.22 - - [2025-11-10 02:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.22 - - [2025-11-10 02:13:58] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005062 10.0.0.22 - - [2025-11-10 02:13:58] "GET /virtual-networks?parent_id=a3ea9497-3339-4e7b-b4ae-1d7ff3b92573&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.005625 10.0.0.22 - - [2025-11-10 02:13:58] "GET /virtual-network/96e618dc-c275-4986-83a7-3ad77239ad0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006449 10.0.0.22 - - [2025-11-10 02:13:58] "POST /neutron/port HTTP/1.1" 200 1086 0.021939 10.0.0.22 - - [2025-11-10 02:13:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010439 10.0.0.22 - - [2025-11-10 02:13:59] "GET /virtual-machine/530beffb-ca98-4155-8ad3-59d9a8bde73b HTTP/1.1" 200 1290 0.007594 10.0.0.22 - - [2025-11-10 02:13:59] "GET /virtual-machine-interface/c716319e-c0cb-40e5-aec5-7a5c68a661ee HTTP/1.1" 200 2935 0.006486 10.0.0.22 - - [2025-11-10 02:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.22 - - [2025-11-10 02:13:59] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005515 10.0.0.22 - - [2025-11-10 02:13:59] "GET /virtual-networks?parent_id=a3ea9497-3339-4e7b-b4ae-1d7ff3b92573&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004199 10.0.0.22 - - [2025-11-10 02:13:59] "GET /virtual-network/cf45a199-6b89-4a85-a2c8-20124befc983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009758 10.0.0.22 - - [2025-11-10 02:14:00] "POST /neutron/port HTTP/1.1" 200 1086 0.022632 10.0.0.22 - - [2025-11-10 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.22 - - [2025-11-10 02:14:02] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004749 10.0.0.22 - - [2025-11-10 02:14:02] "GET /virtual-networks?parent_id=a3ea9497-3339-4e7b-b4ae-1d7ff3b92573&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003217 10.0.0.22 - - [2025-11-10 02:14:02] "GET /virtual-network/cf45a199-6b89-4a85-a2c8-20124befc983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006858 10.0.0.23 - - [2025-11-10 02:14:06] "GET /projects?obj_uuids=a3ea9497-3339-4e7b-b4ae-1d7ff3b92573&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.22 - - [2025-11-10 02:14:06] "POST /neutron/router HTTP/1.1" 200 344 0.302819 10.0.0.50 - - [2025-11-10 02:14:07] "POST /ref-update HTTP/1.1" 200 156 0.013389 10.0.0.50 - - [2025-11-10 02:14:13] "POST /ref-update HTTP/1.1" 200 156 0.024226 10.0.0.22 - - [2025-11-10 02:14:13] "POST /neutron/router HTTP/1.1" 200 344 0.224320 10.0.0.22 - - [2025-11-10 02:14:19] "POST /neutron/router HTTP/1.1" 200 580 0.011025 10.0.0.50 - - [2025-11-10 02:14:19] "POST /ref-update HTTP/1.1" 200 156 0.024996 10.0.0.22 - - [2025-11-10 02:14:19] "POST /neutron/router HTTP/1.1" 200 344 0.210965 10.0.0.22 - - [2025-11-10 02:14:20] "POST /neutron/network HTTP/1.1" 200 824 0.007711 10.0.0.22 - - [2025-11-10 02:14:20] "POST /neutron/port HTTP/1.1" 200 1112 0.013896 10.0.0.22 - - [2025-11-10 02:14:20] "POST /neutron/port HTTP/1.1" 200 1113 0.014655 10.0.0.50 - - [2025-11-10 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006325 10.0.0.23 - - [2025-11-10 02:14:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003854 10.0.0.23 - - [2025-11-10 02:14:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003735 10.0.0.22 - - [2025-11-10 02:14:22] "POST /neutron/network HTTP/1.1" 200 151 0.160199 10.0.0.50 - - [2025-11-10 02:14:22] "DELETE /route-target/3e28c84e-183d-49a6-948b-4dbde87065e4 HTTP/1.1" 200 115 0.033136 10.0.0.23 - - [2025-11-10 02:14:23] "DELETE /project/a3ea949733394e7bb4ae1d7ff3b92573 HTTP/1.1" 404 173 0.004469 10.0.0.23 - - [2025-11-10 02:14:23] "DELETE /project/dbd817c8-55f6-46e6-947c-bef3c6a095e5 HTTP/1.1" 404 177 0.003284 10.0.0.23 - - [2025-11-10 02:14:24] "GET /projects?obj_uuids=a3ea9497-3339-4e7b-b4ae-1d7ff3b92573&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001744 10.0.0.22 - - [2025-11-10 02:14:24] "GET /project/a3ea9497-3339-4e7b-b4ae-1d7ff3b92573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.046083 10.0.0.23 - - [2025-11-10 02:14:24] "GET /projects?obj_uuids=a3ea9497-3339-4e7b-b4ae-1d7ff3b92573&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001384 10.0.0.22 - - [2025-11-10 02:14:24] "GET /project/a3ea9497-3339-4e7b-b4ae-1d7ff3b92573?fields=virtual_networks HTTP/1.1" 200 1029 0.045889 10.0.0.23 - - [2025-11-10 02:14:24] "GET /projects?obj_uuids=a3ea9497-3339-4e7b-b4ae-1d7ff3b92573&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.22 - - [2025-11-10 02:14:24] "GET /project/a3ea9497-3339-4e7b-b4ae-1d7ff3b92573?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.044899 10.0.0.23 - - [2025-11-10 02:14:24] "GET /projects?obj_uuids=a3ea9497-3339-4e7b-b4ae-1d7ff3b92573&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002438 10.0.0.22 - - [2025-11-10 02:14:24] "GET /project/a3ea9497-3339-4e7b-b4ae-1d7ff3b92573?fields=security_groups HTTP/1.1" 200 1253 0.051337 10.0.0.22 - - [2025-11-10 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 191 0.025600 10.0.0.23 - - [2025-11-10 02:14:25] "GET /projects?obj_uuids=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003616 10.0.0.23 - - [2025-11-10 02:14:25] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001354 10.0.0.23 - - [2025-11-10 02:14:25] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008237 10.0.0.23 - - [2025-11-10 02:14:25] "POST /id-to-fqname HTTP/1.1" 200 193 0.011751 10.0.0.23 - - [2025-11-10 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 202 0.009195 10.0.0.23 - - [2025-11-10 02:14:25] "POST /security-groups HTTP/1.1" 200 594 0.084760 10.0.0.23 - - [2025-11-10 02:14:25] "POST /projects HTTP/1.1" 200 591 0.312695 10.0.0.50 - - [2025-11-10 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 236 0.008527 10.0.0.23 - - [2025-11-10 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.386931 10.0.0.22 - - [2025-11-10 02:14:25] "GET /project/dd21dee1-8cf8-4328-af84-d4ed66a8eef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.536169 10.0.0.22 - - [2025-11-10 02:14:26] "GET / HTTP/1.1" 200 35931 0.001549 10.0.0.22 - - [2025-11-10 02:14:28] "GET /project/dd21dee1-8cf8-4328-af84-d4ed66a8eef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000673 10.0.0.23 - - [2025-11-10 02:14:29] "GET /projects?obj_uuids=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001055 10.0.0.22 - - [2025-11-10 02:14:29] "GET /project/dd21dee1-8cf8-4328-af84-d4ed66a8eef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.070291 10.0.0.22 - - [2025-11-10 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.22 - - [2025-11-10 02:14:29] "GET /security-group/7f906182-1daf-46ff-bf5b-494fdf42477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.006081 10.0.0.22 - - [2025-11-10 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.23 - - [2025-11-10 02:14:29] "GET /projects?obj_uuids=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000973 10.0.0.22 - - [2025-11-10 02:14:29] "GET /project/dd21dee1-8cf8-4328-af84-d4ed66a8eef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.040230 10.0.0.22 - - [2025-11-10 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.22 - - [2025-11-10 02:14:29] "GET /security-group/7f906182-1daf-46ff-bf5b-494fdf42477c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004702 10.0.0.22 - - [2025-11-10 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.22 - - [2025-11-10 02:14:29] "PUT /security-group/7f906182-1daf-46ff-bf5b-494fdf42477c HTTP/1.1" 200 262 0.020797 10.0.0.22 - - [2025-11-10 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 202 0.005135 10.0.0.50 - - [2025-11-10 02:14:29] "PUT /access-control-list/13093e3c-3dcd-422e-a5e0-e3d91ee21436 HTTP/1.1" 200 272 0.018333 10.0.0.22 - - [2025-11-10 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.23 - - [2025-11-10 02:14:29] "GET /projects?obj_uuids=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001476 10.0.0.22 - - [2025-11-10 02:14:29] "GET /project/dd21dee1-8cf8-4328-af84-d4ed66a8eef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.037413 10.0.0.22 - - [2025-11-10 02:14:29] "POST /neutron/network HTTP/1.1" 200 117 0.034105 10.0.0.22 - - [2025-11-10 02:14:30] "POST /neutron/network HTTP/1.1" 200 827 0.009063 10.0.0.22 - - [2025-11-10 02:14:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001337 10.0.0.22 - - [2025-11-10 02:14:30] "GET /virtual-network/d9b12a58-c45c-4418-bc4d-c812d188eea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006048 10.0.0.22 - - [2025-11-10 02:14:30] "GET /virtual-network/d9b12a58-c45c-4418-bc4d-c812d188eea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005507 10.0.0.22 - - [2025-11-10 02:14:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.013010 10.0.0.22 - - [2025-11-10 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005312 10.0.0.23 - - [2025-11-10 02:14:30] "GET /projects?obj_uuids=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001684 10.0.0.22 - - [2025-11-10 02:14:30] "GET /project/dd21dee1-8cf8-4328-af84-d4ed66a8eef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.057396 10.0.0.50 - - [2025-11-10 02:14:30] "POST /route-targets HTTP/1.1" 200 327 0.019017 10.0.0.23 - - [2025-11-10 02:14:30] "POST /useragent-kv HTTP/1.1" 200 115 0.007000 10.0.0.22 - - [2025-11-10 02:14:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.238178 10.0.0.22 - - [2025-11-10 02:14:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001340 10.0.0.22 - - [2025-11-10 02:14:31] "GET /virtual-network/f5591b91-8f4a-4e26-a7a7-1b04eb571f2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005876 10.0.0.22 - - [2025-11-10 02:14:31] "GET /virtual-network/f5591b91-8f4a-4e26-a7a7-1b04eb571f2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006702 10.0.0.22 - - [2025-11-10 02:14:31] "POST /neutron/network HTTP/1.1" 200 834 0.008931 10.0.0.22 - - [2025-11-10 02:14:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.002260 10.0.0.23 - - [2025-11-10 02:14:32] "GET /projects?obj_uuids=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001067 10.0.0.22 - - [2025-11-10 02:14:32] "GET /project/dd21dee1-8cf8-4328-af84-d4ed66a8eef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.080359 10.0.0.22 - - [2025-11-10 02:14:32] "POST /neutron/network HTTP/1.1" 200 827 0.006836 10.0.0.22 - - [2025-11-10 02:14:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001373 10.0.0.22 - - [2025-11-10 02:14:32] "POST /neutron/port HTTP/1.1" 200 117 0.007031 10.0.0.23 - - [2025-11-10 02:14:32] "GET /projects?obj_uuids=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001038 10.0.0.22 - - [2025-11-10 02:14:33] "POST /neutron/port HTTP/1.1" 200 1063 0.341099 10.0.0.23 - - [2025-11-10 02:14:33] "GET /projects?obj_uuids=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001742 10.0.0.22 - - [2025-11-10 02:14:33] "POST /neutron/port HTTP/1.1" 200 1117 0.130130 10.0.0.22 - - [2025-11-10 02:14:33] "GET /project/dd21dee1-8cf8-4328-af84-d4ed66a8eef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.140806 10.0.0.22 - - [2025-11-10 02:14:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004213 10.0.0.22 - - [2025-11-10 02:14:33] "POST /neutron/network HTTP/1.1" 200 827 0.007170 10.0.0.22 - - [2025-11-10 02:14:33] "POST /neutron/port HTTP/1.1" 200 117 0.006566 10.0.0.50 - - [2025-11-10 02:14:34] "PUT /logical-router/6a2d1459-b649-44ad-9899-b1d159f742ae HTTP/1.1" 200 262 0.034660 10.0.0.22 - - [2025-11-10 02:14:34] "POST /neutron/router HTTP/1.1" 200 656 0.042254 10.0.0.50 - - [2025-11-10 02:14:34] "GET /logical-router/6a2d1459-b649-44ad-9899-b1d159f742ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.064615 10.0.0.50 - - [2025-11-10 02:14:34] "POST /fqname-to-id HTTP/1.1" 404 215 0.005494 10.0.0.22 - - [2025-11-10 02:14:34] "POST /neutron/network HTTP/1.1" 200 844 0.008894 10.0.0.50 - - [2025-11-10 02:14:34] "POST /ref-update HTTP/1.1" 200 156 0.052013 10.0.0.50 - - [2025-11-10 02:14:34] "POST /route-tables HTTP/1.1" 200 582 0.055215 10.0.0.22 - - [2025-11-10 02:14:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.012048 10.0.0.50 - - [2025-11-10 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005764 10.0.0.22 - - [2025-11-10 02:14:35] "POST /neutron/port HTTP/1.1" 200 1117 0.126415 10.0.0.50 - - [2025-11-10 02:14:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.123541 10.0.0.22 - - [2025-11-10 02:14:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.013671 10.0.0.50 - - [2025-11-10 02:14:35] "POST /instance-ips HTTP/1.1" 400 246 0.032180 10.0.0.50 - - [2025-11-10 02:14:35] "PUT /instance-ip/9c1006c0-241b-417b-a0db-4316257813cd HTTP/1.1" 200 256 0.068993 10.0.0.50 - - [2025-11-10 02:14:35] "POST /chown HTTP/1.1" 200 109 0.029609 10.0.0.50 - - [2025-11-10 02:14:35] "POST /chown HTTP/1.1" 200 109 0.011543 10.0.0.50 - - [2025-11-10 02:14:35] "POST /ref-update HTTP/1.1" 200 156 0.040991 10.0.0.50 - - [2025-11-10 02:14:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.139004 10.0.0.50 - - [2025-11-10 02:14:36] "POST /chown HTTP/1.1" 200 109 0.015798 10.0.0.50 - - [2025-11-10 02:14:36] "POST /ref-update HTTP/1.1" 200 156 0.042464 10.0.0.50 - - [2025-11-10 02:14:36] "POST /chown HTTP/1.1" 200 109 0.030263 10.0.0.50 - - [2025-11-10 02:14:36] "PUT /virtual-machine-interface/b910a2cf-4ef5-4a29-b865-025b70fb6319 HTTP/1.1" 200 284 0.022568 10.0.0.50 - - [2025-11-10 02:14:36] "POST /ref-update HTTP/1.1" 200 156 0.027160 10.0.0.22 - - [2025-11-10 02:14:39] "POST /neutron/port HTTP/1.1" 200 1091 0.016411 10.0.0.22 - - [2025-11-10 02:14:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007309 10.0.0.22 - - [2025-11-10 02:14:40] "GET /virtual-machine/68cc14ff-e529-41b0-9d74-762d33d6d2de HTTP/1.1" 401 292 0.000521 10.0.0.22 - - [2025-11-10 02:14:40] "GET /virtual-machine/68cc14ff-e529-41b0-9d74-762d33d6d2de HTTP/1.1" 200 1295 0.032825 10.0.0.22 - - [2025-11-10 02:14:40] "GET /virtual-machine-interface/60df4d8b-2dc7-40ca-ae7e-6670c14626b4 HTTP/1.1" 200 2956 0.005283 10.0.0.22 - - [2025-11-10 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.22 - - [2025-11-10 02:14:40] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003518 10.0.0.22 - - [2025-11-10 02:14:40] "GET /virtual-networks?parent_id=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002860 10.0.0.22 - - [2025-11-10 02:14:40] "GET /virtual-network/d9b12a58-c45c-4418-bc4d-c812d188eea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005836 10.0.0.22 - - [2025-11-10 02:14:41] "POST /neutron/port HTTP/1.1" 200 1091 0.036785 10.0.0.22 - - [2025-11-10 02:14:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003695 10.0.0.22 - - [2025-11-10 02:14:41] "POST /neutron/network HTTP/1.1" 200 827 0.007122 10.0.0.22 - - [2025-11-10 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.22 - - [2025-11-10 02:14:43] "GET /virtual-network/d9b12a58-c45c-4418-bc4d-c812d188eea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004990 10.0.0.22 - - [2025-11-10 02:14:45] "POST /neutron/port HTTP/1.1" 200 1091 0.018156 10.0.0.22 - - [2025-11-10 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.22 - - [2025-11-10 02:14:45] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003652 10.0.0.22 - - [2025-11-10 02:14:45] "GET /virtual-networks?parent_id=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003312 10.0.0.22 - - [2025-11-10 02:14:45] "GET /virtual-network/d9b12a58-c45c-4418-bc4d-c812d188eea4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007238 10.0.0.22 - - [2025-11-10 02:14:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007084 10.0.0.22 - - [2025-11-10 02:14:46] "POST /neutron/port HTTP/1.1" 200 1091 0.019142 10.0.0.22 - - [2025-11-10 02:14:46] "GET /virtual-machine/68073669-1311-43d6-8a42-63ab6f4d1410 HTTP/1.1" 200 1294 0.008141 10.0.0.22 - - [2025-11-10 02:14:46] "GET /virtual-machine-interface/0eeaa04e-05e8-4e4e-bb7a-98c1ac079f67 HTTP/1.1" 200 2968 0.006771 10.0.0.22 - - [2025-11-10 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.22 - - [2025-11-10 02:14:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004225 10.0.0.22 - - [2025-11-10 02:14:46] "GET /virtual-networks?parent_id=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003892 10.0.0.22 - - [2025-11-10 02:14:46] "GET /virtual-network/f5591b91-8f4a-4e26-a7a7-1b04eb571f2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006761 10.0.0.22 - - [2025-11-10 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.22 - - [2025-11-10 02:14:47] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003923 10.0.0.22 - - [2025-11-10 02:14:47] "GET /virtual-networks?parent_id=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004800 10.0.0.22 - - [2025-11-10 02:14:47] "GET /virtual-network/f5591b91-8f4a-4e26-a7a7-1b04eb571f2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006302 10.0.0.22 - - [2025-11-10 02:14:50] "POST /neutron/port HTTP/1.1" 200 1091 0.036546 10.0.0.22 - - [2025-11-10 02:14:50] "POST /neutron/subnet HTTP/1.1" 200 698 0.011343 10.0.0.22 - - [2025-11-10 02:14:51] "POST /neutron/router HTTP/1.1" 200 656 0.015547 10.0.0.50 - - [2025-11-10 02:14:51] "POST /ref-update HTTP/1.1" 200 156 0.025059 10.0.0.50 - - [2025-11-10 02:14:51] "GET /service-instance/cf358e78-6691-4568-84f1-42e30c24f6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.004875 10.0.0.22 - - [2025-11-10 02:14:51] "POST /neutron/router HTTP/1.1" 200 151 0.106450 10.0.0.50 - - [2025-11-10 02:14:51] "POST /ref-update HTTP/1.1" 200 156 0.024711 10.0.0.50 - - [2025-11-10 02:14:51] "GET /service-instance/cf358e78-6691-4568-84f1-42e30c24f6b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.004504 10.0.0.50 - - [2025-11-10 02:14:52] "GET /virtual-network/d9ba54a2-cebe-4464-9fd4-231b502e6165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.006323 10.0.0.50 - - [2025-11-10 02:14:52] "DELETE /instance-ip/0c05ef1f-5abb-4c7f-96eb-f1e946185e12 HTTP/1.1" 200 115 0.112013 10.0.0.22 - - [2025-11-10 02:14:52] "POST /neutron/port HTTP/1.1" 200 1091 0.035982 10.0.0.50 - - [2025-11-10 02:14:52] "DELETE /route-target/1e00d224-fa39-4d72-b1f8-62fbb6570a06 HTTP/1.1" 200 115 0.039323 10.0.0.22 - - [2025-11-10 02:14:52] "POST /neutron/port HTTP/1.1" 200 1117 0.018080 10.0.0.50 - - [2025-11-10 02:14:52] "GET /virtual-machine-interface/3e5fb6cd-b5fd-43a7-bb27-347ab0c14eaa?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.006410 10.0.0.50 - - [2025-11-10 02:14:52] "DELETE /virtual-machine-interface/3e5fb6cd-b5fd-43a7-bb27-347ab0c14eaa HTTP/1.1" 200 115 0.120057 10.0.0.50 - - [2025-11-10 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.028443 10.0.0.50 - - [2025-11-10 02:14:53] "DELETE /virtual-machine-interface/14e52ae9-3aae-49c5-b20e-1c876ea6040b HTTP/1.1" 200 115 0.068964 10.0.0.50 - - [2025-11-10 02:14:53] "GET /instance-ip/9c1006c0-241b-417b-a0db-4316257813cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.010149 10.0.0.50 - - [2025-11-10 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.036458 10.0.0.22 - - [2025-11-10 02:14:54] "POST /neutron/network HTTP/1.1" 200 834 0.007153 10.0.0.23 - - [2025-11-10 02:14:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004403 10.0.0.50 - - [2025-11-10 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.018345 10.0.0.23 - - [2025-11-10 02:14:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003481 10.0.0.22 - - [2025-11-10 02:14:54] "POST /neutron/network HTTP/1.1" 200 151 0.159701 10.0.0.23 - - [2025-11-10 02:14:55] "GET /projects?obj_uuids=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001300 10.0.0.22 - - [2025-11-10 02:14:55] "GET /project/dd21dee1-8cf8-4328-af84-d4ed66a8eef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.050158 10.0.0.23 - - [2025-11-10 02:14:55] "GET /projects?obj_uuids=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001280 10.0.0.22 - - [2025-11-10 02:14:55] "GET /project/dd21dee1-8cf8-4328-af84-d4ed66a8eef5?fields=virtual_networks HTTP/1.1" 200 1039 0.058931 10.0.0.23 - - [2025-11-10 02:14:55] "GET /projects?obj_uuids=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001790 10.0.0.22 - - [2025-11-10 02:14:56] "GET /project/dd21dee1-8cf8-4328-af84-d4ed66a8eef5?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.059185 10.0.0.23 - - [2025-11-10 02:14:56] "GET /projects?obj_uuids=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001076 10.0.0.22 - - [2025-11-10 02:14:56] "GET /project/dd21dee1-8cf8-4328-af84-d4ed66a8eef5?fields=security_groups HTTP/1.1" 200 1268 0.050270 10.0.0.22 - - [2025-11-10 02:14:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.033900 10.0.0.23 - - [2025-11-10 02:14:57] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003829 10.0.0.23 - - [2025-11-10 02:14:57] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.23 - - [2025-11-10 02:14:57] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007466 10.0.0.23 - - [2025-11-10 02:14:57] "POST /id-to-fqname HTTP/1.1" 200 198 0.001246 10.0.0.23 - - [2025-11-10 02:14:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.006703 10.0.0.23 - - [2025-11-10 02:14:57] "POST /security-groups HTTP/1.1" 200 599 0.033642 10.0.0.23 - - [2025-11-10 02:14:57] "POST /projects HTTP/1.1" 200 601 0.261792 10.0.0.50 - - [2025-11-10 02:14:57] "POST /access-control-lists HTTP/1.1" 200 604 0.053230 10.0.0.23 - - [2025-11-10 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.346758 10.0.0.22 - - [2025-11-10 02:14:57] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.508224 10.0.0.22 - - [2025-11-10 02:14:58] "GET / HTTP/1.1" 200 35931 0.002573 10.0.0.22 - - [2025-11-10 02:15:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000529 10.0.0.22 - - [2025-11-10 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.055446 10.0.0.23 - - [2025-11-10 02:15:00] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001250 10.0.0.22 - - [2025-11-10 02:15:00] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049083 10.0.0.50 - - [2025-11-10 02:15:01] "POST /route-targets HTTP/1.1" 200 327 0.018240 10.0.0.23 - - [2025-11-10 02:15:01] "POST /useragent-kv HTTP/1.1" 200 115 0.014185 10.0.0.22 - - [2025-11-10 02:15:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.264040 10.0.0.50 - - [2025-11-10 02:15:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.039817 10.0.0.22 - - [2025-11-10 02:15:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001616 10.0.0.22 - - [2025-11-10 02:15:01] "GET /virtual-network/85bc0f7e-f81e-4370-b7b3-635ecc8dd53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008792 10.0.0.22 - - [2025-11-10 02:15:01] "POST /neutron/network HTTP/1.1" 200 1005 0.014971 10.0.0.22 - - [2025-11-10 02:15:01] "GET /virtual-network/85bc0f7e-f81e-4370-b7b3-635ecc8dd53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005746 10.0.0.22 - - [2025-11-10 02:15:01] "POST /neutron/subnet HTTP/1.1" 200 823 0.016824 10.0.0.22 - - [2025-11-10 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007405 10.0.0.23 - - [2025-11-10 02:15:01] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001631 10.0.0.22 - - [2025-11-10 02:15:01] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.066217 10.0.0.50 - - [2025-11-10 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.026836 10.0.0.23 - - [2025-11-10 02:15:02] "POST /useragent-kv HTTP/1.1" 200 115 0.008979 10.0.0.22 - - [2025-11-10 02:15:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.194153 10.0.0.22 - - [2025-11-10 02:15:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001420 10.0.0.22 - - [2025-11-10 02:15:02] "GET /virtual-network/dff1fd39-3cfb-4a81-9887-2d8930217a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008868 10.0.0.22 - - [2025-11-10 02:15:02] "POST /neutron/network HTTP/1.1" 200 1006 0.011219 10.0.0.22 - - [2025-11-10 02:15:02] "GET /virtual-network/dff1fd39-3cfb-4a81-9887-2d8930217a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005814 10.0.0.22 - - [2025-11-10 02:15:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.009562 10.0.0.22 - - [2025-11-10 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.003067 10.0.0.22 - - [2025-11-10 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.23 - - [2025-11-10 02:15:02] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.22 - - [2025-11-10 02:15:02] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046528 10.0.0.22 - - [2025-11-10 02:15:02] "POST /network-policys HTTP/1.1" 200 577 0.032724 10.0.0.22 - - [2025-11-10 02:15:02] "GET /network-policy/11699ee0-8b33-47b9-86d5-baf320552c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.007897 10.0.0.22 - - [2025-11-10 02:15:03] "POST /neutron/network HTTP/1.1" 200 1113 0.017182 10.0.0.22 - - [2025-11-10 02:15:03] "GET /virtual-network/85bc0f7e-f81e-4370-b7b3-635ecc8dd53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007195 10.0.0.22 - - [2025-11-10 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004817 10.0.0.22 - - [2025-11-10 02:15:03] "GET /network-policy/11699ee0-8b33-47b9-86d5-baf320552c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005237 10.0.0.50 - - [2025-11-10 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.007006 10.0.0.50 - - [2025-11-10 02:15:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.015871 10.0.0.22 - - [2025-11-10 02:15:03] "POST /neutron/network HTTP/1.1" 200 1114 0.021506 10.0.0.22 - - [2025-11-10 02:15:03] "GET /virtual-network/dff1fd39-3cfb-4a81-9887-2d8930217a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.034522 10.0.0.22 - - [2025-11-10 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007128 10.0.0.50 - - [2025-11-10 02:15:03] "PUT /access-control-list/c69a300f-7ea9-4019-8b43-20bcb021d566 HTTP/1.1" 200 272 0.054547 10.0.0.22 - - [2025-11-10 02:15:03] "GET /network-policy/11699ee0-8b33-47b9-86d5-baf320552c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005540 10.0.0.22 - - [2025-11-10 02:15:04] "GET /virtual-network/85bc0f7e-f81e-4370-b7b3-635ecc8dd53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005769 10.0.0.50 - - [2025-11-10 02:15:05] "GET /obj-perms HTTP/1.1" 200 5046 0.053364 10.0.0.23 - - [2025-11-10 02:15:05] "GET /obj-perms HTTP/1.1" 200 5046 0.061283 10.0.0.22 - - [2025-11-10 02:15:05] "GET /virtual-network/dff1fd39-3cfb-4a81-9887-2d8930217a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007862 10.0.0.22 - - [2025-11-10 02:15:05] "GET /obj-perms HTTP/1.1" 200 5046 0.048389 10.0.0.22 - - [2025-11-10 02:15:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001444 10.0.0.23 - - [2025-11-10 02:15:06] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001345 10.0.0.22 - - [2025-11-10 02:15:07] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.080419 10.0.0.22 - - [2025-11-10 02:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.006919 10.0.0.22 - - [2025-11-10 02:15:07] "POST /id-to-fqname HTTP/1.1" 200 228 0.001568 10.0.0.22 - - [2025-11-10 02:15:07] "POST /neutron/network HTTP/1.1" 200 1124 0.007960 10.0.0.22 - - [2025-11-10 02:15:08] "POST /neutron/port HTTP/1.1" 200 1174 0.027007 10.0.0.23 - - [2025-11-10 02:15:08] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001799 10.0.0.22 - - [2025-11-10 02:15:08] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.084626 10.0.0.22 - - [2025-11-10 02:15:08] "POST /neutron/network HTTP/1.1" 200 1114 0.057948 10.0.0.22 - - [2025-11-10 02:15:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006279 10.0.0.22 - - [2025-11-10 02:15:08] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.22 - - [2025-11-10 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007053 10.0.0.22 - - [2025-11-10 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008178 10.0.0.22 - - [2025-11-10 02:15:09] "POST /neutron/port HTTP/1.1" 200 1175 0.039632 10.0.0.50 - - [2025-11-10 02:15:09] "DELETE /access-control-list/0ce230a7-8326-4b1c-a5ff-ef39134bcca6 HTTP/1.1" 200 115 0.046625 10.0.0.22 - - [2025-11-10 02:15:09] "POST /neutron/port HTTP/1.1" 200 1203 0.023101 10.0.0.22 - - [2025-11-10 02:15:09] "POST /neutron/subnet HTTP/1.1" 200 1384 0.025444 10.0.0.22 - - [2025-11-10 02:15:10] "POST /neutron/network HTTP/1.1" 200 1114 0.010459 10.0.0.22 - - [2025-11-10 02:15:13] "POST /neutron/port HTTP/1.1" 200 1202 0.018204 10.0.0.22 - - [2025-11-10 02:15:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007828 10.0.0.22 - - [2025-11-10 02:15:14] "GET /virtual-machine/819d8c62-20ec-4348-a87f-d18b8a8a6d4e HTTP/1.1" 401 292 0.000424 10.0.0.22 - - [2025-11-10 02:15:14] "GET /virtual-machine/819d8c62-20ec-4348-a87f-d18b8a8a6d4e HTTP/1.1" 200 1300 0.032059 10.0.0.22 - - [2025-11-10 02:15:14] "GET /virtual-machine-interface/cb642dd7-f393-438a-972f-5883d677d50f HTTP/1.1" 200 3176 0.005750 10.0.0.22 - - [2025-11-10 02:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.22 - - [2025-11-10 02:15:14] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005519 10.0.0.22 - - [2025-11-10 02:15:14] "GET /virtual-networks?parent_id=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004208 10.0.0.22 - - [2025-11-10 02:15:14] "GET /virtual-network/85bc0f7e-f81e-4370-b7b3-635ecc8dd53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006568 10.0.0.22 - - [2025-11-10 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.22 - - [2025-11-10 02:15:17] "GET /virtual-network/85bc0f7e-f81e-4370-b7b3-635ecc8dd53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005589 10.0.0.22 - - [2025-11-10 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.22 - - [2025-11-10 02:15:21] "GET /virtual-network/85bc0f7e-f81e-4370-b7b3-635ecc8dd53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006167 10.0.0.23 - - [2025-11-10 02:15:23] "DELETE /project/dd21dee18cf84328af84d4ed66a8eef5 HTTP/1.1" 404 173 0.005591 10.0.0.23 - - [2025-11-10 02:15:23] "DELETE /project/a3ea9497-3339-4e7b-b4ae-1d7ff3b92573 HTTP/1.1" 404 177 0.008273 10.0.0.23 - - [2025-11-10 02:15:23] "DELETE /project/b4e3e609866f45c9baa30c3a3dde7494 HTTP/1.1" 404 173 0.007282 10.0.0.23 - - [2025-11-10 02:15:23] "GET /projects?obj_uuids=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000789 10.0.0.23 - - [2025-11-10 02:15:23] "GET /project/dd21dee1-8cf8-4328-af84-d4ed66a8eef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.042848 10.0.0.23 - - [2025-11-10 02:15:23] "GET /projects?obj_uuids=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000963 10.0.0.23 - - [2025-11-10 02:15:23] "GET /project/dd21dee1-8cf8-4328-af84-d4ed66a8eef5?fields=security_groups HTTP/1.1" 200 1373 0.049265 10.0.0.23 - - [2025-11-10 02:15:23] "DELETE /security-group/7f906182-1daf-46ff-bf5b-494fdf42477c HTTP/1.1" 200 115 0.049043 10.0.0.23 - - [2025-11-10 02:15:23] "GET /projects?obj_uuids=dd21dee1-8cf8-4328-af84-d4ed66a8eef5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001201 10.0.0.23 - - [2025-11-10 02:15:23] "GET /project/dd21dee1-8cf8-4328-af84-d4ed66a8eef5?fields=application_policy_sets HTTP/1.1" 200 1412 0.062740 10.0.0.23 - - [2025-11-10 02:15:23] "DELETE /project/dd21dee1-8cf8-4328-af84-d4ed66a8eef5 HTTP/1.1" 200 115 0.408839 10.0.0.22 - - [2025-11-10 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.22 - - [2025-11-10 02:15:25] "GET /virtual-network/85bc0f7e-f81e-4370-b7b3-635ecc8dd53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005487 10.0.0.22 - - [2025-11-10 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.22 - - [2025-11-10 02:15:29] "GET /virtual-network/85bc0f7e-f81e-4370-b7b3-635ecc8dd53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005949 10.0.0.22 - - [2025-11-10 02:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.22 - - [2025-11-10 02:15:33] "GET /virtual-network/85bc0f7e-f81e-4370-b7b3-635ecc8dd53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006068 10.0.0.22 - - [2025-11-10 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.22 - - [2025-11-10 02:15:38] "GET /virtual-network/85bc0f7e-f81e-4370-b7b3-635ecc8dd53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006559 10.0.0.22 - - [2025-11-10 02:15:41] "POST /neutron/network HTTP/1.1" 200 1123 0.007896 10.0.0.22 - - [2025-11-10 02:15:41] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013438 10.0.0.22 - - [2025-11-10 02:15:41] "POST /neutron/network HTTP/1.1" 200 1113 0.009319 10.0.0.22 - - [2025-11-10 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.22 - - [2025-11-10 02:15:42] "GET /virtual-network/85bc0f7e-f81e-4370-b7b3-635ecc8dd53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005250 10.0.0.22 - - [2025-11-10 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.22 - - [2025-11-10 02:15:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004219 10.0.0.22 - - [2025-11-10 02:15:46] "GET /virtual-networks?parent_id=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003762 10.0.0.22 - - [2025-11-10 02:15:46] "GET /virtual-network/85bc0f7e-f81e-4370-b7b3-635ecc8dd53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005714 10.0.0.22 - - [2025-11-10 02:15:51] "POST /neutron/port HTTP/1.1" 200 1202 0.015735 10.0.0.22 - - [2025-11-10 02:15:52] "POST /neutron/port HTTP/1.1" 200 1203 0.018790 10.0.0.22 - - [2025-11-10 02:15:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005942 10.0.0.22 - - [2025-11-10 02:15:52] "POST /neutron/port HTTP/1.1" 200 117 0.001994 10.0.0.22 - - [2025-11-10 02:15:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012090 10.0.0.22 - - [2025-11-10 02:16:01] "POST /neutron/port HTTP/1.1" 200 1202 0.018549 10.0.0.22 - - [2025-11-10 02:16:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007855 10.0.0.22 - - [2025-11-10 02:16:07] "POST /neutron/port HTTP/1.1" 200 1203 0.017818 10.0.0.22 - - [2025-11-10 02:16:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007211 10.0.0.22 - - [2025-11-10 02:16:07] "GET /virtual-machine/6dde06b0-7d32-4839-8bcc-824b60070ae2 HTTP/1.1" 200 1300 0.006248 10.0.0.22 - - [2025-11-10 02:16:07] "GET /virtual-machine-interface/c50ace61-fb04-499a-a6f5-e1dde939b0d7 HTTP/1.1" 200 3176 0.005826 10.0.0.22 - - [2025-11-10 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.22 - - [2025-11-10 02:16:07] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004460 10.0.0.22 - - [2025-11-10 02:16:07] "GET /virtual-networks?parent_id=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003817 10.0.0.22 - - [2025-11-10 02:16:07] "GET /virtual-network/dff1fd39-3cfb-4a81-9887-2d8930217a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006041 10.0.0.22 - - [2025-11-10 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005165 10.0.0.22 - - [2025-11-10 02:16:08] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004179 10.0.0.22 - - [2025-11-10 02:16:08] "GET /virtual-networks?parent_id=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003285 10.0.0.22 - - [2025-11-10 02:16:08] "GET /virtual-network/dff1fd39-3cfb-4a81-9887-2d8930217a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006674 10.0.0.22 - - [2025-11-10 02:16:13] "POST /neutron/port HTTP/1.1" 200 1203 0.019243 10.0.0.23 - - [2025-11-10 02:16:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000586 10.0.0.23 - - [2025-11-10 02:16:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.23 - - [2025-11-10 02:16:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2025-11-10 02:16:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.50 - - [2025-11-10 02:16:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.50 - - [2025-11-10 02:16:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.50 - - [2025-11-10 02:16:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.50 - - [2025-11-10 02:16:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.22 - - [2025-11-10 02:16:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.22 - - [2025-11-10 02:16:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000607 10.0.0.22 - - [2025-11-10 02:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000550 10.0.0.22 - - [2025-11-10 02:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000579 10.0.0.23 - - [2025-11-10 02:16:25] "GET /obj-perms HTTP/1.1" 200 5056 0.057024 10.0.0.22 - - [2025-11-10 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.23 - - [2025-11-10 02:16:28] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001097 10.0.0.22 - - [2025-11-10 02:16:28] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037785 10.0.0.22 - - [2025-11-10 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.22 - - [2025-11-10 02:16:28] "PUT /network-policy/11699ee0-8b33-47b9-86d5-baf320552c6c HTTP/1.1" 200 262 0.016439 10.0.0.50 - - [2025-11-10 02:16:28] "PUT /access-control-list/12d85a4e-f6fe-4af5-aaa3-689b78958fe5 HTTP/1.1" 200 272 0.060483 10.0.0.22 - - [2025-11-10 02:16:31] "GET /virtual-network/dff1fd39-3cfb-4a81-9887-2d8930217a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005958 10.0.0.22 - - [2025-11-10 02:16:32] "POST /neutron/network HTTP/1.1" 200 1006 0.077127 10.0.0.50 - - [2025-11-10 02:16:32] "POST /ref-update HTTP/1.1" 200 156 0.042391 10.0.0.22 - - [2025-11-10 02:16:32] "GET /virtual-network/dff1fd39-3cfb-4a81-9887-2d8930217a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.014577 10.0.0.22 - - [2025-11-10 02:16:32] "GET /virtual-network/85bc0f7e-f81e-4370-b7b3-635ecc8dd53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007245 10.0.0.22 - - [2025-11-10 02:16:32] "POST /neutron/network HTTP/1.1" 200 1005 0.085895 10.0.0.22 - - [2025-11-10 02:16:32] "GET /virtual-network/85bc0f7e-f81e-4370-b7b3-635ecc8dd53e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.013416 10.0.0.22 - - [2025-11-10 02:16:32] "DELETE /network-policy/11699ee0-8b33-47b9-86d5-baf320552c6c HTTP/1.1" 200 115 0.073135 10.0.0.22 - - [2025-11-10 02:16:32] "POST /neutron/network HTTP/1.1" 400 204 0.016566 10.0.0.22 - - [2025-11-10 02:16:32] "POST /neutron/port HTTP/1.1" 200 1229 0.013323 10.0.0.22 - - [2025-11-10 02:16:32] "POST /neutron/port HTTP/1.1" 200 151 0.344354 10.0.0.50 - - [2025-11-10 02:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004895 10.0.0.22 - - [2025-11-10 02:16:34] "POST /neutron/network HTTP/1.1" 200 1005 0.012041 10.0.0.50 - - [2025-11-10 02:16:35] "DELETE /route-target/8c6e7e67-2d86-41a8-bec3-45e188c0b60f HTTP/1.1" 200 115 0.027289 10.0.0.23 - - [2025-11-10 02:16:39] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.22 - - [2025-11-10 02:16:39] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042093 10.0.0.22 - - [2025-11-10 02:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.23 - - [2025-11-10 02:16:39] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001339 10.0.0.22 - - [2025-11-10 02:16:39] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007415 10.0.0.22 - - [2025-11-10 02:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.23 - - [2025-11-10 02:16:39] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.22 - - [2025-11-10 02:16:40] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055844 10.0.0.22 - - [2025-11-10 02:16:40] "GET /domains HTTP/1.1" 200 280 0.004160 10.0.0.23 - - [2025-11-10 02:16:40] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001491 10.0.0.22 - - [2025-11-10 02:16:40] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce HTTP/1.1" 200 2776 0.010296 10.0.0.23 - - [2025-11-10 02:16:40] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.22 - - [2025-11-10 02:16:40] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494 HTTP/1.1" 200 1901 0.081263 10.0.0.22 - - [2025-11-10 02:16:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003249 10.0.0.22 - - [2025-11-10 02:16:40] "POST /network-ipams HTTP/1.1" 200 609 0.029382 10.0.0.22 - - [2025-11-10 02:16:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.004858 10.0.0.22 - - [2025-11-10 02:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.22 - - [2025-11-10 02:16:41] "GET /network-ipam/018ad8e0-25a6-4e38-a6b6-3acefcfac90c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.007498 10.0.0.22 - - [2025-11-10 02:16:41] "PUT /network-ipam/018ad8e0-25a6-4e38-a6b6-3acefcfac90c HTTP/1.1" 200 258 0.019520 10.0.0.22 - - [2025-11-10 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.23 - - [2025-11-10 02:16:41] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001293 10.0.0.22 - - [2025-11-10 02:16:41] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051740 10.0.0.23 - - [2025-11-10 02:16:41] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.22 - - [2025-11-10 02:16:41] "POST /neutron/network HTTP/1.1" 200 619 0.130369 10.0.0.50 - - [2025-11-10 02:16:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.005058 10.0.0.23 - - [2025-11-10 02:16:42] "POST /useragent-kv HTTP/1.1" 200 115 0.008733 10.0.0.22 - - [2025-11-10 02:16:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.203773 10.0.0.22 - - [2025-11-10 02:16:42] "POST /id-to-fqname HTTP/1.1" 200 231 0.001355 10.0.0.22 - - [2025-11-10 02:16:42] "GET /virtual-network/2cc83a49-481a-4f20-ac8e-5f283d7ea2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007024 10.0.0.22 - - [2025-11-10 02:16:42] "GET /virtual-network/2cc83a49-481a-4f20-ac8e-5f283d7ea2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006358 10.0.0.22 - - [2025-11-10 02:16:42] "POST /neutron/network HTTP/1.1" 200 1309 0.010275 10.0.0.22 - - [2025-11-10 02:16:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.009566 10.0.0.22 - - [2025-11-10 02:16:42] "GET /virtual-network/2cc83a49-481a-4f20-ac8e-5f283d7ea2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006590 10.0.0.50 - - [2025-11-10 02:16:42] "GET /obj-perms HTTP/1.1" 200 5046 0.003644 10.0.0.22 - - [2025-11-10 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.23 - - [2025-11-10 02:16:42] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.22 - - [2025-11-10 02:16:43] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068883 10.0.0.50 - - [2025-11-10 02:16:43] "POST /route-targets HTTP/1.1" 200 327 0.013671 10.0.0.23 - - [2025-11-10 02:16:43] "POST /useragent-kv HTTP/1.1" 200 115 0.010236 10.0.0.22 - - [2025-11-10 02:16:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.215314 10.0.0.22 - - [2025-11-10 02:16:43] "POST /neutron/network HTTP/1.1" 200 1309 0.013829 10.0.0.22 - - [2025-11-10 02:16:44] "POST /id-to-fqname HTTP/1.1" 200 231 0.001730 10.0.0.22 - - [2025-11-10 02:16:44] "GET /virtual-network/a6492da0-633f-4ddc-ad76-b3ebf3cae6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006309 10.0.0.22 - - [2025-11-10 02:16:44] "GET /virtual-network/a6492da0-633f-4ddc-ad76-b3ebf3cae6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.010943 10.0.0.22 - - [2025-11-10 02:16:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.009305 10.0.0.22 - - [2025-11-10 02:16:44] "GET /virtual-network/a6492da0-633f-4ddc-ad76-b3ebf3cae6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007159 10.0.0.22 - - [2025-11-10 02:16:44] "GET /obj-perms HTTP/1.1" 200 5046 0.005755 10.0.0.22 - - [2025-11-10 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.23 - - [2025-11-10 02:16:44] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.22 - - [2025-11-10 02:16:44] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038533 10.0.0.22 - - [2025-11-10 02:16:44] "POST /neutron/network HTTP/1.1" 200 117 0.018490 10.0.0.23 - - [2025-11-10 02:16:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007542 10.0.0.22 - - [2025-11-10 02:16:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.243185 10.0.0.22 - - [2025-11-10 02:16:45] "POST /id-to-fqname HTTP/1.1" 200 231 0.001366 10.0.0.22 - - [2025-11-10 02:16:45] "GET /virtual-network/af7e647c-5d59-4674-8977-01ffff6de6b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007992 10.0.0.22 - - [2025-11-10 02:16:45] "POST /neutron/network HTTP/1.1" 200 1309 0.013036 10.0.0.22 - - [2025-11-10 02:16:45] "GET /virtual-network/af7e647c-5d59-4674-8977-01ffff6de6b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005475 10.0.0.22 - - [2025-11-10 02:16:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.016120 10.0.0.22 - - [2025-11-10 02:16:46] "GET /virtual-network/af7e647c-5d59-4674-8977-01ffff6de6b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005407 10.0.0.23 - - [2025-11-10 02:16:46] "GET /obj-perms HTTP/1.1" 200 5046 0.004438 10.0.0.22 - - [2025-11-10 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005275 10.0.0.23 - - [2025-11-10 02:16:46] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001700 10.0.0.22 - - [2025-11-10 02:16:46] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057207 10.0.0.23 - - [2025-11-10 02:16:46] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001311 10.0.0.22 - - [2025-11-10 02:16:46] "POST /neutron/network HTTP/1.1" 200 619 0.134221 10.0.0.50 - - [2025-11-10 02:16:46] "POST /route-targets HTTP/1.1" 200 327 0.014474 10.0.0.50 - - [2025-11-10 02:16:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.007306 10.0.0.23 - - [2025-11-10 02:16:47] "POST /useragent-kv HTTP/1.1" 200 115 0.013478 10.0.0.22 - - [2025-11-10 02:16:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.201229 10.0.0.22 - - [2025-11-10 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 231 0.001444 10.0.0.22 - - [2025-11-10 02:16:47] "GET /virtual-network/e1a06554-4563-434d-8e00-fe1a98a48807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005811 10.0.0.22 - - [2025-11-10 02:16:47] "GET /virtual-network/e1a06554-4563-434d-8e00-fe1a98a48807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.009456 10.0.0.22 - - [2025-11-10 02:16:47] "POST /neutron/network HTTP/1.1" 200 1309 0.014569 10.0.0.22 - - [2025-11-10 02:16:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.015856 10.0.0.22 - - [2025-11-10 02:16:47] "GET /virtual-network/e1a06554-4563-434d-8e00-fe1a98a48807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006806 10.0.0.50 - - [2025-11-10 02:16:48] "GET /obj-perms HTTP/1.1" 200 5046 0.004045 10.0.0.22 - - [2025-11-10 02:16:48] "POST /fqname-to-id HTTP/1.1" 404 225 0.003499 10.0.0.22 - - [2025-11-10 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.23 - - [2025-11-10 02:16:48] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001532 10.0.0.22 - - [2025-11-10 02:16:48] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047827 10.0.0.22 - - [2025-11-10 02:16:48] "POST /network-policys HTTP/1.1" 200 559 0.037882 10.0.0.22 - - [2025-11-10 02:16:48] "GET /network-policy/ceac86e2-f411-4478-904c-7df210097e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.008172 10.0.0.22 - - [2025-11-10 02:16:48] "POST /fqname-to-id HTTP/1.1" 404 225 0.004773 10.0.0.22 - - [2025-11-10 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004950 10.0.0.23 - - [2025-11-10 02:16:48] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000984 10.0.0.22 - - [2025-11-10 02:16:48] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048681 10.0.0.22 - - [2025-11-10 02:16:48] "POST /network-policys HTTP/1.1" 200 559 0.047526 10.0.0.22 - - [2025-11-10 02:16:48] "GET /network-policy/83c057bd-e1ed-44c4-9171-9c7bec4c71f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006276 10.0.0.22 - - [2025-11-10 02:16:49] "POST /fqname-to-id HTTP/1.1" 404 225 0.003698 10.0.0.22 - - [2025-11-10 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.23 - - [2025-11-10 02:16:49] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.22 - - [2025-11-10 02:16:49] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055946 10.0.0.22 - - [2025-11-10 02:16:49] "POST /network-policys HTTP/1.1" 200 559 0.031690 10.0.0.22 - - [2025-11-10 02:16:49] "GET /network-policy/0594d552-ba3f-4b6d-8a1c-2824a9cb0de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6935 0.006587 10.0.0.22 - - [2025-11-10 02:16:49] "POST /fqname-to-id HTTP/1.1" 404 225 0.006971 10.0.0.22 - - [2025-11-10 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.23 - - [2025-11-10 02:16:49] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.22 - - [2025-11-10 02:16:49] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044611 10.0.0.22 - - [2025-11-10 02:16:49] "POST /network-policys HTTP/1.1" 200 559 0.030331 10.0.0.22 - - [2025-11-10 02:16:49] "GET /network-policy/b76a4bd8-4d62-4f60-81f0-7a31c30751fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.010621 10.0.0.22 - - [2025-11-10 02:16:49] "POST /fqname-to-id HTTP/1.1" 404 225 0.008167 10.0.0.22 - - [2025-11-10 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005552 10.0.0.23 - - [2025-11-10 02:16:49] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001005 10.0.0.22 - - [2025-11-10 02:16:50] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054824 10.0.0.22 - - [2025-11-10 02:16:50] "POST /network-policys HTTP/1.1" 200 559 0.074047 10.0.0.22 - - [2025-11-10 02:16:50] "GET /network-policy/79c43a4d-101f-4955-8ec0-680910c49aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.014128 10.0.0.22 - - [2025-11-10 02:16:50] "POST /fqname-to-id HTTP/1.1" 404 225 0.004342 10.0.0.22 - - [2025-11-10 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.23 - - [2025-11-10 02:16:50] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001069 10.0.0.22 - - [2025-11-10 02:16:50] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068663 10.0.0.22 - - [2025-11-10 02:16:50] "POST /network-policys HTTP/1.1" 200 559 0.034493 10.0.0.22 - - [2025-11-10 02:16:50] "GET /network-policy/bc0ef3fd-7a57-4dbc-9456-09d53b0af4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.007060 10.0.0.22 - - [2025-11-10 02:16:50] "POST /fqname-to-id HTTP/1.1" 404 225 0.004369 10.0.0.22 - - [2025-11-10 02:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.23 - - [2025-11-10 02:16:50] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.22 - - [2025-11-10 02:16:50] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039594 10.0.0.22 - - [2025-11-10 02:16:50] "POST /network-policys HTTP/1.1" 200 559 0.029325 10.0.0.22 - - [2025-11-10 02:16:50] "GET /network-policy/f62765e2-e1f0-43e8-9be2-d815e9d968f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.015904 10.0.0.22 - - [2025-11-10 02:16:51] "POST /fqname-to-id HTTP/1.1" 404 225 0.003683 10.0.0.22 - - [2025-11-10 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.23 - - [2025-11-10 02:16:51] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001271 10.0.0.22 - - [2025-11-10 02:16:51] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053619 10.0.0.22 - - [2025-11-10 02:16:51] "POST /network-policys HTTP/1.1" 200 559 0.048154 10.0.0.22 - - [2025-11-10 02:16:51] "GET /network-policy/6834b642-af2e-48cf-9add-1409a2ea76d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006539 10.0.0.50 - - [2025-11-10 02:16:51] "POST /access-control-lists HTTP/1.1" 200 605 0.044976 10.0.0.22 - - [2025-11-10 02:16:51] "POST /neutron/network HTTP/1.1" 200 1494 0.034013 10.0.0.22 - - [2025-11-10 02:16:51] "GET /virtual-network/2cc83a49-481a-4f20-ac8e-5f283d7ea2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006146 10.0.0.22 - - [2025-11-10 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.22 - - [2025-11-10 02:16:51] "GET /network-policy/83c057bd-e1ed-44c4-9171-9c7bec4c71f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004699 10.0.0.22 - - [2025-11-10 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.22 - - [2025-11-10 02:16:51] "GET /network-policy/ceac86e2-f411-4478-904c-7df210097e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004847 10.0.0.22 - - [2025-11-10 02:16:52] "POST /neutron/network HTTP/1.1" 200 1494 0.021380 10.0.0.50 - - [2025-11-10 02:16:52] "POST /ref-update HTTP/1.1" 200 156 0.045449 10.0.0.22 - - [2025-11-10 02:16:52] "GET /virtual-network/a6492da0-633f-4ddc-ad76-b3ebf3cae6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.011327 10.0.0.22 - - [2025-11-10 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005359 10.0.0.22 - - [2025-11-10 02:16:52] "GET /network-policy/0594d552-ba3f-4b6d-8a1c-2824a9cb0de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6935 0.004845 10.0.0.22 - - [2025-11-10 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.22 - - [2025-11-10 02:16:52] "GET /network-policy/b76a4bd8-4d62-4f60-81f0-7a31c30751fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.005949 10.0.0.50 - - [2025-11-10 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.003463 10.0.0.22 - - [2025-11-10 02:16:52] "POST /neutron/network HTTP/1.1" 200 1494 0.042171 10.0.0.22 - - [2025-11-10 02:16:52] "GET /virtual-network/af7e647c-5d59-4674-8977-01ffff6de6b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.022452 10.0.0.22 - - [2025-11-10 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005414 10.0.0.22 - - [2025-11-10 02:16:52] "GET /network-policy/79c43a4d-101f-4955-8ec0-680910c49aa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004474 10.0.0.22 - - [2025-11-10 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.22 - - [2025-11-10 02:16:52] "GET /network-policy/bc0ef3fd-7a57-4dbc-9456-09d53b0af4a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004641 10.0.0.50 - - [2025-11-10 02:16:53] "POST /fqname-to-id HTTP/1.1" 404 248 0.010139 10.0.0.22 - - [2025-11-10 02:16:53] "POST /neutron/network HTTP/1.1" 200 1494 0.018939 10.0.0.22 - - [2025-11-10 02:16:53] "GET /virtual-network/e1a06554-4563-434d-8e00-fe1a98a48807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.014565 10.0.0.22 - - [2025-11-10 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.22 - - [2025-11-10 02:16:53] "GET /network-policy/6834b642-af2e-48cf-9add-1409a2ea76d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004404 10.0.0.22 - - [2025-11-10 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.22 - - [2025-11-10 02:16:53] "GET /network-policy/f62765e2-e1f0-43e8-9be2-d815e9d968f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004651 10.0.0.22 - - [2025-11-10 02:16:53] "POST /id-to-fqname HTTP/1.1" 200 231 0.001187 10.0.0.22 - - [2025-11-10 02:17:25] "GET /obj-perms HTTP/1.1" 200 5056 0.052826 10.0.0.23 - - [2025-11-10 02:17:27] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.22 - - [2025-11-10 02:17:27] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.071371 10.0.0.22 - - [2025-11-10 02:17:27] "POST /neutron/port HTTP/1.1" 200 117 0.006394 10.0.0.22 - - [2025-11-10 02:17:27] "POST /id-to-fqname HTTP/1.1" 200 231 0.001369 10.0.0.22 - - [2025-11-10 02:17:28] "POST /neutron/network HTTP/1.1" 200 1504 0.006964 10.0.0.23 - - [2025-11-10 02:17:28] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001580 10.0.0.22 - - [2025-11-10 02:17:28] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.139632 10.0.0.22 - - [2025-11-10 02:17:28] "POST /neutron/network HTTP/1.1" 200 1494 0.022989 10.0.0.22 - - [2025-11-10 02:17:29] "POST /neutron/port HTTP/1.1" 200 117 0.013572 10.0.0.22 - - [2025-11-10 02:17:29] "POST /neutron/port HTTP/1.1" 200 1224 0.284553 10.0.0.22 - - [2025-11-10 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010871 10.0.0.22 - - [2025-11-10 02:17:29] "POST /neutron/subnet HTTP/1.1" 200 1361 0.043592 10.0.0.23 - - [2025-11-10 02:17:29] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002128 10.0.0.50 - - [2025-11-10 02:17:30] "PUT /access-control-list/41882da4-22ee-4762-bc38-d8f3912e76c9 HTTP/1.1" 200 272 0.039651 10.0.0.22 - - [2025-11-10 02:17:30] "POST /neutron/port HTTP/1.1" 200 1170 0.723072 10.0.0.22 - - [2025-11-10 02:17:30] "POST /neutron/port HTTP/1.1" 200 1170 0.026978 10.0.0.22 - - [2025-11-10 02:17:31] "POST /neutron/port HTTP/1.1" 200 1198 0.057901 10.0.0.22 - - [2025-11-10 02:17:31] "POST /neutron/subnet HTTP/1.1" 200 1361 0.042279 10.0.0.22 - - [2025-11-10 02:17:31] "POST /neutron/network HTTP/1.1" 200 1494 0.024055 10.0.0.22 - - [2025-11-10 02:17:39] "POST /neutron/port HTTP/1.1" 200 1198 0.043531 10.0.0.22 - - [2025-11-10 02:17:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.027495 10.0.0.22 - - [2025-11-10 02:17:55] "POST /neutron/port HTTP/1.1" 200 1198 0.048593 10.0.0.22 - - [2025-11-10 02:18:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008732 10.0.0.22 - - [2025-11-10 02:18:10] "POST /neutron/port HTTP/1.1" 200 1198 0.017377 10.0.0.22 - - [2025-11-10 02:18:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007300 10.0.0.22 - - [2025-11-10 02:18:25] "POST /neutron/port HTTP/1.1" 200 1198 0.017347 10.0.0.22 - - [2025-11-10 02:18:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009550 10.0.0.22 - - [2025-11-10 02:18:41] "POST /neutron/port HTTP/1.1" 200 1198 0.017233 10.0.0.22 - - [2025-11-10 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007126 10.0.0.22 - - [2025-11-10 02:18:41] "GET /virtual-machine/b221642c-470a-454d-83a8-a20d352d5cda HTTP/1.1" 200 1300 0.007230 10.0.0.22 - - [2025-11-10 02:18:41] "GET /virtual-machine-interface/485454cf-1bc6-4cbf-926a-69912fe9f64e HTTP/1.1" 200 3184 0.006038 10.0.0.22 - - [2025-11-10 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.22 - - [2025-11-10 02:18:41] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004128 10.0.0.22 - - [2025-11-10 02:18:41] "GET /virtual-networks?parent_id=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003005 10.0.0.22 - - [2025-11-10 02:18:41] "GET /virtual-network/2cc83a49-481a-4f20-ac8e-5f283d7ea2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006069 10.0.0.22 - - [2025-11-10 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.22 - - [2025-11-10 02:18:44] "GET /virtual-network/2cc83a49-481a-4f20-ac8e-5f283d7ea2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005939 10.0.0.22 - - [2025-11-10 02:18:45] "POST /neutron/port HTTP/1.1" 200 1198 0.016448 10.0.0.22 - - [2025-11-10 02:18:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004116 10.0.0.22 - - [2025-11-10 02:18:45] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.22 - - [2025-11-10 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.22 - - [2025-11-10 02:18:48] "GET /virtual-network/2cc83a49-481a-4f20-ac8e-5f283d7ea2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006029 10.0.0.22 - - [2025-11-10 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.22 - - [2025-11-10 02:18:52] "GET /virtual-network/2cc83a49-481a-4f20-ac8e-5f283d7ea2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007795 10.0.0.22 - - [2025-11-10 02:18:55] "POST /neutron/port HTTP/1.1" 200 1198 0.024874 10.0.0.22 - - [2025-11-10 02:18:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005123 10.0.0.22 - - [2025-11-10 02:18:55] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.22 - - [2025-11-10 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.22 - - [2025-11-10 02:18:56] "GET /virtual-network/2cc83a49-481a-4f20-ac8e-5f283d7ea2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006127 10.0.0.22 - - [2025-11-10 02:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.22 - - [2025-11-10 02:19:00] "GET /virtual-network/2cc83a49-481a-4f20-ac8e-5f283d7ea2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006112 10.0.0.22 - - [2025-11-10 02:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.22 - - [2025-11-10 02:19:05] "GET /virtual-network/2cc83a49-481a-4f20-ac8e-5f283d7ea2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005595 10.0.0.22 - - [2025-11-10 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.22 - - [2025-11-10 02:19:09] "GET /virtual-network/2cc83a49-481a-4f20-ac8e-5f283d7ea2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005821 10.0.0.22 - - [2025-11-10 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.22 - - [2025-11-10 02:19:13] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004283 10.0.0.22 - - [2025-11-10 02:19:13] "GET /virtual-networks?parent_id=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.007243 10.0.0.22 - - [2025-11-10 02:19:13] "GET /virtual-network/2cc83a49-481a-4f20-ac8e-5f283d7ea2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006120 10.0.0.22 - - [2025-11-10 02:19:13] "POST /neutron/port HTTP/1.1" 200 1198 0.015613 10.0.0.22 - - [2025-11-10 02:19:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008312 10.0.0.22 - - [2025-11-10 02:19:23] "POST /neutron/port HTTP/1.1" 200 1198 0.016418 10.0.0.23 - - [2025-11-10 02:19:27] "GET /obj-perms HTTP/1.1" 200 5056 0.056777 10.0.0.22 - - [2025-11-10 02:19:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010610 10.0.0.22 - - [2025-11-10 02:19:34] "POST /neutron/port HTTP/1.1" 200 1198 0.049264 10.0.0.22 - - [2025-11-10 02:19:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008884 10.0.0.22 - - [2025-11-10 02:19:34] "GET /virtual-machine/b75aea22-501b-4308-a659-612b969cc7e7 HTTP/1.1" 200 1301 0.009837 10.0.0.22 - - [2025-11-10 02:19:34] "GET /virtual-machine-interface/f88b669b-d46a-4503-8434-fe7db5dfc6cc HTTP/1.1" 200 3184 0.006529 10.0.0.22 - - [2025-11-10 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005406 10.0.0.22 - - [2025-11-10 02:19:34] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005010 10.0.0.22 - - [2025-11-10 02:19:34] "GET /virtual-networks?parent_id=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004095 10.0.0.22 - - [2025-11-10 02:19:34] "GET /virtual-network/a6492da0-633f-4ddc-ad76-b3ebf3cae6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008229 10.0.0.22 - - [2025-11-10 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006444 10.0.0.22 - - [2025-11-10 02:19:35] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004510 10.0.0.22 - - [2025-11-10 02:19:35] "GET /virtual-networks?parent_id=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003665 10.0.0.22 - - [2025-11-10 02:19:35] "GET /virtual-network/a6492da0-633f-4ddc-ad76-b3ebf3cae6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005633 10.0.0.22 - - [2025-11-10 02:19:35] "POST /neutron/port HTTP/1.1" 200 1198 0.017637 10.0.0.22 - - [2025-11-10 02:19:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007462 10.0.0.22 - - [2025-11-10 02:19:46] "POST /neutron/port HTTP/1.1" 200 1198 0.016440 10.0.0.22 - - [2025-11-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.22 - - [2025-11-10 02:19:46] "GET /network-policy/0594d552-ba3f-4b6d-8a1c-2824a9cb0de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6935 0.004103 10.0.0.22 - - [2025-11-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.22 - - [2025-11-10 02:19:46] "GET /network-policy/b76a4bd8-4d62-4f60-81f0-7a31c30751fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004768 10.0.0.22 - - [2025-11-10 02:19:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008848 10.0.0.22 - - [2025-11-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.22 - - [2025-11-10 02:19:46] "GET /network-policy/ceac86e2-f411-4478-904c-7df210097e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004572 10.0.0.22 - - [2025-11-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.22 - - [2025-11-10 02:19:47] "GET /network-policy/83c057bd-e1ed-44c4-9171-9c7bec4c71f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005451 10.0.0.22 - - [2025-11-10 02:19:47] "POST /neutron/network HTTP/1.1" 200 1504 0.031829 10.0.0.22 - - [2025-11-10 02:19:47] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016920 10.0.0.22 - - [2025-11-10 02:19:47] "POST /neutron/network HTTP/1.1" 200 1494 0.012514 10.0.0.22 - - [2025-11-10 02:19:56] "POST /neutron/network HTTP/1.1" 200 1504 0.030536 10.0.0.22 - - [2025-11-10 02:19:56] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015835 10.0.0.22 - - [2025-11-10 02:19:56] "POST /neutron/network HTTP/1.1" 200 1494 0.012262 10.0.0.22 - - [2025-11-10 02:19:58] "GET /virtual-machine/b75aea22-501b-4308-a659-612b969cc7e7 HTTP/1.1" 200 1301 0.005189 10.0.0.22 - - [2025-11-10 02:19:59] "POST /neutron/port HTTP/1.1" 200 151 0.341871 10.0.0.22 - - [2025-11-10 02:20:00] "GET /virtual-machine/b75aea22-501b-4308-a659-612b969cc7e7 HTTP/1.1" 404 171 0.003759 10.0.0.22 - - [2025-11-10 02:20:00] "GET /virtual-machine/b75aea22-501b-4308-a659-612b969cc7e7 HTTP/1.1" 404 171 0.002983 10.0.0.22 - - [2025-11-10 02:20:00] "GET /virtual-machine/b75aea22-501b-4308-a659-612b969cc7e7 HTTP/1.1" 404 171 0.003648 10.0.0.22 - - [2025-11-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.027634 10.0.0.22 - - [2025-11-10 02:20:00] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004828 10.0.0.22 - - [2025-11-10 02:20:00] "GET /virtual-networks?parent_id=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003397 10.0.0.22 - - [2025-11-10 02:20:00] "GET /virtual-network/a6492da0-633f-4ddc-ad76-b3ebf3cae6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007777 10.0.0.22 - - [2025-11-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.22 - - [2025-11-10 02:20:00] "GET /routing-instance/bc0d5e36-2c9f-40e8-acdf-29655ec2441b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.010010 10.0.0.22 - - [2025-11-10 02:20:00] "GET /route-target/6bf24156-1813-4dbd-b113-7aa9803c4cfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005908 10.0.0.22 - - [2025-11-10 02:20:00] "GET /virtual-machine/b75aea22-501b-4308-a659-612b969cc7e7 HTTP/1.1" 404 171 0.003542 10.0.0.22 - - [2025-11-10 02:20:01] "GET /virtual-machine/b75aea22-501b-4308-a659-612b969cc7e7 HTTP/1.1" 404 171 0.004276 10.0.0.22 - - [2025-11-10 02:20:02] "GET /virtual-machine/b75aea22-501b-4308-a659-612b969cc7e7 HTTP/1.1" 404 171 0.003661 10.0.0.22 - - [2025-11-10 02:20:03] "GET /virtual-machine/b75aea22-501b-4308-a659-612b969cc7e7 HTTP/1.1" 404 171 0.003335 10.0.0.22 - - [2025-11-10 02:20:04] "GET /virtual-machine/b75aea22-501b-4308-a659-612b969cc7e7 HTTP/1.1" 404 171 0.003692 10.0.0.22 - - [2025-11-10 02:20:05] "GET /virtual-machine/b75aea22-501b-4308-a659-612b969cc7e7 HTTP/1.1" 404 171 0.003677 10.0.0.22 - - [2025-11-10 02:20:06] "GET /obj-perms HTTP/1.1" 200 5046 0.048304 10.0.0.22 - - [2025-11-10 02:20:12] "GET /obj-perms HTTP/1.1" 200 5046 0.005039 10.0.0.22 - - [2025-11-10 02:20:15] "GET /obj-perms HTTP/1.1" 200 5046 0.003921 10.0.0.22 - - [2025-11-10 02:20:21] "GET /obj-perms HTTP/1.1" 200 5046 0.003874 10.0.0.22 - - [2025-11-10 02:20:24] "GET /obj-perms HTTP/1.1" 200 5046 0.004563 10.0.0.22 - - [2025-11-10 02:20:27] "GET /obj-perms HTTP/1.1" 200 5046 0.003901 10.0.0.50 - - [2025-11-10 02:20:27] "GET /obj-perms HTTP/1.1" 200 5046 0.055564 10.0.0.22 - - [2025-11-10 02:20:28] "GET /virtual-machine/b221642c-470a-454d-83a8-a20d352d5cda HTTP/1.1" 200 1300 0.241881 10.0.0.22 - - [2025-11-10 02:20:28] "POST /neutron/port HTTP/1.1" 200 151 0.273035 10.0.0.22 - - [2025-11-10 02:20:30] "GET /virtual-machine/b221642c-470a-454d-83a8-a20d352d5cda HTTP/1.1" 404 171 0.003175 10.0.0.22 - - [2025-11-10 02:20:30] "GET /virtual-machine/b221642c-470a-454d-83a8-a20d352d5cda HTTP/1.1" 404 171 0.003602 10.0.0.22 - - [2025-11-10 02:20:30] "GET /virtual-machine/b221642c-470a-454d-83a8-a20d352d5cda HTTP/1.1" 404 171 0.003150 10.0.0.22 - - [2025-11-10 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.22 - - [2025-11-10 02:20:30] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004982 10.0.0.22 - - [2025-11-10 02:20:30] "GET /virtual-networks?parent_id=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003629 10.0.0.22 - - [2025-11-10 02:20:30] "GET /virtual-network/2cc83a49-481a-4f20-ac8e-5f283d7ea2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.008429 10.0.0.22 - - [2025-11-10 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.22 - - [2025-11-10 02:20:30] "GET /routing-instance/65a56c98-7a21-4974-ad29-1188e3cb96f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004195 10.0.0.22 - - [2025-11-10 02:20:30] "GET /route-target/6414fc2a-b41b-46a3-8ba6-88f42224fb57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003458 10.0.0.22 - - [2025-11-10 02:20:30] "GET /obj-perms HTTP/1.1" 200 5046 0.004192 10.0.0.50 - - [2025-11-10 02:20:33] "GET /obj-perms HTTP/1.1" 200 5046 0.004039 10.0.0.22 - - [2025-11-10 02:20:33] "GET /obj-perms HTTP/1.1" 200 5046 0.004750 10.0.0.22 - - [2025-11-10 02:20:33] "GET /virtual-network/e1a06554-4563-434d-8e00-fe1a98a48807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005546 10.0.0.22 - - [2025-11-10 02:20:34] "POST /neutron/network HTTP/1.1" 200 1309 0.012270 10.0.0.22 - - [2025-11-10 02:20:34] "GET /virtual-network/e1a06554-4563-434d-8e00-fe1a98a48807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.008964 10.0.0.22 - - [2025-11-10 02:20:34] "GET /virtual-network/af7e647c-5d59-4674-8977-01ffff6de6b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007868 10.0.0.50 - - [2025-11-10 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.039246 10.0.0.22 - - [2025-11-10 02:20:34] "POST /neutron/network HTTP/1.1" 200 1309 0.012879 10.0.0.22 - - [2025-11-10 02:20:34] "GET /virtual-network/af7e647c-5d59-4674-8977-01ffff6de6b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.030968 10.0.0.22 - - [2025-11-10 02:20:34] "GET /virtual-network/a6492da0-633f-4ddc-ad76-b3ebf3cae6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006156 10.0.0.22 - - [2025-11-10 02:20:34] "POST /neutron/network HTTP/1.1" 200 1309 0.012708 10.0.0.22 - - [2025-11-10 02:20:34] "GET /virtual-network/a6492da0-633f-4ddc-ad76-b3ebf3cae6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.004454 10.0.0.50 - - [2025-11-10 02:20:34] "DELETE /access-control-list/41882da4-22ee-4762-bc38-d8f3912e76c9 HTTP/1.1" 200 115 0.098046 10.0.0.22 - - [2025-11-10 02:20:35] "GET /virtual-network/2cc83a49-481a-4f20-ac8e-5f283d7ea2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006529 10.0.0.22 - - [2025-11-10 02:20:35] "POST /neutron/network HTTP/1.1" 200 1309 0.020441 10.0.0.22 - - [2025-11-10 02:20:35] "GET /virtual-network/2cc83a49-481a-4f20-ac8e-5f283d7ea2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005431 10.0.0.50 - - [2025-11-10 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.033324 10.0.0.22 - - [2025-11-10 02:20:35] "DELETE /network-policy/6834b642-af2e-48cf-9add-1409a2ea76d1 HTTP/1.1" 200 115 0.067393 10.0.0.22 - - [2025-11-10 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005160 10.0.0.23 - - [2025-11-10 02:20:35] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.039384 10.0.0.22 - - [2025-11-10 02:20:35] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.079320 10.0.0.22 - - [2025-11-10 02:20:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-24196850&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.005841 10.0.0.22 - - [2025-11-10 02:20:35] "DELETE /network-policy/f62765e2-e1f0-43e8-9be2-d815e9d968f9 HTTP/1.1" 200 115 0.067067 10.0.0.22 - - [2025-11-10 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.23 - - [2025-11-10 02:20:35] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001323 10.0.0.22 - - [2025-11-10 02:20:35] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057393 10.0.0.22 - - [2025-11-10 02:20:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-24196850&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005926 10.0.0.22 - - [2025-11-10 02:20:35] "DELETE /network-policy/bc0ef3fd-7a57-4dbc-9456-09d53b0af4a1 HTTP/1.1" 200 115 0.050322 10.0.0.22 - - [2025-11-10 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.23 - - [2025-11-10 02:20:35] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001516 10.0.0.22 - - [2025-11-10 02:20:36] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.064065 10.0.0.22 - - [2025-11-10 02:20:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-24196850&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.006045 10.0.0.22 - - [2025-11-10 02:20:36] "DELETE /network-policy/79c43a4d-101f-4955-8ec0-680910c49aa0 HTTP/1.1" 200 115 0.045136 10.0.0.22 - - [2025-11-10 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.23 - - [2025-11-10 02:20:36] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001311 10.0.0.22 - - [2025-11-10 02:20:36] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057518 10.0.0.22 - - [2025-11-10 02:20:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-24196850&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.007731 10.0.0.22 - - [2025-11-10 02:20:36] "DELETE /network-policy/b76a4bd8-4d62-4f60-81f0-7a31c30751fd HTTP/1.1" 200 115 0.053095 10.0.0.22 - - [2025-11-10 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.23 - - [2025-11-10 02:20:36] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.22 - - [2025-11-10 02:20:36] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058559 10.0.0.22 - - [2025-11-10 02:20:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-24196850&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.015927 10.0.0.22 - - [2025-11-10 02:20:36] "DELETE /network-policy/0594d552-ba3f-4b6d-8a1c-2824a9cb0de2 HTTP/1.1" 200 115 0.041426 10.0.0.22 - - [2025-11-10 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005337 10.0.0.23 - - [2025-11-10 02:20:36] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001004 10.0.0.22 - - [2025-11-10 02:20:36] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046697 10.0.0.22 - - [2025-11-10 02:20:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-24196850&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.006175 10.0.0.22 - - [2025-11-10 02:20:36] "DELETE /network-policy/83c057bd-e1ed-44c4-9171-9c7bec4c71f7 HTTP/1.1" 200 115 0.036755 10.0.0.22 - - [2025-11-10 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.23 - - [2025-11-10 02:20:36] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.22 - - [2025-11-10 02:20:37] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058149 10.0.0.22 - - [2025-11-10 02:20:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-24196850&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.006179 10.0.0.22 - - [2025-11-10 02:20:37] "DELETE /network-policy/ceac86e2-f411-4478-904c-7df210097e2c HTTP/1.1" 200 115 0.048037 10.0.0.22 - - [2025-11-10 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005350 10.0.0.23 - - [2025-11-10 02:20:37] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.22 - - [2025-11-10 02:20:37] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.041960 10.0.0.22 - - [2025-11-10 02:20:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-24196850&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005989 10.0.0.22 - - [2025-11-10 02:20:37] "POST /neutron/network HTTP/1.1" 200 1309 0.011637 10.0.0.50 - - [2025-11-10 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.23 - - [2025-11-10 02:20:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003126 10.0.0.23 - - [2025-11-10 02:20:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003120 10.0.0.23 - - [2025-11-10 02:20:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002854 10.0.0.23 - - [2025-11-10 02:20:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002492 10.0.0.23 - - [2025-11-10 02:20:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002285 10.0.0.23 - - [2025-11-10 02:20:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002283 10.0.0.22 - - [2025-11-10 02:20:38] "POST /neutron/network HTTP/1.1" 200 151 0.156686 10.0.0.50 - - [2025-11-10 02:20:38] "DELETE /route-target/6bf24156-1813-4dbd-b113-7aa9803c4cfe HTTP/1.1" 200 115 0.026429 10.0.0.22 - - [2025-11-10 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.22 - - [2025-11-10 02:20:39] "DELETE /network-ipam/018ad8e0-25a6-4e38-a6b6-3acefcfac90c HTTP/1.1" 200 115 0.034827 10.0.0.22 - - [2025-11-10 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 252 0.003070 10.0.0.23 - - [2025-11-10 02:20:39] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000820 10.0.0.23 - - [2025-11-10 02:20:39] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.043745 10.0.0.23 - - [2025-11-10 02:20:39] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.23 - - [2025-11-10 02:20:39] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?fields=security_groups HTTP/1.1" 200 1388 0.072149 10.0.0.23 - - [2025-11-10 02:20:39] "DELETE /security-group/8a196ba2-a43c-4dfd-b68c-616a8019d16c HTTP/1.1" 200 115 0.059115 10.0.0.23 - - [2025-11-10 02:20:39] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001276 10.0.0.50 - - [2025-11-10 02:20:39] "DELETE /access-control-list/c8948430-a127-48e8-ba2f-4d6bd2c5cb2c HTTP/1.1" 200 115 0.044497 10.0.0.23 - - [2025-11-10 02:20:39] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?fields=application_policy_sets HTTP/1.1" 200 1427 0.059520 10.0.0.22 - - [2025-11-10 02:20:39] "DELETE /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494 HTTP/1.1" 200 115 0.454907 10.0.0.23 - - [2025-11-10 02:20:39] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.22 - - [2025-11-10 02:20:39] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?fields=projects HTTP/1.1" 200 1439 0.013359 10.0.0.22 - - [2025-11-10 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.003235 10.0.0.23 - - [2025-11-10 02:20:45] "POST /id-to-fqname HTTP/1.1" 200 198 0.002731 10.0.0.23 - - [2025-11-10 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.009085 10.0.0.23 - - [2025-11-10 02:20:45] "POST /security-groups HTTP/1.1" 200 599 0.072879 10.0.0.23 - - [2025-11-10 02:20:45] "POST /projects HTTP/1.1" 200 601 0.309757 10.0.0.22 - - [2025-11-10 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.339843 10.0.0.50 - - [2025-11-10 02:20:45] "POST /access-control-lists HTTP/1.1" 200 604 0.029984 10.0.0.23 - - [2025-11-10 02:20:45] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001307 10.0.0.22 - - [2025-11-10 02:20:45] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049063 10.0.0.22 - - [2025-11-10 02:20:45] "POST /network-policys HTTP/1.1" 200 559 0.075430 10.0.0.22 - - [2025-11-10 02:20:45] "GET /network-policy/205ca368-6d48-4d6d-bb4f-786268b075cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.006618 10.0.0.22 - - [2025-11-10 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.23 - - [2025-11-10 02:20:45] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.22 - - [2025-11-10 02:20:45] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045871 10.0.0.22 - - [2025-11-10 02:20:45] "POST /neutron/network HTTP/1.1" 200 117 0.013504 10.0.0.50 - - [2025-11-10 02:20:45] "POST /route-targets HTTP/1.1" 200 327 0.013420 10.0.0.50 - - [2025-11-10 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.004746 10.0.0.23 - - [2025-11-10 02:20:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008816 10.0.0.22 - - [2025-11-10 02:20:46] "POST /neutron/subnet HTTP/1.1" 200 828 0.216439 10.0.0.22 - - [2025-11-10 02:20:46] "POST /id-to-fqname HTTP/1.1" 200 229 0.001383 10.0.0.22 - - [2025-11-10 02:20:46] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007005 10.0.0.22 - - [2025-11-10 02:20:46] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005060 10.0.0.22 - - [2025-11-10 02:20:46] "POST /neutron/network HTTP/1.1" 200 1007 0.010301 10.0.0.22 - - [2025-11-10 02:20:46] "POST /neutron/network HTTP/1.1" 200 1007 0.008630 10.0.0.50 - - [2025-11-10 02:20:46] "POST /access-control-lists HTTP/1.1" 200 599 0.051758 10.0.0.22 - - [2025-11-10 02:20:46] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008042 10.0.0.22 - - [2025-11-10 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.22 - - [2025-11-10 02:20:46] "GET /network-policy/205ca368-6d48-4d6d-bb4f-786268b075cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.004668 10.0.0.22 - - [2025-11-10 02:20:46] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005904 10.0.0.23 - - [2025-11-10 02:20:47] "GET /obj-perms HTTP/1.1" 200 5046 0.057517 10.0.0.22 - - [2025-11-10 02:20:47] "POST /id-to-fqname HTTP/1.1" 200 229 0.001421 10.0.0.22 - - [2025-11-10 02:20:47] "POST /neutron/network HTTP/1.1" 200 1116 0.006994 10.0.0.23 - - [2025-11-10 02:20:48] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001016 10.0.0.22 - - [2025-11-10 02:20:48] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.072854 10.0.0.22 - - [2025-11-10 02:20:48] "POST /neutron/port HTTP/1.1" 200 117 0.008018 10.0.0.22 - - [2025-11-10 02:20:48] "POST /id-to-fqname HTTP/1.1" 200 229 0.001289 10.0.0.22 - - [2025-11-10 02:20:48] "POST /neutron/network HTTP/1.1" 200 1116 0.008357 10.0.0.23 - - [2025-11-10 02:20:49] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001549 10.0.0.22 - - [2025-11-10 02:20:49] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.072075 10.0.0.22 - - [2025-11-10 02:20:49] "POST /neutron/port HTTP/1.1" 200 1174 0.039450 10.0.0.22 - - [2025-11-10 02:20:49] "POST /neutron/port HTTP/1.1" 200 1202 0.023650 10.0.0.22 - - [2025-11-10 02:20:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006565 10.0.0.22 - - [2025-11-10 02:20:49] "POST /neutron/port HTTP/1.1" 200 117 0.006354 10.0.0.22 - - [2025-11-10 02:20:49] "POST /neutron/port HTTP/1.1" 200 1202 0.015405 10.0.0.22 - - [2025-11-10 02:20:50] "POST /neutron/network HTTP/1.1" 200 1116 0.006866 10.0.0.22 - - [2025-11-10 02:20:50] "POST /neutron/port HTTP/1.1" 200 1174 0.041777 10.0.0.22 - - [2025-11-10 02:20:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004380 10.0.0.22 - - [2025-11-10 02:20:50] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.22 - - [2025-11-10 02:20:54] "POST /neutron/port HTTP/1.1" 200 1202 0.026295 10.0.0.22 - - [2025-11-10 02:20:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007689 10.0.0.22 - - [2025-11-10 02:20:55] "GET /virtual-machine/e776b770-ac41-4f76-b745-aa624d86c3eb HTTP/1.1" 200 1301 0.007848 10.0.0.22 - - [2025-11-10 02:20:55] "GET /virtual-machine-interface/1af7b8d2-bf06-4f30-8689-5d6c8a043644 HTTP/1.1" 200 3177 0.006965 10.0.0.22 - - [2025-11-10 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005309 10.0.0.22 - - [2025-11-10 02:20:55] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006015 10.0.0.22 - - [2025-11-10 02:20:55] "GET /virtual-networks?parent_id=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.005178 10.0.0.22 - - [2025-11-10 02:20:55] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005806 10.0.0.22 - - [2025-11-10 02:20:58] "POST /neutron/port HTTP/1.1" 200 1202 0.018811 10.0.0.22 - - [2025-11-10 02:20:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004144 10.0.0.22 - - [2025-11-10 02:20:58] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.22 - - [2025-11-10 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.22 - - [2025-11-10 02:20:58] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007069 10.0.0.22 - - [2025-11-10 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.22 - - [2025-11-10 02:21:02] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005788 10.0.0.22 - - [2025-11-10 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.22 - - [2025-11-10 02:21:06] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006678 10.0.0.22 - - [2025-11-10 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.22 - - [2025-11-10 02:21:10] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007564 10.0.0.22 - - [2025-11-10 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.22 - - [2025-11-10 02:21:14] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008069 10.0.0.22 - - [2025-11-10 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005225 10.0.0.22 - - [2025-11-10 02:21:18] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008897 10.0.0.23 - - [2025-11-10 02:21:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2025-11-10 02:21:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.23 - - [2025-11-10 02:21:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2025-11-10 02:21:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.50 - - [2025-11-10 02:21:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.50 - - [2025-11-10 02:21:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.50 - - [2025-11-10 02:21:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.50 - - [2025-11-10 02:21:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.22 - - [2025-11-10 02:21:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000537 10.0.0.22 - - [2025-11-10 02:21:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.22 - - [2025-11-10 02:21:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.22 - - [2025-11-10 02:21:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.22 - - [2025-11-10 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.22 - - [2025-11-10 02:21:22] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007013 10.0.0.23 - - [2025-11-10 02:21:24] "DELETE /project/b4e3e609866f45c9baa30c3a3dde7494 HTTP/1.1" 404 173 0.030257 10.0.0.22 - - [2025-11-10 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.22 - - [2025-11-10 02:21:27] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006278 10.0.0.22 - - [2025-11-10 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005098 10.0.0.22 - - [2025-11-10 02:21:29] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005631 10.0.0.22 - - [2025-11-10 02:21:29] "GET /virtual-networks?parent_id=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004505 10.0.0.22 - - [2025-11-10 02:21:29] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006742 10.0.0.22 - - [2025-11-10 02:21:29] "POST /neutron/port HTTP/1.1" 200 1202 0.020464 10.0.0.22 - - [2025-11-10 02:21:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009719 10.0.0.22 - - [2025-11-10 02:21:39] "POST /neutron/port HTTP/1.1" 200 1202 0.017127 10.0.0.22 - - [2025-11-10 02:21:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007456 10.0.0.22 - - [2025-11-10 02:21:50] "POST /neutron/port HTTP/1.1" 200 1202 0.017999 10.0.0.22 - - [2025-11-10 02:21:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008080 10.0.0.22 - - [2025-11-10 02:21:50] "GET /virtual-machine/07ece46e-c9a1-4d30-9e1c-866214aec7fe HTTP/1.1" 200 1299 0.005928 10.0.0.22 - - [2025-11-10 02:21:50] "GET /virtual-machine-interface/940aba86-caeb-4e2d-b76a-dd0ebd3e1d89 HTTP/1.1" 200 3179 0.005666 10.0.0.22 - - [2025-11-10 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.22 - - [2025-11-10 02:21:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004246 10.0.0.22 - - [2025-11-10 02:21:50] "GET /virtual-networks?parent_id=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003454 10.0.0.22 - - [2025-11-10 02:21:50] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006736 10.0.0.22 - - [2025-11-10 02:21:50] "POST /neutron/port HTTP/1.1" 200 1202 0.018688 10.0.0.22 - - [2025-11-10 02:21:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007519 10.0.0.22 - - [2025-11-10 02:21:50] "POST /neutron/port HTTP/1.1" 200 117 0.001259 10.0.0.22 - - [2025-11-10 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.22 - - [2025-11-10 02:21:51] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004256 10.0.0.22 - - [2025-11-10 02:21:51] "GET /virtual-networks?parent_id=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003466 10.0.0.22 - - [2025-11-10 02:21:51] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006223 10.0.0.22 - - [2025-11-10 02:21:51] "POST /neutron/port HTTP/1.1" 200 1202 0.021732 10.0.0.22 - - [2025-11-10 02:21:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008153 10.0.0.22 - - [2025-11-10 02:21:58] "POST /neutron/network HTTP/1.1" 200 1116 0.007853 10.0.0.22 - - [2025-11-10 02:21:58] "POST /neutron/subnet HTTP/1.1" 200 1381 0.012676 10.0.0.22 - - [2025-11-10 02:21:58] "POST /neutron/network HTTP/1.1" 200 1106 0.009126 10.0.0.22 - - [2025-11-10 02:22:16] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006240 10.0.0.22 - - [2025-11-10 02:22:16] "POST /neutron/network HTTP/1.1" 200 1007 0.024684 10.0.0.22 - - [2025-11-10 02:22:16] "GET /virtual-network/7c1ce02a-ee5a-49f2-94f3-d6629cb89103?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008455 10.0.0.22 - - [2025-11-10 02:22:16] "POST /neutron/port HTTP/1.1" 200 1202 0.015344 10.0.0.22 - - [2025-11-10 02:22:16] "POST /neutron/port HTTP/1.1" 200 1202 0.014731 10.0.0.22 - - [2025-11-10 02:22:18] "POST /neutron/network HTTP/1.1" 200 1007 0.011200 10.0.0.50 - - [2025-11-10 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.22 - - [2025-11-10 02:22:19] "DELETE /network-policy/205ca368-6d48-4d6d-bb4f-786268b075cf HTTP/1.1" 200 115 0.044891 10.0.0.23 - - [2025-11-10 02:22:21] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094 10.0.0.22 - - [2025-11-10 02:22:21] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.085461 10.0.0.23 - - [2025-11-10 02:22:21] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001066 10.0.0.22 - - [2025-11-10 02:22:21] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?fields=virtual_networks HTTP/1.1" 200 1049 0.041706 10.0.0.23 - - [2025-11-10 02:22:21] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001584 10.0.0.22 - - [2025-11-10 02:22:21] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.053020 10.0.0.23 - - [2025-11-10 02:22:21] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.22 - - [2025-11-10 02:22:21] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?fields=security_groups HTTP/1.1" 200 1283 0.047456 10.0.0.22 - - [2025-11-10 02:22:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.030550 10.0.0.23 - - [2025-11-10 02:22:22] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003335 10.0.0.23 - - [2025-11-10 02:22:22] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.23 - - [2025-11-10 02:22:22] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010113 10.0.0.23 - - [2025-11-10 02:22:23] "POST /id-to-fqname HTTP/1.1" 200 204 0.002558 10.0.0.23 - - [2025-11-10 02:22:23] "POST /fqname-to-id HTTP/1.1" 404 213 0.011039 10.0.0.23 - - [2025-11-10 02:22:23] "POST /security-groups HTTP/1.1" 200 605 0.037357 10.0.0.23 - - [2025-11-10 02:22:23] "POST /projects HTTP/1.1" 200 613 0.258184 10.0.0.50 - - [2025-11-10 02:22:23] "POST /access-control-lists HTTP/1.1" 200 610 0.029588 10.0.0.23 - - [2025-11-10 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.329404 10.0.0.22 - - [2025-11-10 02:22:23] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.484210 10.0.0.23 - - [2025-11-10 02:22:24] "DELETE /project/efe1446cbe724fc6a8e36354e56294b2 HTTP/1.1" 404 173 0.007286 10.0.0.23 - - [2025-11-10 02:22:24] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001168 10.0.0.22 - - [2025-11-10 02:22:24] "GET / HTTP/1.1" 200 35931 0.001879 10.0.0.23 - - [2025-11-10 02:22:24] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.048195 10.0.0.23 - - [2025-11-10 02:22:24] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001195 10.0.0.23 - - [2025-11-10 02:22:24] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?fields=security_groups HTTP/1.1" 200 1388 0.047171 10.0.0.23 - - [2025-11-10 02:22:24] "DELETE /security-group/585858d9-5747-4b99-9328-ae4ed99d4588 HTTP/1.1" 200 115 0.055068 10.0.0.23 - - [2025-11-10 02:22:24] "GET /projects?obj_uuids=b4e3e609-866f-45c9-baa3-0c3a3dde7494&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001386 10.0.0.50 - - [2025-11-10 02:22:24] "DELETE /access-control-list/617b7924-d118-4fc6-aeae-d154345cd51a HTTP/1.1" 200 115 0.066494 10.0.0.23 - - [2025-11-10 02:22:24] "GET /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494?fields=application_policy_sets HTTP/1.1" 200 1427 0.084826 10.0.0.23 - - [2025-11-10 02:22:24] "DELETE /project/b4e3e609-866f-45c9-baa3-0c3a3dde7494 HTTP/1.1" 200 115 0.480841 10.0.0.22 - - [2025-11-10 02:22:28] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000672 10.0.0.23 - - [2025-11-10 02:22:28] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001121 10.0.0.22 - - [2025-11-10 02:22:28] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.073250 10.0.0.22 - - [2025-11-10 02:22:28] "GET / HTTP/1.1" 200 35931 0.002564 10.0.0.22 - - [2025-11-10 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.23 - - [2025-11-10 02:22:29] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001379 10.0.0.22 - - [2025-11-10 02:22:29] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009548 10.0.0.22 - - [2025-11-10 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.23 - - [2025-11-10 02:22:29] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001121 10.0.0.22 - - [2025-11-10 02:22:29] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.049403 10.0.0.50 - - [2025-11-10 02:22:30] "GET /obj-perms HTTP/1.1" 200 5056 0.419740 10.0.0.22 - - [2025-11-10 02:22:30] "GET /domains HTTP/1.1" 401 292 0.000418 10.0.0.22 - - [2025-11-10 02:22:31] "GET /domains HTTP/1.1" 200 280 0.027873 10.0.0.23 - - [2025-11-10 02:22:31] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.22 - - [2025-11-10 02:22:31] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce HTTP/1.1" 200 2782 0.008845 10.0.0.23 - - [2025-11-10 02:22:31] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000977 10.0.0.22 - - [2025-11-10 02:22:31] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2 HTTP/1.1" 200 1937 0.083326 10.0.0.22 - - [2025-11-10 02:22:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003599 10.0.0.22 - - [2025-11-10 02:22:31] "POST /network-ipams HTTP/1.1" 200 627 0.033297 10.0.0.22 - - [2025-11-10 02:22:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003305 10.0.0.22 - - [2025-11-10 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.22 - - [2025-11-10 02:22:31] "GET /network-ipam/d0b93bf7-c636-4814-9f39-f624ac46879c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.006022 10.0.0.22 - - [2025-11-10 02:22:31] "PUT /network-ipam/d0b93bf7-c636-4814-9f39-f624ac46879c HTTP/1.1" 200 258 0.013844 10.0.0.22 - - [2025-11-10 02:22:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000500 10.0.0.22 - - [2025-11-10 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.028530 10.0.0.23 - - [2025-11-10 02:22:32] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001588 10.0.0.22 - - [2025-11-10 02:22:32] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.062867 10.0.0.23 - - [2025-11-10 02:22:32] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001376 10.0.0.22 - - [2025-11-10 02:22:32] "POST /neutron/network HTTP/1.1" 200 625 0.165642 10.0.0.50 - - [2025-11-10 02:22:32] "POST /ref-update HTTP/1.1" 200 156 0.031343 10.0.0.50 - - [2025-11-10 02:22:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.009218 10.0.0.22 - - [2025-11-10 02:22:33] "POST /neutron/network HTTP/1.1" 200 1142 0.018687 10.0.0.22 - - [2025-11-10 02:22:33] "POST /id-to-fqname HTTP/1.1" 200 237 0.002419 10.0.0.22 - - [2025-11-10 02:22:33] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.008996 10.0.0.22 - - [2025-11-10 02:22:33] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.006679 10.0.0.22 - - [2025-11-10 02:22:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.011469 10.0.0.22 - - [2025-11-10 02:22:33] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.005928 10.0.0.22 - - [2025-11-10 02:22:34] "GET /obj-perms HTTP/1.1" 200 5021 0.054830 10.0.0.23 - - [2025-11-10 02:22:34] "GET /obj-perms HTTP/1.1" 200 5021 0.060256 10.0.0.22 - - [2025-11-10 02:22:35] "POST /fqname-to-id HTTP/1.1" 404 231 0.003839 10.0.0.22 - - [2025-11-10 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.23 - - [2025-11-10 02:22:35] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001008 10.0.0.22 - - [2025-11-10 02:22:35] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.052972 10.0.0.22 - - [2025-11-10 02:22:35] "POST /network-policys HTTP/1.1" 200 565 0.036809 10.0.0.22 - - [2025-11-10 02:22:35] "GET /network-policy/0c8b1618-159f-4098-a1c8-0ce8ee4aa231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.007494 10.0.0.22 - - [2025-11-10 02:22:35] "POST /fqname-to-id HTTP/1.1" 404 231 0.003697 10.0.0.22 - - [2025-11-10 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.23 - - [2025-11-10 02:22:35] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001015 10.0.0.22 - - [2025-11-10 02:22:35] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.061263 10.0.0.22 - - [2025-11-10 02:22:35] "POST /network-policys HTTP/1.1" 200 565 0.037517 10.0.0.22 - - [2025-11-10 02:22:35] "GET /network-policy/f2bc217e-786e-4733-bce8-d35b9d847e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.008528 10.0.0.22 - - [2025-11-10 02:22:35] "POST /fqname-to-id HTTP/1.1" 404 231 0.010069 10.0.0.22 - - [2025-11-10 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.23 - - [2025-11-10 02:22:35] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001518 10.0.0.22 - - [2025-11-10 02:22:35] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.044230 10.0.0.22 - - [2025-11-10 02:22:36] "POST /network-policys HTTP/1.1" 200 565 0.044745 10.0.0.22 - - [2025-11-10 02:22:36] "GET /network-policy/eb52562c-9de9-440b-8a08-c71bc9e0d76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006053 10.0.0.22 - - [2025-11-10 02:22:36] "POST /neutron/network HTTP/1.1" 200 1340 0.083674 10.0.0.22 - - [2025-11-10 02:22:36] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.007439 10.0.0.22 - - [2025-11-10 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007338 10.0.0.22 - - [2025-11-10 02:22:36] "GET /network-policy/0c8b1618-159f-4098-a1c8-0ce8ee4aa231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.006871 10.0.0.22 - - [2025-11-10 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.22 - - [2025-11-10 02:22:36] "GET /network-policy/f2bc217e-786e-4733-bce8-d35b9d847e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004389 10.0.0.22 - - [2025-11-10 02:22:36] "POST /id-to-fqname HTTP/1.1" 200 237 0.001362 10.0.0.23 - - [2025-11-10 02:22:37] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001188 10.0.0.22 - - [2025-11-10 02:22:37] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.087018 10.0.0.22 - - [2025-11-10 02:22:37] "POST /neutron/network HTTP/1.1" 200 1340 0.033325 10.0.0.22 - - [2025-11-10 02:22:37] "POST /neutron/port HTTP/1.1" 200 117 0.009365 10.0.0.50 - - [2025-11-10 02:22:38] "PUT /access-control-list/cd3b958b-7d78-40f9-8e71-3ac9ec935a1c HTTP/1.1" 200 272 0.017501 10.0.0.22 - - [2025-11-10 02:22:38] "POST /neutron/port HTTP/1.1" 200 1181 0.021068 10.0.0.22 - - [2025-11-10 02:22:39] "POST /neutron/port HTTP/1.1" 200 1209 0.018769 10.0.0.22 - - [2025-11-10 02:22:39] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015632 10.0.0.22 - - [2025-11-10 02:22:39] "POST /neutron/network HTTP/1.1" 200 1340 0.009512 10.0.0.22 - - [2025-11-10 02:22:43] "POST /neutron/port HTTP/1.1" 200 1209 0.018030 10.0.0.22 - - [2025-11-10 02:22:43] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009134 10.0.0.22 - - [2025-11-10 02:22:43] "GET /virtual-machine/d695aa3d-2134-4694-9497-f6559c8af7ce HTTP/1.1" 401 292 0.000566 10.0.0.22 - - [2025-11-10 02:22:43] "GET /virtual-machine/d695aa3d-2134-4694-9497-f6559c8af7ce HTTP/1.1" 200 1307 0.031523 10.0.0.22 - - [2025-11-10 02:22:43] "GET /virtual-machine-interface/bf2e8bbb-b17c-4bf3-947c-be3f07889d24 HTTP/1.1" 200 3178 0.017437 10.0.0.22 - - [2025-11-10 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.22 - - [2025-11-10 02:22:43] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003767 10.0.0.22 - - [2025-11-10 02:22:43] "GET /virtual-networks?parent_id=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003294 10.0.0.22 - - [2025-11-10 02:22:43] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006617 10.0.0.22 - - [2025-11-10 02:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.22 - - [2025-11-10 02:22:46] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005562 10.0.0.22 - - [2025-11-10 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.22 - - [2025-11-10 02:22:50] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.008539 10.0.0.22 - - [2025-11-10 02:22:52] "POST /neutron/network HTTP/1.1" 200 1350 0.007334 10.0.0.22 - - [2025-11-10 02:22:52] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015811 10.0.0.22 - - [2025-11-10 02:22:52] "POST /neutron/network HTTP/1.1" 200 1340 0.011622 10.0.0.22 - - [2025-11-10 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.22 - - [2025-11-10 02:22:55] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.007181 10.0.0.22 - - [2025-11-10 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.22 - - [2025-11-10 02:22:59] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006621 10.0.0.22 - - [2025-11-10 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005678 10.0.0.22 - - [2025-11-10 02:23:03] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.007007 10.0.0.22 - - [2025-11-10 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.22 - - [2025-11-10 02:23:07] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005672 10.0.0.22 - - [2025-11-10 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.22 - - [2025-11-10 02:23:11] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005799 10.0.0.22 - - [2025-11-10 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.22 - - [2025-11-10 02:23:15] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005656 10.0.0.22 - - [2025-11-10 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.22 - - [2025-11-10 02:23:17] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007564 10.0.0.22 - - [2025-11-10 02:23:17] "GET /virtual-networks?parent_id=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003800 10.0.0.22 - - [2025-11-10 02:23:17] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006513 10.0.0.22 - - [2025-11-10 02:23:22] "POST /neutron/port HTTP/1.1" 200 1209 0.019274 10.0.0.22 - - [2025-11-10 02:23:24] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006995 10.0.0.22 - - [2025-11-10 02:23:33] "POST /neutron/port HTTP/1.1" 200 1209 0.023509 10.0.0.22 - - [2025-11-10 02:23:33] "POST /neutron/security_group HTTP/1.1" 200 2072 0.011738 10.0.0.22 - - [2025-11-10 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005519 10.0.0.22 - - [2025-11-10 02:23:33] "GET /network-policy/0c8b1618-159f-4098-a1c8-0ce8ee4aa231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.003868 10.0.0.22 - - [2025-11-10 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.22 - - [2025-11-10 02:23:33] "GET /network-policy/f2bc217e-786e-4733-bce8-d35b9d847e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004404 10.0.0.22 - - [2025-11-10 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.22 - - [2025-11-10 02:23:33] "GET /network-policy/eb52562c-9de9-440b-8a08-c71bc9e0d76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004586 10.0.0.22 - - [2025-11-10 02:23:34] "POST /neutron/network HTTP/1.1" 200 1432 0.027529 10.0.0.22 - - [2025-11-10 02:23:34] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3599 0.008270 10.0.0.22 - - [2025-11-10 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.22 - - [2025-11-10 02:23:34] "GET /network-policy/0c8b1618-159f-4098-a1c8-0ce8ee4aa231?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.007747 10.0.0.22 - - [2025-11-10 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.22 - - [2025-11-10 02:23:34] "GET /network-policy/eb52562c-9de9-440b-8a08-c71bc9e0d76c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004444 10.0.0.22 - - [2025-11-10 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.22 - - [2025-11-10 02:23:34] "GET /network-policy/f2bc217e-786e-4733-bce8-d35b9d847e5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004444 10.0.0.22 - - [2025-11-10 02:23:39] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3599 0.007939 10.0.0.50 - - [2025-11-10 02:23:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.013098 10.0.0.22 - - [2025-11-10 02:23:39] "POST /neutron/network HTTP/1.1" 200 1142 0.031763 10.0.0.22 - - [2025-11-10 02:23:39] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.006373 10.0.0.22 - - [2025-11-10 02:23:44] "GET /virtual-machine/d695aa3d-2134-4694-9497-f6559c8af7ce HTTP/1.1" 200 1307 0.005710 10.0.0.22 - - [2025-11-10 02:23:45] "POST /neutron/port HTTP/1.1" 200 151 0.240464 10.0.0.22 - - [2025-11-10 02:23:46] "GET /virtual-machine/d695aa3d-2134-4694-9497-f6559c8af7ce HTTP/1.1" 404 171 0.004364 10.0.0.22 - - [2025-11-10 02:23:46] "GET /virtual-machine/d695aa3d-2134-4694-9497-f6559c8af7ce HTTP/1.1" 404 171 0.003643 10.0.0.22 - - [2025-11-10 02:23:46] "GET /virtual-machine/d695aa3d-2134-4694-9497-f6559c8af7ce HTTP/1.1" 404 171 0.004061 10.0.0.22 - - [2025-11-10 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.22 - - [2025-11-10 02:23:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003720 10.0.0.22 - - [2025-11-10 02:23:46] "GET /virtual-networks?parent_id=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003304 10.0.0.22 - - [2025-11-10 02:23:46] "GET /virtual-network/709df275-a1a7-4f5e-9271-6300d973566b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.007418 10.0.0.22 - - [2025-11-10 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.22 - - [2025-11-10 02:23:46] "GET /routing-instance/428c2796-6f0a-4937-8884-fc2c87eaff41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.004660 10.0.0.22 - - [2025-11-10 02:23:47] "GET /route-target/f039d12e-2417-4cbb-b441-cf93622519d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005205 10.0.0.50 - - [2025-11-10 02:23:47] "GET /obj-perms HTTP/1.1" 200 5021 0.051663 10.0.0.22 - - [2025-11-10 02:23:50] "GET /obj-perms HTTP/1.1" 200 5021 0.003875 10.0.0.50 - - [2025-11-10 02:23:56] "GET /obj-perms HTTP/1.1" 200 5021 0.005356 10.0.0.22 - - [2025-11-10 02:23:59] "GET /obj-perms HTTP/1.1" 200 5021 0.009964 10.0.0.22 - - [2025-11-10 02:24:02] "GET /obj-perms HTTP/1.1" 200 5021 0.004663 10.0.0.50 - - [2025-11-10 02:24:02] "GET /obj-perms HTTP/1.1" 200 5021 0.005747 10.0.0.22 - - [2025-11-10 02:24:03] "DELETE /network-policy/eb52562c-9de9-440b-8a08-c71bc9e0d76c HTTP/1.1" 200 115 0.043682 10.0.0.22 - - [2025-11-10 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.23 - - [2025-11-10 02:24:03] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001101 10.0.0.22 - - [2025-11-10 02:24:03] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.046456 10.0.0.22 - - [2025-11-10 02:24:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-01302931&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005675 10.0.0.22 - - [2025-11-10 02:24:03] "DELETE /network-policy/f2bc217e-786e-4733-bce8-d35b9d847e5a HTTP/1.1" 200 115 0.038688 10.0.0.22 - - [2025-11-10 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.23 - - [2025-11-10 02:24:03] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001171 10.0.0.22 - - [2025-11-10 02:24:03] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.044653 10.0.0.22 - - [2025-11-10 02:24:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-01302931&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005873 10.0.0.22 - - [2025-11-10 02:24:03] "DELETE /network-policy/0c8b1618-159f-4098-a1c8-0ce8ee4aa231 HTTP/1.1" 200 115 0.042875 10.0.0.22 - - [2025-11-10 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.23 - - [2025-11-10 02:24:03] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001038 10.0.0.22 - - [2025-11-10 02:24:03] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.040645 10.0.0.22 - - [2025-11-10 02:24:03] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-01302931&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.012429 10.0.0.50 - - [2025-11-10 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006501 10.0.0.22 - - [2025-11-10 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.22 - - [2025-11-10 02:24:04] "DELETE /network-ipam/d0b93bf7-c636-4814-9f39-f624ac46879c HTTP/1.1" 200 115 0.051357 10.0.0.22 - - [2025-11-10 02:24:04] "POST /fqname-to-id HTTP/1.1" 404 264 0.005877 10.0.0.23 - - [2025-11-10 02:24:04] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000914 10.0.0.23 - - [2025-11-10 02:24:04] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.041287 10.0.0.23 - - [2025-11-10 02:24:04] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001091 10.0.0.23 - - [2025-11-10 02:24:04] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?fields=security_groups HTTP/1.1" 200 1406 0.038971 10.0.0.23 - - [2025-11-10 02:24:04] "DELETE /security-group/5db535f8-0863-419c-87ad-4eb67b2bf04a HTTP/1.1" 200 115 0.061217 10.0.0.23 - - [2025-11-10 02:24:04] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001340 10.0.0.23 - - [2025-11-10 02:24:04] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?fields=application_policy_sets HTTP/1.1" 200 1445 0.071822 10.0.0.50 - - [2025-11-10 02:24:04] "DELETE /access-control-list/64df0903-d63b-433d-9ccd-435fdc17955b HTTP/1.1" 200 115 0.065705 10.0.0.22 - - [2025-11-10 02:24:04] "DELETE /project/efe1446c-be72-4fc6-a8e3-6354e56294b2 HTTP/1.1" 200 115 0.444475 10.0.0.23 - - [2025-11-10 02:24:04] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.22 - - [2025-11-10 02:24:04] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?fields=projects HTTP/1.1" 200 1439 0.013272 10.0.0.23 - - [2025-11-10 02:24:07] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003732 10.0.0.23 - - [2025-11-10 02:24:07] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.23 - - [2025-11-10 02:24:07] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051181 10.0.0.23 - - [2025-11-10 02:24:07] "POST /id-to-fqname HTTP/1.1" 200 204 0.002481 10.0.0.23 - - [2025-11-10 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 213 0.003943 10.0.0.23 - - [2025-11-10 02:24:07] "POST /security-groups HTTP/1.1" 200 605 0.081958 10.0.0.23 - - [2025-11-10 02:24:07] "POST /projects HTTP/1.1" 200 613 0.324700 10.0.0.50 - - [2025-11-10 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 247 0.006471 10.0.0.23 - - [2025-11-10 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.396289 10.0.0.22 - - [2025-11-10 02:24:07] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.553920 10.0.0.23 - - [2025-11-10 02:24:07] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001243 10.0.0.22 - - [2025-11-10 02:24:07] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?fields=virtual_networks HTTP/1.1" 200 1061 0.055743 10.0.0.23 - - [2025-11-10 02:24:08] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001702 10.0.0.22 - - [2025-11-10 02:24:08] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.042241 10.0.0.23 - - [2025-11-10 02:24:08] "GET /projects?obj_uuids=efe1446c-be72-4fc6-a8e3-6354e56294b2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001105 10.0.0.22 - - [2025-11-10 02:24:08] "GET /project/efe1446c-be72-4fc6-a8e3-6354e56294b2?fields=security_groups HTTP/1.1" 200 1301 0.033559 10.0.0.22 - - [2025-11-10 02:24:08] "POST /fqname-to-id HTTP/1.1" 404 204 0.025700 10.0.0.23 - - [2025-11-10 02:24:09] "GET /projects?obj_uuids=c4f39557-746b-4bc5-865d-bc72d9ef2da7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003568 10.0.0.23 - - [2025-11-10 02:24:09] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.23 - - [2025-11-10 02:24:09] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007015 10.0.0.23 - - [2025-11-10 02:24:09] "POST /id-to-fqname HTTP/1.1" 200 206 0.001204 10.0.0.23 - - [2025-11-10 02:24:09] "POST /fqname-to-id HTTP/1.1" 404 215 0.014567 10.0.0.23 - - [2025-11-10 02:24:09] "POST /security-groups HTTP/1.1" 200 607 0.081819 10.0.0.23 - - [2025-11-10 02:24:09] "POST /projects HTTP/1.1" 200 617 0.309755 10.0.0.50 - - [2025-11-10 02:24:09] "POST /access-control-lists HTTP/1.1" 200 612 0.047901 10.0.0.23 - - [2025-11-10 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.397169 10.0.0.22 - - [2025-11-10 02:24:09] "GET /project/c4f39557-746b-4bc5-865d-bc72d9ef2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.539739 10.0.0.22 - - [2025-11-10 02:24:10] "GET / HTTP/1.1" 200 35931 0.001386 10.0.0.50 - - [2025-11-10 02:24:10] "DELETE /access-control-list/d5f99d6d-da7b-43c3-b1ab-325e267e32ce HTTP/1.1" 200 115 0.053965 10.0.0.22 - - [2025-11-10 02:24:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000609 10.0.0.22 - - [2025-11-10 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 233 0.034759 10.0.0.22 - - [2025-11-10 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.23 - - [2025-11-10 02:24:14] "GET /projects?obj_uuids=c4f39557-746b-4bc5-865d-bc72d9ef2da7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001736 10.0.0.22 - - [2025-11-10 02:24:14] "GET /project/c4f39557-746b-4bc5-865d-bc72d9ef2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.045731 10.0.0.22 - - [2025-11-10 02:24:14] "POST /network-policys HTTP/1.1" 200 567 0.075440 10.0.0.22 - - [2025-11-10 02:24:14] "GET /network-policy/b1b20d28-5cd7-4408-aa44-184f73ccf95e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.006012 10.0.0.22 - - [2025-11-10 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.23 - - [2025-11-10 02:24:14] "GET /projects?obj_uuids=c4f39557-746b-4bc5-865d-bc72d9ef2da7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001401 10.0.0.22 - - [2025-11-10 02:24:14] "GET /project/c4f39557-746b-4bc5-865d-bc72d9ef2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.056459 10.0.0.22 - - [2025-11-10 02:24:14] "POST /neutron/network HTTP/1.1" 200 117 0.040266 10.0.0.50 - - [2025-11-10 02:24:14] "POST /ref-update HTTP/1.1" 200 156 0.029127 10.0.0.23 - - [2025-11-10 02:24:15] "POST /useragent-kv HTTP/1.1" 200 115 0.008310 10.0.0.22 - - [2025-11-10 02:24:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.223010 10.0.0.22 - - [2025-11-10 02:24:15] "POST /id-to-fqname HTTP/1.1" 200 237 0.001397 10.0.0.22 - - [2025-11-10 02:24:15] "GET /virtual-network/205850b5-a5f5-4c88-bade-bcab1a43046f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.005741 10.0.0.22 - - [2025-11-10 02:24:15] "GET /virtual-network/205850b5-a5f5-4c88-bade-bcab1a43046f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.005750 10.0.0.22 - - [2025-11-10 02:24:15] "POST /neutron/network HTTP/1.1" 200 1016 0.009161 10.0.0.22 - - [2025-11-10 02:24:15] "POST /neutron/network HTTP/1.1" 200 1016 0.010219 10.0.0.22 - - [2025-11-10 02:24:15] "GET /virtual-network/205850b5-a5f5-4c88-bade-bcab1a43046f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.007704 10.0.0.22 - - [2025-11-10 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.22 - - [2025-11-10 02:24:15] "GET /network-policy/b1b20d28-5cd7-4408-aa44-184f73ccf95e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.006950 10.0.0.22 - - [2025-11-10 02:24:16] "GET /virtual-network/205850b5-a5f5-4c88-bade-bcab1a43046f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.008148 10.0.0.22 - - [2025-11-10 02:24:17] "DELETE /network-policy/b1b20d28-5cd7-4408-aa44-184f73ccf95e HTTP/1.1" 409 238 0.009380 10.0.0.22 - - [2025-11-10 02:24:17] "POST /neutron/network HTTP/1.1" 200 1123 0.010142 10.0.0.50 - - [2025-11-10 02:24:18] "DELETE /access-control-list/45bbe757-9513-4f69-863b-8f7e85d3df13 HTTP/1.1" 200 115 0.054165 10.0.0.22 - - [2025-11-10 02:24:18] "DELETE /network-policy/b1b20d28-5cd7-4408-aa44-184f73ccf95e HTTP/1.1" 200 115 0.035227 10.0.0.22 - - [2025-11-10 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.23 - - [2025-11-10 02:24:18] "GET /projects?obj_uuids=c4f39557-746b-4bc5-865d-bc72d9ef2da7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001366 10.0.0.22 - - [2025-11-10 02:24:18] "GET /project/c4f39557-746b-4bc5-865d-bc72d9ef2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.044859 10.0.0.22 - - [2025-11-10 02:24:18] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-42490064&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006228 10.0.0.23 - - [2025-11-10 02:24:21] "GET /projects?obj_uuids=c4f39557-746b-4bc5-865d-bc72d9ef2da7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002105 10.0.0.22 - - [2025-11-10 02:24:21] "GET /project/c4f39557-746b-4bc5-865d-bc72d9ef2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.058949 10.0.0.23 - - [2025-11-10 02:24:21] "GET /projects?obj_uuids=c4f39557-746b-4bc5-865d-bc72d9ef2da7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001786 10.0.0.22 - - [2025-11-10 02:24:21] "GET /project/c4f39557-746b-4bc5-865d-bc72d9ef2da7?fields=virtual_networks HTTP/1.1" 200 1064 0.065265 10.0.0.23 - - [2025-11-10 02:24:21] "GET /projects?obj_uuids=c4f39557-746b-4bc5-865d-bc72d9ef2da7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001214 10.0.0.22 - - [2025-11-10 02:24:21] "GET /project/c4f39557-746b-4bc5-865d-bc72d9ef2da7?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.050837 10.0.0.23 - - [2025-11-10 02:24:21] "GET /projects?obj_uuids=c4f39557-746b-4bc5-865d-bc72d9ef2da7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001815 10.0.0.22 - - [2025-11-10 02:24:21] "GET /project/c4f39557-746b-4bc5-865d-bc72d9ef2da7?fields=security_groups HTTP/1.1" 200 1306 0.078395 10.0.0.22 - - [2025-11-10 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 188 0.029488 10.0.0.23 - - [2025-11-10 02:24:22] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004277 10.0.0.23 - - [2025-11-10 02:24:22] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001383 10.0.0.23 - - [2025-11-10 02:24:22] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010062 10.0.0.23 - - [2025-11-10 02:24:22] "POST /id-to-fqname HTTP/1.1" 200 190 0.003674 10.0.0.23 - - [2025-11-10 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.009352 10.0.0.23 - - [2025-11-10 02:24:22] "POST /security-groups HTTP/1.1" 200 591 0.077948 10.0.0.50 - - [2025-11-10 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.004730 10.0.0.23 - - [2025-11-10 02:24:22] "POST /projects HTTP/1.1" 200 585 0.326558 10.0.0.23 - - [2025-11-10 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.398414 10.0.0.50 - - [2025-11-10 02:24:22] "POST /access-control-lists HTTP/1.1" 200 594 0.032976 10.0.0.22 - - [2025-11-10 02:24:22] "GET /project/aea3f61f-9944-4a77-94ff-94d787fbb17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.560574 10.0.0.22 - - [2025-11-10 02:24:24] "GET / HTTP/1.1" 200 35931 0.002214 10.0.0.23 - - [2025-11-10 02:24:25] "DELETE /project/c4f39557746b4bc5865dbc72d9ef2da7 HTTP/1.1" 404 173 0.006633 10.0.0.23 - - [2025-11-10 02:24:25] "DELETE /project/efe1446cbe724fc6a8e36354e56294b2 HTTP/1.1" 404 173 0.012367 10.0.0.23 - - [2025-11-10 02:24:25] "DELETE /project/aea3f61f99444a7794ff94d787fbb17b HTTP/1.1" 404 173 0.008999 10.0.0.23 - - [2025-11-10 02:24:25] "DELETE /project/efe1446c-be72-4fc6-a8e3-6354e56294b2 HTTP/1.1" 404 177 0.006246 10.0.0.23 - - [2025-11-10 02:24:25] "GET /projects?obj_uuids=c4f39557-746b-4bc5-865d-bc72d9ef2da7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000895 10.0.0.23 - - [2025-11-10 02:24:25] "GET /project/c4f39557-746b-4bc5-865d-bc72d9ef2da7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.044323 10.0.0.23 - - [2025-11-10 02:24:25] "GET /projects?obj_uuids=c4f39557-746b-4bc5-865d-bc72d9ef2da7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001378 10.0.0.23 - - [2025-11-10 02:24:25] "GET /project/c4f39557-746b-4bc5-865d-bc72d9ef2da7?fields=security_groups HTTP/1.1" 200 1411 0.070448 10.0.0.23 - - [2025-11-10 02:24:25] "DELETE /security-group/96b9b2eb-374a-479d-aee1-988c985b48e9 HTTP/1.1" 200 115 0.060890 10.0.0.23 - - [2025-11-10 02:24:25] "GET /projects?obj_uuids=c4f39557-746b-4bc5-865d-bc72d9ef2da7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001900 10.0.0.23 - - [2025-11-10 02:24:25] "GET /project/c4f39557-746b-4bc5-865d-bc72d9ef2da7?fields=application_policy_sets HTTP/1.1" 200 1450 0.058607 10.0.0.23 - - [2025-11-10 02:24:25] "DELETE /project/c4f39557-746b-4bc5-865d-bc72d9ef2da7 HTTP/1.1" 200 115 0.485388 10.0.0.22 - - [2025-11-10 02:24:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000491 10.0.0.22 - - [2025-11-10 02:24:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.030768 10.0.0.22 - - [2025-11-10 02:24:26] "POST /network-ipams HTTP/1.1" 200 513 0.027228 10.0.0.22 - - [2025-11-10 02:24:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003464 10.0.0.22 - - [2025-11-10 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.22 - - [2025-11-10 02:24:26] "GET /network-ipam/723ea74c-70da-4156-abda-18ba8f333ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007722 10.0.0.22 - - [2025-11-10 02:24:26] "PUT /network-ipam/723ea74c-70da-4156-abda-18ba8f333ac9 HTTP/1.1" 200 258 0.030792 10.0.0.22 - - [2025-11-10 02:24:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.004399 10.0.0.22 - - [2025-11-10 02:24:26] "POST /network-ipams HTTP/1.1" 200 513 0.031860 10.0.0.22 - - [2025-11-10 02:24:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003932 10.0.0.22 - - [2025-11-10 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.22 - - [2025-11-10 02:24:26] "GET /network-ipam/d5e22d69-53c9-416d-82aa-0afdb68dcb9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007118 10.0.0.22 - - [2025-11-10 02:24:26] "PUT /network-ipam/d5e22d69-53c9-416d-82aa-0afdb68dcb9f HTTP/1.1" 200 258 0.016865 10.0.0.22 - - [2025-11-10 02:24:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003295 10.0.0.22 - - [2025-11-10 02:24:26] "POST /network-ipams HTTP/1.1" 200 513 0.032488 10.0.0.22 - - [2025-11-10 02:24:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.005007 10.0.0.22 - - [2025-11-10 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112 10.0.0.22 - - [2025-11-10 02:24:27] "GET /network-ipam/4366f2b1-b52f-4800-b084-680e28bdfa74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007107 10.0.0.22 - - [2025-11-10 02:24:27] "PUT /network-ipam/4366f2b1-b52f-4800-b084-680e28bdfa74 HTTP/1.1" 200 258 0.019220 10.0.0.22 - - [2025-11-10 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.23 - - [2025-11-10 02:24:27] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.22 - - [2025-11-10 02:24:27] "GET /project/aea3f61f-9944-4a77-94ff-94d787fbb17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.039098 10.0.0.23 - - [2025-11-10 02:24:28] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001427 10.0.0.22 - - [2025-11-10 02:24:28] "POST /neutron/network HTTP/1.1" 200 607 0.177758 10.0.0.50 - - [2025-11-10 02:24:28] "POST /route-targets HTTP/1.1" 200 327 0.021371 10.0.0.22 - - [2025-11-10 02:24:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.003596 10.0.0.22 - - [2025-11-10 02:24:28] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005862 10.0.0.22 - - [2025-11-10 02:24:28] "POST /neutron/network HTTP/1.1" 200 822 0.008485 10.0.0.22 - - [2025-11-10 02:24:28] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006134 10.0.0.22 - - [2025-11-10 02:24:28] "POST /neutron/network HTTP/1.1" 200 822 0.007455 10.0.0.22 - - [2025-11-10 02:24:28] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005822 10.0.0.22 - - [2025-11-10 02:24:28] "GET /network-ipam/723ea74c-70da-4156-abda-18ba8f333ac9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.004106 10.0.0.22 - - [2025-11-10 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.23 - - [2025-11-10 02:24:28] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001354 10.0.0.22 - - [2025-11-10 02:24:28] "GET /project/aea3f61f-9944-4a77-94ff-94d787fbb17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.045954 10.0.0.50 - - [2025-11-10 02:24:29] "POST /ref-update HTTP/1.1" 200 156 0.034775 10.0.0.23 - - [2025-11-10 02:24:29] "POST /useragent-kv HTTP/1.1" 200 115 0.010238 10.0.0.22 - - [2025-11-10 02:24:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.296458 10.0.0.22 - - [2025-11-10 02:24:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001330 10.0.0.22 - - [2025-11-10 02:24:29] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006461 10.0.0.22 - - [2025-11-10 02:24:29] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005360 10.0.0.22 - - [2025-11-10 02:24:29] "POST /neutron/network HTTP/1.1" 200 822 0.007637 10.0.0.22 - - [2025-11-10 02:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.23 - - [2025-11-10 02:24:29] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001305 10.0.0.22 - - [2025-11-10 02:24:29] "GET /project/aea3f61f-9944-4a77-94ff-94d787fbb17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.144417 10.0.0.23 - - [2025-11-10 02:24:29] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001518 10.0.0.22 - - [2025-11-10 02:24:29] "POST /neutron/network HTTP/1.1" 200 607 0.154084 10.0.0.22 - - [2025-11-10 02:24:30] "POST /id-to-fqname HTTP/1.1" 200 221 0.004330 10.0.0.22 - - [2025-11-10 02:24:30] "GET /virtual-network/760bcdb1-a6f3-404b-ba3a-bbd66e0676a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007376 10.0.0.22 - - [2025-11-10 02:24:30] "POST /neutron/network HTTP/1.1" 200 824 0.010328 10.0.0.22 - - [2025-11-10 02:24:30] "GET /virtual-network/760bcdb1-a6f3-404b-ba3a-bbd66e0676a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007335 10.0.0.22 - - [2025-11-10 02:24:30] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006017 10.0.0.23 - - [2025-11-10 02:24:32] "GET /obj-perms HTTP/1.1" 200 5056 0.375340 10.0.0.22 - - [2025-11-10 02:24:32] "GET /obj-perms HTTP/1.1" 200 5056 0.082769 10.0.0.22 - - [2025-11-10 02:24:32] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005972 10.0.0.50 - - [2025-11-10 02:24:33] "GET /obj-perms HTTP/1.1" 200 5030 0.060670 10.0.0.22 - - [2025-11-10 02:24:33] "GET /virtual-network/760bcdb1-a6f3-404b-ba3a-bbd66e0676a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005752 10.0.0.23 - - [2025-11-10 02:24:33] "GET /obj-perms HTTP/1.1" 200 5030 0.051874 10.0.0.22 - - [2025-11-10 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 215 0.004322 10.0.0.22 - - [2025-11-10 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.23 - - [2025-11-10 02:24:34] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001452 10.0.0.22 - - [2025-11-10 02:24:34] "GET /project/aea3f61f-9944-4a77-94ff-94d787fbb17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.048232 10.0.0.22 - - [2025-11-10 02:24:34] "POST /network-policys HTTP/1.1" 200 553 0.033694 10.0.0.22 - - [2025-11-10 02:24:34] "GET /network-policy/cc4e46f8-8df2-4cc1-9435-d87338a7ed22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006170 10.0.0.22 - - [2025-11-10 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 215 0.002724 10.0.0.22 - - [2025-11-10 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.23 - - [2025-11-10 02:24:34] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.22 - - [2025-11-10 02:24:34] "GET /project/aea3f61f-9944-4a77-94ff-94d787fbb17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.063174 10.0.0.22 - - [2025-11-10 02:24:34] "POST /network-policys HTTP/1.1" 200 553 0.030652 10.0.0.22 - - [2025-11-10 02:24:34] "GET /network-policy/c1461e8b-bfe6-4506-a2e8-1c45ced5f744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006275 10.0.0.22 - - [2025-11-10 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 215 0.003343 10.0.0.22 - - [2025-11-10 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.23 - - [2025-11-10 02:24:34] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001084 10.0.0.22 - - [2025-11-10 02:24:34] "GET /project/aea3f61f-9944-4a77-94ff-94d787fbb17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.054695 10.0.0.22 - - [2025-11-10 02:24:34] "POST /network-policys HTTP/1.1" 200 553 0.039433 10.0.0.22 - - [2025-11-10 02:24:34] "GET /network-policy/b1f4f870-8ee4-4994-be5f-20cd7f73e1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006013 10.0.0.22 - - [2025-11-10 02:24:35] "POST /ref-update HTTP/1.1" 200 156 0.072390 10.0.0.22 - - [2025-11-10 02:24:35] "POST /ref-update HTTP/1.1" 200 156 0.069485 10.0.0.50 - - [2025-11-10 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.003370 10.0.0.22 - - [2025-11-10 02:24:35] "POST /neutron/network HTTP/1.1" 200 822 0.006935 10.0.0.22 - - [2025-11-10 02:24:35] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.010345 10.0.0.22 - - [2025-11-10 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.50 - - [2025-11-10 02:24:35] "POST /access-control-lists HTTP/1.1" 200 591 0.094192 10.0.0.22 - - [2025-11-10 02:24:35] "GET /network-policy/c1461e8b-bfe6-4506-a2e8-1c45ced5f744?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.007113 10.0.0.22 - - [2025-11-10 02:24:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001951 10.0.0.22 - - [2025-11-10 02:24:36] "POST /neutron/network HTTP/1.1" 200 1003 0.011507 10.0.0.23 - - [2025-11-10 02:24:36] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.22 - - [2025-11-10 02:24:36] "GET /project/aea3f61f-9944-4a77-94ff-94d787fbb17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.058824 10.0.0.22 - - [2025-11-10 02:24:37] "POST /neutron/port HTTP/1.1" 200 117 0.007647 10.0.0.22 - - [2025-11-10 02:24:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.001333 10.0.0.22 - - [2025-11-10 02:24:37] "POST /neutron/network HTTP/1.1" 200 1003 0.008073 10.0.0.22 - - [2025-11-10 02:24:38] "POST /neutron/port HTTP/1.1" 200 1058 0.018792 10.0.0.23 - - [2025-11-10 02:24:38] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.22 - - [2025-11-10 02:24:38] "GET /project/aea3f61f-9944-4a77-94ff-94d787fbb17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.087613 10.0.0.22 - - [2025-11-10 02:24:38] "POST /neutron/port HTTP/1.1" 200 1086 0.019568 10.0.0.22 - - [2025-11-10 02:24:38] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.22 - - [2025-11-10 02:24:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009872 10.0.0.22 - - [2025-11-10 02:24:38] "POST /id-to-fqname HTTP/1.1" 200 221 0.001640 10.0.0.22 - - [2025-11-10 02:24:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011742 10.0.0.23 - - [2025-11-10 02:24:39] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001405 10.0.0.50 - - [2025-11-10 02:24:39] "PUT /access-control-list/9bd99c72-1c01-4b33-8e10-570dd589fb9f HTTP/1.1" 200 272 0.074001 10.0.0.22 - - [2025-11-10 02:24:39] "POST /neutron/port HTTP/1.1" 200 1058 0.338961 10.0.0.22 - - [2025-11-10 02:24:39] "POST /neutron/port HTTP/1.1" 200 1112 0.104331 10.0.0.22 - - [2025-11-10 02:24:39] "POST /neutron/subnet HTTP/1.1" 200 689 0.010909 10.0.0.23 - - [2025-11-10 02:24:39] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001452 10.0.0.22 - - [2025-11-10 02:24:39] "GET /project/aea3f61f-9944-4a77-94ff-94d787fbb17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.076025 10.0.0.22 - - [2025-11-10 02:24:39] "POST /neutron/network HTTP/1.1" 200 824 0.008449 10.0.0.22 - - [2025-11-10 02:24:40] "POST /neutron/port HTTP/1.1" 200 117 0.007961 10.0.0.22 - - [2025-11-10 02:24:40] "POST /neutron/port HTTP/1.1" 200 1086 0.017389 10.0.0.22 - - [2025-11-10 02:24:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008630 10.0.0.22 - - [2025-11-10 02:24:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009822 10.0.0.22 - - [2025-11-10 02:24:40] "GET /virtual-machine/7531fbd8-dbad-4b0e-adf8-2721fed773bf HTTP/1.1" 401 292 0.000456 10.0.0.22 - - [2025-11-10 02:24:41] "POST /neutron/port HTTP/1.1" 200 1060 0.016325 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-machine/7531fbd8-dbad-4b0e-adf8-2721fed773bf HTTP/1.1" 200 1292 0.036974 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-machine/7531fbd8-dbad-4b0e-adf8-2721fed773bf HTTP/1.1" 200 1292 0.022160 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-machine-interface/e72e96df-c69f-4ca1-99b9-cbf4be50470d HTTP/1.1" 200 2945 0.007182 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-machine/7531fbd8-dbad-4b0e-adf8-2721fed773bf HTTP/1.1" 200 1292 0.004936 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-machine-interface/e72e96df-c69f-4ca1-99b9-cbf4be50470d HTTP/1.1" 200 2945 0.008320 10.0.0.22 - - [2025-11-10 02:24:41] "GET /instance-ip/092e7eb3-6c07-4be4-a170-0a3f7b8c866c HTTP/1.1" 200 1618 0.011758 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-machine/7531fbd8-dbad-4b0e-adf8-2721fed773bf HTTP/1.1" 200 1292 0.004553 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-machine-interface/e72e96df-c69f-4ca1-99b9-cbf4be50470d HTTP/1.1" 200 2945 0.006912 10.0.0.22 - - [2025-11-10 02:24:41] "GET /instance-ip/092e7eb3-6c07-4be4-a170-0a3f7b8c866c HTTP/1.1" 200 1618 0.003937 10.0.0.22 - - [2025-11-10 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.22 - - [2025-11-10 02:24:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003635 10.0.0.22 - - [2025-11-10 02:24:41] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003688 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003051 10.0.0.22 - - [2025-11-10 02:24:41] "POST /neutron/network HTTP/1.1" 200 824 0.009257 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.004716 10.0.0.22 - - [2025-11-10 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967 10.0.0.22 - - [2025-11-10 02:24:41] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004318 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003141 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006101 10.0.0.22 - - [2025-11-10 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.22 - - [2025-11-10 02:24:41] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004055 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004337 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005745 10.0.0.22 - - [2025-11-10 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.22 - - [2025-11-10 02:24:41] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004594 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003960 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005679 10.0.0.22 - - [2025-11-10 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.22 - - [2025-11-10 02:24:41] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005165 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003682 10.0.0.22 - - [2025-11-10 02:24:41] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007210 10.0.0.22 - - [2025-11-10 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.22 - - [2025-11-10 02:24:45] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006630 10.0.0.22 - - [2025-11-10 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.22 - - [2025-11-10 02:24:49] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006231 10.0.0.22 - - [2025-11-10 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.22 - - [2025-11-10 02:24:53] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005879 10.0.0.22 - - [2025-11-10 02:24:54] "POST /neutron/network HTTP/1.1" 200 1003 0.028368 10.0.0.22 - - [2025-11-10 02:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.001575 10.0.0.22 - - [2025-11-10 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004849 10.0.0.22 - - [2025-11-10 02:24:57] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.009213 10.0.0.22 - - [2025-11-10 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.22 - - [2025-11-10 02:25:01] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006328 10.0.0.22 - - [2025-11-10 02:25:03] "POST /neutron/port HTTP/1.1" 200 1086 0.039448 10.0.0.22 - - [2025-11-10 02:25:03] "POST /neutron/subnet HTTP/1.1" 200 689 0.010917 10.0.0.22 - - [2025-11-10 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004913 10.0.0.22 - - [2025-11-10 02:25:05] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007953 10.0.0.22 - - [2025-11-10 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005042 10.0.0.22 - - [2025-11-10 02:25:09] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007626 10.0.0.22 - - [2025-11-10 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004898 10.0.0.22 - - [2025-11-10 02:25:13] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007065 10.0.0.22 - - [2025-11-10 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.22 - - [2025-11-10 02:25:17] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005891 10.0.0.22 - - [2025-11-10 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.22 - - [2025-11-10 02:25:21] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005671 10.0.0.22 - - [2025-11-10 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.22 - - [2025-11-10 02:25:24] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004435 10.0.0.22 - - [2025-11-10 02:25:24] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003628 10.0.0.22 - - [2025-11-10 02:25:24] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005486 10.0.0.22 - - [2025-11-10 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.22 - - [2025-11-10 02:25:24] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003523 10.0.0.22 - - [2025-11-10 02:25:24] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003244 10.0.0.22 - - [2025-11-10 02:25:24] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006412 10.0.0.22 - - [2025-11-10 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.22 - - [2025-11-10 02:25:24] "GET /routing-instance/79cea3fc-eb5a-4a64-835c-38f256b45e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.005277 10.0.0.22 - - [2025-11-10 02:25:24] "GET /route-target/368c3e4e-b67a-42a5-bdcc-0ba3ea4df0d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004059 10.0.0.22 - - [2025-11-10 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.22 - - [2025-11-10 02:25:24] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004824 10.0.0.22 - - [2025-11-10 02:25:24] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003735 10.0.0.22 - - [2025-11-10 02:25:24] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006045 10.0.0.22 - - [2025-11-10 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.22 - - [2025-11-10 02:25:24] "GET /routing-instance/79cea3fc-eb5a-4a64-835c-38f256b45e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.004715 10.0.0.22 - - [2025-11-10 02:25:24] "GET /route-target/368c3e4e-b67a-42a5-bdcc-0ba3ea4df0d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003917 10.0.0.22 - - [2025-11-10 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.013348 10.0.0.22 - - [2025-11-10 02:25:24] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004565 10.0.0.22 - - [2025-11-10 02:25:24] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004664 10.0.0.22 - - [2025-11-10 02:25:24] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007222 10.0.0.22 - - [2025-11-10 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.22 - - [2025-11-10 02:25:24] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004825 10.0.0.22 - - [2025-11-10 02:25:24] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003441 10.0.0.22 - - [2025-11-10 02:25:24] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.007192 10.0.0.22 - - [2025-11-10 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.22 - - [2025-11-10 02:25:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006203 10.0.0.22 - - [2025-11-10 02:25:25] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004345 10.0.0.22 - - [2025-11-10 02:25:25] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006441 10.0.0.22 - - [2025-11-10 02:25:25] "GET /obj-perms HTTP/1.1" 200 5030 0.052229 10.0.0.22 - - [2025-11-10 02:25:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003982 10.0.0.23 - - [2025-11-10 02:25:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003711 10.0.0.50 - - [2025-11-10 02:25:25] "GET /obj-perms HTTP/1.1" 200 5030 0.003692 10.0.0.22 - - [2025-11-10 02:25:25] "GET /obj-perms HTTP/1.1" 200 5030 0.004319 10.0.0.22 - - [2025-11-10 02:25:25] "POST /neutron/port HTTP/1.1" 200 1086 0.015400 10.0.0.22 - - [2025-11-10 02:25:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007953 10.0.0.22 - - [2025-11-10 02:25:25] "POST /neutron/port HTTP/1.1" 200 1086 0.017850 10.0.0.22 - - [2025-11-10 02:25:25] "GET /virtual-machine/10df4ac8-5f1a-4147-9cda-07426697990c HTTP/1.1" 200 1292 0.006058 10.0.0.22 - - [2025-11-10 02:25:25] "GET /virtual-machine/10df4ac8-5f1a-4147-9cda-07426697990c HTTP/1.1" 200 1292 0.003512 10.0.0.22 - - [2025-11-10 02:25:25] "GET /virtual-machine-interface/6e25bf7a-2b3d-4226-be8f-a6d5cfa10360 HTTP/1.1" 200 2944 0.005842 10.0.0.22 - - [2025-11-10 02:25:25] "GET /virtual-machine/10df4ac8-5f1a-4147-9cda-07426697990c HTTP/1.1" 200 1292 0.004061 10.0.0.22 - - [2025-11-10 02:25:25] "GET /virtual-machine-interface/6e25bf7a-2b3d-4226-be8f-a6d5cfa10360 HTTP/1.1" 200 2944 0.005706 10.0.0.22 - - [2025-11-10 02:25:25] "GET /instance-ip/b321f7d5-5406-466b-91d0-c5bbe03674a7 HTTP/1.1" 200 1620 0.006696 10.0.0.22 - - [2025-11-10 02:25:25] "GET /virtual-machine/10df4ac8-5f1a-4147-9cda-07426697990c HTTP/1.1" 200 1292 0.004210 10.0.0.22 - - [2025-11-10 02:25:25] "GET /virtual-machine-interface/6e25bf7a-2b3d-4226-be8f-a6d5cfa10360 HTTP/1.1" 200 2944 0.006103 10.0.0.22 - - [2025-11-10 02:25:25] "GET /instance-ip/b321f7d5-5406-466b-91d0-c5bbe03674a7 HTTP/1.1" 200 1620 0.005398 10.0.0.22 - - [2025-11-10 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.22 - - [2025-11-10 02:25:26] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007864 10.0.0.22 - - [2025-11-10 02:25:26] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004444 10.0.0.22 - - [2025-11-10 02:25:26] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005653 10.0.0.22 - - [2025-11-10 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.22 - - [2025-11-10 02:25:26] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004416 10.0.0.22 - - [2025-11-10 02:25:26] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003951 10.0.0.22 - - [2025-11-10 02:25:26] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.007552 10.0.0.22 - - [2025-11-10 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.22 - - [2025-11-10 02:25:26] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004434 10.0.0.22 - - [2025-11-10 02:25:26] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003442 10.0.0.22 - - [2025-11-10 02:25:26] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006593 10.0.0.22 - - [2025-11-10 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007614 10.0.0.22 - - [2025-11-10 02:25:26] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009097 10.0.0.22 - - [2025-11-10 02:25:26] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005925 10.0.0.22 - - [2025-11-10 02:25:26] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006049 10.0.0.22 - - [2025-11-10 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.22 - - [2025-11-10 02:25:26] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004437 10.0.0.22 - - [2025-11-10 02:25:26] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003769 10.0.0.22 - - [2025-11-10 02:25:26] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006318 10.0.0.22 - - [2025-11-10 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.22 - - [2025-11-10 02:25:27] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003731 10.0.0.22 - - [2025-11-10 02:25:27] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003509 10.0.0.22 - - [2025-11-10 02:25:27] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.007041 10.0.0.22 - - [2025-11-10 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005354 10.0.0.22 - - [2025-11-10 02:25:27] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005480 10.0.0.22 - - [2025-11-10 02:25:27] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004377 10.0.0.22 - - [2025-11-10 02:25:28] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.010710 10.0.0.22 - - [2025-11-10 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005122 10.0.0.22 - - [2025-11-10 02:25:28] "GET /routing-instance/a6ab972a-ec9e-4530-b5c8-591d9d931066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.006258 10.0.0.22 - - [2025-11-10 02:25:28] "GET /route-target/9ee2f758-08b3-4de3-86d1-b8699c5b16f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003980 10.0.0.22 - - [2025-11-10 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.22 - - [2025-11-10 02:25:28] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003712 10.0.0.22 - - [2025-11-10 02:25:28] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003103 10.0.0.22 - - [2025-11-10 02:25:28] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005880 10.0.0.22 - - [2025-11-10 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.22 - - [2025-11-10 02:25:28] "GET /routing-instance/a6ab972a-ec9e-4530-b5c8-591d9d931066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.007165 10.0.0.22 - - [2025-11-10 02:25:28] "GET /route-target/9ee2f758-08b3-4de3-86d1-b8699c5b16f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005672 10.0.0.22 - - [2025-11-10 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005916 10.0.0.22 - - [2025-11-10 02:25:28] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.013952 10.0.0.22 - - [2025-11-10 02:25:28] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004872 10.0.0.22 - - [2025-11-10 02:25:28] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006714 10.0.0.22 - - [2025-11-10 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.22 - - [2025-11-10 02:25:28] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004175 10.0.0.22 - - [2025-11-10 02:25:28] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004513 10.0.0.22 - - [2025-11-10 02:25:28] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006616 10.0.0.22 - - [2025-11-10 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.22 - - [2025-11-10 02:25:28] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004601 10.0.0.22 - - [2025-11-10 02:25:28] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003128 10.0.0.22 - - [2025-11-10 02:25:28] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006165 10.0.0.23 - - [2025-11-10 02:25:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004441 10.0.0.22 - - [2025-11-10 02:25:28] "GET /obj-perms HTTP/1.1" 200 5030 0.003910 10.0.0.22 - - [2025-11-10 02:25:28] "GET /obj-perms HTTP/1.1" 200 5030 0.003915 10.0.0.22 - - [2025-11-10 02:25:29] "GET /obj-perms HTTP/1.1" 200 5030 0.007688 10.0.0.22 - - [2025-11-10 02:25:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007468 10.0.0.22 - - [2025-11-10 02:25:29] "POST /neutron/port HTTP/1.1" 200 1088 0.020408 10.0.0.22 - - [2025-11-10 02:25:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007702 10.0.0.22 - - [2025-11-10 02:25:29] "GET /virtual-machine/11a321df-8b78-4d9d-89e5-7f676a191c21 HTTP/1.1" 200 1291 0.006281 10.0.0.22 - - [2025-11-10 02:25:29] "GET /virtual-machine/11a321df-8b78-4d9d-89e5-7f676a191c21 HTTP/1.1" 200 1291 0.003974 10.0.0.22 - - [2025-11-10 02:25:29] "GET /virtual-machine-interface/73633051-2178-4074-8005-f74b3098bc63 HTTP/1.1" 200 2943 0.005651 10.0.0.22 - - [2025-11-10 02:25:29] "GET /virtual-machine/11a321df-8b78-4d9d-89e5-7f676a191c21 HTTP/1.1" 200 1291 0.004225 10.0.0.22 - - [2025-11-10 02:25:29] "GET /virtual-machine-interface/73633051-2178-4074-8005-f74b3098bc63 HTTP/1.1" 200 2943 0.005840 10.0.0.22 - - [2025-11-10 02:25:29] "GET /instance-ip/3e94c715-e6ec-419c-8d2e-4e62b87f0606 HTTP/1.1" 200 1621 0.008744 10.0.0.22 - - [2025-11-10 02:25:29] "GET /virtual-machine/11a321df-8b78-4d9d-89e5-7f676a191c21 HTTP/1.1" 200 1291 0.004288 10.0.0.22 - - [2025-11-10 02:25:29] "GET /virtual-machine-interface/73633051-2178-4074-8005-f74b3098bc63 HTTP/1.1" 200 2943 0.005705 10.0.0.22 - - [2025-11-10 02:25:29] "GET /instance-ip/3e94c715-e6ec-419c-8d2e-4e62b87f0606 HTTP/1.1" 200 1621 0.005071 10.0.0.22 - - [2025-11-10 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005352 10.0.0.22 - - [2025-11-10 02:25:29] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004384 10.0.0.22 - - [2025-11-10 02:25:29] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003417 10.0.0.22 - - [2025-11-10 02:25:29] "GET /virtual-network/760bcdb1-a6f3-404b-ba3a-bbd66e0676a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006042 10.0.0.22 - - [2025-11-10 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.22 - - [2025-11-10 02:25:29] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004942 10.0.0.22 - - [2025-11-10 02:25:29] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004569 10.0.0.22 - - [2025-11-10 02:25:29] "GET /virtual-network/760bcdb1-a6f3-404b-ba3a-bbd66e0676a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007057 10.0.0.22 - - [2025-11-10 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.22 - - [2025-11-10 02:25:29] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004620 10.0.0.22 - - [2025-11-10 02:25:29] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003893 10.0.0.22 - - [2025-11-10 02:25:29] "GET /virtual-network/760bcdb1-a6f3-404b-ba3a-bbd66e0676a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007591 10.0.0.22 - - [2025-11-10 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.021851 10.0.0.22 - - [2025-11-10 02:25:30] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005542 10.0.0.22 - - [2025-11-10 02:25:30] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004383 10.0.0.22 - - [2025-11-10 02:25:30] "GET /virtual-network/760bcdb1-a6f3-404b-ba3a-bbd66e0676a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006450 10.0.0.22 - - [2025-11-10 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.22 - - [2025-11-10 02:25:30] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004434 10.0.0.22 - - [2025-11-10 02:25:30] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004027 10.0.0.22 - - [2025-11-10 02:25:30] "GET /virtual-network/760bcdb1-a6f3-404b-ba3a-bbd66e0676a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006934 10.0.0.22 - - [2025-11-10 02:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.22 - - [2025-11-10 02:25:31] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003978 10.0.0.22 - - [2025-11-10 02:25:31] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003188 10.0.0.22 - - [2025-11-10 02:25:31] "GET /virtual-network/760bcdb1-a6f3-404b-ba3a-bbd66e0676a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005698 10.0.0.22 - - [2025-11-10 02:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005016 10.0.0.22 - - [2025-11-10 02:25:31] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005170 10.0.0.22 - - [2025-11-10 02:25:31] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003314 10.0.0.22 - - [2025-11-10 02:25:31] "GET /virtual-network/760bcdb1-a6f3-404b-ba3a-bbd66e0676a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007519 10.0.0.22 - - [2025-11-10 02:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.22 - - [2025-11-10 02:25:31] "GET /routing-instance/e04f4394-e40e-4650-86db-cbef25409524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.008902 10.0.0.22 - - [2025-11-10 02:25:31] "GET /route-target/c42e1d50-e2bf-4766-a0a5-e17cae219294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005032 10.0.0.22 - - [2025-11-10 02:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.22 - - [2025-11-10 02:25:31] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005013 10.0.0.22 - - [2025-11-10 02:25:31] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004114 10.0.0.22 - - [2025-11-10 02:25:31] "GET /virtual-network/760bcdb1-a6f3-404b-ba3a-bbd66e0676a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006147 10.0.0.22 - - [2025-11-10 02:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.22 - - [2025-11-10 02:25:31] "GET /routing-instance/e04f4394-e40e-4650-86db-cbef25409524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.007604 10.0.0.22 - - [2025-11-10 02:25:32] "GET /route-target/c42e1d50-e2bf-4766-a0a5-e17cae219294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004333 10.0.0.22 - - [2025-11-10 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.22 - - [2025-11-10 02:25:32] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004628 10.0.0.22 - - [2025-11-10 02:25:32] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003525 10.0.0.22 - - [2025-11-10 02:25:32] "GET /virtual-network/760bcdb1-a6f3-404b-ba3a-bbd66e0676a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009169 10.0.0.22 - - [2025-11-10 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.22 - - [2025-11-10 02:25:32] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006227 10.0.0.22 - - [2025-11-10 02:25:32] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004627 10.0.0.22 - - [2025-11-10 02:25:32] "GET /virtual-network/760bcdb1-a6f3-404b-ba3a-bbd66e0676a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007563 10.0.0.23 - - [2025-11-10 02:25:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004646 10.0.0.22 - - [2025-11-10 02:25:32] "GET /obj-perms HTTP/1.1" 200 5030 0.003888 10.0.0.50 - - [2025-11-10 02:25:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004484 10.0.0.22 - - [2025-11-10 02:25:32] "GET /obj-perms HTTP/1.1" 200 5030 0.005868 10.0.0.23 - - [2025-11-10 02:25:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004055 10.0.0.22 - - [2025-11-10 02:25:32] "GET /virtual-machine/7531fbd8-dbad-4b0e-adf8-2721fed773bf HTTP/1.1" 200 1292 0.005929 10.0.0.22 - - [2025-11-10 02:25:32] "GET /virtual-machine-interface/e72e96df-c69f-4ca1-99b9-cbf4be50470d HTTP/1.1" 200 2945 0.008465 10.0.0.22 - - [2025-11-10 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.22 - - [2025-11-10 02:25:32] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005662 10.0.0.22 - - [2025-11-10 02:25:32] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003870 10.0.0.22 - - [2025-11-10 02:25:32] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.006437 10.0.0.50 - - [2025-11-10 02:25:32] "GET /obj-perms HTTP/1.1" 200 5056 0.046070 10.0.0.22 - - [2025-11-10 02:25:33] "POST /neutron/port HTTP/1.1" 200 1086 0.038634 10.0.0.22 - - [2025-11-10 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.22 - - [2025-11-10 02:25:34] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004168 10.0.0.22 - - [2025-11-10 02:25:34] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003169 10.0.0.22 - - [2025-11-10 02:25:34] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005809 10.0.0.22 - - [2025-11-10 02:25:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008855 10.0.0.22 - - [2025-11-10 02:25:39] "POST /neutron/port HTTP/1.1" 200 1086 0.016338 10.0.0.22 - - [2025-11-10 02:25:44] "GET /virtual-machine/10df4ac8-5f1a-4147-9cda-07426697990c HTTP/1.1" 200 1292 0.005128 10.0.0.22 - - [2025-11-10 02:25:44] "GET /virtual-machine-interface/6e25bf7a-2b3d-4226-be8f-a6d5cfa10360 HTTP/1.1" 200 2944 0.007273 10.0.0.22 - - [2025-11-10 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.22 - - [2025-11-10 02:25:44] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006862 10.0.0.22 - - [2025-11-10 02:25:44] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004752 10.0.0.22 - - [2025-11-10 02:25:44] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006820 10.0.0.22 - - [2025-11-10 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.22 - - [2025-11-10 02:25:45] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004326 10.0.0.22 - - [2025-11-10 02:25:45] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003542 10.0.0.22 - - [2025-11-10 02:25:45] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.007120 10.0.0.22 - - [2025-11-10 02:25:45] "GET /virtual-machine/11a321df-8b78-4d9d-89e5-7f676a191c21 HTTP/1.1" 200 1291 0.005162 10.0.0.22 - - [2025-11-10 02:25:45] "GET /virtual-machine-interface/73633051-2178-4074-8005-f74b3098bc63 HTTP/1.1" 200 2943 0.005209 10.0.0.22 - - [2025-11-10 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.22 - - [2025-11-10 02:25:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003980 10.0.0.22 - - [2025-11-10 02:25:46] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003648 10.0.0.22 - - [2025-11-10 02:25:46] "GET /virtual-network/760bcdb1-a6f3-404b-ba3a-bbd66e0676a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005732 10.0.0.22 - - [2025-11-10 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.22 - - [2025-11-10 02:25:47] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004635 10.0.0.22 - - [2025-11-10 02:25:47] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003244 10.0.0.22 - - [2025-11-10 02:25:47] "GET /virtual-network/760bcdb1-a6f3-404b-ba3a-bbd66e0676a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007413 10.0.0.22 - - [2025-11-10 02:25:55] "POST /neutron/port HTTP/1.1" 200 1088 0.016148 10.0.0.22 - - [2025-11-10 02:25:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.010710 10.0.0.22 - - [2025-11-10 02:26:03] "POST /neutron/port HTTP/1.1" 200 1086 0.016478 10.0.0.22 - - [2025-11-10 02:26:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003845 10.0.0.22 - - [2025-11-10 02:26:03] "POST /neutron/network HTTP/1.1" 200 914 0.007432 10.0.0.22 - - [2025-11-10 02:26:06] "GET /virtual-machine/11a321df-8b78-4d9d-89e5-7f676a191c21 HTTP/1.1" 200 1291 0.004720 10.0.0.22 - - [2025-11-10 02:26:07] "POST /neutron/port HTTP/1.1" 200 151 0.173526 10.0.0.22 - - [2025-11-10 02:26:08] "GET /virtual-machine/11a321df-8b78-4d9d-89e5-7f676a191c21 HTTP/1.1" 404 171 0.004135 10.0.0.22 - - [2025-11-10 02:26:08] "GET /virtual-machine/11a321df-8b78-4d9d-89e5-7f676a191c21 HTTP/1.1" 404 171 0.003221 10.0.0.22 - - [2025-11-10 02:26:08] "GET /virtual-machine/11a321df-8b78-4d9d-89e5-7f676a191c21 HTTP/1.1" 404 171 0.003706 10.0.0.22 - - [2025-11-10 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.22 - - [2025-11-10 02:26:09] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004201 10.0.0.22 - - [2025-11-10 02:26:09] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003786 10.0.0.22 - - [2025-11-10 02:26:09] "GET /virtual-network/760bcdb1-a6f3-404b-ba3a-bbd66e0676a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005773 10.0.0.22 - - [2025-11-10 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.22 - - [2025-11-10 02:26:09] "GET /routing-instance/e04f4394-e40e-4650-86db-cbef25409524?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005564 10.0.0.22 - - [2025-11-10 02:26:09] "GET /route-target/c42e1d50-e2bf-4766-a0a5-e17cae219294?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005090 10.0.0.22 - - [2025-11-10 02:26:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004266 10.0.0.50 - - [2025-11-10 02:26:15] "GET /obj-perms HTTP/1.1" 200 5030 0.004364 10.0.0.23 - - [2025-11-10 02:26:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.23 - - [2025-11-10 02:26:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.23 - - [2025-11-10 02:26:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.23 - - [2025-11-10 02:26:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.50 - - [2025-11-10 02:26:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.50 - - [2025-11-10 02:26:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.50 - - [2025-11-10 02:26:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.50 - - [2025-11-10 02:26:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.22 - - [2025-11-10 02:26:21] "GET /obj-perms HTTP/1.1" 200 5030 0.006972 10.0.0.22 - - [2025-11-10 02:26:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.22 - - [2025-11-10 02:26:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.22 - - [2025-11-10 02:26:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.22 - - [2025-11-10 02:26:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.50 - - [2025-11-10 02:26:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003737 10.0.0.22 - - [2025-11-10 02:26:30] "GET /obj-perms HTTP/1.1" 200 5030 0.011709 10.0.0.50 - - [2025-11-10 02:26:34] "GET /obj-perms HTTP/1.1" 200 5030 0.003966 10.0.0.22 - - [2025-11-10 02:26:34] "GET /obj-perms HTTP/1.1" 200 5030 0.004257 10.0.0.22 - - [2025-11-10 02:26:34] "GET /virtual-machine/10df4ac8-5f1a-4147-9cda-07426697990c HTTP/1.1" 200 1292 0.007209 10.0.0.22 - - [2025-11-10 02:26:35] "POST /neutron/port HTTP/1.1" 200 151 0.249273 10.0.0.22 - - [2025-11-10 02:26:36] "GET /virtual-machine/10df4ac8-5f1a-4147-9cda-07426697990c HTTP/1.1" 404 171 0.005404 10.0.0.22 - - [2025-11-10 02:26:36] "GET /virtual-machine/10df4ac8-5f1a-4147-9cda-07426697990c HTTP/1.1" 404 171 0.005217 10.0.0.22 - - [2025-11-10 02:26:36] "GET /virtual-machine/10df4ac8-5f1a-4147-9cda-07426697990c HTTP/1.1" 404 171 0.004878 10.0.0.22 - - [2025-11-10 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.22 - - [2025-11-10 02:26:36] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005199 10.0.0.22 - - [2025-11-10 02:26:36] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.007046 10.0.0.22 - - [2025-11-10 02:26:36] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006331 10.0.0.22 - - [2025-11-10 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.22 - - [2025-11-10 02:26:36] "GET /routing-instance/a6ab972a-ec9e-4530-b5c8-591d9d931066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004443 10.0.0.22 - - [2025-11-10 02:26:36] "GET /route-target/9ee2f758-08b3-4de3-86d1-b8699c5b16f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005625 10.0.0.22 - - [2025-11-10 02:26:36] "GET /obj-perms HTTP/1.1" 200 5030 0.004531 10.0.0.22 - - [2025-11-10 02:26:42] "GET /obj-perms HTTP/1.1" 200 5030 0.003769 10.0.0.22 - - [2025-11-10 02:26:45] "GET /obj-perms HTTP/1.1" 200 5030 0.006630 10.0.0.22 - - [2025-11-10 02:26:52] "GET /obj-perms HTTP/1.1" 200 5030 0.004264 10.0.0.22 - - [2025-11-10 02:26:55] "GET /obj-perms HTTP/1.1" 200 5030 0.003449 10.0.0.50 - - [2025-11-10 02:26:55] "GET /obj-perms HTTP/1.1" 200 5030 0.004088 10.0.0.23 - - [2025-11-10 02:26:55] "GET /obj-perms HTTP/1.1" 200 5030 0.003650 10.0.0.22 - - [2025-11-10 02:26:55] "GET /virtual-machine/7531fbd8-dbad-4b0e-adf8-2721fed773bf HTTP/1.1" 200 1292 0.004325 10.0.0.22 - - [2025-11-10 02:26:56] "POST /neutron/port HTTP/1.1" 200 151 0.186575 10.0.0.22 - - [2025-11-10 02:26:57] "GET /virtual-machine/7531fbd8-dbad-4b0e-adf8-2721fed773bf HTTP/1.1" 404 171 0.002842 10.0.0.22 - - [2025-11-10 02:26:57] "GET /virtual-machine/7531fbd8-dbad-4b0e-adf8-2721fed773bf HTTP/1.1" 404 171 0.003102 10.0.0.22 - - [2025-11-10 02:26:57] "GET /virtual-machine/7531fbd8-dbad-4b0e-adf8-2721fed773bf HTTP/1.1" 404 171 0.003870 10.0.0.22 - - [2025-11-10 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.22 - - [2025-11-10 02:26:57] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003869 10.0.0.22 - - [2025-11-10 02:26:57] "GET /virtual-networks?parent_id=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003131 10.0.0.22 - - [2025-11-10 02:26:57] "GET /virtual-network/2beadc83-06e4-4d5d-a4dc-a6d30fc45314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2626 0.005827 10.0.0.22 - - [2025-11-10 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.22 - - [2025-11-10 02:26:57] "GET /routing-instance/79cea3fc-eb5a-4a64-835c-38f256b45e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1784 0.004731 10.0.0.22 - - [2025-11-10 02:26:57] "GET /route-target/368c3e4e-b67a-42a5-bdcc-0ba3ea4df0d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003878 10.0.0.22 - - [2025-11-10 02:26:57] "GET /obj-perms HTTP/1.1" 200 5030 0.004223 10.0.0.50 - - [2025-11-10 02:27:03] "GET /obj-perms HTTP/1.1" 200 5030 0.004393 10.0.0.22 - - [2025-11-10 02:27:03] "GET /obj-perms HTTP/1.1" 200 5030 0.003917 10.0.0.22 - - [2025-11-10 02:27:04] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.009363 10.0.0.22 - - [2025-11-10 02:27:04] "POST /neutron/network HTTP/1.1" 200 822 0.012733 10.0.0.22 - - [2025-11-10 02:27:04] "GET /virtual-network/600cc6e1-0318-4e32-b06c-b071b2f3a5dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005228 10.0.0.22 - - [2025-11-10 02:27:04] "POST /ref-update HTTP/1.1" 200 156 0.063701 10.0.0.22 - - [2025-11-10 02:27:04] "POST /ref-update HTTP/1.1" 200 156 0.071604 10.0.0.50 - - [2025-11-10 02:27:04] "PUT /access-control-list/80497580-ea20-4dea-8a04-eb2ac50dad25 HTTP/1.1" 200 272 0.109542 10.0.0.22 - - [2025-11-10 02:27:04] "DELETE /network-policy/b1f4f870-8ee4-4994-be5f-20cd7f73e1c7 HTTP/1.1" 200 115 0.058414 10.0.0.22 - - [2025-11-10 02:27:04] "DELETE /network-policy/c1461e8b-bfe6-4506-a2e8-1c45ced5f744 HTTP/1.1" 200 115 0.060463 10.0.0.22 - - [2025-11-10 02:27:04] "DELETE /network-policy/cc4e46f8-8df2-4cc1-9435-d87338a7ed22 HTTP/1.1" 200 115 0.041455 10.0.0.50 - - [2025-11-10 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006348 10.0.0.22 - - [2025-11-10 02:27:05] "POST /neutron/network HTTP/1.1" 200 822 0.006724 10.0.0.50 - - [2025-11-10 02:27:05] "DELETE /route-target/9ee2f758-08b3-4de3-86d1-b8699c5b16f0 HTTP/1.1" 200 115 0.027671 10.0.0.23 - - [2025-11-10 02:27:05] "POST /useragent-kv HTTP/1.1" 200 115 0.048660 10.0.0.23 - - [2025-11-10 02:27:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003172 10.0.0.22 - - [2025-11-10 02:27:06] "POST /neutron/network HTTP/1.1" 200 151 0.214888 10.0.0.22 - - [2025-11-10 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.22 - - [2025-11-10 02:27:06] "DELETE /network-ipam/4366f2b1-b52f-4800-b084-680e28bdfa74 HTTP/1.1" 200 115 0.034558 10.0.0.22 - - [2025-11-10 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.002994 10.0.0.22 - - [2025-11-10 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.22 - - [2025-11-10 02:27:06] "DELETE /network-ipam/d5e22d69-53c9-416d-82aa-0afdb68dcb9f HTTP/1.1" 200 115 0.035396 10.0.0.22 - - [2025-11-10 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.003722 10.0.0.22 - - [2025-11-10 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.22 - - [2025-11-10 02:27:06] "DELETE /network-ipam/723ea74c-70da-4156-abda-18ba8f333ac9 HTTP/1.1" 200 115 0.036606 10.0.0.22 - - [2025-11-10 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.003512 10.0.0.23 - - [2025-11-10 02:27:07] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000949 10.0.0.22 - - [2025-11-10 02:27:07] "GET /project/aea3f61f-9944-4a77-94ff-94d787fbb17b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.040414 10.0.0.23 - - [2025-11-10 02:27:07] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.22 - - [2025-11-10 02:27:07] "GET /project/aea3f61f-9944-4a77-94ff-94d787fbb17b?fields=virtual_networks HTTP/1.1" 200 1033 0.051469 10.0.0.23 - - [2025-11-10 02:27:08] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001039 10.0.0.22 - - [2025-11-10 02:27:08] "GET /project/aea3f61f-9944-4a77-94ff-94d787fbb17b?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.052657 10.0.0.23 - - [2025-11-10 02:27:08] "GET /projects?obj_uuids=aea3f61f-9944-4a77-94ff-94d787fbb17b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.22 - - [2025-11-10 02:27:08] "GET /project/aea3f61f-9944-4a77-94ff-94d787fbb17b?fields=security_groups HTTP/1.1" 200 1259 0.042585 10.0.0.22 - - [2025-11-10 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 194 0.337198 10.0.0.23 - - [2025-11-10 02:27:09] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003001 10.0.0.23 - - [2025-11-10 02:27:09] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.23 - - [2025-11-10 02:27:09] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033450 10.0.0.23 - - [2025-11-10 02:27:09] "POST /id-to-fqname HTTP/1.1" 200 196 0.004930 10.0.0.23 - - [2025-11-10 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 205 0.006121 10.0.0.23 - - [2025-11-10 02:27:09] "POST /security-groups HTTP/1.1" 200 597 0.080673 10.0.0.50 - - [2025-11-10 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 240 0.005996 10.0.0.23 - - [2025-11-10 02:27:09] "POST /projects HTTP/1.1" 200 597 0.309426 10.0.0.23 - - [2025-11-10 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.382985 10.0.0.50 - - [2025-11-10 02:27:09] "POST /access-control-lists HTTP/1.1" 200 600 0.036978 10.0.0.22 - - [2025-11-10 02:27:09] "GET /project/d97d1beb-aac8-49e2-b619-b324983025a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.546907 10.0.0.22 - - [2025-11-10 02:27:11] "GET / HTTP/1.1" 200 35931 0.001499 10.0.0.22 - - [2025-11-10 02:27:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000517 10.0.0.22 - - [2025-11-10 02:27:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.031175 10.0.0.22 - - [2025-11-10 02:27:14] "POST /network-ipams HTTP/1.1" 200 519 0.036042 10.0.0.22 - - [2025-11-10 02:27:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004566 10.0.0.22 - - [2025-11-10 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.22 - - [2025-11-10 02:27:14] "GET /network-ipam/64782905-3486-4143-998f-743eb823d50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.007046 10.0.0.22 - - [2025-11-10 02:27:14] "PUT /network-ipam/64782905-3486-4143-998f-743eb823d50b HTTP/1.1" 200 258 0.017233 10.0.0.22 - - [2025-11-10 02:27:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003907 10.0.0.22 - - [2025-11-10 02:27:14] "POST /network-ipams HTTP/1.1" 200 519 0.033082 10.0.0.22 - - [2025-11-10 02:27:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003648 10.0.0.22 - - [2025-11-10 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.22 - - [2025-11-10 02:27:15] "GET /network-ipam/6606ef49-afc7-4970-abf8-1728648178c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006298 10.0.0.22 - - [2025-11-10 02:27:15] "PUT /network-ipam/6606ef49-afc7-4970-abf8-1728648178c0 HTTP/1.1" 200 258 0.019882 10.0.0.22 - - [2025-11-10 02:27:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.005295 10.0.0.22 - - [2025-11-10 02:27:15] "POST /network-ipams HTTP/1.1" 200 519 0.037785 10.0.0.22 - - [2025-11-10 02:27:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.004433 10.0.0.22 - - [2025-11-10 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237 10.0.0.22 - - [2025-11-10 02:27:15] "GET /network-ipam/ad40eb50-5413-4387-a665-1171017f29c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.007698 10.0.0.22 - - [2025-11-10 02:27:15] "PUT /network-ipam/ad40eb50-5413-4387-a665-1171017f29c7 HTTP/1.1" 200 258 0.014082 10.0.0.22 - - [2025-11-10 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.23 - - [2025-11-10 02:27:16] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000943 10.0.0.22 - - [2025-11-10 02:27:16] "GET /project/d97d1beb-aac8-49e2-b619-b324983025a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.045639 10.0.0.50 - - [2025-11-10 02:27:16] "POST /route-targets HTTP/1.1" 200 327 0.029369 10.0.0.23 - - [2025-11-10 02:27:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005042 10.0.0.22 - - [2025-11-10 02:27:16] "POST /neutron/subnet HTTP/1.1" 200 710 0.312085 10.0.0.50 - - [2025-11-10 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.088770 10.0.0.22 - - [2025-11-10 02:27:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001750 10.0.0.22 - - [2025-11-10 02:27:17] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008908 10.0.0.22 - - [2025-11-10 02:27:17] "POST /neutron/network HTTP/1.1" 200 1011 0.008815 10.0.0.22 - - [2025-11-10 02:27:17] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005206 10.0.0.22 - - [2025-11-10 02:27:17] "POST /neutron/subnet HTTP/1.1" 200 828 0.014992 10.0.0.22 - - [2025-11-10 02:27:17] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007795 10.0.0.22 - - [2025-11-10 02:27:17] "GET /network-ipam/64782905-3486-4143-998f-743eb823d50b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.005850 10.0.0.22 - - [2025-11-10 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.23 - - [2025-11-10 02:27:17] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001038 10.0.0.22 - - [2025-11-10 02:27:17] "GET /project/d97d1beb-aac8-49e2-b619-b324983025a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.057170 10.0.0.23 - - [2025-11-10 02:27:17] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001492 10.0.0.22 - - [2025-11-10 02:27:17] "POST /neutron/network HTTP/1.1" 200 613 0.135464 10.0.0.50 - - [2025-11-10 02:27:17] "POST /ref-update HTTP/1.1" 200 156 0.037654 10.0.0.22 - - [2025-11-10 02:27:18] "POST /neutron/network HTTP/1.1" 200 1015 0.010729 10.0.0.22 - - [2025-11-10 02:27:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.001230 10.0.0.22 - - [2025-11-10 02:27:18] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005208 10.0.0.22 - - [2025-11-10 02:27:18] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005804 10.0.0.22 - - [2025-11-10 02:27:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.009881 10.0.0.22 - - [2025-11-10 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.23 - - [2025-11-10 02:27:18] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001049 10.0.0.22 - - [2025-11-10 02:27:18] "GET /project/d97d1beb-aac8-49e2-b619-b324983025a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.036463 10.0.0.23 - - [2025-11-10 02:27:18] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001044 10.0.0.22 - - [2025-11-10 02:27:18] "POST /neutron/network HTTP/1.1" 200 613 0.130969 10.0.0.22 - - [2025-11-10 02:27:19] "POST /neutron/network HTTP/1.1" 200 1012 0.011096 10.0.0.22 - - [2025-11-10 02:27:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001081 10.0.0.22 - - [2025-11-10 02:27:19] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005091 10.0.0.22 - - [2025-11-10 02:27:19] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005635 10.0.0.22 - - [2025-11-10 02:27:19] "POST /neutron/subnet HTTP/1.1" 200 715 0.008805 10.0.0.22 - - [2025-11-10 02:27:19] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005678 10.0.0.22 - - [2025-11-10 02:27:21] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005864 10.0.0.22 - - [2025-11-10 02:27:21] "GET /obj-perms HTTP/1.1" 200 5042 0.057185 10.0.0.50 - - [2025-11-10 02:27:21] "GET /obj-perms HTTP/1.1" 200 5042 0.048197 10.0.0.23 - - [2025-11-10 02:27:21] "GET /obj-perms HTTP/1.1" 200 5042 0.047544 10.0.0.22 - - [2025-11-10 02:27:21] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005411 10.0.0.22 - - [2025-11-10 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 224 0.003532 10.0.0.22 - - [2025-11-10 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.23 - - [2025-11-10 02:27:22] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000963 10.0.0.22 - - [2025-11-10 02:27:22] "GET /project/d97d1beb-aac8-49e2-b619-b324983025a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.044365 10.0.0.22 - - [2025-11-10 02:27:22] "POST /network-policys HTTP/1.1" 200 559 0.033643 10.0.0.22 - - [2025-11-10 02:27:22] "GET /network-policy/5f8b24a7-511f-4f0e-ae3c-2a6cdcad8205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.007123 10.0.0.22 - - [2025-11-10 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 224 0.003375 10.0.0.22 - - [2025-11-10 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.23 - - [2025-11-10 02:27:22] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001094 10.0.0.22 - - [2025-11-10 02:27:22] "GET /project/d97d1beb-aac8-49e2-b619-b324983025a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.042907 10.0.0.22 - - [2025-11-10 02:27:22] "POST /network-policys HTTP/1.1" 200 559 0.037111 10.0.0.22 - - [2025-11-10 02:27:22] "GET /network-policy/0a7f1a55-8aaf-4a81-a41b-3e1782c41fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.006535 10.0.0.22 - - [2025-11-10 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 224 0.003379 10.0.0.22 - - [2025-11-10 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004847 10.0.0.23 - - [2025-11-10 02:27:22] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001162 10.0.0.22 - - [2025-11-10 02:27:22] "GET /project/d97d1beb-aac8-49e2-b619-b324983025a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.045753 10.0.0.22 - - [2025-11-10 02:27:22] "POST /network-policys HTTP/1.1" 200 559 0.035242 10.0.0.22 - - [2025-11-10 02:27:23] "GET /network-policy/f039404e-146c-47ad-8fbc-a79169aad2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.006934 10.0.0.50 - - [2025-11-10 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.006517 10.0.0.50 - - [2025-11-10 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.006003 10.0.0.22 - - [2025-11-10 02:27:23] "POST /neutron/network HTTP/1.1" 200 1195 0.109099 10.0.0.22 - - [2025-11-10 02:27:23] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.029302 10.0.0.22 - - [2025-11-10 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.22 - - [2025-11-10 02:27:23] "GET /network-policy/0a7f1a55-8aaf-4a81-a41b-3e1782c41fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.005250 10.0.0.22 - - [2025-11-10 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.22 - - [2025-11-10 02:27:23] "GET /network-policy/5f8b24a7-511f-4f0e-ae3c-2a6cdcad8205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.004226 10.0.0.22 - - [2025-11-10 02:27:23] "POST /neutron/network HTTP/1.1" 200 1113 0.073893 10.0.0.50 - - [2025-11-10 02:27:23] "POST /access-control-lists HTTP/1.1" 200 597 0.044734 10.0.0.22 - - [2025-11-10 02:27:23] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006737 10.0.0.22 - - [2025-11-10 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.016627 10.0.0.22 - - [2025-11-10 02:27:23] "GET /network-policy/f039404e-146c-47ad-8fbc-a79169aad2b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.004676 10.0.0.22 - - [2025-11-10 02:27:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001211 10.0.0.23 - - [2025-11-10 02:27:24] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002291 10.0.0.22 - - [2025-11-10 02:27:24] "GET /project/d97d1beb-aac8-49e2-b619-b324983025a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.089259 10.0.0.22 - - [2025-11-10 02:27:24] "POST /neutron/network HTTP/1.1" 200 1195 0.017064 10.0.0.22 - - [2025-11-10 02:27:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001885 10.0.0.22 - - [2025-11-10 02:27:25] "POST /neutron/port HTTP/1.1" 200 117 0.007906 10.0.0.23 - - [2025-11-10 02:27:25] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000991 10.0.0.23 - - [2025-11-10 02:27:25] "DELETE /project/aea3f61f-9944-4a77-94ff-94d787fbb17b HTTP/1.1" 404 177 0.003315 10.0.0.23 - - [2025-11-10 02:27:25] "DELETE /project/d97d1bebaac849e2b619b324983025a4 HTTP/1.1" 404 173 0.006671 10.0.0.22 - - [2025-11-10 02:27:26] "POST /neutron/port HTTP/1.1" 200 1170 0.395907 10.0.0.23 - - [2025-11-10 02:27:26] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000964 10.0.0.22 - - [2025-11-10 02:27:26] "GET /project/d97d1beb-aac8-49e2-b619-b324983025a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.078465 10.0.0.22 - - [2025-11-10 02:27:26] "POST /neutron/port HTTP/1.1" 200 1224 0.143938 10.0.0.22 - - [2025-11-10 02:27:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004462 10.0.0.22 - - [2025-11-10 02:27:26] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.22 - - [2025-11-10 02:27:26] "POST /neutron/network HTTP/1.1" 200 1195 0.011522 10.0.0.22 - - [2025-11-10 02:27:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001402 10.0.0.22 - - [2025-11-10 02:27:26] "POST /neutron/port HTTP/1.1" 200 1198 0.018990 10.0.0.22 - - [2025-11-10 02:27:26] "POST /neutron/network HTTP/1.1" 200 1123 0.006880 10.0.0.50 - - [2025-11-10 02:27:27] "PUT /access-control-list/d23d1b25-8a6b-4533-854f-1e218da63dcf HTTP/1.1" 200 272 0.031667 10.0.0.22 - - [2025-11-10 02:27:27] "POST /neutron/port HTTP/1.1" 200 1174 0.020132 10.0.0.22 - - [2025-11-10 02:27:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005752 10.0.0.22 - - [2025-11-10 02:27:27] "POST /neutron/port HTTP/1.1" 200 117 0.001493 10.0.0.23 - - [2025-11-10 02:27:27] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000941 10.0.0.22 - - [2025-11-10 02:27:28] "GET /project/d97d1beb-aac8-49e2-b619-b324983025a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.080156 10.0.0.22 - - [2025-11-10 02:27:28] "POST /neutron/network HTTP/1.1" 200 1012 0.009931 10.0.0.22 - - [2025-11-10 02:27:28] "POST /neutron/port HTTP/1.1" 200 117 0.008257 10.0.0.22 - - [2025-11-10 02:27:28] "POST /neutron/port HTTP/1.1" 200 1198 0.018092 10.0.0.22 - - [2025-11-10 02:27:28] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010603 10.0.0.22 - - [2025-11-10 02:27:28] "POST /neutron/port HTTP/1.1" 200 1198 0.025173 10.0.0.22 - - [2025-11-10 02:27:28] "GET /virtual-machine/7c2e3b6f-638d-4cf0-b6c6-9b6166dcbbcb HTTP/1.1" 401 292 0.000574 10.0.0.22 - - [2025-11-10 02:27:29] "POST /neutron/port HTTP/1.1" 200 1171 0.028930 10.0.0.22 - - [2025-11-10 02:27:29] "GET /virtual-machine/7c2e3b6f-638d-4cf0-b6c6-9b6166dcbbcb HTTP/1.1" 200 1298 0.058857 10.0.0.22 - - [2025-11-10 02:27:29] "GET /virtual-machine/7c2e3b6f-638d-4cf0-b6c6-9b6166dcbbcb HTTP/1.1" 200 1298 0.004094 10.0.0.22 - - [2025-11-10 02:27:29] "GET /virtual-machine-interface/e94fc3d8-b176-419e-a3cf-454ffa9e2e9e HTTP/1.1" 200 3169 0.006166 10.0.0.22 - - [2025-11-10 02:27:29] "GET /virtual-machine/7c2e3b6f-638d-4cf0-b6c6-9b6166dcbbcb HTTP/1.1" 200 1298 0.005814 10.0.0.22 - - [2025-11-10 02:27:29] "GET /virtual-machine-interface/e94fc3d8-b176-419e-a3cf-454ffa9e2e9e HTTP/1.1" 200 3169 0.007386 10.0.0.22 - - [2025-11-10 02:27:29] "GET /instance-ip/7069636d-ca97-4f9a-bfe1-a0e80a3e42e6 HTTP/1.1" 200 1630 0.007952 10.0.0.22 - - [2025-11-10 02:27:29] "GET /instance-ip/f83e8361-d1ab-4b30-b290-11281b02fa8f HTTP/1.1" 200 1654 0.008782 10.0.0.22 - - [2025-11-10 02:27:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004677 10.0.0.22 - - [2025-11-10 02:27:29] "GET /virtual-machine/7c2e3b6f-638d-4cf0-b6c6-9b6166dcbbcb HTTP/1.1" 200 1298 0.004306 10.0.0.22 - - [2025-11-10 02:27:29] "GET /virtual-machine-interface/e94fc3d8-b176-419e-a3cf-454ffa9e2e9e HTTP/1.1" 200 3169 0.007152 10.0.0.22 - - [2025-11-10 02:27:29] "GET /instance-ip/7069636d-ca97-4f9a-bfe1-a0e80a3e42e6 HTTP/1.1" 200 1630 0.004624 10.0.0.22 - - [2025-11-10 02:27:29] "GET /instance-ip/f83e8361-d1ab-4b30-b290-11281b02fa8f HTTP/1.1" 200 1654 0.005685 10.0.0.22 - - [2025-11-10 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.22 - - [2025-11-10 02:27:29] "POST /neutron/port HTTP/1.1" 200 117 0.001007 10.0.0.22 - - [2025-11-10 02:27:29] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003695 10.0.0.22 - - [2025-11-10 02:27:29] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003953 10.0.0.22 - - [2025-11-10 02:27:29] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.006786 10.0.0.22 - - [2025-11-10 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.22 - - [2025-11-10 02:27:29] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004254 10.0.0.22 - - [2025-11-10 02:27:29] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004399 10.0.0.22 - - [2025-11-10 02:27:29] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.005973 10.0.0.22 - - [2025-11-10 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.22 - - [2025-11-10 02:27:29] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004873 10.0.0.22 - - [2025-11-10 02:27:29] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003626 10.0.0.22 - - [2025-11-10 02:27:29] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.006988 10.0.0.22 - - [2025-11-10 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.22 - - [2025-11-10 02:27:29] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004471 10.0.0.22 - - [2025-11-10 02:27:29] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003506 10.0.0.22 - - [2025-11-10 02:27:29] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.006053 10.0.0.22 - - [2025-11-10 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.22 - - [2025-11-10 02:27:30] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004583 10.0.0.22 - - [2025-11-10 02:27:30] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003213 10.0.0.22 - - [2025-11-10 02:27:30] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.006205 10.0.0.22 - - [2025-11-10 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.22 - - [2025-11-10 02:27:33] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.005146 10.0.0.22 - - [2025-11-10 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.22 - - [2025-11-10 02:27:37] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.006308 10.0.0.22 - - [2025-11-10 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.22 - - [2025-11-10 02:27:41] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.005631 10.0.0.22 - - [2025-11-10 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.22 - - [2025-11-10 02:27:45] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.007180 10.0.0.22 - - [2025-11-10 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.22 - - [2025-11-10 02:27:49] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.006767 10.0.0.22 - - [2025-11-10 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.22 - - [2025-11-10 02:27:53] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.012149 10.0.0.22 - - [2025-11-10 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.22 - - [2025-11-10 02:27:57] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.005845 10.0.0.22 - - [2025-11-10 02:27:58] "POST /neutron/port HTTP/1.1" 200 1198 0.016666 10.0.0.22 - - [2025-11-10 02:27:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004444 10.0.0.22 - - [2025-11-10 02:27:58] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.22 - - [2025-11-10 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.22 - - [2025-11-10 02:28:01] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.005575 10.0.0.22 - - [2025-11-10 02:28:05] "POST /neutron/port HTTP/1.1" 200 1202 0.020158 10.0.0.22 - - [2025-11-10 02:28:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005283 10.0.0.22 - - [2025-11-10 02:28:05] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.22 - - [2025-11-10 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.22 - - [2025-11-10 02:28:05] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.005822 10.0.0.22 - - [2025-11-10 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.22 - - [2025-11-10 02:28:10] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.006104 10.0.0.22 - - [2025-11-10 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.22 - - [2025-11-10 02:28:12] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003685 10.0.0.22 - - [2025-11-10 02:28:12] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003621 10.0.0.22 - - [2025-11-10 02:28:12] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.005873 10.0.0.22 - - [2025-11-10 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.22 - - [2025-11-10 02:28:12] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006601 10.0.0.22 - - [2025-11-10 02:28:12] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004337 10.0.0.22 - - [2025-11-10 02:28:12] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.007470 10.0.0.22 - - [2025-11-10 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.22 - - [2025-11-10 02:28:12] "GET /routing-instance/bb18510a-c128-436e-a6a3-c8ba94d10256?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005634 10.0.0.22 - - [2025-11-10 02:28:12] "GET /route-target/1d780a78-bffc-4283-b284-9e356481615f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003947 10.0.0.22 - - [2025-11-10 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005040 10.0.0.22 - - [2025-11-10 02:28:12] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003899 10.0.0.22 - - [2025-11-10 02:28:12] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003855 10.0.0.22 - - [2025-11-10 02:28:12] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.007579 10.0.0.22 - - [2025-11-10 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.22 - - [2025-11-10 02:28:12] "GET /routing-instance/bb18510a-c128-436e-a6a3-c8ba94d10256?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004330 10.0.0.22 - - [2025-11-10 02:28:12] "GET /route-target/1d780a78-bffc-4283-b284-9e356481615f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004622 10.0.0.22 - - [2025-11-10 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941 10.0.0.22 - - [2025-11-10 02:28:12] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004280 10.0.0.22 - - [2025-11-10 02:28:12] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005198 10.0.0.22 - - [2025-11-10 02:28:13] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.007226 10.0.0.22 - - [2025-11-10 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.22 - - [2025-11-10 02:28:13] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004780 10.0.0.22 - - [2025-11-10 02:28:13] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003208 10.0.0.22 - - [2025-11-10 02:28:13] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.005934 10.0.0.22 - - [2025-11-10 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.22 - - [2025-11-10 02:28:13] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003962 10.0.0.22 - - [2025-11-10 02:28:13] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003322 10.0.0.22 - - [2025-11-10 02:28:13] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.007101 10.0.0.22 - - [2025-11-10 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.22 - - [2025-11-10 02:28:13] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004679 10.0.0.22 - - [2025-11-10 02:28:13] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003597 10.0.0.22 - - [2025-11-10 02:28:13] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.005941 10.0.0.22 - - [2025-11-10 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.22 - - [2025-11-10 02:28:13] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005637 10.0.0.22 - - [2025-11-10 02:28:13] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004211 10.0.0.22 - - [2025-11-10 02:28:13] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.006255 10.0.0.22 - - [2025-11-10 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005460 10.0.0.22 - - [2025-11-10 02:28:13] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004216 10.0.0.22 - - [2025-11-10 02:28:13] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002913 10.0.0.22 - - [2025-11-10 02:28:13] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.006407 10.0.0.23 - - [2025-11-10 02:28:13] "GET /obj-perms HTTP/1.1" 200 5042 0.005203 10.0.0.22 - - [2025-11-10 02:28:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003307 10.0.0.22 - - [2025-11-10 02:28:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003941 10.0.0.22 - - [2025-11-10 02:28:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004802 10.0.0.50 - - [2025-11-10 02:28:13] "GET /obj-perms HTTP/1.1" 200 5042 0.003473 10.0.0.23 - - [2025-11-10 02:28:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004164 10.0.0.22 - - [2025-11-10 02:28:14] "POST /neutron/port HTTP/1.1" 200 1202 0.020871 10.0.0.22 - - [2025-11-10 02:28:14] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007881 10.0.0.22 - - [2025-11-10 02:28:14] "POST /neutron/port HTTP/1.1" 200 1202 0.018485 10.0.0.22 - - [2025-11-10 02:28:14] "GET /virtual-machine/08a2501c-9cc9-46a0-a079-1dbc1a7ee9c5 HTTP/1.1" 200 1297 0.009095 10.0.0.22 - - [2025-11-10 02:28:14] "GET /virtual-machine/08a2501c-9cc9-46a0-a079-1dbc1a7ee9c5 HTTP/1.1" 200 1297 0.016608 10.0.0.22 - - [2025-11-10 02:28:14] "GET /virtual-machine-interface/488aa3a4-31ed-46d3-a2a8-580e3b181328 HTTP/1.1" 200 3168 0.011066 10.0.0.22 - - [2025-11-10 02:28:14] "GET /virtual-machine/08a2501c-9cc9-46a0-a079-1dbc1a7ee9c5 HTTP/1.1" 200 1297 0.004321 10.0.0.22 - - [2025-11-10 02:28:14] "GET /virtual-machine-interface/488aa3a4-31ed-46d3-a2a8-580e3b181328 HTTP/1.1" 200 3168 0.006234 10.0.0.22 - - [2025-11-10 02:28:14] "GET /instance-ip/63c7385b-923b-4e98-a147-d4c8aa05da85 HTTP/1.1" 200 1653 0.006812 10.0.0.22 - - [2025-11-10 02:28:14] "GET /instance-ip/e35224f5-e35b-436f-8e12-8bb8dac21c45 HTTP/1.1" 200 1635 0.007294 10.0.0.22 - - [2025-11-10 02:28:14] "GET /virtual-machine/08a2501c-9cc9-46a0-a079-1dbc1a7ee9c5 HTTP/1.1" 200 1297 0.004709 10.0.0.22 - - [2025-11-10 02:28:14] "GET /virtual-machine-interface/488aa3a4-31ed-46d3-a2a8-580e3b181328 HTTP/1.1" 200 3168 0.007187 10.0.0.22 - - [2025-11-10 02:28:14] "GET /instance-ip/63c7385b-923b-4e98-a147-d4c8aa05da85 HTTP/1.1" 200 1653 0.005841 10.0.0.22 - - [2025-11-10 02:28:14] "GET /instance-ip/e35224f5-e35b-436f-8e12-8bb8dac21c45 HTTP/1.1" 200 1635 0.006172 10.0.0.22 - - [2025-11-10 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.22 - - [2025-11-10 02:28:14] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004680 10.0.0.22 - - [2025-11-10 02:28:14] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004584 10.0.0.22 - - [2025-11-10 02:28:14] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.011533 10.0.0.22 - - [2025-11-10 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004656 10.0.0.22 - - [2025-11-10 02:28:14] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005518 10.0.0.22 - - [2025-11-10 02:28:14] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005381 10.0.0.22 - - [2025-11-10 02:28:14] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006357 10.0.0.22 - - [2025-11-10 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.22 - - [2025-11-10 02:28:14] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005790 10.0.0.22 - - [2025-11-10 02:28:14] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004487 10.0.0.22 - - [2025-11-10 02:28:14] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007800 10.0.0.22 - - [2025-11-10 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005061 10.0.0.22 - - [2025-11-10 02:28:14] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005559 10.0.0.22 - - [2025-11-10 02:28:14] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005797 10.0.0.22 - - [2025-11-10 02:28:15] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.008373 10.0.0.22 - - [2025-11-10 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.22 - - [2025-11-10 02:28:15] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004410 10.0.0.22 - - [2025-11-10 02:28:15] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003596 10.0.0.22 - - [2025-11-10 02:28:15] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005428 10.0.0.22 - - [2025-11-10 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006139 10.0.0.22 - - [2025-11-10 02:28:16] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004239 10.0.0.22 - - [2025-11-10 02:28:16] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003660 10.0.0.22 - - [2025-11-10 02:28:16] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007819 10.0.0.22 - - [2025-11-10 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.22 - - [2025-11-10 02:28:16] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005618 10.0.0.22 - - [2025-11-10 02:28:16] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004856 10.0.0.22 - - [2025-11-10 02:28:16] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.008338 10.0.0.22 - - [2025-11-10 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.22 - - [2025-11-10 02:28:16] "GET /routing-instance/c7fc120a-782c-44d6-81c2-0ca491e7af3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.006943 10.0.0.22 - - [2025-11-10 02:28:16] "GET /route-target/6a43b0c3-4136-4776-bfff-034f33d350c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005039 10.0.0.22 - - [2025-11-10 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.22 - - [2025-11-10 02:28:16] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004210 10.0.0.22 - - [2025-11-10 02:28:16] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003389 10.0.0.22 - - [2025-11-10 02:28:16] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006089 10.0.0.22 - - [2025-11-10 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.22 - - [2025-11-10 02:28:16] "GET /routing-instance/c7fc120a-782c-44d6-81c2-0ca491e7af3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004541 10.0.0.22 - - [2025-11-10 02:28:16] "GET /route-target/6a43b0c3-4136-4776-bfff-034f33d350c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003293 10.0.0.22 - - [2025-11-10 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.22 - - [2025-11-10 02:28:17] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004525 10.0.0.22 - - [2025-11-10 02:28:17] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003819 10.0.0.22 - - [2025-11-10 02:28:17] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.010224 10.0.0.22 - - [2025-11-10 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.22 - - [2025-11-10 02:28:17] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004191 10.0.0.22 - - [2025-11-10 02:28:17] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003279 10.0.0.22 - - [2025-11-10 02:28:17] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006081 10.0.0.22 - - [2025-11-10 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.22 - - [2025-11-10 02:28:17] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004556 10.0.0.22 - - [2025-11-10 02:28:17] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003075 10.0.0.22 - - [2025-11-10 02:28:17] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005562 10.0.0.22 - - [2025-11-10 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.22 - - [2025-11-10 02:28:17] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005074 10.0.0.22 - - [2025-11-10 02:28:17] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003770 10.0.0.22 - - [2025-11-10 02:28:17] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006882 10.0.0.22 - - [2025-11-10 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.22 - - [2025-11-10 02:28:17] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004167 10.0.0.22 - - [2025-11-10 02:28:17] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004040 10.0.0.22 - - [2025-11-10 02:28:17] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007275 10.0.0.22 - - [2025-11-10 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.22 - - [2025-11-10 02:28:17] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004550 10.0.0.22 - - [2025-11-10 02:28:17] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003898 10.0.0.22 - - [2025-11-10 02:28:17] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006867 10.0.0.22 - - [2025-11-10 02:28:17] "GET /obj-perms HTTP/1.1" 200 5042 0.004454 10.0.0.22 - - [2025-11-10 02:28:17] "GET /obj-perms HTTP/1.1" 200 5042 0.004112 10.0.0.23 - - [2025-11-10 02:28:17] "GET /obj-perms HTTP/1.1" 200 5042 0.003932 10.0.0.22 - - [2025-11-10 02:28:17] "GET /obj-perms HTTP/1.1" 200 5042 0.005205 10.0.0.22 - - [2025-11-10 02:28:18] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007020 10.0.0.22 - - [2025-11-10 02:28:18] "POST /neutron/port HTTP/1.1" 200 1199 0.017135 10.0.0.22 - - [2025-11-10 02:28:18] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007513 10.0.0.22 - - [2025-11-10 02:28:18] "GET /virtual-machine/39db419f-747f-40af-82d2-3c88ff1d6345 HTTP/1.1" 200 1297 0.005968 10.0.0.22 - - [2025-11-10 02:28:18] "GET /virtual-machine/39db419f-747f-40af-82d2-3c88ff1d6345 HTTP/1.1" 200 1297 0.004807 10.0.0.22 - - [2025-11-10 02:28:18] "GET /virtual-machine-interface/58d2921b-c722-484b-b375-97351438d776 HTTP/1.1" 200 3168 0.005367 10.0.0.22 - - [2025-11-10 02:28:18] "GET /virtual-machine/39db419f-747f-40af-82d2-3c88ff1d6345 HTTP/1.1" 200 1297 0.004017 10.0.0.22 - - [2025-11-10 02:28:18] "GET /virtual-machine-interface/58d2921b-c722-484b-b375-97351438d776 HTTP/1.1" 200 3168 0.005589 10.0.0.22 - - [2025-11-10 02:28:18] "GET /instance-ip/6612670d-653c-435c-bfce-1ae14e87ff6e HTTP/1.1" 200 1631 0.006258 10.0.0.22 - - [2025-11-10 02:28:18] "GET /instance-ip/fca1c434-f2ec-4865-863c-4e2fd0a471ae HTTP/1.1" 200 1653 0.005959 10.0.0.22 - - [2025-11-10 02:28:18] "GET /virtual-machine/39db419f-747f-40af-82d2-3c88ff1d6345 HTTP/1.1" 200 1297 0.003838 10.0.0.22 - - [2025-11-10 02:28:18] "GET /virtual-machine-interface/58d2921b-c722-484b-b375-97351438d776 HTTP/1.1" 200 3168 0.006909 10.0.0.22 - - [2025-11-10 02:28:18] "GET /instance-ip/6612670d-653c-435c-bfce-1ae14e87ff6e HTTP/1.1" 200 1631 0.004976 10.0.0.22 - - [2025-11-10 02:28:18] "GET /instance-ip/fca1c434-f2ec-4865-863c-4e2fd0a471ae HTTP/1.1" 200 1653 0.003795 10.0.0.22 - - [2025-11-10 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.22 - - [2025-11-10 02:28:18] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004592 10.0.0.22 - - [2025-11-10 02:28:18] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003146 10.0.0.22 - - [2025-11-10 02:28:18] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006631 10.0.0.22 - - [2025-11-10 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.22 - - [2025-11-10 02:28:18] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005802 10.0.0.22 - - [2025-11-10 02:28:18] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004235 10.0.0.22 - - [2025-11-10 02:28:18] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006259 10.0.0.22 - - [2025-11-10 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.22 - - [2025-11-10 02:28:18] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004217 10.0.0.22 - - [2025-11-10 02:28:18] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003644 10.0.0.22 - - [2025-11-10 02:28:18] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005991 10.0.0.22 - - [2025-11-10 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.22 - - [2025-11-10 02:28:18] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004489 10.0.0.22 - - [2025-11-10 02:28:18] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003348 10.0.0.22 - - [2025-11-10 02:28:18] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007239 10.0.0.22 - - [2025-11-10 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.22 - - [2025-11-10 02:28:19] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004364 10.0.0.22 - - [2025-11-10 02:28:19] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003505 10.0.0.22 - - [2025-11-10 02:28:19] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006555 10.0.0.22 - - [2025-11-10 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.22 - - [2025-11-10 02:28:20] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004587 10.0.0.22 - - [2025-11-10 02:28:20] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.007070 10.0.0.22 - - [2025-11-10 02:28:20] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006044 10.0.0.22 - - [2025-11-10 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005031 10.0.0.22 - - [2025-11-10 02:28:20] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004049 10.0.0.22 - - [2025-11-10 02:28:20] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003137 10.0.0.22 - - [2025-11-10 02:28:20] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008143 10.0.0.22 - - [2025-11-10 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006461 10.0.0.22 - - [2025-11-10 02:28:20] "GET /routing-instance/08edd88f-ca10-487c-873a-1f886a6e75b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.009208 10.0.0.22 - - [2025-11-10 02:28:20] "GET /route-target/7fda2d23-4f37-4e82-9975-6959f1c932b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004883 10.0.0.22 - - [2025-11-10 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.22 - - [2025-11-10 02:28:20] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004212 10.0.0.22 - - [2025-11-10 02:28:20] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003535 10.0.0.22 - - [2025-11-10 02:28:20] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006021 10.0.0.22 - - [2025-11-10 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.22 - - [2025-11-10 02:28:20] "GET /routing-instance/08edd88f-ca10-487c-873a-1f886a6e75b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.006392 10.0.0.22 - - [2025-11-10 02:28:20] "GET /route-target/7fda2d23-4f37-4e82-9975-6959f1c932b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004130 10.0.0.22 - - [2025-11-10 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.22 - - [2025-11-10 02:28:20] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005203 10.0.0.22 - - [2025-11-10 02:28:20] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003096 10.0.0.22 - - [2025-11-10 02:28:21] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005927 10.0.0.22 - - [2025-11-10 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.22 - - [2025-11-10 02:28:21] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003983 10.0.0.22 - - [2025-11-10 02:28:21] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003597 10.0.0.22 - - [2025-11-10 02:28:21] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005870 10.0.0.22 - - [2025-11-10 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.22 - - [2025-11-10 02:28:21] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005026 10.0.0.22 - - [2025-11-10 02:28:21] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006862 10.0.0.22 - - [2025-11-10 02:28:21] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007226 10.0.0.22 - - [2025-11-10 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.22 - - [2025-11-10 02:28:21] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004859 10.0.0.22 - - [2025-11-10 02:28:21] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004088 10.0.0.22 - - [2025-11-10 02:28:21] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.010466 10.0.0.22 - - [2025-11-10 02:28:21] "GET /obj-perms HTTP/1.1" 200 5042 0.004995 10.0.0.23 - - [2025-11-10 02:28:21] "GET /obj-perms HTTP/1.1" 200 5042 0.004385 10.0.0.22 - - [2025-11-10 02:28:21] "GET /obj-perms HTTP/1.1" 200 5042 0.004238 10.0.0.50 - - [2025-11-10 02:28:21] "GET /obj-perms HTTP/1.1" 200 5042 0.004312 10.0.0.22 - - [2025-11-10 02:28:21] "GET /obj-perms HTTP/1.1" 200 5042 0.003907 10.0.0.22 - - [2025-11-10 02:28:21] "GET /virtual-machine/7c2e3b6f-638d-4cf0-b6c6-9b6166dcbbcb HTTP/1.1" 200 1298 0.005110 10.0.0.22 - - [2025-11-10 02:28:21] "GET /virtual-machine-interface/e94fc3d8-b176-419e-a3cf-454ffa9e2e9e HTTP/1.1" 200 3169 0.005834 10.0.0.22 - - [2025-11-10 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.22 - - [2025-11-10 02:28:21] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003965 10.0.0.22 - - [2025-11-10 02:28:21] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002918 10.0.0.22 - - [2025-11-10 02:28:21] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.006530 10.0.0.22 - - [2025-11-10 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005055 10.0.0.22 - - [2025-11-10 02:28:23] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005581 10.0.0.22 - - [2025-11-10 02:28:23] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004118 10.0.0.22 - - [2025-11-10 02:28:23] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.008003 10.0.0.22 - - [2025-11-10 02:28:23] "POST /neutron/port HTTP/1.1" 200 1198 0.015667 10.0.0.22 - - [2025-11-10 02:28:24] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006795 10.0.0.22 - - [2025-11-10 02:28:28] "POST /neutron/port HTTP/1.1" 200 1198 0.024252 10.0.0.22 - - [2025-11-10 02:28:33] "GET /virtual-machine/08a2501c-9cc9-46a0-a079-1dbc1a7ee9c5 HTTP/1.1" 200 1297 0.004745 10.0.0.22 - - [2025-11-10 02:28:33] "GET /virtual-machine-interface/488aa3a4-31ed-46d3-a2a8-580e3b181328 HTTP/1.1" 200 3168 0.006937 10.0.0.22 - - [2025-11-10 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.22 - - [2025-11-10 02:28:33] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004284 10.0.0.22 - - [2025-11-10 02:28:33] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003173 10.0.0.22 - - [2025-11-10 02:28:33] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006561 10.0.0.22 - - [2025-11-10 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.22 - - [2025-11-10 02:28:34] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004346 10.0.0.22 - - [2025-11-10 02:28:34] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004150 10.0.0.22 - - [2025-11-10 02:28:34] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006148 10.0.0.22 - - [2025-11-10 02:28:34] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007893 10.0.0.50 - - [2025-11-10 02:28:35] "GET /obj-perms HTTP/1.1" 200 5056 0.050028 10.0.0.23 - - [2025-11-10 02:28:35] "GET /obj-perms HTTP/1.1" 200 5056 0.052108 10.0.0.22 - - [2025-11-10 02:28:40] "GET /virtual-machine/39db419f-747f-40af-82d2-3c88ff1d6345 HTTP/1.1" 200 1297 0.004584 10.0.0.22 - - [2025-11-10 02:28:40] "GET /virtual-machine-interface/58d2921b-c722-484b-b375-97351438d776 HTTP/1.1" 200 3168 0.005774 10.0.0.22 - - [2025-11-10 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.22 - - [2025-11-10 02:28:40] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003749 10.0.0.22 - - [2025-11-10 02:28:40] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003047 10.0.0.22 - - [2025-11-10 02:28:40] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008372 10.0.0.22 - - [2025-11-10 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.22 - - [2025-11-10 02:28:41] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004090 10.0.0.22 - - [2025-11-10 02:28:41] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003088 10.0.0.22 - - [2025-11-10 02:28:41] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006061 10.0.0.22 - - [2025-11-10 02:28:57] "GET /virtual-machine/39db419f-747f-40af-82d2-3c88ff1d6345 HTTP/1.1" 200 1297 0.004269 10.0.0.22 - - [2025-11-10 02:28:58] "POST /neutron/port HTTP/1.1" 200 151 0.262741 10.0.0.22 - - [2025-11-10 02:28:59] "GET /virtual-machine/39db419f-747f-40af-82d2-3c88ff1d6345 HTTP/1.1" 404 171 0.003565 10.0.0.22 - - [2025-11-10 02:28:59] "GET /virtual-machine/39db419f-747f-40af-82d2-3c88ff1d6345 HTTP/1.1" 404 171 0.003223 10.0.0.22 - - [2025-11-10 02:28:59] "GET /virtual-machine/39db419f-747f-40af-82d2-3c88ff1d6345 HTTP/1.1" 404 171 0.003417 10.0.0.22 - - [2025-11-10 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.22 - - [2025-11-10 02:28:59] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003464 10.0.0.22 - - [2025-11-10 02:28:59] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003163 10.0.0.22 - - [2025-11-10 02:28:59] "GET /virtual-network/1ab735f1-d5d9-45cd-ad45-01cb1c8a129b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.015714 10.0.0.22 - - [2025-11-10 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005294 10.0.0.22 - - [2025-11-10 02:28:59] "GET /routing-instance/08edd88f-ca10-487c-873a-1f886a6e75b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005265 10.0.0.22 - - [2025-11-10 02:28:59] "GET /route-target/7fda2d23-4f37-4e82-9975-6959f1c932b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005026 10.0.0.22 - - [2025-11-10 02:29:02] "GET /obj-perms HTTP/1.1" 200 5042 0.003863 10.0.0.50 - - [2025-11-10 02:29:03] "GET /obj-perms HTTP/1.1" 200 5042 0.004653 10.0.0.22 - - [2025-11-10 02:29:03] "GET /virtual-machine/08a2501c-9cc9-46a0-a079-1dbc1a7ee9c5 HTTP/1.1" 200 1297 0.005300 10.0.0.22 - - [2025-11-10 02:29:03] "POST /neutron/port HTTP/1.1" 200 151 0.222050 10.0.0.22 - - [2025-11-10 02:29:05] "GET /virtual-machine/08a2501c-9cc9-46a0-a079-1dbc1a7ee9c5 HTTP/1.1" 404 171 0.003592 10.0.0.22 - - [2025-11-10 02:29:05] "GET /virtual-machine/08a2501c-9cc9-46a0-a079-1dbc1a7ee9c5 HTTP/1.1" 404 171 0.002764 10.0.0.22 - - [2025-11-10 02:29:05] "GET /virtual-machine/08a2501c-9cc9-46a0-a079-1dbc1a7ee9c5 HTTP/1.1" 404 171 0.002696 10.0.0.22 - - [2025-11-10 02:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.22 - - [2025-11-10 02:29:05] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003927 10.0.0.22 - - [2025-11-10 02:29:05] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003038 10.0.0.22 - - [2025-11-10 02:29:05] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005773 10.0.0.22 - - [2025-11-10 02:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.22 - - [2025-11-10 02:29:05] "GET /routing-instance/c7fc120a-782c-44d6-81c2-0ca491e7af3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004482 10.0.0.22 - - [2025-11-10 02:29:05] "GET /route-target/6a43b0c3-4136-4776-bfff-034f33d350c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004055 10.0.0.22 - - [2025-11-10 02:29:05] "GET /obj-perms HTTP/1.1" 200 5042 0.004346 10.0.0.22 - - [2025-11-10 02:29:08] "GET /obj-perms HTTP/1.1" 200 5042 0.004022 10.0.0.22 - - [2025-11-10 02:29:14] "GET /obj-perms HTTP/1.1" 200 5042 0.004567 10.0.0.22 - - [2025-11-10 02:29:17] "GET /obj-perms HTTP/1.1" 200 5042 0.003695 10.0.0.22 - - [2025-11-10 02:29:24] "GET /obj-perms HTTP/1.1" 200 5042 0.003570 10.0.0.22 - - [2025-11-10 02:29:27] "GET /obj-perms HTTP/1.1" 200 5042 0.004068 10.0.0.22 - - [2025-11-10 02:29:27] "GET /virtual-machine/7c2e3b6f-638d-4cf0-b6c6-9b6166dcbbcb HTTP/1.1" 200 1298 0.007101 10.0.0.22 - - [2025-11-10 02:29:28] "POST /neutron/port HTTP/1.1" 200 151 0.263577 10.0.0.22 - - [2025-11-10 02:29:29] "GET /virtual-machine/7c2e3b6f-638d-4cf0-b6c6-9b6166dcbbcb HTTP/1.1" 404 171 0.003570 10.0.0.22 - - [2025-11-10 02:29:29] "GET /virtual-machine/7c2e3b6f-638d-4cf0-b6c6-9b6166dcbbcb HTTP/1.1" 404 171 0.003204 10.0.0.22 - - [2025-11-10 02:29:29] "GET /virtual-machine/7c2e3b6f-638d-4cf0-b6c6-9b6166dcbbcb HTTP/1.1" 404 171 0.002395 10.0.0.22 - - [2025-11-10 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.22 - - [2025-11-10 02:29:29] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004130 10.0.0.22 - - [2025-11-10 02:29:29] "GET /virtual-networks?parent_id=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003722 10.0.0.22 - - [2025-11-10 02:29:29] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.006451 10.0.0.22 - - [2025-11-10 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.22 - - [2025-11-10 02:29:29] "GET /routing-instance/bb18510a-c128-436e-a6a3-c8ba94d10256?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004194 10.0.0.22 - - [2025-11-10 02:29:29] "GET /route-target/1d780a78-bffc-4283-b284-9e356481615f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004743 10.0.0.22 - - [2025-11-10 02:29:29] "GET /obj-perms HTTP/1.1" 200 5042 0.003995 10.0.0.50 - - [2025-11-10 02:29:32] "GET /obj-perms HTTP/1.1" 200 5042 0.003743 10.0.0.22 - - [2025-11-10 02:29:32] "GET /obj-perms HTTP/1.1" 200 5042 0.003903 10.0.0.23 - - [2025-11-10 02:29:32] "GET /obj-perms HTTP/1.1" 200 5042 0.003854 10.0.0.22 - - [2025-11-10 02:29:33] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007025 10.0.0.22 - - [2025-11-10 02:29:33] "POST /neutron/network HTTP/1.1" 200 1015 0.027039 10.0.0.22 - - [2025-11-10 02:29:33] "GET /virtual-network/a40128c2-de0e-4f48-91e8-5cf0e838360c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005707 10.0.0.22 - - [2025-11-10 02:29:33] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3238 0.006268 10.0.0.50 - - [2025-11-10 02:29:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.007291 10.0.0.50 - - [2025-11-10 02:29:33] "DELETE /access-control-list/3700c658-38cd-4b01-9a8c-e844d2812b03 HTTP/1.1" 200 115 0.033417 10.0.0.22 - - [2025-11-10 02:29:33] "POST /neutron/network HTTP/1.1" 200 1011 0.018484 10.0.0.22 - - [2025-11-10 02:29:33] "GET /virtual-network/b2dac942-cdf9-4ad1-9c11-da92a4fd4957?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.019131 10.0.0.22 - - [2025-11-10 02:29:33] "DELETE /network-policy/f039404e-146c-47ad-8fbc-a79169aad2b1 HTTP/1.1" 200 115 0.066853 10.0.0.22 - - [2025-11-10 02:29:33] "DELETE /network-policy/0a7f1a55-8aaf-4a81-a41b-3e1782c41fbb HTTP/1.1" 200 115 0.052754 10.0.0.22 - - [2025-11-10 02:29:33] "DELETE /network-policy/5f8b24a7-511f-4f0e-ae3c-2a6cdcad8205 HTTP/1.1" 200 115 0.048759 10.0.0.50 - - [2025-11-10 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.22 - - [2025-11-10 02:29:34] "POST /neutron/network HTTP/1.1" 200 1015 0.009628 10.0.0.50 - - [2025-11-10 02:29:34] "DELETE /route-target/6a43b0c3-4136-4776-bfff-034f33d350c6 HTTP/1.1" 200 115 0.032623 10.0.0.23 - - [2025-11-10 02:29:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003325 10.0.0.23 - - [2025-11-10 02:29:34] "POST /useragent-kv HTTP/1.1" 200 115 0.006641 10.0.0.23 - - [2025-11-10 02:29:34] "POST /useragent-kv HTTP/1.1" 200 115 0.013998 10.0.0.23 - - [2025-11-10 02:29:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005662 10.0.0.22 - - [2025-11-10 02:29:34] "POST /neutron/network HTTP/1.1" 200 151 0.213274 10.0.0.22 - - [2025-11-10 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.22 - - [2025-11-10 02:29:35] "DELETE /network-ipam/ad40eb50-5413-4387-a665-1171017f29c7 HTTP/1.1" 200 115 0.040990 10.0.0.22 - - [2025-11-10 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 203 0.004087 10.0.0.22 - - [2025-11-10 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.22 - - [2025-11-10 02:29:35] "DELETE /network-ipam/6606ef49-afc7-4970-abf8-1728648178c0 HTTP/1.1" 200 115 0.040528 10.0.0.22 - - [2025-11-10 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 203 0.004146 10.0.0.22 - - [2025-11-10 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.22 - - [2025-11-10 02:29:35] "DELETE /network-ipam/64782905-3486-4143-998f-743eb823d50b HTTP/1.1" 200 115 0.039672 10.0.0.22 - - [2025-11-10 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 203 0.003836 10.0.0.23 - - [2025-11-10 02:29:38] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001249 10.0.0.22 - - [2025-11-10 02:29:38] "GET /project/d97d1beb-aac8-49e2-b619-b324983025a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.066766 10.0.0.23 - - [2025-11-10 02:29:38] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001139 10.0.0.22 - - [2025-11-10 02:29:38] "GET /project/d97d1beb-aac8-49e2-b619-b324983025a4?fields=virtual_networks HTTP/1.1" 200 1045 0.039903 10.0.0.23 - - [2025-11-10 02:29:38] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001111 10.0.0.22 - - [2025-11-10 02:29:38] "GET /project/d97d1beb-aac8-49e2-b619-b324983025a4?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.050402 10.0.0.23 - - [2025-11-10 02:29:38] "GET /projects?obj_uuids=d97d1beb-aac8-49e2-b619-b324983025a4&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001030 10.0.0.22 - - [2025-11-10 02:29:38] "GET /project/d97d1beb-aac8-49e2-b619-b324983025a4?fields=security_groups HTTP/1.1" 200 1277 0.045724 10.0.0.22 - - [2025-11-10 02:29:39] "POST /fqname-to-id HTTP/1.1" 404 190 0.029506 10.0.0.23 - - [2025-11-10 02:29:39] "GET /projects?obj_uuids=cae26211-9f37-4119-bb52-9b8f6e9b731c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003342 10.0.0.23 - - [2025-11-10 02:29:39] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001428 10.0.0.23 - - [2025-11-10 02:29:39] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009717 10.0.0.23 - - [2025-11-10 02:29:39] "POST /id-to-fqname HTTP/1.1" 200 192 0.003824 10.0.0.23 - - [2025-11-10 02:29:39] "POST /fqname-to-id HTTP/1.1" 404 201 0.004418 10.0.0.23 - - [2025-11-10 02:29:39] "POST /security-groups HTTP/1.1" 200 593 0.034782 10.0.0.50 - - [2025-11-10 02:29:39] "POST /fqname-to-id HTTP/1.1" 404 236 0.005225 10.0.0.23 - - [2025-11-10 02:29:39] "POST /projects HTTP/1.1" 200 589 0.258953 10.0.0.23 - - [2025-11-10 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.335431 10.0.0.50 - - [2025-11-10 02:29:39] "POST /access-control-lists HTTP/1.1" 200 596 0.034973 10.0.0.22 - - [2025-11-10 02:29:39] "GET /project/cae26211-9f37-4119-bb52-9b8f6e9b731c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.469058 10.0.0.22 - - [2025-11-10 02:29:40] "GET / HTTP/1.1" 200 35931 0.001549 10.0.0.22 - - [2025-11-10 02:29:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.22 - - [2025-11-10 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.059451 10.0.0.23 - - [2025-11-10 02:29:43] "GET /projects?obj_uuids=cae26211-9f37-4119-bb52-9b8f6e9b731c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000911 10.0.0.22 - - [2025-11-10 02:29:43] "GET /project/cae26211-9f37-4119-bb52-9b8f6e9b731c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.040615 10.0.0.23 - - [2025-11-10 02:29:43] "POST /useragent-kv HTTP/1.1" 200 115 0.013209 10.0.0.22 - - [2025-11-10 02:29:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.247656 10.0.0.22 - - [2025-11-10 02:29:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.002448 10.0.0.22 - - [2025-11-10 02:29:43] "GET /virtual-network/8aec26ea-fc4a-49dd-8d50-c4927971d150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007213 10.0.0.22 - - [2025-11-10 02:29:43] "GET /virtual-network/8aec26ea-fc4a-49dd-8d50-c4927971d150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008202 10.0.0.22 - - [2025-11-10 02:29:43] "POST /neutron/network HTTP/1.1" 200 824 0.010528 10.0.0.22 - - [2025-11-10 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.23 - - [2025-11-10 02:29:43] "GET /projects?obj_uuids=cae26211-9f37-4119-bb52-9b8f6e9b731c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.22 - - [2025-11-10 02:29:43] "GET /project/cae26211-9f37-4119-bb52-9b8f6e9b731c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.049853 10.0.0.23 - - [2025-11-10 02:29:43] "GET /projects?obj_uuids=cae26211-9f37-4119-bb52-9b8f6e9b731c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001458 10.0.0.22 - - [2025-11-10 02:29:44] "POST /neutron/network HTTP/1.1" 200 607 0.134031 10.0.0.50 - - [2025-11-10 02:29:44] "POST /route-targets HTTP/1.1" 200 327 0.016805 10.0.0.22 - - [2025-11-10 02:29:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.003750 10.0.0.22 - - [2025-11-10 02:29:44] "GET /virtual-network/c40bf735-646b-4672-bf18-5926cc499a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006809 10.0.0.22 - - [2025-11-10 02:29:44] "POST /neutron/network HTTP/1.1" 200 823 0.006599 10.0.0.22 - - [2025-11-10 02:29:44] "GET /virtual-network/c40bf735-646b-4672-bf18-5926cc499a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005881 10.0.0.22 - - [2025-11-10 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 228 0.003171 10.0.0.22 - - [2025-11-10 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.23 - - [2025-11-10 02:29:44] "GET /projects?obj_uuids=cae26211-9f37-4119-bb52-9b8f6e9b731c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001378 10.0.0.22 - - [2025-11-10 02:29:44] "GET /project/cae26211-9f37-4119-bb52-9b8f6e9b731c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.066901 10.0.0.22 - - [2025-11-10 02:29:44] "POST /network-policys HTTP/1.1" 200 571 0.033676 10.0.0.22 - - [2025-11-10 02:29:44] "GET /network-policy/4a1cba54-3631-490c-a2a7-3a2622d020b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006473 10.0.0.22 - - [2025-11-10 02:29:44] "POST /neutron/network HTTP/1.1" 200 824 0.007275 10.0.0.22 - - [2025-11-10 02:29:44] "GET /virtual-network/8aec26ea-fc4a-49dd-8d50-c4927971d150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.008312 10.0.0.22 - - [2025-11-10 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008149 10.0.0.50 - - [2025-11-10 02:29:44] "POST /access-control-lists HTTP/1.1" 200 590 0.093170 10.0.0.22 - - [2025-11-10 02:29:44] "GET /network-policy/4a1cba54-3631-490c-a2a7-3a2622d020b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003661 10.0.0.22 - - [2025-11-10 02:29:44] "POST /neutron/network HTTP/1.1" 200 823 0.006921 10.0.0.50 - - [2025-11-10 02:29:45] "POST /ref-update HTTP/1.1" 200 156 0.041019 10.0.0.22 - - [2025-11-10 02:29:45] "GET /virtual-network/c40bf735-646b-4672-bf18-5926cc499a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.015450 10.0.0.22 - - [2025-11-10 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006450 10.0.0.22 - - [2025-11-10 02:29:45] "GET /network-policy/4a1cba54-3631-490c-a2a7-3a2622d020b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.007944 10.0.0.22 - - [2025-11-10 02:29:45] "GET /virtual-network/8aec26ea-fc4a-49dd-8d50-c4927971d150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.008404 10.0.0.50 - - [2025-11-10 02:29:46] "GET /obj-perms HTTP/1.1" 200 5034 0.079848 10.0.0.22 - - [2025-11-10 02:29:47] "GET /virtual-network/c40bf735-646b-4672-bf18-5926cc499a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005702 10.0.0.22 - - [2025-11-10 02:29:47] "GET /obj-perms HTTP/1.1" 200 5034 0.049469 10.0.0.22 - - [2025-11-10 02:29:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001353 10.0.0.22 - - [2025-11-10 02:29:48] "POST /neutron/network HTTP/1.1" 200 936 0.007607 10.0.0.23 - - [2025-11-10 02:29:48] "GET /projects?obj_uuids=cae26211-9f37-4119-bb52-9b8f6e9b731c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001668 10.0.0.22 - - [2025-11-10 02:29:48] "GET /project/cae26211-9f37-4119-bb52-9b8f6e9b731c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.068677 10.0.0.22 - - [2025-11-10 02:29:49] "POST /neutron/port HTTP/1.1" 200 117 0.007937 10.0.0.22 - - [2025-11-10 02:29:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001851 10.0.0.22 - - [2025-11-10 02:29:49] "POST /neutron/network HTTP/1.1" 200 936 0.007267 10.0.0.22 - - [2025-11-10 02:29:49] "POST /neutron/port HTTP/1.1" 200 1060 0.022413 10.0.0.23 - - [2025-11-10 02:29:49] "GET /projects?obj_uuids=cae26211-9f37-4119-bb52-9b8f6e9b731c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000962 10.0.0.22 - - [2025-11-10 02:29:50] "GET /project/cae26211-9f37-4119-bb52-9b8f6e9b731c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.089264 10.0.0.22 - - [2025-11-10 02:29:50] "POST /neutron/port HTTP/1.1" 200 1088 0.023613 10.0.0.22 - - [2025-11-10 02:29:50] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.22 - - [2025-11-10 02:29:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008958 10.0.0.22 - - [2025-11-10 02:29:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008808 10.0.0.22 - - [2025-11-10 02:29:51] "POST /neutron/port HTTP/1.1" 200 1059 0.033064 10.0.0.22 - - [2025-11-10 02:29:51] "POST /neutron/port HTTP/1.1" 200 1087 0.015409 10.0.0.22 - - [2025-11-10 02:29:51] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.22 - - [2025-11-10 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008318 10.0.0.22 - - [2025-11-10 02:29:55] "POST /neutron/port HTTP/1.1" 200 1088 0.014914 10.0.0.22 - - [2025-11-10 02:29:55] "GET /virtual-machine/d8e4db14-80c3-484c-a642-6b1c566722b3 HTTP/1.1" 401 292 0.000460 10.0.0.22 - - [2025-11-10 02:29:56] "GET /virtual-machine/d8e4db14-80c3-484c-a642-6b1c566722b3 HTTP/1.1" 200 1295 0.031722 10.0.0.22 - - [2025-11-10 02:29:56] "GET /virtual-machine-interface/5e3740e7-d83a-4c37-928f-154e27d80514 HTTP/1.1" 200 2951 0.005712 10.0.0.22 - - [2025-11-10 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.22 - - [2025-11-10 02:29:56] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003581 10.0.0.22 - - [2025-11-10 02:29:56] "GET /virtual-networks?parent_id=cae26211-9f37-4119-bb52-9b8f6e9b731c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002924 10.0.0.22 - - [2025-11-10 02:29:56] "GET /virtual-network/8aec26ea-fc4a-49dd-8d50-c4927971d150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006277 10.0.0.22 - - [2025-11-10 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.22 - - [2025-11-10 02:29:59] "GET /virtual-network/8aec26ea-fc4a-49dd-8d50-c4927971d150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005543 10.0.0.22 - - [2025-11-10 02:30:00] "POST /neutron/port HTTP/1.1" 200 1088 0.054693 10.0.0.22 - - [2025-11-10 02:30:00] "POST /neutron/subnet HTTP/1.1" 200 689 0.010551 10.0.0.22 - - [2025-11-10 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.22 - - [2025-11-10 02:30:03] "GET /virtual-network/8aec26ea-fc4a-49dd-8d50-c4927971d150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005762 10.0.0.22 - - [2025-11-10 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.22 - - [2025-11-10 02:30:07] "GET /virtual-network/8aec26ea-fc4a-49dd-8d50-c4927971d150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006156 10.0.0.22 - - [2025-11-10 02:30:09] "POST /neutron/port HTTP/1.1" 200 1087 0.048836 10.0.0.22 - - [2025-11-10 02:30:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004564 10.0.0.22 - - [2025-11-10 02:30:09] "POST /neutron/network HTTP/1.1" 200 925 0.007340 10.0.0.22 - - [2025-11-10 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.22 - - [2025-11-10 02:30:11] "GET /virtual-network/8aec26ea-fc4a-49dd-8d50-c4927971d150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005781 10.0.0.50 - - [2025-11-10 02:30:12] "DELETE /access-control-list/1e226088-f118-4ac7-aae0-6411d147662c HTTP/1.1" 200 115 0.039412 10.0.0.22 - - [2025-11-10 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.22 - - [2025-11-10 02:30:15] "GET /virtual-network/8aec26ea-fc4a-49dd-8d50-c4927971d150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005937 10.0.0.22 - - [2025-11-10 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.22 - - [2025-11-10 02:30:19] "GET /virtual-network/8aec26ea-fc4a-49dd-8d50-c4927971d150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004984 10.0.0.22 - - [2025-11-10 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.22 - - [2025-11-10 02:30:23] "GET /virtual-network/8aec26ea-fc4a-49dd-8d50-c4927971d150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006151 10.0.0.23 - - [2025-11-10 02:30:25] "DELETE /project/d97d1beb-aac8-49e2-b619-b324983025a4 HTTP/1.1" 404 177 0.004197 10.0.0.23 - - [2025-11-10 02:30:25] "DELETE /project/cae262119f374119bb529b8f6e9b731c HTTP/1.1" 404 173 0.003700 10.0.0.22 - - [2025-11-10 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.22 - - [2025-11-10 02:30:28] "GET /virtual-network/8aec26ea-fc4a-49dd-8d50-c4927971d150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005488 10.0.0.22 - - [2025-11-10 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018 10.0.0.22 - - [2025-11-10 02:30:30] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005624 10.0.0.22 - - [2025-11-10 02:30:30] "GET /virtual-networks?parent_id=cae26211-9f37-4119-bb52-9b8f6e9b731c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005060 10.0.0.22 - - [2025-11-10 02:30:30] "GET /virtual-network/8aec26ea-fc4a-49dd-8d50-c4927971d150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.007941 10.0.0.22 - - [2025-11-10 02:30:35] "POST /neutron/port HTTP/1.1" 200 1088 0.020858 10.0.0.23 - - [2025-11-10 02:30:36] "GET /obj-perms HTTP/1.1" 200 5056 0.068637 10.0.0.22 - - [2025-11-10 02:30:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.294232 10.0.0.22 - - [2025-11-10 02:30:45] "POST /neutron/port HTTP/1.1" 200 1087 0.016738 10.0.0.22 - - [2025-11-10 02:30:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010386 10.0.0.22 - - [2025-11-10 02:30:46] "GET /virtual-machine/83f39350-a14a-416d-8c6c-b069ad5fce94 HTTP/1.1" 200 1294 0.009919 10.0.0.22 - - [2025-11-10 02:30:46] "GET /virtual-machine-interface/a32cf8da-80a5-45da-88ee-f7e0d320e2cf HTTP/1.1" 200 2951 0.006832 10.0.0.22 - - [2025-11-10 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004900 10.0.0.22 - - [2025-11-10 02:30:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005045 10.0.0.22 - - [2025-11-10 02:30:46] "GET /virtual-networks?parent_id=cae26211-9f37-4119-bb52-9b8f6e9b731c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004249 10.0.0.22 - - [2025-11-10 02:30:46] "GET /virtual-network/c40bf735-646b-4672-bf18-5926cc499a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.007613 10.0.0.22 - - [2025-11-10 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.22 - - [2025-11-10 02:30:47] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003968 10.0.0.22 - - [2025-11-10 02:30:47] "GET /virtual-networks?parent_id=cae26211-9f37-4119-bb52-9b8f6e9b731c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004297 10.0.0.22 - - [2025-11-10 02:30:47] "GET /virtual-network/c40bf735-646b-4672-bf18-5926cc499a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005995 10.0.0.22 - - [2025-11-10 02:30:47] "POST /neutron/port HTTP/1.1" 200 1087 0.017432 10.0.0.22 - - [2025-11-10 02:30:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007669 10.0.0.22 - - [2025-11-10 02:31:01] "POST /neutron/port HTTP/1.1" 200 1088 0.017294 10.0.0.22 - - [2025-11-10 02:31:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004573 10.0.0.22 - - [2025-11-10 02:31:01] "POST /neutron/network HTTP/1.1" 200 926 0.009009 10.0.0.22 - - [2025-11-10 02:31:10] "POST /neutron/network HTTP/1.1" 200 935 0.007086 10.0.0.22 - - [2025-11-10 02:31:10] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.23 - - [2025-11-10 02:31:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2025-11-10 02:31:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2025-11-10 02:31:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2025-11-10 02:31:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000974 10.0.0.50 - - [2025-11-10 02:31:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.50 - - [2025-11-10 02:31:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.50 - - [2025-11-10 02:31:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.50 - - [2025-11-10 02:31:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.22 - - [2025-11-10 02:31:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.22 - - [2025-11-10 02:31:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.22 - - [2025-11-10 02:31:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.22 - - [2025-11-10 02:31:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.22 - - [2025-11-10 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.23 - - [2025-11-10 02:31:42] "GET /projects?obj_uuids=cae26211-9f37-4119-bb52-9b8f6e9b731c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001563 10.0.0.22 - - [2025-11-10 02:31:42] "GET /project/cae26211-9f37-4119-bb52-9b8f6e9b731c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.042913 10.0.0.22 - - [2025-11-10 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.22 - - [2025-11-10 02:31:43] "PUT /network-policy/4a1cba54-3631-490c-a2a7-3a2622d020b7 HTTP/1.1" 200 262 0.014937 10.0.0.50 - - [2025-11-10 02:31:43] "POST /ref-update HTTP/1.1" 200 156 0.026729 10.0.0.22 - - [2025-11-10 02:31:46] "GET /virtual-network/c40bf735-646b-4672-bf18-5926cc499a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005595 10.0.0.22 - - [2025-11-10 02:31:46] "POST /neutron/network HTTP/1.1" 200 823 0.100074 10.0.0.50 - - [2025-11-10 02:31:46] "DELETE /access-control-list/0e7c0d67-7dd6-4c4e-809f-712f1cf8a7e3 HTTP/1.1" 200 115 0.061110 10.0.0.22 - - [2025-11-10 02:31:46] "GET /virtual-network/c40bf735-646b-4672-bf18-5926cc499a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006154 10.0.0.22 - - [2025-11-10 02:31:46] "GET /virtual-network/8aec26ea-fc4a-49dd-8d50-c4927971d150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005915 10.0.0.22 - - [2025-11-10 02:31:46] "POST /neutron/network HTTP/1.1" 200 824 0.080183 10.0.0.22 - - [2025-11-10 02:31:47] "GET /virtual-network/8aec26ea-fc4a-49dd-8d50-c4927971d150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.033747 10.0.0.22 - - [2025-11-10 02:31:47] "DELETE /network-policy/4a1cba54-3631-490c-a2a7-3a2622d020b7 HTTP/1.1" 200 115 0.039795 10.0.0.22 - - [2025-11-10 02:31:47] "POST /neutron/network HTTP/1.1" 400 204 0.012345 10.0.0.22 - - [2025-11-10 02:31:47] "POST /neutron/port HTTP/1.1" 200 1088 0.020673 10.0.0.22 - - [2025-11-10 02:31:47] "POST /neutron/port HTTP/1.1" 200 151 0.238104 10.0.0.50 - - [2025-11-10 02:31:49] "DELETE /route-target/c43e13e7-a188-4c83-9999-102cc6d6a6b6 HTTP/1.1" 200 115 0.026523 10.0.0.22 - - [2025-11-10 02:31:49] "POST /neutron/network HTTP/1.1" 200 824 0.007124 10.0.0.23 - - [2025-11-10 02:31:51] "GET /projects?obj_uuids=cae26211-9f37-4119-bb52-9b8f6e9b731c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001093 10.0.0.22 - - [2025-11-10 02:31:51] "GET /project/cae26211-9f37-4119-bb52-9b8f6e9b731c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.051767 10.0.0.23 - - [2025-11-10 02:31:51] "GET /projects?obj_uuids=cae26211-9f37-4119-bb52-9b8f6e9b731c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001459 10.0.0.22 - - [2025-11-10 02:31:51] "GET /project/cae26211-9f37-4119-bb52-9b8f6e9b731c?fields=virtual_networks HTTP/1.1" 200 1037 0.083484 10.0.0.23 - - [2025-11-10 02:31:51] "GET /projects?obj_uuids=cae26211-9f37-4119-bb52-9b8f6e9b731c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001111 10.0.0.22 - - [2025-11-10 02:31:51] "GET /project/cae26211-9f37-4119-bb52-9b8f6e9b731c?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.049472 10.0.0.23 - - [2025-11-10 02:31:51] "GET /projects?obj_uuids=cae26211-9f37-4119-bb52-9b8f6e9b731c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001494 10.0.0.22 - - [2025-11-10 02:31:51] "GET /project/cae26211-9f37-4119-bb52-9b8f6e9b731c?fields=security_groups HTTP/1.1" 200 1265 0.054478 10.0.0.22 - - [2025-11-10 02:31:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.032067 10.0.0.23 - - [2025-11-10 02:31:52] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003649 10.0.0.23 - - [2025-11-10 02:31:52] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001357 10.0.0.23 - - [2025-11-10 02:31:52] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007209 10.0.0.23 - - [2025-11-10 02:31:52] "POST /id-to-fqname HTTP/1.1" 200 202 0.002454 10.0.0.23 - - [2025-11-10 02:31:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.010611 10.0.0.23 - - [2025-11-10 02:31:52] "POST /security-groups HTTP/1.1" 200 603 0.078367 10.0.0.50 - - [2025-11-10 02:31:52] "POST /fqname-to-id HTTP/1.1" 404 246 0.009912 10.0.0.23 - - [2025-11-10 02:31:52] "POST /projects HTTP/1.1" 200 609 0.316596 10.0.0.23 - - [2025-11-10 02:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.391489 10.0.0.50 - - [2025-11-10 02:31:52] "POST /access-control-lists HTTP/1.1" 200 606 0.041895 10.0.0.22 - - [2025-11-10 02:31:52] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.552152 10.0.0.22 - - [2025-11-10 02:31:54] "GET / HTTP/1.1" 200 35931 0.004359 10.0.0.22 - - [2025-11-10 02:31:57] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2025-11-10 02:31:58] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001575 10.0.0.22 - - [2025-11-10 02:31:58] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.076652 10.0.0.22 - - [2025-11-10 02:31:58] "GET / HTTP/1.1" 200 35931 0.001700 10.0.0.22 - - [2025-11-10 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.23 - - [2025-11-10 02:31:58] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.22 - - [2025-11-10 02:31:58] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007485 10.0.0.22 - - [2025-11-10 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.23 - - [2025-11-10 02:31:59] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.22 - - [2025-11-10 02:31:59] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050903 10.0.0.22 - - [2025-11-10 02:32:00] "GET /domains HTTP/1.1" 401 292 0.000418 10.0.0.22 - - [2025-11-10 02:32:00] "GET /domains HTTP/1.1" 200 280 0.027858 10.0.0.23 - - [2025-11-10 02:32:00] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001077 10.0.0.22 - - [2025-11-10 02:32:00] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce HTTP/1.1" 200 2968 0.011485 10.0.0.23 - - [2025-11-10 02:32:00] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000958 10.0.0.22 - - [2025-11-10 02:32:00] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f HTTP/1.1" 200 1925 0.091078 10.0.0.22 - - [2025-11-10 02:32:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003227 10.0.0.22 - - [2025-11-10 02:32:00] "POST /network-ipams HTTP/1.1" 200 621 0.029375 10.0.0.22 - - [2025-11-10 02:32:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003697 10.0.0.22 - - [2025-11-10 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.22 - - [2025-11-10 02:32:00] "GET /network-ipam/f5da2e7a-52c3-4697-acdf-63557a18b520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.005980 10.0.0.22 - - [2025-11-10 02:32:00] "PUT /network-ipam/f5da2e7a-52c3-4697-acdf-63557a18b520 HTTP/1.1" 200 258 0.018292 10.0.0.22 - - [2025-11-10 02:32:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.22 - - [2025-11-10 02:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.027284 10.0.0.23 - - [2025-11-10 02:32:01] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001057 10.0.0.22 - - [2025-11-10 02:32:01] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045715 10.0.0.23 - - [2025-11-10 02:32:01] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001321 10.0.0.22 - - [2025-11-10 02:32:01] "POST /neutron/network HTTP/1.1" 200 623 0.214550 10.0.0.23 - - [2025-11-10 02:32:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005816 10.0.0.22 - - [2025-11-10 02:32:02] "POST /neutron/subnet HTTP/1.1" 200 823 0.226530 10.0.0.22 - - [2025-11-10 02:32:02] "POST /id-to-fqname HTTP/1.1" 200 235 0.001653 10.0.0.22 - - [2025-11-10 02:32:02] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.006505 10.0.0.22 - - [2025-11-10 02:32:02] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.006460 10.0.0.22 - - [2025-11-10 02:32:02] "POST /neutron/network HTTP/1.1" 200 1336 0.017696 10.0.0.22 - - [2025-11-10 02:32:02] "POST /neutron/subnet HTTP/1.1" 200 823 0.011850 10.0.0.22 - - [2025-11-10 02:32:03] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.006385 10.0.0.50 - - [2025-11-10 02:32:04] "GET /obj-perms HTTP/1.1" 200 5019 0.052033 10.0.0.22 - - [2025-11-10 02:32:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.003422 10.0.0.22 - - [2025-11-10 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.23 - - [2025-11-10 02:32:04] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001832 10.0.0.22 - - [2025-11-10 02:32:04] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050229 10.0.0.22 - - [2025-11-10 02:32:04] "POST /network-policys HTTP/1.1" 200 563 0.074852 10.0.0.22 - - [2025-11-10 02:32:04] "GET /network-policy/59a3d0fd-3a66-4d09-9d7c-62353e312690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006362 10.0.0.22 - - [2025-11-10 02:32:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.004763 10.0.0.22 - - [2025-11-10 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.23 - - [2025-11-10 02:32:05] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.028907 10.0.0.22 - - [2025-11-10 02:32:05] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.082338 10.0.0.22 - - [2025-11-10 02:32:05] "POST /network-policys HTTP/1.1" 200 563 0.091276 10.0.0.22 - - [2025-11-10 02:32:05] "GET /network-policy/cce525f0-fbea-415b-8e70-0872fe025aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.006855 10.0.0.22 - - [2025-11-10 02:32:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.003846 10.0.0.22 - - [2025-11-10 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.23 - - [2025-11-10 02:32:05] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000950 10.0.0.22 - - [2025-11-10 02:32:05] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.039304 10.0.0.22 - - [2025-11-10 02:32:05] "POST /network-policys HTTP/1.1" 200 563 0.082560 10.0.0.22 - - [2025-11-10 02:32:05] "GET /network-policy/6ae4347d-d383-420d-85ff-d215ebaecfd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007207 10.0.0.22 - - [2025-11-10 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003281 10.0.0.22 - - [2025-11-10 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.23 - - [2025-11-10 02:32:06] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001246 10.0.0.22 - - [2025-11-10 02:32:06] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.042752 10.0.0.22 - - [2025-11-10 02:32:06] "POST /network-policys HTTP/1.1" 200 563 0.070853 10.0.0.22 - - [2025-11-10 02:32:06] "GET /network-policy/8239be0d-1f44-4a97-82e8-c2783192a206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006410 10.0.0.22 - - [2025-11-10 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003458 10.0.0.22 - - [2025-11-10 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.23 - - [2025-11-10 02:32:06] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001358 10.0.0.22 - - [2025-11-10 02:32:06] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048606 10.0.0.22 - - [2025-11-10 02:32:06] "POST /network-policys HTTP/1.1" 200 563 0.074865 10.0.0.22 - - [2025-11-10 02:32:06] "GET /network-policy/80a1edab-88b2-445f-9cf9-223fe099f883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006226 10.0.0.22 - - [2025-11-10 02:32:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003392 10.0.0.22 - - [2025-11-10 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.23 - - [2025-11-10 02:32:06] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001010 10.0.0.22 - - [2025-11-10 02:32:06] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.034007 10.0.0.22 - - [2025-11-10 02:32:07] "POST /network-policys HTTP/1.1" 200 563 0.071344 10.0.0.22 - - [2025-11-10 02:32:07] "GET /network-policy/77e72dbd-13d4-49c3-b1ce-0b6c5e3c21da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006904 10.0.0.22 - - [2025-11-10 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003721 10.0.0.22 - - [2025-11-10 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.23 - - [2025-11-10 02:32:07] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.22 - - [2025-11-10 02:32:07] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040710 10.0.0.22 - - [2025-11-10 02:32:07] "POST /network-policys HTTP/1.1" 200 563 0.074550 10.0.0.22 - - [2025-11-10 02:32:07] "GET /network-policy/6dda3488-636c-4b51-acdc-88fede5fb1e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.009085 10.0.0.22 - - [2025-11-10 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.004333 10.0.0.22 - - [2025-11-10 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.23 - - [2025-11-10 02:32:07] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001552 10.0.0.22 - - [2025-11-10 02:32:07] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041398 10.0.0.22 - - [2025-11-10 02:32:07] "POST /network-policys HTTP/1.1" 200 563 0.078954 10.0.0.22 - - [2025-11-10 02:32:08] "GET /network-policy/9ecd5049-f302-4d03-b445-e6089211e560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007543 10.0.0.22 - - [2025-11-10 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003904 10.0.0.22 - - [2025-11-10 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.23 - - [2025-11-10 02:32:08] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001057 10.0.0.22 - - [2025-11-10 02:32:08] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046451 10.0.0.22 - - [2025-11-10 02:32:08] "POST /network-policys HTTP/1.1" 200 563 0.079217 10.0.0.22 - - [2025-11-10 02:32:08] "GET /network-policy/5c1b68fb-5559-405f-8ba5-de39e57b4f85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006599 10.0.0.22 - - [2025-11-10 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003235 10.0.0.22 - - [2025-11-10 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.23 - - [2025-11-10 02:32:08] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.22 - - [2025-11-10 02:32:08] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.036061 10.0.0.22 - - [2025-11-10 02:32:08] "POST /network-policys HTTP/1.1" 200 563 0.071093 10.0.0.22 - - [2025-11-10 02:32:08] "GET /network-policy/9236ed6a-53bf-449c-8ba3-6baa463a8c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006370 10.0.0.50 - - [2025-11-10 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 252 0.045884 10.0.0.22 - - [2025-11-10 02:32:09] "POST /neutron/network HTTP/1.1" 200 2249 0.023214 10.0.0.22 - - [2025-11-10 02:32:09] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005803 10.0.0.22 - - [2025-11-10 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.22 - - [2025-11-10 02:32:09] "GET /network-policy/59a3d0fd-3a66-4d09-9d7c-62353e312690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007123 10.0.0.22 - - [2025-11-10 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.22 - - [2025-11-10 02:32:09] "GET /network-policy/5c1b68fb-5559-405f-8ba5-de39e57b4f85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.011611 10.0.0.22 - - [2025-11-10 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006247 10.0.0.22 - - [2025-11-10 02:32:09] "GET /network-policy/6ae4347d-d383-420d-85ff-d215ebaecfd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005888 10.0.0.22 - - [2025-11-10 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.22 - - [2025-11-10 02:32:09] "GET /network-policy/6dda3488-636c-4b51-acdc-88fede5fb1e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004680 10.0.0.22 - - [2025-11-10 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005300 10.0.0.22 - - [2025-11-10 02:32:09] "GET /network-policy/77e72dbd-13d4-49c3-b1ce-0b6c5e3c21da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006223 10.0.0.22 - - [2025-11-10 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005064 10.0.0.22 - - [2025-11-10 02:32:09] "GET /network-policy/80a1edab-88b2-445f-9cf9-223fe099f883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005790 10.0.0.22 - - [2025-11-10 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.22 - - [2025-11-10 02:32:09] "GET /network-policy/8239be0d-1f44-4a97-82e8-c2783192a206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004933 10.0.0.22 - - [2025-11-10 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008096 10.0.0.22 - - [2025-11-10 02:32:09] "GET /network-policy/9236ed6a-53bf-449c-8ba3-6baa463a8c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004666 10.0.0.22 - - [2025-11-10 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.22 - - [2025-11-10 02:32:09] "GET /network-policy/9ecd5049-f302-4d03-b445-e6089211e560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006924 10.0.0.22 - - [2025-11-10 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.22 - - [2025-11-10 02:32:09] "GET /network-policy/cce525f0-fbea-415b-8e70-0872fe025aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005344 10.0.0.22 - - [2025-11-10 02:32:10] "POST /id-to-fqname HTTP/1.1" 200 235 0.002074 10.0.0.23 - - [2025-11-10 02:32:10] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.22 - - [2025-11-10 02:32:10] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.067353 10.0.0.22 - - [2025-11-10 02:32:11] "POST /neutron/port HTTP/1.1" 200 117 0.009439 10.0.0.22 - - [2025-11-10 02:32:11] "POST /neutron/network HTTP/1.1" 200 2259 0.011952 10.0.0.22 - - [2025-11-10 02:32:12] "POST /neutron/port HTTP/1.1" 200 1173 0.020092 10.0.0.22 - - [2025-11-10 02:32:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005555 10.0.0.22 - - [2025-11-10 02:32:12] "POST /neutron/port HTTP/1.1" 200 117 0.001664 10.0.0.50 - - [2025-11-10 02:32:13] "DELETE /access-control-list/044836c8-b31a-4599-84bd-40026e628158 HTTP/1.1" 200 115 0.086504 10.0.0.22 - - [2025-11-10 02:32:16] "POST /neutron/port HTTP/1.1" 200 1201 0.020075 10.0.0.22 - - [2025-11-10 02:32:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007674 10.0.0.22 - - [2025-11-10 02:32:16] "GET /virtual-machine/febe275f-5ace-4a3a-8877-c6e8e5f24c2f HTTP/1.1" 401 292 0.000530 10.0.0.22 - - [2025-11-10 02:32:16] "GET /virtual-machine/febe275f-5ace-4a3a-8877-c6e8e5f24c2f HTTP/1.1" 200 1304 0.029410 10.0.0.22 - - [2025-11-10 02:32:16] "GET /virtual-machine-interface/b067296f-621e-40aa-9105-a358567b2e6e HTTP/1.1" 200 3170 0.005462 10.0.0.22 - - [2025-11-10 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.22 - - [2025-11-10 02:32:16] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003634 10.0.0.22 - - [2025-11-10 02:32:16] "GET /virtual-networks?parent_id=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003480 10.0.0.22 - - [2025-11-10 02:32:16] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006667 10.0.0.22 - - [2025-11-10 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.22 - - [2025-11-10 02:32:20] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005943 10.0.0.22 - - [2025-11-10 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.22 - - [2025-11-10 02:32:24] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005801 10.0.0.23 - - [2025-11-10 02:32:26] "DELETE /project/b48ad6218b8a4dd6b5c00dbbfe12155f HTTP/1.1" 404 173 0.029398 10.0.0.23 - - [2025-11-10 02:32:26] "DELETE /project/cae26211-9f37-4119-bb52-9b8f6e9b731c HTTP/1.1" 404 177 0.045265 10.0.0.22 - - [2025-11-10 02:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.22 - - [2025-11-10 02:32:28] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005926 10.0.0.22 - - [2025-11-10 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.22 - - [2025-11-10 02:32:32] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006213 10.0.0.22 - - [2025-11-10 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.22 - - [2025-11-10 02:32:36] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006038 10.0.0.22 - - [2025-11-10 02:32:38] "GET /obj-perms HTTP/1.1" 200 5056 0.052237 10.0.0.22 - - [2025-11-10 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.22 - - [2025-11-10 02:32:40] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005576 10.0.0.22 - - [2025-11-10 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.22 - - [2025-11-10 02:32:44] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.008336 10.0.0.22 - - [2025-11-10 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.22 - - [2025-11-10 02:32:48] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006611 10.0.0.22 - - [2025-11-10 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006327 10.0.0.22 - - [2025-11-10 02:32:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005255 10.0.0.22 - - [2025-11-10 02:32:50] "GET /virtual-networks?parent_id=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003744 10.0.0.22 - - [2025-11-10 02:32:50] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.008248 10.0.0.22 - - [2025-11-10 02:32:51] "POST /neutron/port HTTP/1.1" 200 1201 0.033992 10.0.0.22 - - [2025-11-10 02:32:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013742 10.0.0.22 - - [2025-11-10 02:33:01] "POST /neutron/port HTTP/1.1" 200 1201 0.022339 10.0.0.22 - - [2025-11-10 02:33:06] "POST /neutron/port HTTP/1.1" 200 1201 0.017769 10.0.0.22 - - [2025-11-10 02:33:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004726 10.0.0.22 - - [2025-11-10 02:33:06] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.22 - - [2025-11-10 02:33:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009023 10.0.0.22 - - [2025-11-10 02:33:11] "POST /neutron/port HTTP/1.1" 200 1201 0.021174 10.0.0.22 - - [2025-11-10 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.22 - - [2025-11-10 02:33:12] "GET /network-policy/59a3d0fd-3a66-4d09-9d7c-62353e312690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005850 10.0.0.22 - - [2025-11-10 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004913 10.0.0.22 - - [2025-11-10 02:33:12] "GET /network-policy/cce525f0-fbea-415b-8e70-0872fe025aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.008121 10.0.0.22 - - [2025-11-10 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006529 10.0.0.22 - - [2025-11-10 02:33:12] "GET /network-policy/6ae4347d-d383-420d-85ff-d215ebaecfd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006237 10.0.0.22 - - [2025-11-10 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.22 - - [2025-11-10 02:33:12] "GET /network-policy/8239be0d-1f44-4a97-82e8-c2783192a206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004503 10.0.0.22 - - [2025-11-10 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.22 - - [2025-11-10 02:33:12] "GET /network-policy/80a1edab-88b2-445f-9cf9-223fe099f883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005259 10.0.0.22 - - [2025-11-10 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.22 - - [2025-11-10 02:33:12] "GET /network-policy/77e72dbd-13d4-49c3-b1ce-0b6c5e3c21da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004582 10.0.0.22 - - [2025-11-10 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.22 - - [2025-11-10 02:33:12] "GET /network-policy/6dda3488-636c-4b51-acdc-88fede5fb1e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006178 10.0.0.22 - - [2025-11-10 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.22 - - [2025-11-10 02:33:12] "GET /network-policy/9ecd5049-f302-4d03-b445-e6089211e560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006064 10.0.0.22 - - [2025-11-10 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005792 10.0.0.22 - - [2025-11-10 02:33:12] "GET /network-policy/5c1b68fb-5559-405f-8ba5-de39e57b4f85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005893 10.0.0.22 - - [2025-11-10 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.22 - - [2025-11-10 02:33:12] "GET /network-policy/9236ed6a-53bf-449c-8ba3-6baa463a8c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006567 10.0.0.22 - - [2025-11-10 02:33:12] "POST /neutron/network HTTP/1.1" 200 1439 0.155952 10.0.0.50 - - [2025-11-10 02:33:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.060698 10.0.0.22 - - [2025-11-10 02:33:12] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006014 10.0.0.22 - - [2025-11-10 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.22 - - [2025-11-10 02:33:13] "GET /network-policy/59a3d0fd-3a66-4d09-9d7c-62353e312690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006155 10.0.0.50 - - [2025-11-10 02:33:18] "PUT /access-control-list/1743681e-c177-4124-bf2a-bddadeb302a2 HTTP/1.1" 200 272 0.026176 10.0.0.22 - - [2025-11-10 02:33:18] "POST /neutron/network HTTP/1.1" 200 1439 0.107913 10.0.0.22 - - [2025-11-10 02:33:18] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.007201 10.0.0.22 - - [2025-11-10 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.22 - - [2025-11-10 02:33:18] "GET /network-policy/cce525f0-fbea-415b-8e70-0872fe025aa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004703 10.0.0.22 - - [2025-11-10 02:33:23] "POST /neutron/network HTTP/1.1" 200 1439 0.084861 10.0.0.22 - - [2025-11-10 02:33:23] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.007784 10.0.0.22 - - [2025-11-10 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.22 - - [2025-11-10 02:33:23] "GET /network-policy/6ae4347d-d383-420d-85ff-d215ebaecfd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005877 10.0.0.50 - - [2025-11-10 02:33:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003369 10.0.0.22 - - [2025-11-10 02:33:28] "POST /neutron/network HTTP/1.1" 200 1439 0.111165 10.0.0.22 - - [2025-11-10 02:33:28] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006975 10.0.0.22 - - [2025-11-10 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.22 - - [2025-11-10 02:33:28] "GET /network-policy/8239be0d-1f44-4a97-82e8-c2783192a206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004643 10.0.0.50 - - [2025-11-10 02:33:34] "PUT /access-control-list/1743681e-c177-4124-bf2a-bddadeb302a2 HTTP/1.1" 200 272 0.031409 10.0.0.22 - - [2025-11-10 02:33:34] "POST /neutron/network HTTP/1.1" 200 1439 0.119030 10.0.0.22 - - [2025-11-10 02:33:34] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.008284 10.0.0.22 - - [2025-11-10 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.22 - - [2025-11-10 02:33:34] "GET /network-policy/80a1edab-88b2-445f-9cf9-223fe099f883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004797 10.0.0.23 - - [2025-11-10 02:33:39] "GET /obj-perms HTTP/1.1" 200 5056 0.050425 10.0.0.22 - - [2025-11-10 02:33:39] "POST /neutron/network HTTP/1.1" 200 1439 0.111666 10.0.0.22 - - [2025-11-10 02:33:39] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.007195 10.0.0.22 - - [2025-11-10 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.22 - - [2025-11-10 02:33:39] "GET /network-policy/77e72dbd-13d4-49c3-b1ce-0b6c5e3c21da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006334 10.0.0.50 - - [2025-11-10 02:33:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.014984 10.0.0.22 - - [2025-11-10 02:33:44] "POST /neutron/network HTTP/1.1" 200 1439 0.125294 10.0.0.22 - - [2025-11-10 02:33:44] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.007905 10.0.0.22 - - [2025-11-10 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.22 - - [2025-11-10 02:33:44] "GET /network-policy/6dda3488-636c-4b51-acdc-88fede5fb1e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005050 10.0.0.50 - - [2025-11-10 02:33:49] "PUT /access-control-list/1743681e-c177-4124-bf2a-bddadeb302a2 HTTP/1.1" 200 272 0.033809 10.0.0.22 - - [2025-11-10 02:33:49] "POST /neutron/network HTTP/1.1" 200 1439 0.168684 10.0.0.22 - - [2025-11-10 02:33:50] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.009060 10.0.0.22 - - [2025-11-10 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.22 - - [2025-11-10 02:33:50] "GET /network-policy/9ecd5049-f302-4d03-b445-e6089211e560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004170 10.0.0.22 - - [2025-11-10 02:33:55] "POST /neutron/network HTTP/1.1" 200 1439 0.102232 10.0.0.22 - - [2025-11-10 02:33:55] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005841 10.0.0.22 - - [2025-11-10 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.22 - - [2025-11-10 02:33:55] "GET /network-policy/5c1b68fb-5559-405f-8ba5-de39e57b4f85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004519 10.0.0.50 - - [2025-11-10 02:34:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.011994 10.0.0.22 - - [2025-11-10 02:34:00] "POST /neutron/network HTTP/1.1" 200 1439 0.101653 10.0.0.22 - - [2025-11-10 02:34:00] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.007226 10.0.0.22 - - [2025-11-10 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.22 - - [2025-11-10 02:34:00] "GET /network-policy/9236ed6a-53bf-449c-8ba3-6baa463a8c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004950 10.0.0.22 - - [2025-11-10 02:34:05] "GET /virtual-machine/febe275f-5ace-4a3a-8877-c6e8e5f24c2f HTTP/1.1" 200 1304 0.007109 10.0.0.22 - - [2025-11-10 02:34:06] "POST /neutron/port HTTP/1.1" 200 1227 0.018978 10.0.0.22 - - [2025-11-10 02:34:07] "GET /virtual-machine/febe275f-5ace-4a3a-8877-c6e8e5f24c2f HTTP/1.1" 404 171 0.004315 10.0.0.22 - - [2025-11-10 02:34:07] "GET /virtual-machine/febe275f-5ace-4a3a-8877-c6e8e5f24c2f HTTP/1.1" 404 171 0.002935 10.0.0.22 - - [2025-11-10 02:34:07] "GET /virtual-machine/febe275f-5ace-4a3a-8877-c6e8e5f24c2f HTTP/1.1" 404 171 0.003197 10.0.0.22 - - [2025-11-10 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.22 - - [2025-11-10 02:34:07] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004034 10.0.0.22 - - [2025-11-10 02:34:08] "GET /virtual-networks?parent_id=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003706 10.0.0.22 - - [2025-11-10 02:34:08] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006320 10.0.0.22 - - [2025-11-10 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.22 - - [2025-11-10 02:34:08] "GET /routing-instance/06c5bca3-71f7-434f-8ad0-8469a423db87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.004371 10.0.0.22 - - [2025-11-10 02:34:08] "GET /route-target/ab5bcf13-0e21-45af-9633-25d9e09810cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004316 10.0.0.22 - - [2025-11-10 02:34:11] "GET /obj-perms HTTP/1.1" 200 5019 0.049798 10.0.0.50 - - [2025-11-10 02:34:11] "GET /obj-perms HTTP/1.1" 200 5019 0.003630 10.0.0.22 - - [2025-11-10 02:34:20] "GET /obj-perms HTTP/1.1" 200 5019 0.003701 10.0.0.50 - - [2025-11-10 02:34:20] "GET /obj-perms HTTP/1.1" 200 5019 0.004657 10.0.0.22 - - [2025-11-10 02:34:29] "GET /obj-perms HTTP/1.1" 200 5019 0.003709 10.0.0.50 - - [2025-11-10 02:34:29] "GET /obj-perms HTTP/1.1" 200 5019 0.003763 10.0.0.22 - - [2025-11-10 02:34:33] "GET /obj-perms HTTP/1.1" 200 5019 0.007060 10.0.0.22 - - [2025-11-10 02:34:33] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.008768 10.0.0.22 - - [2025-11-10 02:34:33] "POST /neutron/network HTTP/1.1" 200 1336 0.101801 10.0.0.50 - - [2025-11-10 02:34:33] "DELETE /access-control-list/1743681e-c177-4124-bf2a-bddadeb302a2 HTTP/1.1" 200 115 0.073987 10.0.0.22 - - [2025-11-10 02:34:33] "GET /virtual-network/f8ad89c2-df1e-4c14-a1bb-184d3b53a05e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.007972 10.0.0.22 - - [2025-11-10 02:34:33] "DELETE /network-policy/9236ed6a-53bf-449c-8ba3-6baa463a8c28 HTTP/1.1" 200 115 0.064904 10.0.0.22 - - [2025-11-10 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.013616 10.0.0.23 - - [2025-11-10 02:34:33] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001454 10.0.0.22 - - [2025-11-10 02:34:33] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.055815 10.0.0.22 - - [2025-11-10 02:34:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75841124&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.006917 10.0.0.22 - - [2025-11-10 02:34:33] "DELETE /network-policy/5c1b68fb-5559-405f-8ba5-de39e57b4f85 HTTP/1.1" 200 115 0.047877 10.0.0.22 - - [2025-11-10 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.23 - - [2025-11-10 02:34:33] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001535 10.0.0.22 - - [2025-11-10 02:34:33] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049509 10.0.0.22 - - [2025-11-10 02:34:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75841124&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.011587 10.0.0.22 - - [2025-11-10 02:34:34] "DELETE /network-policy/9ecd5049-f302-4d03-b445-e6089211e560 HTTP/1.1" 200 115 0.066892 10.0.0.22 - - [2025-11-10 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006382 10.0.0.23 - - [2025-11-10 02:34:34] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001240 10.0.0.22 - - [2025-11-10 02:34:34] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.064137 10.0.0.22 - - [2025-11-10 02:34:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75841124&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.008370 10.0.0.22 - - [2025-11-10 02:34:34] "DELETE /network-policy/6dda3488-636c-4b51-acdc-88fede5fb1e3 HTTP/1.1" 200 115 0.047344 10.0.0.22 - - [2025-11-10 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.23 - - [2025-11-10 02:34:34] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.22 - - [2025-11-10 02:34:34] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.061637 10.0.0.22 - - [2025-11-10 02:34:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75841124&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.007509 10.0.0.22 - - [2025-11-10 02:34:34] "DELETE /network-policy/77e72dbd-13d4-49c3-b1ce-0b6c5e3c21da HTTP/1.1" 200 115 0.039534 10.0.0.22 - - [2025-11-10 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006866 10.0.0.23 - - [2025-11-10 02:34:34] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.22 - - [2025-11-10 02:34:34] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.033916 10.0.0.22 - - [2025-11-10 02:34:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75841124&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.005722 10.0.0.22 - - [2025-11-10 02:34:34] "DELETE /network-policy/80a1edab-88b2-445f-9cf9-223fe099f883 HTTP/1.1" 200 115 0.059018 10.0.0.22 - - [2025-11-10 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.23 - - [2025-11-10 02:34:34] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001130 10.0.0.22 - - [2025-11-10 02:34:34] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.064378 10.0.0.22 - - [2025-11-10 02:34:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75841124&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.006073 10.0.0.22 - - [2025-11-10 02:34:35] "DELETE /network-policy/8239be0d-1f44-4a97-82e8-c2783192a206 HTTP/1.1" 200 115 0.044210 10.0.0.22 - - [2025-11-10 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005391 10.0.0.23 - - [2025-11-10 02:34:35] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001217 10.0.0.22 - - [2025-11-10 02:34:35] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050339 10.0.0.22 - - [2025-11-10 02:34:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75841124&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005189 10.0.0.22 - - [2025-11-10 02:34:35] "DELETE /network-policy/6ae4347d-d383-420d-85ff-d215ebaecfd9 HTTP/1.1" 200 115 0.044403 10.0.0.22 - - [2025-11-10 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.23 - - [2025-11-10 02:34:35] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000999 10.0.0.22 - - [2025-11-10 02:34:35] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.065855 10.0.0.22 - - [2025-11-10 02:34:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75841124&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.007710 10.0.0.22 - - [2025-11-10 02:34:35] "DELETE /network-policy/cce525f0-fbea-415b-8e70-0872fe025aa2 HTTP/1.1" 200 115 0.042250 10.0.0.22 - - [2025-11-10 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.011947 10.0.0.23 - - [2025-11-10 02:34:35] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.22 - - [2025-11-10 02:34:35] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.039083 10.0.0.22 - - [2025-11-10 02:34:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75841124&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005751 10.0.0.22 - - [2025-11-10 02:34:35] "DELETE /network-policy/59a3d0fd-3a66-4d09-9d7c-62353e312690 HTTP/1.1" 200 115 0.051355 10.0.0.22 - - [2025-11-10 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009631 10.0.0.23 - - [2025-11-10 02:34:35] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000998 10.0.0.22 - - [2025-11-10 02:34:35] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045952 10.0.0.22 - - [2025-11-10 02:34:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75841124&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006964 10.0.0.23 - - [2025-11-10 02:34:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003851 10.0.0.23 - - [2025-11-10 02:34:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003203 10.0.0.23 - - [2025-11-10 02:34:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002630 10.0.0.23 - - [2025-11-10 02:34:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003081 10.0.0.23 - - [2025-11-10 02:34:36] "POST /useragent-kv HTTP/1.1" 200 115 0.010049 10.0.0.23 - - [2025-11-10 02:34:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003973 10.0.0.22 - - [2025-11-10 02:34:36] "POST /neutron/network HTTP/1.1" 200 151 0.194725 10.0.0.22 - - [2025-11-10 02:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.22 - - [2025-11-10 02:34:36] "DELETE /network-ipam/f5da2e7a-52c3-4697-acdf-63557a18b520 HTTP/1.1" 200 115 0.040246 10.0.0.22 - - [2025-11-10 02:34:36] "POST /fqname-to-id HTTP/1.1" 404 260 0.003725 10.0.0.23 - - [2025-11-10 02:34:36] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000933 10.0.0.23 - - [2025-11-10 02:34:36] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.043916 10.0.0.23 - - [2025-11-10 02:34:36] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001033 10.0.0.23 - - [2025-11-10 02:34:36] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?fields=security_groups HTTP/1.1" 200 1400 0.048137 10.0.0.23 - - [2025-11-10 02:34:36] "DELETE /security-group/1ba19418-b75f-4ff8-9269-0d484a88977f HTTP/1.1" 200 115 0.066880 10.0.0.23 - - [2025-11-10 02:34:36] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001618 10.0.0.50 - - [2025-11-10 02:34:36] "DELETE /access-control-list/661a8ffb-28cb-45f2-a050-d2f596318d87 HTTP/1.1" 200 115 0.056110 10.0.0.23 - - [2025-11-10 02:34:36] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?fields=application_policy_sets HTTP/1.1" 200 1439 0.060861 10.0.0.22 - - [2025-11-10 02:34:36] "DELETE /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f HTTP/1.1" 200 115 0.446511 10.0.0.23 - - [2025-11-10 02:34:37] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001182 10.0.0.22 - - [2025-11-10 02:34:37] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?fields=projects HTTP/1.1" 200 1439 0.014337 10.0.0.23 - - [2025-11-10 02:34:39] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002964 10.0.0.23 - - [2025-11-10 02:34:39] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000838 10.0.0.50 - - [2025-11-10 02:34:39] "GET /obj-perms HTTP/1.1" 200 5056 0.054462 10.0.0.23 - - [2025-11-10 02:34:39] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.046782 10.0.0.23 - - [2025-11-10 02:34:40] "POST /id-to-fqname HTTP/1.1" 200 202 0.003124 10.0.0.23 - - [2025-11-10 02:34:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.004303 10.0.0.23 - - [2025-11-10 02:34:40] "POST /security-groups HTTP/1.1" 200 603 0.080686 10.0.0.23 - - [2025-11-10 02:34:40] "POST /projects HTTP/1.1" 200 609 0.299706 10.0.0.23 - - [2025-11-10 02:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.593444 10.0.0.50 - - [2025-11-10 02:34:40] "POST /access-control-lists HTTP/1.1" 200 608 0.037060 10.0.0.22 - - [2025-11-10 02:34:40] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.936181 10.0.0.23 - - [2025-11-10 02:34:40] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001671 10.0.0.22 - - [2025-11-10 02:34:40] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?fields=virtual_networks HTTP/1.1" 200 1057 0.061418 10.0.0.23 - - [2025-11-10 02:34:40] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.22 - - [2025-11-10 02:34:40] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.054981 10.0.0.23 - - [2025-11-10 02:34:40] "GET /projects?obj_uuids=b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001771 10.0.0.22 - - [2025-11-10 02:34:40] "GET /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f?fields=security_groups HTTP/1.1" 200 1295 0.053357 10.0.0.22 - - [2025-11-10 02:34:41] "POST /fqname-to-id HTTP/1.1" 404 194 0.025327 10.0.0.23 - - [2025-11-10 02:34:41] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003256 10.0.0.23 - - [2025-11-10 02:34:41] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002526 10.0.0.23 - - [2025-11-10 02:34:41] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008663 10.0.0.23 - - [2025-11-10 02:34:41] "POST /id-to-fqname HTTP/1.1" 200 196 0.003329 10.0.0.23 - - [2025-11-10 02:34:41] "POST /fqname-to-id HTTP/1.1" 404 205 0.007557 10.0.0.23 - - [2025-11-10 02:34:41] "POST /security-groups HTTP/1.1" 200 597 0.039568 10.0.0.23 - - [2025-11-10 02:34:42] "POST /projects HTTP/1.1" 200 597 0.252753 10.0.0.50 - - [2025-11-10 02:34:42] "POST /fqname-to-id HTTP/1.1" 404 240 0.004125 10.0.0.23 - - [2025-11-10 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.327683 10.0.0.50 - - [2025-11-10 02:34:42] "POST /access-control-lists HTTP/1.1" 200 600 0.035037 10.0.0.22 - - [2025-11-10 02:34:42] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.475957 10.0.0.22 - - [2025-11-10 02:34:43] "GET / HTTP/1.1" 200 35931 0.002063 10.0.0.22 - - [2025-11-10 02:34:45] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001002 10.0.0.23 - - [2025-11-10 02:34:45] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001343 10.0.0.22 - - [2025-11-10 02:34:45] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.074022 10.0.0.22 - - [2025-11-10 02:34:46] "GET / HTTP/1.1" 200 35931 0.002329 10.0.0.22 - - [2025-11-10 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.23 - - [2025-11-10 02:34:46] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.22 - - [2025-11-10 02:34:46] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007507 10.0.0.22 - - [2025-11-10 02:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.23 - - [2025-11-10 02:34:46] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001150 10.0.0.22 - - [2025-11-10 02:34:46] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048913 10.0.0.22 - - [2025-11-10 02:34:47] "GET /domains HTTP/1.1" 401 292 0.000419 10.0.0.22 - - [2025-11-10 02:34:48] "GET /domains HTTP/1.1" 200 280 0.027719 10.0.0.23 - - [2025-11-10 02:34:48] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001599 10.0.0.22 - - [2025-11-10 02:34:48] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce HTTP/1.1" 200 2972 0.012678 10.0.0.23 - - [2025-11-10 02:34:48] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001495 10.0.0.22 - - [2025-11-10 02:34:48] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9 HTTP/1.1" 200 1889 0.123927 10.0.0.22 - - [2025-11-10 02:34:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004204 10.0.0.22 - - [2025-11-10 02:34:48] "POST /network-ipams HTTP/1.1" 200 603 0.033003 10.0.0.22 - - [2025-11-10 02:34:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.007240 10.0.0.22 - - [2025-11-10 02:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.22 - - [2025-11-10 02:34:48] "GET /network-ipam/9c6f53f1-24ef-4a1a-a8d2-49aeeac60c1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.008147 10.0.0.22 - - [2025-11-10 02:34:48] "PUT /network-ipam/9c6f53f1-24ef-4a1a-a8d2-49aeeac60c1a HTTP/1.1" 200 258 0.019992 10.0.0.22 - - [2025-11-10 02:34:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.22 - - [2025-11-10 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.026124 10.0.0.23 - - [2025-11-10 02:34:49] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000988 10.0.0.22 - - [2025-11-10 02:34:49] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.041988 10.0.0.23 - - [2025-11-10 02:34:49] "POST /useragent-kv HTTP/1.1" 200 115 0.011730 10.0.0.22 - - [2025-11-10 02:34:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.268857 10.0.0.22 - - [2025-11-10 02:34:49] "POST /id-to-fqname HTTP/1.1" 200 229 0.002115 10.0.0.22 - - [2025-11-10 02:34:49] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.009870 10.0.0.22 - - [2025-11-10 02:34:49] "POST /neutron/network HTTP/1.1" 200 1074 0.008743 10.0.0.22 - - [2025-11-10 02:34:49] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.004828 10.0.0.22 - - [2025-11-10 02:34:50] "POST /neutron/subnet HTTP/1.1" 200 701 0.011009 10.0.0.22 - - [2025-11-10 02:34:50] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.008934 10.0.0.23 - - [2025-11-10 02:34:51] "GET /obj-perms HTTP/1.1" 200 5013 0.049911 10.0.0.22 - - [2025-11-10 02:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.23 - - [2025-11-10 02:34:51] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001318 10.0.0.22 - - [2025-11-10 02:34:51] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.051012 10.0.0.50 - - [2025-11-10 02:34:52] "POST /route-targets HTTP/1.1" 200 327 0.015028 10.0.0.23 - - [2025-11-10 02:34:52] "POST /useragent-kv HTTP/1.1" 200 115 0.011201 10.0.0.22 - - [2025-11-10 02:34:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.253550 10.0.0.22 - - [2025-11-10 02:34:52] "POST /id-to-fqname HTTP/1.1" 200 229 0.001824 10.0.0.22 - - [2025-11-10 02:34:52] "GET /virtual-network/de340cef-18a4-4938-b4f0-a089c5f12efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.010833 10.0.0.22 - - [2025-11-10 02:34:52] "POST /neutron/network HTTP/1.1" 200 1074 0.012768 10.0.0.22 - - [2025-11-10 02:34:52] "GET /virtual-network/de340cef-18a4-4938-b4f0-a089c5f12efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.008714 10.0.0.22 - - [2025-11-10 02:34:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.015192 10.0.0.22 - - [2025-11-10 02:34:53] "GET /virtual-network/de340cef-18a4-4938-b4f0-a089c5f12efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.008008 10.0.0.22 - - [2025-11-10 02:34:53] "POST /fqname-to-id HTTP/1.1" 404 205 0.003894 10.0.0.22 - - [2025-11-10 02:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.23 - - [2025-11-10 02:34:53] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001460 10.0.0.22 - - [2025-11-10 02:34:53] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.056985 10.0.0.22 - - [2025-11-10 02:34:53] "POST /network-policys HTTP/1.1" 200 527 0.070914 10.0.0.22 - - [2025-11-10 02:34:53] "GET /network-policy/1f20ea4a-a34a-460e-b149-5faa6d01ec55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006899 10.0.0.22 - - [2025-11-10 02:34:53] "POST /fqname-to-id HTTP/1.1" 404 205 0.003040 10.0.0.22 - - [2025-11-10 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.23 - - [2025-11-10 02:34:54] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001076 10.0.0.22 - - [2025-11-10 02:34:54] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.057030 10.0.0.22 - - [2025-11-10 02:34:54] "POST /network-policys HTTP/1.1" 200 527 0.074450 10.0.0.22 - - [2025-11-10 02:34:54] "GET /network-policy/aa72bff8-301d-4332-9408-f93864b3510a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.008850 10.0.0.22 - - [2025-11-10 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 205 0.003453 10.0.0.22 - - [2025-11-10 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.23 - - [2025-11-10 02:34:54] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001549 10.0.0.22 - - [2025-11-10 02:34:54] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.056445 10.0.0.22 - - [2025-11-10 02:34:54] "POST /network-policys HTTP/1.1" 200 527 0.083558 10.0.0.22 - - [2025-11-10 02:34:54] "GET /network-policy/6365e68c-bd3d-4680-99c3-8c28597ab990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007394 10.0.0.22 - - [2025-11-10 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 205 0.003537 10.0.0.22 - - [2025-11-10 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.23 - - [2025-11-10 02:34:54] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001426 10.0.0.22 - - [2025-11-10 02:34:55] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.079046 10.0.0.22 - - [2025-11-10 02:34:55] "POST /network-policys HTTP/1.1" 200 527 0.084201 10.0.0.22 - - [2025-11-10 02:34:55] "GET /network-policy/280d7f54-1232-401c-9780-1c09531b59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007123 10.0.0.22 - - [2025-11-10 02:34:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.002923 10.0.0.22 - - [2025-11-10 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.23 - - [2025-11-10 02:34:55] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000986 10.0.0.22 - - [2025-11-10 02:34:55] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.055452 10.0.0.22 - - [2025-11-10 02:34:55] "POST /network-policys HTTP/1.1" 200 531 0.051028 10.0.0.22 - - [2025-11-10 02:34:55] "GET /network-policy/8e77c39b-7804-43aa-800f-eaf67da2c031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.005747 10.0.0.22 - - [2025-11-10 02:34:55] "POST /fqname-to-id HTTP/1.1" 404 206 0.010613 10.0.0.22 - - [2025-11-10 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.23 - - [2025-11-10 02:34:55] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001391 10.0.0.22 - - [2025-11-10 02:34:55] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.046710 10.0.0.22 - - [2025-11-10 02:34:56] "POST /network-policys HTTP/1.1" 200 529 0.075264 10.0.0.22 - - [2025-11-10 02:34:56] "GET /network-policy/4a091828-b079-492a-acb5-dc621f9b2de4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007002 10.0.0.22 - - [2025-11-10 02:34:56] "POST /fqname-to-id HTTP/1.1" 404 206 0.003150 10.0.0.22 - - [2025-11-10 02:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.23 - - [2025-11-10 02:34:56] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001168 10.0.0.22 - - [2025-11-10 02:34:56] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.053595 10.0.0.22 - - [2025-11-10 02:34:56] "POST /network-policys HTTP/1.1" 200 529 0.078470 10.0.0.22 - - [2025-11-10 02:34:56] "GET /network-policy/6ff4d4cd-d53a-4f12-9a9a-f9d2eab37f13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006740 10.0.0.22 - - [2025-11-10 02:34:56] "POST /fqname-to-id HTTP/1.1" 404 206 0.003380 10.0.0.22 - - [2025-11-10 02:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2025-11-10 02:34:56] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001198 10.0.0.22 - - [2025-11-10 02:34:56] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.036757 10.0.0.22 - - [2025-11-10 02:34:56] "POST /network-policys HTTP/1.1" 200 529 0.078660 10.0.0.22 - - [2025-11-10 02:34:56] "GET /network-policy/74bf128d-7a25-4292-9370-b27a3408ede6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005361 10.0.0.22 - - [2025-11-10 02:34:57] "POST /fqname-to-id HTTP/1.1" 404 206 0.004097 10.0.0.22 - - [2025-11-10 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.23 - - [2025-11-10 02:34:57] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001117 10.0.0.22 - - [2025-11-10 02:34:57] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.044548 10.0.0.22 - - [2025-11-10 02:34:57] "POST /network-policys HTTP/1.1" 200 529 0.079227 10.0.0.22 - - [2025-11-10 02:34:57] "GET /network-policy/022b0e64-0d16-4a22-ad97-35933dcc570f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006336 10.0.0.22 - - [2025-11-10 02:34:57] "POST /fqname-to-id HTTP/1.1" 404 208 0.002913 10.0.0.22 - - [2025-11-10 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.23 - - [2025-11-10 02:34:57] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000996 10.0.0.22 - - [2025-11-10 02:34:57] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048433 10.0.0.22 - - [2025-11-10 02:34:57] "POST /network-policys HTTP/1.1" 200 533 0.030056 10.0.0.22 - - [2025-11-10 02:34:57] "GET /network-policy/2a001d3a-64f2-4a14-89aa-7ab4ae1781c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1126 0.006173 10.0.0.22 - - [2025-11-10 02:34:58] "POST /neutron/network HTTP/1.1" 200 1157 0.019643 10.0.0.22 - - [2025-11-10 02:34:58] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005055 10.0.0.22 - - [2025-11-10 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002463 10.0.0.50 - - [2025-11-10 02:34:58] "POST /access-control-lists HTTP/1.1" 200 603 0.087271 10.0.0.22 - - [2025-11-10 02:34:58] "GET /network-policy/1f20ea4a-a34a-460e-b149-5faa6d01ec55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005027 10.0.0.22 - - [2025-11-10 02:34:58] "POST /neutron/network HTTP/1.1" 200 1159 0.024675 10.0.0.22 - - [2025-11-10 02:34:58] "GET /virtual-network/de340cef-18a4-4938-b4f0-a089c5f12efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.008227 10.0.0.50 - - [2025-11-10 02:34:58] "POST /ref-update HTTP/1.1" 200 156 0.044579 10.0.0.22 - - [2025-11-10 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.015616 10.0.0.22 - - [2025-11-10 02:34:58] "GET /network-policy/8e77c39b-7804-43aa-800f-eaf67da2c031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.006668 10.0.0.22 - - [2025-11-10 02:34:58] "POST /id-to-fqname HTTP/1.1" 200 229 0.001361 10.0.0.23 - - [2025-11-10 02:34:59] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001212 10.0.0.22 - - [2025-11-10 02:34:59] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.081418 10.0.0.22 - - [2025-11-10 02:34:59] "POST /neutron/port HTTP/1.1" 200 117 0.006653 10.0.0.22 - - [2025-11-10 02:34:59] "POST /id-to-fqname HTTP/1.1" 200 229 0.001528 10.0.0.22 - - [2025-11-10 02:35:00] "POST /neutron/network HTTP/1.1" 200 1169 0.008879 10.0.0.22 - - [2025-11-10 02:35:00] "POST /neutron/port HTTP/1.1" 200 1061 0.044390 10.0.0.23 - - [2025-11-10 02:35:00] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000921 10.0.0.22 - - [2025-11-10 02:35:00] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.078820 10.0.0.22 - - [2025-11-10 02:35:01] "POST /neutron/port HTTP/1.1" 200 1115 0.104934 10.0.0.22 - - [2025-11-10 02:35:01] "POST /neutron/port HTTP/1.1" 200 1089 0.021931 10.0.0.22 - - [2025-11-10 02:35:01] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.22 - - [2025-11-10 02:35:01] "POST /neutron/port HTTP/1.1" 200 1089 0.019353 10.0.0.23 - - [2025-11-10 02:35:01] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001576 10.0.0.22 - - [2025-11-10 02:35:02] "POST /neutron/port HTTP/1.1" 200 1061 0.370427 10.0.0.22 - - [2025-11-10 02:35:02] "POST /neutron/port HTTP/1.1" 200 1115 0.132588 10.0.0.22 - - [2025-11-10 02:35:02] "POST /neutron/subnet HTTP/1.1" 200 675 0.011659 10.0.0.22 - - [2025-11-10 02:35:06] "POST /neutron/port HTTP/1.1" 200 1089 0.015819 10.0.0.22 - - [2025-11-10 02:35:06] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007887 10.0.0.22 - - [2025-11-10 02:35:06] "GET /virtual-machine/c884a082-8c82-4763-82cb-c43a77e8ad7e HTTP/1.1" 401 292 0.000481 10.0.0.22 - - [2025-11-10 02:35:07] "GET /virtual-machine/c884a082-8c82-4763-82cb-c43a77e8ad7e HTTP/1.1" 200 1298 0.031115 10.0.0.22 - - [2025-11-10 02:35:07] "GET /virtual-machine-interface/b1dd45f2-0d5a-42ba-89e4-99af7324e5b9 HTTP/1.1" 200 2951 0.006429 10.0.0.22 - - [2025-11-10 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.22 - - [2025-11-10 02:35:07] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005952 10.0.0.22 - - [2025-11-10 02:35:07] "GET /virtual-networks?parent_id=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003064 10.0.0.22 - - [2025-11-10 02:35:07] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007053 10.0.0.22 - - [2025-11-10 02:35:07] "POST /neutron/port HTTP/1.1" 200 1089 0.018903 10.0.0.22 - - [2025-11-10 02:35:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004466 10.0.0.22 - - [2025-11-10 02:35:07] "POST /neutron/network HTTP/1.1" 200 1157 0.010076 10.0.0.22 - - [2025-11-10 02:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.22 - - [2025-11-10 02:35:10] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006149 10.0.0.50 - - [2025-11-10 02:35:13] "DELETE /access-control-list/f3a2be63-3a8e-4994-8a31-24a09bf955f8 HTTP/1.1" 200 115 0.039601 10.0.0.22 - - [2025-11-10 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.22 - - [2025-11-10 02:35:14] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006284 10.0.0.22 - - [2025-11-10 02:35:15] "POST /neutron/network HTTP/1.1" 200 1169 0.028948 10.0.0.22 - - [2025-11-10 02:35:15] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.22 - - [2025-11-10 02:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.22 - - [2025-11-10 02:35:18] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005349 10.0.0.22 - - [2025-11-10 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.22 - - [2025-11-10 02:35:22] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007729 10.0.0.23 - - [2025-11-10 02:35:26] "DELETE /project/b48ad6218b8a4dd6b5c00dbbfe12155f HTTP/1.1" 404 173 0.007041 10.0.0.23 - - [2025-11-10 02:35:26] "DELETE /project/94e3735a0b0b497e9f2f5e7426cd59a9 HTTP/1.1" 404 173 0.003712 10.0.0.23 - - [2025-11-10 02:35:26] "DELETE /project/b48ad621-8b8a-4dd6-b5c0-0dbbfe12155f HTTP/1.1" 404 177 0.006751 10.0.0.22 - - [2025-11-10 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.22 - - [2025-11-10 02:35:26] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006257 10.0.0.22 - - [2025-11-10 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005198 10.0.0.22 - - [2025-11-10 02:35:30] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008025 10.0.0.22 - - [2025-11-10 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.22 - - [2025-11-10 02:35:34] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007045 10.0.0.22 - - [2025-11-10 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.22 - - [2025-11-10 02:35:38] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005005 10.0.0.22 - - [2025-11-10 02:35:40] "GET /obj-perms HTTP/1.1" 200 5056 0.059477 10.0.0.50 - - [2025-11-10 02:35:40] "GET /obj-perms HTTP/1.1" 200 5056 0.053257 10.0.0.22 - - [2025-11-10 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.22 - - [2025-11-10 02:35:41] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004942 10.0.0.22 - - [2025-11-10 02:35:41] "GET /virtual-networks?parent_id=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003110 10.0.0.22 - - [2025-11-10 02:35:41] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005517 10.0.0.22 - - [2025-11-10 02:35:41] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008131 10.0.0.22 - - [2025-11-10 02:35:50] "POST /neutron/port HTTP/1.1" 200 1089 0.045666 10.0.0.22 - - [2025-11-10 02:35:51] "POST /neutron/security_group HTTP/1.1" 200 2064 0.011833 10.0.0.22 - - [2025-11-10 02:35:58] "POST /neutron/port HTTP/1.1" 200 1089 0.017499 10.0.0.22 - - [2025-11-10 02:36:02] "POST /neutron/security_group HTTP/1.1" 200 2064 0.019765 10.0.0.22 - - [2025-11-10 02:36:02] "POST /neutron/port HTTP/1.1" 200 1089 0.027735 10.0.0.22 - - [2025-11-10 02:36:02] "GET /virtual-machine/f68f48bd-cf4d-488f-9bef-87041122df22 HTTP/1.1" 200 1299 0.008089 10.0.0.22 - - [2025-11-10 02:36:02] "GET /virtual-machine-interface/996e4077-fdf1-4f73-ad1c-0d7fa6a99051 HTTP/1.1" 200 2952 0.005340 10.0.0.22 - - [2025-11-10 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005568 10.0.0.22 - - [2025-11-10 02:36:02] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004139 10.0.0.22 - - [2025-11-10 02:36:02] "GET /virtual-networks?parent_id=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003288 10.0.0.22 - - [2025-11-10 02:36:02] "GET /virtual-network/de340cef-18a4-4938-b4f0-a089c5f12efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006372 10.0.0.22 - - [2025-11-10 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.22 - - [2025-11-10 02:36:03] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010034 10.0.0.22 - - [2025-11-10 02:36:03] "GET /virtual-networks?parent_id=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.009241 10.0.0.22 - - [2025-11-10 02:36:03] "GET /virtual-network/de340cef-18a4-4938-b4f0-a089c5f12efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007488 10.0.0.22 - - [2025-11-10 02:36:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009902 10.0.0.22 - - [2025-11-10 02:36:08] "POST /neutron/network HTTP/1.1" 200 1167 0.007678 10.0.0.22 - - [2025-11-10 02:36:08] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.22 - - [2025-11-10 02:36:08] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008104 10.0.0.22 - - [2025-11-10 02:36:14] "POST /neutron/port HTTP/1.1" 200 1089 0.018016 10.0.0.22 - - [2025-11-10 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.22 - - [2025-11-10 02:36:14] "GET /network-policy/8e77c39b-7804-43aa-800f-eaf67da2c031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004628 10.0.0.22 - - [2025-11-10 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008432 10.0.0.22 - - [2025-11-10 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.22 - - [2025-11-10 02:36:14] "GET /network-policy/1f20ea4a-a34a-460e-b149-5faa6d01ec55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004539 10.0.0.22 - - [2025-11-10 02:36:14] "POST /neutron/network HTTP/1.1" 200 1157 0.012634 10.0.0.22 - - [2025-11-10 02:36:14] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.010930 10.0.0.22 - - [2025-11-10 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.22 - - [2025-11-10 02:36:14] "GET /network-policy/aa72bff8-301d-4332-9408-f93864b3510a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004472 10.0.0.22 - - [2025-11-10 02:36:15] "POST /neutron/network HTTP/1.1" 200 1169 0.007319 10.0.0.22 - - [2025-11-10 02:36:15] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.23 - - [2025-11-10 02:36:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.23 - - [2025-11-10 02:36:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.23 - - [2025-11-10 02:36:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2025-11-10 02:36:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.50 - - [2025-11-10 02:36:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.50 - - [2025-11-10 02:36:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.50 - - [2025-11-10 02:36:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2025-11-10 02:36:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.22 - - [2025-11-10 02:36:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.22 - - [2025-11-10 02:36:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.22 - - [2025-11-10 02:36:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000965 10.0.0.22 - - [2025-11-10 02:36:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.50 - - [2025-11-10 02:37:07] "PUT /access-control-list/536c7ca0-c8fb-4de7-a6d3-be03e0f715e8 HTTP/1.1" 200 272 0.024407 10.0.0.22 - - [2025-11-10 02:37:07] "POST /neutron/network HTTP/1.1" 200 1160 0.112942 10.0.0.22 - - [2025-11-10 02:37:07] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.018971 10.0.0.22 - - [2025-11-10 02:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006099 10.0.0.22 - - [2025-11-10 02:37:07] "GET /network-policy/2a001d3a-64f2-4a14-89aa-7ab4ae1781c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1126 0.004690 10.0.0.22 - - [2025-11-10 02:37:09] "POST /neutron/port HTTP/1.1" 200 1089 0.023257 10.0.0.22 - - [2025-11-10 02:37:09] "POST /neutron/subnet HTTP/1.1" 200 675 0.015347 10.0.0.22 - - [2025-11-10 02:37:16] "POST /neutron/network HTTP/1.1" 200 1160 0.012621 10.0.0.22 - - [2025-11-10 02:37:16] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008351 10.0.0.22 - - [2025-11-10 02:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.50 - - [2025-11-10 02:37:16] "POST /ref-update HTTP/1.1" 200 156 0.056378 10.0.0.22 - - [2025-11-10 02:37:16] "GET /network-policy/6365e68c-bd3d-4680-99c3-8c28597ab990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.014688 10.0.0.22 - - [2025-11-10 02:37:17] "POST /neutron/port HTTP/1.1" 200 1089 0.019004 10.0.0.22 - - [2025-11-10 02:37:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006351 10.0.0.22 - - [2025-11-10 02:37:17] "POST /neutron/network HTTP/1.1" 200 1159 0.013099 10.0.0.22 - - [2025-11-10 02:37:25] "POST /neutron/network HTTP/1.1" 200 1157 0.014247 10.0.0.22 - - [2025-11-10 02:37:25] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.014468 10.0.0.22 - - [2025-11-10 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.22 - - [2025-11-10 02:37:25] "GET /network-policy/280d7f54-1232-401c-9780-1c09531b59f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004727 10.0.0.50 - - [2025-11-10 02:37:32] "POST /ref-update HTTP/1.1" 200 156 0.041609 10.0.0.22 - - [2025-11-10 02:37:32] "POST /neutron/network HTTP/1.1" 200 1158 0.024794 10.0.0.22 - - [2025-11-10 02:37:32] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.013979 10.0.0.22 - - [2025-11-10 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.22 - - [2025-11-10 02:37:32] "GET /network-policy/4a091828-b079-492a-acb5-dc621f9b2de4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004698 10.0.0.22 - - [2025-11-10 02:37:41] "POST /neutron/network HTTP/1.1" 200 1158 0.014075 10.0.0.22 - - [2025-11-10 02:37:41] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.024586 10.0.0.22 - - [2025-11-10 02:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.011413 10.0.0.22 - - [2025-11-10 02:37:41] "GET /network-policy/6ff4d4cd-d53a-4f12-9a9a-f9d2eab37f13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006813 10.0.0.23 - - [2025-11-10 02:37:42] "GET /obj-perms HTTP/1.1" 200 5056 0.051044 10.0.0.50 - - [2025-11-10 02:37:49] "PUT /access-control-list/536c7ca0-c8fb-4de7-a6d3-be03e0f715e8 HTTP/1.1" 200 272 0.070027 10.0.0.22 - - [2025-11-10 02:37:49] "POST /neutron/network HTTP/1.1" 200 1158 0.014394 10.0.0.22 - - [2025-11-10 02:37:49] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007637 10.0.0.22 - - [2025-11-10 02:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.22 - - [2025-11-10 02:37:49] "GET /network-policy/74bf128d-7a25-4292-9370-b27a3408ede6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004533 10.0.0.22 - - [2025-11-10 02:37:58] "POST /neutron/network HTTP/1.1" 200 1158 0.025097 10.0.0.22 - - [2025-11-10 02:37:58] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005455 10.0.0.22 - - [2025-11-10 02:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.22 - - [2025-11-10 02:37:58] "GET /network-policy/022b0e64-0d16-4a22-ad97-35933dcc570f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004213 10.0.0.22 - - [2025-11-10 02:38:05] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007458 10.0.0.22 - - [2025-11-10 02:38:05] "POST /neutron/network HTTP/1.1" 200 1074 0.021222 10.0.0.50 - - [2025-11-10 02:38:05] "POST /ref-update HTTP/1.1" 200 156 0.040815 10.0.0.22 - - [2025-11-10 02:38:05] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007637 10.0.0.22 - - [2025-11-10 02:38:06] "GET /virtual-machine/f68f48bd-cf4d-488f-9bef-87041122df22 HTTP/1.1" 200 1299 0.004633 10.0.0.22 - - [2025-11-10 02:38:06] "POST /neutron/port HTTP/1.1" 200 151 0.170836 10.0.0.22 - - [2025-11-10 02:38:08] "GET /virtual-machine/f68f48bd-cf4d-488f-9bef-87041122df22 HTTP/1.1" 404 171 0.003327 10.0.0.22 - - [2025-11-10 02:38:08] "GET /virtual-machine/f68f48bd-cf4d-488f-9bef-87041122df22 HTTP/1.1" 404 171 0.003667 10.0.0.22 - - [2025-11-10 02:38:08] "GET /virtual-machine/f68f48bd-cf4d-488f-9bef-87041122df22 HTTP/1.1" 404 171 0.003280 10.0.0.22 - - [2025-11-10 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.22 - - [2025-11-10 02:38:08] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004460 10.0.0.22 - - [2025-11-10 02:38:08] "GET /virtual-networks?parent_id=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004535 10.0.0.22 - - [2025-11-10 02:38:08] "GET /virtual-network/de340cef-18a4-4938-b4f0-a089c5f12efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006652 10.0.0.22 - - [2025-11-10 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.22 - - [2025-11-10 02:38:08] "GET /routing-instance/3c614f07-e0b1-4a9f-851c-fdbc87ae97a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004402 10.0.0.22 - - [2025-11-10 02:38:08] "GET /route-target/622667c6-35a6-4d0d-97dc-54f35b36124f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004616 10.0.0.22 - - [2025-11-10 02:38:08] "GET /obj-perms HTTP/1.1" 200 5013 0.058924 10.0.0.22 - - [2025-11-10 02:38:12] "POST /neutron/network HTTP/1.1" 200 1084 0.008519 10.0.0.22 - - [2025-11-10 02:38:12] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.22 - - [2025-11-10 02:38:14] "GET /obj-perms HTTP/1.1" 200 5013 0.004153 10.0.0.22 - - [2025-11-10 02:38:17] "GET /obj-perms HTTP/1.1" 200 5013 0.004381 10.0.0.22 - - [2025-11-10 02:38:24] "GET /obj-perms HTTP/1.1" 200 5013 0.004246 10.0.0.22 - - [2025-11-10 02:38:27] "GET /obj-perms HTTP/1.1" 200 5013 0.004638 10.0.0.22 - - [2025-11-10 02:38:27] "GET /virtual-machine/c884a082-8c82-4763-82cb-c43a77e8ad7e HTTP/1.1" 200 1298 0.004772 10.0.0.22 - - [2025-11-10 02:38:27] "POST /neutron/port HTTP/1.1" 200 1115 0.010944 10.0.0.22 - - [2025-11-10 02:38:29] "GET /virtual-machine/c884a082-8c82-4763-82cb-c43a77e8ad7e HTTP/1.1" 404 171 0.003409 10.0.0.22 - - [2025-11-10 02:38:29] "GET /virtual-machine/c884a082-8c82-4763-82cb-c43a77e8ad7e HTTP/1.1" 404 171 0.003806 10.0.0.22 - - [2025-11-10 02:38:29] "GET /virtual-machine/c884a082-8c82-4763-82cb-c43a77e8ad7e HTTP/1.1" 404 171 0.003828 10.0.0.22 - - [2025-11-10 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.22 - - [2025-11-10 02:38:29] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007764 10.0.0.22 - - [2025-11-10 02:38:29] "GET /virtual-networks?parent_id=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005099 10.0.0.22 - - [2025-11-10 02:38:29] "GET /virtual-network/de2d3598-e83c-4d6f-b09b-258d85399912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007118 10.0.0.22 - - [2025-11-10 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.22 - - [2025-11-10 02:38:29] "GET /routing-instance/62431cf2-7b36-4a90-b811-eaa812296a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.005209 10.0.0.22 - - [2025-11-10 02:38:29] "GET /route-target/f6ed93b4-f6cb-4583-8ed1-e0d5c3c890f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004441 10.0.0.22 - - [2025-11-10 02:38:29] "GET /obj-perms HTTP/1.1" 200 5013 0.004745 10.0.0.50 - - [2025-11-10 02:38:29] "GET /obj-perms HTTP/1.1" 200 5013 0.050276 10.0.0.22 - - [2025-11-10 02:38:33] "GET /obj-perms HTTP/1.1" 200 5013 0.005411 10.0.0.22 - - [2025-11-10 02:38:33] "GET /virtual-network/de340cef-18a4-4938-b4f0-a089c5f12efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007684 10.0.0.22 - - [2025-11-10 02:38:33] "POST /neutron/network HTTP/1.1" 200 1074 0.086998 10.0.0.22 - - [2025-11-10 02:38:33] "GET /virtual-network/de340cef-18a4-4938-b4f0-a089c5f12efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006863 10.0.0.22 - - [2025-11-10 02:38:33] "DELETE /network-policy/2a001d3a-64f2-4a14-89aa-7ab4ae1781c0 HTTP/1.1" 200 115 0.033695 10.0.0.22 - - [2025-11-10 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005141 10.0.0.23 - - [2025-11-10 02:38:33] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.023896 10.0.0.22 - - [2025-11-10 02:38:33] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.064559 10.0.0.22 - - [2025-11-10 02:38:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07323147&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005796 10.0.0.22 - - [2025-11-10 02:38:33] "DELETE /network-policy/022b0e64-0d16-4a22-ad97-35933dcc570f HTTP/1.1" 200 115 0.036711 10.0.0.22 - - [2025-11-10 02:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006280 10.0.0.23 - - [2025-11-10 02:38:33] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001026 10.0.0.22 - - [2025-11-10 02:38:34] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.044562 10.0.0.22 - - [2025-11-10 02:38:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07323147&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.014364 10.0.0.22 - - [2025-11-10 02:38:34] "DELETE /network-policy/74bf128d-7a25-4292-9370-b27a3408ede6 HTTP/1.1" 200 115 0.047381 10.0.0.22 - - [2025-11-10 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.23 - - [2025-11-10 02:38:34] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001027 10.0.0.22 - - [2025-11-10 02:38:34] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.046948 10.0.0.22 - - [2025-11-10 02:38:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07323147&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005646 10.0.0.22 - - [2025-11-10 02:38:34] "DELETE /network-policy/6ff4d4cd-d53a-4f12-9a9a-f9d2eab37f13 HTTP/1.1" 200 115 0.033024 10.0.0.22 - - [2025-11-10 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.23 - - [2025-11-10 02:38:34] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001364 10.0.0.22 - - [2025-11-10 02:38:34] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.053155 10.0.0.22 - - [2025-11-10 02:38:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07323147&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.006694 10.0.0.22 - - [2025-11-10 02:38:34] "DELETE /network-policy/4a091828-b079-492a-acb5-dc621f9b2de4 HTTP/1.1" 200 115 0.053499 10.0.0.22 - - [2025-11-10 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.23 - - [2025-11-10 02:38:34] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001129 10.0.0.22 - - [2025-11-10 02:38:34] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.057125 10.0.0.22 - - [2025-11-10 02:38:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07323147&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005906 10.0.0.22 - - [2025-11-10 02:38:34] "DELETE /network-policy/8e77c39b-7804-43aa-800f-eaf67da2c031 HTTP/1.1" 200 115 0.037133 10.0.0.22 - - [2025-11-10 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.23 - - [2025-11-10 02:38:34] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000982 10.0.0.22 - - [2025-11-10 02:38:34] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.047760 10.0.0.22 - - [2025-11-10 02:38:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07323147&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005350 10.0.0.22 - - [2025-11-10 02:38:35] "DELETE /network-policy/280d7f54-1232-401c-9780-1c09531b59f6 HTTP/1.1" 200 115 0.046416 10.0.0.22 - - [2025-11-10 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.23 - - [2025-11-10 02:38:35] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001002 10.0.0.22 - - [2025-11-10 02:38:35] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048846 10.0.0.22 - - [2025-11-10 02:38:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07323147&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.006916 10.0.0.22 - - [2025-11-10 02:38:35] "DELETE /network-policy/6365e68c-bd3d-4680-99c3-8c28597ab990 HTTP/1.1" 200 115 0.047141 10.0.0.22 - - [2025-11-10 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.23 - - [2025-11-10 02:38:35] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001144 10.0.0.22 - - [2025-11-10 02:38:35] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.050545 10.0.0.22 - - [2025-11-10 02:38:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07323147&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.007240 10.0.0.22 - - [2025-11-10 02:38:35] "DELETE /network-policy/aa72bff8-301d-4332-9408-f93864b3510a HTTP/1.1" 200 115 0.039039 10.0.0.22 - - [2025-11-10 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.010015 10.0.0.23 - - [2025-11-10 02:38:35] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001058 10.0.0.22 - - [2025-11-10 02:38:35] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.054621 10.0.0.22 - - [2025-11-10 02:38:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07323147&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005094 10.0.0.22 - - [2025-11-10 02:38:35] "DELETE /network-policy/1f20ea4a-a34a-460e-b149-5faa6d01ec55 HTTP/1.1" 200 115 0.045909 10.0.0.22 - - [2025-11-10 02:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.23 - - [2025-11-10 02:38:35] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001068 10.0.0.22 - - [2025-11-10 02:38:35] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.040940 10.0.0.22 - - [2025-11-10 02:38:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-07323147&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005436 10.0.0.23 - - [2025-11-10 02:38:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007054 10.0.0.50 - - [2025-11-10 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008721 10.0.0.23 - - [2025-11-10 02:38:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002875 10.0.0.23 - - [2025-11-10 02:38:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002489 10.0.0.23 - - [2025-11-10 02:38:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003084 10.0.0.22 - - [2025-11-10 02:38:36] "POST /neutron/network HTTP/1.1" 200 151 0.165634 10.0.0.50 - - [2025-11-10 02:38:36] "DELETE /route-target/f6ed93b4-f6cb-4583-8ed1-e0d5c3c890f9 HTTP/1.1" 200 115 0.021535 10.0.0.22 - - [2025-11-10 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.22 - - [2025-11-10 02:38:36] "DELETE /network-ipam/9c6f53f1-24ef-4a1a-a8d2-49aeeac60c1a HTTP/1.1" 200 115 0.046293 10.0.0.22 - - [2025-11-10 02:38:36] "POST /fqname-to-id HTTP/1.1" 404 248 0.005750 10.0.0.23 - - [2025-11-10 02:38:36] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000891 10.0.0.23 - - [2025-11-10 02:38:36] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.060052 10.0.0.23 - - [2025-11-10 02:38:36] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000954 10.0.0.23 - - [2025-11-10 02:38:37] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?fields=security_groups HTTP/1.1" 200 1382 0.048752 10.0.0.23 - - [2025-11-10 02:38:37] "DELETE /security-group/79288d53-6ffa-4fec-b275-3e54b552d83b HTTP/1.1" 200 115 0.065703 10.0.0.23 - - [2025-11-10 02:38:37] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001422 10.0.0.23 - - [2025-11-10 02:38:37] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?fields=application_policy_sets HTTP/1.1" 200 1421 0.083276 10.0.0.22 - - [2025-11-10 02:38:37] "DELETE /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9 HTTP/1.1" 200 115 0.487029 10.0.0.23 - - [2025-11-10 02:38:37] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001435 10.0.0.22 - - [2025-11-10 02:38:37] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?fields=projects HTTP/1.1" 200 1439 0.012737 10.0.0.23 - - [2025-11-10 02:38:38] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003466 10.0.0.23 - - [2025-11-10 02:38:38] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001478 10.0.0.23 - - [2025-11-10 02:38:38] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034465 10.0.0.23 - - [2025-11-10 02:38:38] "POST /id-to-fqname HTTP/1.1" 200 196 0.001227 10.0.0.23 - - [2025-11-10 02:38:38] "POST /fqname-to-id HTTP/1.1" 404 205 0.006242 10.0.0.23 - - [2025-11-10 02:38:39] "POST /security-groups HTTP/1.1" 200 597 0.033638 10.0.0.50 - - [2025-11-10 02:38:39] "POST /fqname-to-id HTTP/1.1" 404 240 0.005044 10.0.0.23 - - [2025-11-10 02:38:39] "POST /projects HTTP/1.1" 200 597 0.247157 10.0.0.23 - - [2025-11-10 02:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.320698 10.0.0.50 - - [2025-11-10 02:38:39] "POST /access-control-lists HTTP/1.1" 200 600 0.032107 10.0.0.22 - - [2025-11-10 02:38:39] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.466805 10.0.0.23 - - [2025-11-10 02:38:39] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001210 10.0.0.22 - - [2025-11-10 02:38:39] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?fields=virtual_networks HTTP/1.1" 200 1045 0.047604 10.0.0.23 - - [2025-11-10 02:38:39] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001001 10.0.0.22 - - [2025-11-10 02:38:39] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.053086 10.0.0.23 - - [2025-11-10 02:38:39] "GET /projects?obj_uuids=94e3735a-0b0b-497e-9f2f-5e7426cd59a9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001612 10.0.0.22 - - [2025-11-10 02:38:39] "GET /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9?fields=security_groups HTTP/1.1" 200 1277 0.050899 10.0.0.22 - - [2025-11-10 02:38:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.023313 10.0.0.23 - - [2025-11-10 02:38:40] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003626 10.0.0.23 - - [2025-11-10 02:38:40] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.23 - - [2025-11-10 02:38:40] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006874 10.0.0.23 - - [2025-11-10 02:38:40] "POST /id-to-fqname HTTP/1.1" 200 202 0.001529 10.0.0.23 - - [2025-11-10 02:38:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.007210 10.0.0.23 - - [2025-11-10 02:38:40] "POST /security-groups HTTP/1.1" 200 603 0.032652 10.0.0.23 - - [2025-11-10 02:38:40] "POST /projects HTTP/1.1" 200 609 0.261096 10.0.0.50 - - [2025-11-10 02:38:40] "POST /fqname-to-id HTTP/1.1" 404 245 0.004212 10.0.0.23 - - [2025-11-10 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.337785 10.0.0.22 - - [2025-11-10 02:38:40] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.488635 10.0.0.22 - - [2025-11-10 02:38:42] "GET / HTTP/1.1" 200 35931 0.002886 10.0.0.50 - - [2025-11-10 02:38:43] "GET /obj-perms HTTP/1.1" 200 5056 0.051475 10.0.0.22 - - [2025-11-10 02:38:44] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000631 10.0.0.23 - - [2025-11-10 02:38:44] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001478 10.0.0.22 - - [2025-11-10 02:38:44] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.072395 10.0.0.22 - - [2025-11-10 02:38:44] "GET / HTTP/1.1" 200 35931 0.001572 10.0.0.22 - - [2025-11-10 02:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.23 - - [2025-11-10 02:38:45] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.22 - - [2025-11-10 02:38:45] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008376 10.0.0.22 - - [2025-11-10 02:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.23 - - [2025-11-10 02:38:45] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001435 10.0.0.22 - - [2025-11-10 02:38:45] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042150 10.0.0.22 - - [2025-11-10 02:38:46] "GET /domains HTTP/1.1" 401 292 0.000486 10.0.0.22 - - [2025-11-10 02:38:46] "GET /domains HTTP/1.1" 200 280 0.026825 10.0.0.23 - - [2025-11-10 02:38:46] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.22 - - [2025-11-10 02:38:46] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce HTTP/1.1" 200 2972 0.009872 10.0.0.23 - - [2025-11-10 02:38:46] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000855 10.0.0.22 - - [2025-11-10 02:38:47] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b HTTP/1.1" 200 1924 0.091476 10.0.0.22 - - [2025-11-10 02:38:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002968 10.0.0.22 - - [2025-11-10 02:38:47] "POST /network-ipams HTTP/1.1" 200 621 0.026524 10.0.0.22 - - [2025-11-10 02:38:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003813 10.0.0.22 - - [2025-11-10 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.22 - - [2025-11-10 02:38:47] "GET /network-ipam/ebc430d1-8b10-4aa7-aebc-4fe1d474dd8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.007493 10.0.0.22 - - [2025-11-10 02:38:47] "PUT /network-ipam/ebc430d1-8b10-4aa7-aebc-4fe1d474dd8f HTTP/1.1" 200 258 0.014151 10.0.0.22 - - [2025-11-10 02:38:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.22 - - [2025-11-10 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.026599 10.0.0.23 - - [2025-11-10 02:38:47] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001043 10.0.0.22 - - [2025-11-10 02:38:47] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040584 10.0.0.22 - - [2025-11-10 02:38:47] "POST /neutron/network HTTP/1.1" 200 117 0.038259 10.0.0.50 - - [2025-11-10 02:38:48] "POST /ref-update HTTP/1.1" 200 156 0.031183 10.0.0.23 - - [2025-11-10 02:38:48] "POST /useragent-kv HTTP/1.1" 200 115 0.008478 10.0.0.22 - - [2025-11-10 02:38:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.156075 10.0.0.22 - - [2025-11-10 02:38:48] "POST /id-to-fqname HTTP/1.1" 200 235 0.001419 10.0.0.22 - - [2025-11-10 02:38:48] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007576 10.0.0.22 - - [2025-11-10 02:38:48] "POST /neutron/network HTTP/1.1" 200 1337 0.010584 10.0.0.22 - - [2025-11-10 02:38:48] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005134 10.0.0.22 - - [2025-11-10 02:38:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.008303 10.0.0.22 - - [2025-11-10 02:38:49] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005190 10.0.0.23 - - [2025-11-10 02:38:50] "GET /obj-perms HTTP/1.1" 200 5019 0.052186 10.0.0.22 - - [2025-11-10 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005106 10.0.0.23 - - [2025-11-10 02:38:50] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003315 10.0.0.22 - - [2025-11-10 02:38:51] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.079689 10.0.0.23 - - [2025-11-10 02:38:51] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.22 - - [2025-11-10 02:38:51] "POST /neutron/network HTTP/1.1" 200 623 0.139611 10.0.0.23 - - [2025-11-10 02:38:51] "POST /useragent-kv HTTP/1.1" 200 115 0.018451 10.0.0.50 - - [2025-11-10 02:38:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.053545 10.0.0.22 - - [2025-11-10 02:38:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.241790 10.0.0.22 - - [2025-11-10 02:38:52] "POST /id-to-fqname HTTP/1.1" 200 235 0.001575 10.0.0.22 - - [2025-11-10 02:38:52] "GET /virtual-network/83c50e57-c000-492a-aad4-acbd4d1adc45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005261 10.0.0.22 - - [2025-11-10 02:38:52] "GET /virtual-network/83c50e57-c000-492a-aad4-acbd4d1adc45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006598 10.0.0.22 - - [2025-11-10 02:38:52] "POST /neutron/network HTTP/1.1" 200 1337 0.014493 10.0.0.22 - - [2025-11-10 02:38:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.009637 10.0.0.22 - - [2025-11-10 02:38:52] "GET /virtual-network/83c50e57-c000-492a-aad4-acbd4d1adc45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006182 10.0.0.22 - - [2025-11-10 02:38:52] "GET /obj-perms HTTP/1.1" 200 5019 0.067175 10.0.0.22 - - [2025-11-10 02:38:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.003375 10.0.0.22 - - [2025-11-10 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.23 - - [2025-11-10 02:38:53] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001573 10.0.0.22 - - [2025-11-10 02:38:53] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054570 10.0.0.22 - - [2025-11-10 02:38:53] "POST /network-policys HTTP/1.1" 200 533 0.075491 10.0.0.22 - - [2025-11-10 02:38:53] "GET /network-policy/3f6f5be0-ddc0-4222-b53d-0a0a7a341654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006846 10.0.0.22 - - [2025-11-10 02:38:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.003242 10.0.0.22 - - [2025-11-10 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.23 - - [2025-11-10 02:38:53] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.22 - - [2025-11-10 02:38:53] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057961 10.0.0.22 - - [2025-11-10 02:38:53] "POST /network-policys HTTP/1.1" 200 533 0.076673 10.0.0.22 - - [2025-11-10 02:38:53] "GET /network-policy/946f332d-8378-4618-bc01-dec581e68236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006551 10.0.0.22 - - [2025-11-10 02:38:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.003240 10.0.0.22 - - [2025-11-10 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.23 - - [2025-11-10 02:38:53] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001151 10.0.0.22 - - [2025-11-10 02:38:53] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052155 10.0.0.22 - - [2025-11-10 02:38:54] "POST /network-policys HTTP/1.1" 200 533 0.075048 10.0.0.22 - - [2025-11-10 02:38:54] "GET /network-policy/7dffe167-bb71-4b18-8714-da8ff8d87333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.007304 10.0.0.22 - - [2025-11-10 02:38:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.003385 10.0.0.22 - - [2025-11-10 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.23 - - [2025-11-10 02:38:54] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001346 10.0.0.22 - - [2025-11-10 02:38:54] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.067799 10.0.0.22 - - [2025-11-10 02:38:54] "POST /network-policys HTTP/1.1" 200 533 0.084396 10.0.0.22 - - [2025-11-10 02:38:54] "GET /network-policy/12ead16d-1a1b-4e64-8fe1-688c2dabebdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007370 10.0.0.22 - - [2025-11-10 02:38:54] "POST /fqname-to-id HTTP/1.1" 404 213 0.004179 10.0.0.22 - - [2025-11-10 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.23 - - [2025-11-10 02:38:54] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.22 - - [2025-11-10 02:38:54] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.059167 10.0.0.22 - - [2025-11-10 02:38:54] "POST /network-policys HTTP/1.1" 200 537 0.032530 10.0.0.22 - - [2025-11-10 02:38:54] "GET /network-policy/4fb08aa2-2a7a-4c79-928f-d01d2f135f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005974 10.0.0.22 - - [2025-11-10 02:38:55] "POST /fqname-to-id HTTP/1.1" 404 212 0.003546 10.0.0.22 - - [2025-11-10 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.23 - - [2025-11-10 02:38:55] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001457 10.0.0.22 - - [2025-11-10 02:38:55] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057610 10.0.0.22 - - [2025-11-10 02:38:55] "POST /network-policys HTTP/1.1" 200 535 0.075298 10.0.0.22 - - [2025-11-10 02:38:55] "GET /network-policy/446a93ab-7089-4b50-90a4-377d2d108ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006750 10.0.0.22 - - [2025-11-10 02:38:55] "POST /fqname-to-id HTTP/1.1" 404 212 0.003332 10.0.0.22 - - [2025-11-10 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.23 - - [2025-11-10 02:38:55] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.22 - - [2025-11-10 02:38:55] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037020 10.0.0.22 - - [2025-11-10 02:38:55] "POST /network-policys HTTP/1.1" 200 535 0.078702 10.0.0.22 - - [2025-11-10 02:38:55] "GET /network-policy/07a2e26d-380f-4d24-93cc-bafea3499557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006942 10.0.0.22 - - [2025-11-10 02:38:55] "POST /fqname-to-id HTTP/1.1" 404 212 0.003369 10.0.0.22 - - [2025-11-10 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.23 - - [2025-11-10 02:38:56] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001570 10.0.0.22 - - [2025-11-10 02:38:56] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048944 10.0.0.22 - - [2025-11-10 02:38:56] "POST /network-policys HTTP/1.1" 200 535 0.074804 10.0.0.22 - - [2025-11-10 02:38:56] "GET /network-policy/984ca2bd-6fb2-4a9a-a17f-2f040dbed2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006380 10.0.0.22 - - [2025-11-10 02:38:56] "POST /fqname-to-id HTTP/1.1" 404 212 0.003639 10.0.0.22 - - [2025-11-10 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005901 10.0.0.23 - - [2025-11-10 02:38:56] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001275 10.0.0.22 - - [2025-11-10 02:38:56] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058096 10.0.0.22 - - [2025-11-10 02:38:56] "POST /network-policys HTTP/1.1" 200 535 0.077112 10.0.0.22 - - [2025-11-10 02:38:56] "GET /network-policy/557fbc28-c3dc-4715-acc6-0cf5eea06133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006404 10.0.0.22 - - [2025-11-10 02:38:56] "POST /fqname-to-id HTTP/1.1" 404 214 0.003152 10.0.0.22 - - [2025-11-10 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2025-11-10 02:38:56] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001243 10.0.0.22 - - [2025-11-10 02:38:57] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050887 10.0.0.22 - - [2025-11-10 02:38:57] "POST /network-policys HTTP/1.1" 200 539 0.029791 10.0.0.22 - - [2025-11-10 02:38:57] "GET /network-policy/acf61ecd-fadb-4fb7-a020-b1f0db46211d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007627 10.0.0.50 - - [2025-11-10 02:38:57] "POST /fqname-to-id HTTP/1.1" 404 252 0.008489 10.0.0.22 - - [2025-11-10 02:38:57] "POST /neutron/network HTTP/1.1" 200 1425 0.013307 10.0.0.22 - - [2025-11-10 02:38:57] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005365 10.0.0.22 - - [2025-11-10 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.22 - - [2025-11-10 02:38:57] "GET /network-policy/3f6f5be0-ddc0-4222-b53d-0a0a7a341654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.008592 10.0.0.50 - - [2025-11-10 02:38:57] "POST /access-control-lists HTTP/1.1" 200 609 0.061491 10.0.0.22 - - [2025-11-10 02:38:57] "POST /neutron/network HTTP/1.1" 200 1427 0.015223 10.0.0.22 - - [2025-11-10 02:38:57] "GET /virtual-network/83c50e57-c000-492a-aad4-acbd4d1adc45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006017 10.0.0.22 - - [2025-11-10 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.22 - - [2025-11-10 02:38:58] "GET /network-policy/4fb08aa2-2a7a-4c79-928f-d01d2f135f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004604 10.0.0.22 - - [2025-11-10 02:38:58] "POST /id-to-fqname HTTP/1.1" 200 235 0.001353 10.0.0.23 - - [2025-11-10 02:38:58] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001878 10.0.0.22 - - [2025-11-10 02:38:59] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.077790 10.0.0.22 - - [2025-11-10 02:38:59] "POST /neutron/port HTTP/1.1" 200 117 0.005893 10.0.0.22 - - [2025-11-10 02:38:59] "POST /id-to-fqname HTTP/1.1" 200 235 0.001997 10.0.0.22 - - [2025-11-10 02:38:59] "POST /neutron/network HTTP/1.1" 200 1437 0.007569 10.0.0.22 - - [2025-11-10 02:39:00] "POST /neutron/port HTTP/1.1" 200 1174 0.025975 10.0.0.23 - - [2025-11-10 02:39:00] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003578 10.0.0.22 - - [2025-11-10 02:39:00] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.151390 10.0.0.22 - - [2025-11-10 02:39:00] "POST /neutron/network HTTP/1.1" 200 1427 0.039176 10.0.0.22 - - [2025-11-10 02:39:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004436 10.0.0.22 - - [2025-11-10 02:39:00] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.22 - - [2025-11-10 02:39:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008914 10.0.0.22 - - [2025-11-10 02:39:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007897 10.0.0.50 - - [2025-11-10 02:39:01] "PUT /access-control-list/b8e9c748-da12-4452-a701-c2d4120c2a52 HTTP/1.1" 200 272 0.037513 10.0.0.22 - - [2025-11-10 02:39:01] "POST /neutron/port HTTP/1.1" 200 1174 0.020569 10.0.0.22 - - [2025-11-10 02:39:01] "POST /neutron/port HTTP/1.1" 200 1202 0.019068 10.0.0.22 - - [2025-11-10 02:39:02] "POST /neutron/subnet HTTP/1.1" 200 1361 0.149081 10.0.0.22 - - [2025-11-10 02:39:02] "POST /neutron/network HTTP/1.1" 200 1427 0.014256 10.0.0.22 - - [2025-11-10 02:39:05] "POST /neutron/port HTTP/1.1" 200 1202 0.018216 10.0.0.22 - - [2025-11-10 02:39:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009619 10.0.0.22 - - [2025-11-10 02:39:06] "GET /virtual-machine/12c68c0e-6e07-46fb-9b4f-86572f0ce5d6 HTTP/1.1" 401 292 0.000539 10.0.0.22 - - [2025-11-10 02:39:06] "GET /virtual-machine/12c68c0e-6e07-46fb-9b4f-86572f0ce5d6 HTTP/1.1" 200 1304 0.033192 10.0.0.22 - - [2025-11-10 02:39:06] "GET /virtual-machine-interface/77d1abf1-2374-427e-9ca7-9b6e6b9a61fd HTTP/1.1" 200 3169 0.005846 10.0.0.22 - - [2025-11-10 02:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.22 - - [2025-11-10 02:39:06] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005600 10.0.0.22 - - [2025-11-10 02:39:06] "GET /virtual-networks?parent_id=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003870 10.0.0.22 - - [2025-11-10 02:39:06] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006621 10.0.0.22 - - [2025-11-10 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.22 - - [2025-11-10 02:39:09] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005442 10.0.0.22 - - [2025-11-10 02:39:11] "POST /neutron/network HTTP/1.1" 200 1435 0.008909 10.0.0.22 - - [2025-11-10 02:39:11] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016133 10.0.0.22 - - [2025-11-10 02:39:11] "POST /neutron/network HTTP/1.1" 200 1425 0.011669 10.0.0.22 - - [2025-11-10 02:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.22 - - [2025-11-10 02:39:13] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008207 10.0.0.22 - - [2025-11-10 02:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.22 - - [2025-11-10 02:39:17] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004708 10.0.0.22 - - [2025-11-10 02:39:19] "POST /neutron/network HTTP/1.1" 200 1437 0.007176 10.0.0.22 - - [2025-11-10 02:39:19] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018190 10.0.0.22 - - [2025-11-10 02:39:19] "POST /neutron/network HTTP/1.1" 200 1427 0.012613 10.0.0.22 - - [2025-11-10 02:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.22 - - [2025-11-10 02:39:21] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005377 10.0.0.22 - - [2025-11-10 02:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.22 - - [2025-11-10 02:39:25] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005773 10.0.0.23 - - [2025-11-10 02:39:26] "DELETE /project/3652ec08e5f84d77b34d6f13bf16e30b HTTP/1.1" 404 173 0.004122 10.0.0.23 - - [2025-11-10 02:39:26] "DELETE /project/94e3735a-0b0b-497e-9f2f-5e7426cd59a9 HTTP/1.1" 404 177 0.003803 10.0.0.23 - - [2025-11-10 02:39:26] "DELETE /project/94e3735a0b0b497e9f2f5e7426cd59a9 HTTP/1.1" 404 173 0.007273 10.0.0.22 - - [2025-11-10 02:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.22 - - [2025-11-10 02:39:30] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005980 10.0.0.22 - - [2025-11-10 02:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.22 - - [2025-11-10 02:39:34] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005481 10.0.0.22 - - [2025-11-10 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.22 - - [2025-11-10 02:39:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004207 10.0.0.22 - - [2025-11-10 02:39:38] "GET /virtual-networks?parent_id=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002961 10.0.0.22 - - [2025-11-10 02:39:38] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005652 10.0.0.22 - - [2025-11-10 02:39:43] "POST /neutron/port HTTP/1.1" 200 1202 0.019214 10.0.0.22 - - [2025-11-10 02:39:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006578 10.0.0.22 - - [2025-11-10 02:39:53] "POST /neutron/port HTTP/1.1" 200 1202 0.016986 10.0.0.22 - - [2025-11-10 02:39:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008013 10.0.0.22 - - [2025-11-10 02:39:59] "POST /neutron/port HTTP/1.1" 200 1202 0.017491 10.0.0.22 - - [2025-11-10 02:39:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010937 10.0.0.22 - - [2025-11-10 02:39:59] "GET /virtual-machine/2b1edfb3-ef7f-4640-92ec-75aca23333c2 HTTP/1.1" 200 1304 0.010167 10.0.0.22 - - [2025-11-10 02:39:59] "GET /virtual-machine-interface/e56eee6d-c2ee-4990-9f31-5bb058d61e8f HTTP/1.1" 200 3170 0.006210 10.0.0.22 - - [2025-11-10 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.22 - - [2025-11-10 02:39:59] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004986 10.0.0.22 - - [2025-11-10 02:39:59] "GET /virtual-networks?parent_id=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003459 10.0.0.22 - - [2025-11-10 02:39:59] "GET /virtual-network/83c50e57-c000-492a-aad4-acbd4d1adc45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006682 10.0.0.22 - - [2025-11-10 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.22 - - [2025-11-10 02:40:00] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003934 10.0.0.22 - - [2025-11-10 02:40:00] "GET /virtual-networks?parent_id=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004097 10.0.0.22 - - [2025-11-10 02:40:00] "GET /virtual-network/83c50e57-c000-492a-aad4-acbd4d1adc45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006138 10.0.0.22 - - [2025-11-10 02:40:06] "POST /neutron/port HTTP/1.1" 200 1202 0.030292 10.0.0.22 - - [2025-11-10 02:40:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008618 10.0.0.22 - - [2025-11-10 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.22 - - [2025-11-10 02:40:11] "GET /network-policy/4fb08aa2-2a7a-4c79-928f-d01d2f135f50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003675 10.0.0.22 - - [2025-11-10 02:40:11] "POST /neutron/port HTTP/1.1" 200 1202 0.016089 10.0.0.22 - - [2025-11-10 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.22 - - [2025-11-10 02:40:11] "GET /network-policy/3f6f5be0-ddc0-4222-b53d-0a0a7a341654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003926 10.0.0.50 - - [2025-11-10 02:40:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.006155 10.0.0.50 - - [2025-11-10 02:40:12] "PUT /access-control-list/1caefe49-4f8b-474b-bfa8-2fff0c647a3f HTTP/1.1" 200 272 0.021541 10.0.0.22 - - [2025-11-10 02:40:12] "POST /neutron/network HTTP/1.1" 200 1425 0.117139 10.0.0.22 - - [2025-11-10 02:40:12] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006430 10.0.0.22 - - [2025-11-10 02:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.22 - - [2025-11-10 02:40:12] "GET /network-policy/946f332d-8378-4618-bc01-dec581e68236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004979 10.0.0.22 - - [2025-11-10 02:40:12] "POST /neutron/port HTTP/1.1" 200 1202 0.045036 10.0.0.22 - - [2025-11-10 02:40:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005375 10.0.0.22 - - [2025-11-10 02:40:12] "POST /neutron/port HTTP/1.1" 200 117 0.001908 10.0.0.22 - - [2025-11-10 02:40:19] "POST /neutron/port HTTP/1.1" 200 1202 0.045859 10.0.0.22 - - [2025-11-10 02:40:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003874 10.0.0.22 - - [2025-11-10 02:40:19] "POST /neutron/port HTTP/1.1" 200 117 0.001942 10.0.0.22 - - [2025-11-10 02:40:28] "POST /neutron/network HTTP/1.1" 200 1428 0.098274 10.0.0.22 - - [2025-11-10 02:40:28] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.008286 10.0.0.22 - - [2025-11-10 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.22 - - [2025-11-10 02:40:28] "GET /network-policy/acf61ecd-fadb-4fb7-a020-b1f0db46211d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006181 10.0.0.50 - - [2025-11-10 02:40:41] "PUT /access-control-list/1caefe49-4f8b-474b-bfa8-2fff0c647a3f HTTP/1.1" 200 272 0.065554 10.0.0.22 - - [2025-11-10 02:40:41] "POST /neutron/network HTTP/1.1" 200 1425 0.138815 10.0.0.22 - - [2025-11-10 02:40:41] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006430 10.0.0.22 - - [2025-11-10 02:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.22 - - [2025-11-10 02:40:41] "GET /network-policy/7dffe167-bb71-4b18-8714-da8ff8d87333?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.005843 10.0.0.50 - - [2025-11-10 02:40:44] "GET /obj-perms HTTP/1.1" 200 5056 0.052324 10.0.0.23 - - [2025-11-10 02:40:44] "GET /obj-perms HTTP/1.1" 200 5056 0.053696 10.0.0.50 - - [2025-11-10 02:40:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.006758 10.0.0.22 - - [2025-11-10 02:40:53] "POST /neutron/network HTTP/1.1" 200 1425 0.149030 10.0.0.22 - - [2025-11-10 02:40:53] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006156 10.0.0.22 - - [2025-11-10 02:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.22 - - [2025-11-10 02:40:53] "GET /network-policy/12ead16d-1a1b-4e64-8fe1-688c2dabebdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004598 10.0.0.50 - - [2025-11-10 02:41:03] "PUT /access-control-list/1caefe49-4f8b-474b-bfa8-2fff0c647a3f HTTP/1.1" 200 272 0.060019 10.0.0.22 - - [2025-11-10 02:41:03] "POST /neutron/network HTTP/1.1" 200 1426 0.139731 10.0.0.22 - - [2025-11-10 02:41:03] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006625 10.0.0.22 - - [2025-11-10 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.22 - - [2025-11-10 02:41:03] "GET /network-policy/446a93ab-7089-4b50-90a4-377d2d108ce1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005505 10.0.0.22 - - [2025-11-10 02:41:14] "POST /neutron/port HTTP/1.1" 200 1202 0.017796 10.0.0.22 - - [2025-11-10 02:41:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004088 10.0.0.22 - - [2025-11-10 02:41:14] "POST /neutron/port HTTP/1.1" 200 117 0.001392 10.0.0.22 - - [2025-11-10 02:41:16] "POST /neutron/network HTTP/1.1" 200 1426 0.146158 10.0.0.50 - - [2025-11-10 02:41:16] "POST /ref-update HTTP/1.1" 200 156 0.043057 10.0.0.22 - - [2025-11-10 02:41:16] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.009446 10.0.0.22 - - [2025-11-10 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005865 10.0.0.22 - - [2025-11-10 02:41:16] "GET /network-policy/07a2e26d-380f-4d24-93cc-bafea3499557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004244 10.0.0.23 - - [2025-11-10 02:41:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.23 - - [2025-11-10 02:41:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2025-11-10 02:41:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.23 - - [2025-11-10 02:41:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.50 - - [2025-11-10 02:41:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.50 - - [2025-11-10 02:41:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.22 - - [2025-11-10 02:41:21] "POST /neutron/port HTTP/1.1" 200 1202 0.016593 10.0.0.22 - - [2025-11-10 02:41:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003731 10.0.0.22 - - [2025-11-10 02:41:21] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.50 - - [2025-11-10 02:41:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.50 - - [2025-11-10 02:41:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.22 - - [2025-11-10 02:41:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000650 10.0.0.22 - - [2025-11-10 02:41:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.22 - - [2025-11-10 02:41:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.22 - - [2025-11-10 02:41:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000567 10.0.0.50 - - [2025-11-10 02:41:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.006302 10.0.0.22 - - [2025-11-10 02:41:26] "POST /neutron/network HTTP/1.1" 200 1426 0.098189 10.0.0.22 - - [2025-11-10 02:41:26] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.012552 10.0.0.22 - - [2025-11-10 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006219 10.0.0.22 - - [2025-11-10 02:41:26] "GET /network-policy/984ca2bd-6fb2-4a9a-a17f-2f040dbed2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007023 10.0.0.22 - - [2025-11-10 02:41:39] "POST /neutron/network HTTP/1.1" 200 1426 0.090158 10.0.0.22 - - [2025-11-10 02:41:39] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007262 10.0.0.22 - - [2025-11-10 02:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.22 - - [2025-11-10 02:41:39] "GET /network-policy/557fbc28-c3dc-4715-acc6-0cf5eea06133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007421 10.0.0.22 - - [2025-11-10 02:41:49] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.009047 10.0.0.22 - - [2025-11-10 02:41:49] "POST /neutron/network HTTP/1.1" 200 1337 0.113143 10.0.0.50 - - [2025-11-10 02:41:49] "DELETE /access-control-list/1caefe49-4f8b-474b-bfa8-2fff0c647a3f HTTP/1.1" 200 115 0.079569 10.0.0.22 - - [2025-11-10 02:41:49] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005348 10.0.0.22 - - [2025-11-10 02:41:49] "GET /virtual-machine/2b1edfb3-ef7f-4640-92ec-75aca23333c2 HTTP/1.1" 200 1304 0.004730 10.0.0.22 - - [2025-11-10 02:41:50] "POST /neutron/port HTTP/1.1" 200 1228 0.017235 10.0.0.22 - - [2025-11-10 02:41:51] "GET /virtual-machine/2b1edfb3-ef7f-4640-92ec-75aca23333c2 HTTP/1.1" 404 171 0.003425 10.0.0.22 - - [2025-11-10 02:41:51] "GET /virtual-machine/2b1edfb3-ef7f-4640-92ec-75aca23333c2 HTTP/1.1" 404 171 0.003702 10.0.0.22 - - [2025-11-10 02:41:51] "GET /virtual-machine/2b1edfb3-ef7f-4640-92ec-75aca23333c2 HTTP/1.1" 404 171 0.002996 10.0.0.22 - - [2025-11-10 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.22 - - [2025-11-10 02:41:51] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004582 10.0.0.22 - - [2025-11-10 02:41:51] "GET /virtual-networks?parent_id=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003051 10.0.0.22 - - [2025-11-10 02:41:51] "GET /virtual-network/83c50e57-c000-492a-aad4-acbd4d1adc45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.013170 10.0.0.22 - - [2025-11-10 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.22 - - [2025-11-10 02:41:51] "GET /routing-instance/39b1ed1f-db09-4633-9b95-66b447bb4b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005900 10.0.0.22 - - [2025-11-10 02:41:51] "GET /route-target/287fbb3c-2afb-4dd7-94bb-eec985e04bbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005246 10.0.0.22 - - [2025-11-10 02:41:51] "GET /obj-perms HTTP/1.1" 200 5019 0.004189 10.0.0.22 - - [2025-11-10 02:41:55] "GET /obj-perms HTTP/1.1" 200 5019 0.004553 10.0.0.22 - - [2025-11-10 02:41:55] "GET /virtual-machine/12c68c0e-6e07-46fb-9b4f-86572f0ce5d6 HTTP/1.1" 200 1304 0.004510 10.0.0.22 - - [2025-11-10 02:41:55] "POST /neutron/port HTTP/1.1" 200 1228 0.013630 10.0.0.22 - - [2025-11-10 02:41:57] "GET /virtual-machine/12c68c0e-6e07-46fb-9b4f-86572f0ce5d6 HTTP/1.1" 404 171 0.003340 10.0.0.22 - - [2025-11-10 02:41:57] "GET /virtual-machine/12c68c0e-6e07-46fb-9b4f-86572f0ce5d6 HTTP/1.1" 404 171 0.002343 10.0.0.22 - - [2025-11-10 02:41:57] "GET /virtual-machine/12c68c0e-6e07-46fb-9b4f-86572f0ce5d6 HTTP/1.1" 404 171 0.002393 10.0.0.22 - - [2025-11-10 02:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.22 - - [2025-11-10 02:41:57] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003885 10.0.0.22 - - [2025-11-10 02:41:57] "GET /virtual-networks?parent_id=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002916 10.0.0.22 - - [2025-11-10 02:41:57] "GET /virtual-network/fbf9c1b1-359a-40f8-a92a-ccc4773fc349?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006851 10.0.0.22 - - [2025-11-10 02:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.22 - - [2025-11-10 02:41:57] "GET /routing-instance/bac920c7-bb9b-4d74-ab3f-ed31a82a05e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005433 10.0.0.22 - - [2025-11-10 02:41:57] "GET /route-target/6d0455fd-bcb3-4763-956d-81f3fe2e3b55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007260 10.0.0.22 - - [2025-11-10 02:41:57] "GET /obj-perms HTTP/1.1" 200 5019 0.004889 10.0.0.50 - - [2025-11-10 02:41:57] "GET /obj-perms HTTP/1.1" 200 5019 0.059203 10.0.0.22 - - [2025-11-10 02:42:04] "GET /obj-perms HTTP/1.1" 200 5019 0.005005 10.0.0.50 - - [2025-11-10 02:42:04] "GET /obj-perms HTTP/1.1" 200 5019 0.003749 10.0.0.22 - - [2025-11-10 02:42:04] "GET /virtual-network/83c50e57-c000-492a-aad4-acbd4d1adc45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.009754 10.0.0.50 - - [2025-11-10 02:42:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.005121 10.0.0.22 - - [2025-11-10 02:42:04] "POST /neutron/network HTTP/1.1" 200 1337 0.075091 10.0.0.22 - - [2025-11-10 02:42:04] "GET /virtual-network/83c50e57-c000-492a-aad4-acbd4d1adc45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005714 10.0.0.50 - - [2025-11-10 02:42:04] "POST /ref-update HTTP/1.1" 200 156 0.036668 10.0.0.22 - - [2025-11-10 02:42:04] "DELETE /network-policy/acf61ecd-fadb-4fb7-a020-b1f0db46211d HTTP/1.1" 200 115 0.029827 10.0.0.22 - - [2025-11-10 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.23 - - [2025-11-10 02:42:04] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026 10.0.0.22 - - [2025-11-10 02:42:04] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046772 10.0.0.22 - - [2025-11-10 02:42:04] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-48517482&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005009 10.0.0.22 - - [2025-11-10 02:42:04] "DELETE /network-policy/557fbc28-c3dc-4715-acc6-0cf5eea06133 HTTP/1.1" 200 115 0.045002 10.0.0.22 - - [2025-11-10 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.23 - - [2025-11-10 02:42:04] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001616 10.0.0.22 - - [2025-11-10 02:42:04] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049823 10.0.0.22 - - [2025-11-10 02:42:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-48517482&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005608 10.0.0.22 - - [2025-11-10 02:42:05] "DELETE /network-policy/984ca2bd-6fb2-4a9a-a17f-2f040dbed2cd HTTP/1.1" 200 115 0.037185 10.0.0.22 - - [2025-11-10 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008681 10.0.0.23 - - [2025-11-10 02:42:05] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001719 10.0.0.22 - - [2025-11-10 02:42:05] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048876 10.0.0.22 - - [2025-11-10 02:42:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-48517482&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.005194 10.0.0.22 - - [2025-11-10 02:42:05] "DELETE /network-policy/07a2e26d-380f-4d24-93cc-bafea3499557 HTTP/1.1" 200 115 0.038665 10.0.0.22 - - [2025-11-10 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.23 - - [2025-11-10 02:42:05] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001201 10.0.0.22 - - [2025-11-10 02:42:05] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048652 10.0.0.22 - - [2025-11-10 02:42:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-48517482&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.008716 10.0.0.22 - - [2025-11-10 02:42:05] "DELETE /network-policy/446a93ab-7089-4b50-90a4-377d2d108ce1 HTTP/1.1" 200 115 0.039540 10.0.0.22 - - [2025-11-10 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.23 - - [2025-11-10 02:42:05] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001000 10.0.0.22 - - [2025-11-10 02:42:05] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.036268 10.0.0.22 - - [2025-11-10 02:42:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-48517482&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.009008 10.0.0.22 - - [2025-11-10 02:42:05] "DELETE /network-policy/4fb08aa2-2a7a-4c79-928f-d01d2f135f50 HTTP/1.1" 200 115 0.045596 10.0.0.22 - - [2025-11-10 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005509 10.0.0.23 - - [2025-11-10 02:42:05] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001128 10.0.0.22 - - [2025-11-10 02:42:05] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050751 10.0.0.22 - - [2025-11-10 02:42:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-48517482&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.004960 10.0.0.22 - - [2025-11-10 02:42:05] "DELETE /network-policy/12ead16d-1a1b-4e64-8fe1-688c2dabebdf HTTP/1.1" 200 115 0.040377 10.0.0.22 - - [2025-11-10 02:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.23 - - [2025-11-10 02:42:06] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001373 10.0.0.22 - - [2025-11-10 02:42:06] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037757 10.0.0.22 - - [2025-11-10 02:42:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-48517482&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.005903 10.0.0.22 - - [2025-11-10 02:42:06] "DELETE /network-policy/7dffe167-bb71-4b18-8714-da8ff8d87333 HTTP/1.1" 200 115 0.047678 10.0.0.22 - - [2025-11-10 02:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.23 - - [2025-11-10 02:42:06] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001077 10.0.0.22 - - [2025-11-10 02:42:06] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040238 10.0.0.22 - - [2025-11-10 02:42:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-48517482&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005165 10.0.0.22 - - [2025-11-10 02:42:06] "DELETE /network-policy/946f332d-8378-4618-bc01-dec581e68236 HTTP/1.1" 200 115 0.040019 10.0.0.22 - - [2025-11-10 02:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.23 - - [2025-11-10 02:42:06] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001070 10.0.0.22 - - [2025-11-10 02:42:06] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037488 10.0.0.22 - - [2025-11-10 02:42:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-48517482&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004990 10.0.0.22 - - [2025-11-10 02:42:06] "DELETE /network-policy/3f6f5be0-ddc0-4222-b53d-0a0a7a341654 HTTP/1.1" 200 115 0.043385 10.0.0.22 - - [2025-11-10 02:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.23 - - [2025-11-10 02:42:06] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001109 10.0.0.22 - - [2025-11-10 02:42:06] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038115 10.0.0.22 - - [2025-11-10 02:42:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-48517482&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006882 10.0.0.23 - - [2025-11-10 02:42:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002727 10.0.0.23 - - [2025-11-10 02:42:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002508 10.0.0.23 - - [2025-11-10 02:42:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003172 10.0.0.23 - - [2025-11-10 02:42:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003236 10.0.0.23 - - [2025-11-10 02:42:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002057 10.0.0.23 - - [2025-11-10 02:42:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002166 10.0.0.22 - - [2025-11-10 02:42:07] "POST /neutron/network HTTP/1.1" 200 151 0.170612 10.0.0.50 - - [2025-11-10 02:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.22 - - [2025-11-10 02:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.22 - - [2025-11-10 02:42:07] "DELETE /network-ipam/ebc430d1-8b10-4aa7-aebc-4fe1d474dd8f HTTP/1.1" 200 115 0.042630 10.0.0.22 - - [2025-11-10 02:42:07] "POST /fqname-to-id HTTP/1.1" 404 260 0.004419 10.0.0.23 - - [2025-11-10 02:42:07] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000976 10.0.0.23 - - [2025-11-10 02:42:07] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.046645 10.0.0.23 - - [2025-11-10 02:42:07] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001028 10.0.0.23 - - [2025-11-10 02:42:07] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?fields=security_groups HTTP/1.1" 200 1399 0.053078 10.0.0.23 - - [2025-11-10 02:42:08] "DELETE /security-group/5f434431-2d74-4845-b97b-2c4d75f7bece HTTP/1.1" 200 115 0.060890 10.0.0.23 - - [2025-11-10 02:42:08] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001419 10.0.0.23 - - [2025-11-10 02:42:08] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?fields=application_policy_sets HTTP/1.1" 200 1438 0.057418 10.0.0.50 - - [2025-11-10 02:42:08] "DELETE /access-control-list/e177268a-d685-47e1-94de-65a7be2df3c3 HTTP/1.1" 200 115 0.052493 10.0.0.22 - - [2025-11-10 02:42:08] "DELETE /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b HTTP/1.1" 200 115 0.400724 10.0.0.23 - - [2025-11-10 02:42:08] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001994 10.0.0.22 - - [2025-11-10 02:42:08] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?fields=projects HTTP/1.1" 200 1439 0.012665 10.0.0.23 - - [2025-11-10 02:42:09] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003454 10.0.0.23 - - [2025-11-10 02:42:09] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.23 - - [2025-11-10 02:42:09] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050915 10.0.0.23 - - [2025-11-10 02:42:09] "POST /id-to-fqname HTTP/1.1" 200 202 0.003867 10.0.0.23 - - [2025-11-10 02:42:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.006738 10.0.0.23 - - [2025-11-10 02:42:09] "POST /security-groups HTTP/1.1" 200 603 0.077826 10.0.0.23 - - [2025-11-10 02:42:10] "POST /projects HTTP/1.1" 200 609 0.293100 10.0.0.50 - - [2025-11-10 02:42:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.009171 10.0.0.23 - - [2025-11-10 02:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.363776 10.0.0.22 - - [2025-11-10 02:42:10] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.545913 10.0.0.23 - - [2025-11-10 02:42:10] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001864 10.0.0.22 - - [2025-11-10 02:42:10] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?fields=virtual_networks HTTP/1.1" 200 1056 0.047351 10.0.0.23 - - [2025-11-10 02:42:10] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.22 - - [2025-11-10 02:42:10] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.043373 10.0.0.23 - - [2025-11-10 02:42:10] "GET /projects?obj_uuids=3652ec08-e5f8-4d77-b34d-6f13bf16e30b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.22 - - [2025-11-10 02:42:10] "GET /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b?fields=security_groups HTTP/1.1" 200 1294 0.043018 10.0.0.22 - - [2025-11-10 02:42:11] "POST /fqname-to-id HTTP/1.1" 404 182 0.028054 10.0.0.23 - - [2025-11-10 02:42:11] "GET /projects?obj_uuids=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003311 10.0.0.23 - - [2025-11-10 02:42:11] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.23 - - [2025-11-10 02:42:11] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007804 10.0.0.23 - - [2025-11-10 02:42:11] "POST /id-to-fqname HTTP/1.1" 200 184 0.003894 10.0.0.23 - - [2025-11-10 02:42:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.009531 10.0.0.23 - - [2025-11-10 02:42:11] "POST /security-groups HTTP/1.1" 200 585 0.082139 10.0.0.23 - - [2025-11-10 02:42:11] "POST /projects HTTP/1.1" 200 573 0.304955 10.0.0.50 - - [2025-11-10 02:42:11] "POST /access-control-lists HTTP/1.1" 200 590 0.036845 10.0.0.23 - - [2025-11-10 02:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.380790 10.0.0.22 - - [2025-11-10 02:42:11] "GET /project/1d0a59a5-d550-4435-8260-f0d2cf0fe6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.524087 10.0.0.22 - - [2025-11-10 02:42:12] "GET / HTTP/1.1" 200 35931 0.001875 10.0.0.22 - - [2025-11-10 02:42:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000598 10.0.0.22 - - [2025-11-10 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.067926 10.0.0.23 - - [2025-11-10 02:42:13] "GET /projects?obj_uuids=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001098 10.0.0.22 - - [2025-11-10 02:42:13] "GET /project/1d0a59a5-d550-4435-8260-f0d2cf0fe6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.048075 10.0.0.22 - - [2025-11-10 02:42:13] "POST /neutron/network HTTP/1.1" 200 117 0.038851 10.0.0.50 - - [2025-11-10 02:42:14] "POST /route-targets HTTP/1.1" 200 327 0.020256 10.0.0.23 - - [2025-11-10 02:42:14] "POST /useragent-kv HTTP/1.1" 200 115 0.011990 10.0.0.22 - - [2025-11-10 02:42:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.243458 10.0.0.22 - - [2025-11-10 02:42:14] "POST /id-to-fqname HTTP/1.1" 200 214 0.001947 10.0.0.22 - - [2025-11-10 02:42:14] "GET /virtual-network/f8ed7dc7-99ad-4865-884d-420d19137e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.009358 10.0.0.22 - - [2025-11-10 02:42:14] "GET /virtual-network/f8ed7dc7-99ad-4865-884d-420d19137e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.008546 10.0.0.22 - - [2025-11-10 02:42:14] "POST /neutron/network HTTP/1.1" 200 992 0.010099 10.0.0.22 - - [2025-11-10 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.23 - - [2025-11-10 02:42:14] "GET /projects?obj_uuids=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001116 10.0.0.22 - - [2025-11-10 02:42:14] "GET /project/1d0a59a5-d550-4435-8260-f0d2cf0fe6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.047856 10.0.0.22 - - [2025-11-10 02:42:15] "POST /neutron/network HTTP/1.1" 200 117 0.015744 10.0.0.50 - - [2025-11-10 02:42:15] "DELETE /access-control-list/ae953145-8740-4132-a023-6ee578d67f5f HTTP/1.1" 200 115 0.063965 10.0.0.23 - - [2025-11-10 02:42:15] "POST /useragent-kv HTTP/1.1" 200 115 0.009103 10.0.0.22 - - [2025-11-10 02:42:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.233059 10.0.0.22 - - [2025-11-10 02:42:15] "POST /id-to-fqname HTTP/1.1" 200 214 0.001688 10.0.0.22 - - [2025-11-10 02:42:15] "GET /virtual-network/847a80ca-34aa-4637-9d8a-2d2a06bb103c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2603 0.006529 10.0.0.22 - - [2025-11-10 02:42:15] "GET /virtual-network/847a80ca-34aa-4637-9d8a-2d2a06bb103c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2603 0.005858 10.0.0.22 - - [2025-11-10 02:42:15] "POST /neutron/network HTTP/1.1" 200 989 0.010056 10.0.0.22 - - [2025-11-10 02:42:15] "POST /id-to-fqname HTTP/1.1" 200 214 0.001305 10.0.0.22 - - [2025-11-10 02:42:16] "POST /neutron/network HTTP/1.1" 200 1002 0.007590 10.0.0.23 - - [2025-11-10 02:42:16] "GET /projects?obj_uuids=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001206 10.0.0.22 - - [2025-11-10 02:42:16] "GET /project/1d0a59a5-d550-4435-8260-f0d2cf0fe6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.067793 10.0.0.22 - - [2025-11-10 02:42:17] "POST /neutron/port HTTP/1.1" 200 117 0.006889 10.0.0.22 - - [2025-11-10 02:42:17] "POST /id-to-fqname HTTP/1.1" 200 214 0.001330 10.0.0.22 - - [2025-11-10 02:42:17] "POST /neutron/network HTTP/1.1" 200 1002 0.007562 10.0.0.23 - - [2025-11-10 02:42:18] "GET /projects?obj_uuids=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001763 10.0.0.22 - - [2025-11-10 02:42:18] "GET /project/1d0a59a5-d550-4435-8260-f0d2cf0fe6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.078676 10.0.0.22 - - [2025-11-10 02:42:18] "POST /neutron/port HTTP/1.1" 200 1161 0.036538 10.0.0.22 - - [2025-11-10 02:42:18] "POST /neutron/port HTTP/1.1" 200 1189 0.017734 10.0.0.22 - - [2025-11-10 02:42:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004344 10.0.0.22 - - [2025-11-10 02:42:18] "POST /neutron/port HTTP/1.1" 200 117 0.007003 10.0.0.22 - - [2025-11-10 02:42:18] "POST /id-to-fqname HTTP/1.1" 200 214 0.001441 10.0.0.22 - - [2025-11-10 02:42:18] "POST /neutron/network HTTP/1.1" 200 992 0.010302 10.0.0.22 - - [2025-11-10 02:42:18] "POST /neutron/network HTTP/1.1" 200 999 0.007453 10.0.0.22 - - [2025-11-10 02:42:19] "POST /neutron/port HTTP/1.1" 200 1161 0.029379 10.0.0.22 - - [2025-11-10 02:42:19] "POST /neutron/port HTTP/1.1" 200 1189 0.023983 10.0.0.22 - - [2025-11-10 02:42:19] "POST /neutron/subnet HTTP/1.1" 200 1384 0.026977 10.0.0.22 - - [2025-11-10 02:42:19] "POST /neutron/network HTTP/1.1" 200 992 0.017503 10.0.0.23 - - [2025-11-10 02:42:19] "GET /projects?obj_uuids=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001065 10.0.0.22 - - [2025-11-10 02:42:19] "GET /project/1d0a59a5-d550-4435-8260-f0d2cf0fe6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.075172 10.0.0.22 - - [2025-11-10 02:42:20] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008973 10.0.0.22 - - [2025-11-10 02:42:20] "POST /neutron/security_group HTTP/1.1" 200 2052 0.011450 10.0.0.22 - - [2025-11-10 02:42:20] "POST /neutron/port HTTP/1.1" 200 1189 0.018660 10.0.0.22 - - [2025-11-10 02:42:20] "GET /virtual-machine/098b145c-b3e5-4406-8f10-a1a2327e4568 HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2025-11-10 02:42:20] "GET /projects?obj_uuids=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001322 10.0.0.22 - - [2025-11-10 02:42:20] "GET /virtual-machine/098b145c-b3e5-4406-8f10-a1a2327e4568 HTTP/1.1" 200 1285 0.061506 10.0.0.22 - - [2025-11-10 02:42:20] "GET /virtual-machine-interface/3e88db26-d0ce-418b-9167-060611f84388 HTTP/1.1" 200 3105 0.019441 10.0.0.22 - - [2025-11-10 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006048 10.0.0.22 - - [2025-11-10 02:42:20] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006430 10.0.0.22 - - [2025-11-10 02:42:20] "GET /virtual-networks?parent_id=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004222 10.0.0.22 - - [2025-11-10 02:42:20] "GET /virtual-network/f8ed7dc7-99ad-4865-884d-420d19137e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.008793 10.0.0.22 - - [2025-11-10 02:42:21] "POST /neutron/port HTTP/1.1" 200 1158 0.511463 10.0.0.22 - - [2025-11-10 02:42:21] "POST /neutron/port HTTP/1.1" 200 1212 0.135321 10.0.0.22 - - [2025-11-10 02:42:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005189 10.0.0.22 - - [2025-11-10 02:42:21] "POST /neutron/port HTTP/1.1" 200 117 0.001191 10.0.0.22 - - [2025-11-10 02:42:22] "POST /neutron/port HTTP/1.1" 200 1189 0.015990 10.0.0.22 - - [2025-11-10 02:42:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004339 10.0.0.22 - - [2025-11-10 02:42:22] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.22 - - [2025-11-10 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.22 - - [2025-11-10 02:42:24] "GET /virtual-network/f8ed7dc7-99ad-4865-884d-420d19137e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005869 10.0.0.23 - - [2025-11-10 02:42:26] "DELETE /project/1d0a59a5d55044358260f0d2cf0fe6a4 HTTP/1.1" 404 173 0.004661 10.0.0.23 - - [2025-11-10 02:42:26] "DELETE /project/3652ec08-e5f8-4d77-b34d-6f13bf16e30b HTTP/1.1" 404 177 0.003335 10.0.0.23 - - [2025-11-10 02:42:26] "DELETE /project/3652ec08e5f84d77b34d6f13bf16e30b HTTP/1.1" 404 173 0.004566 10.0.0.22 - - [2025-11-10 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.22 - - [2025-11-10 02:42:28] "GET /virtual-network/f8ed7dc7-99ad-4865-884d-420d19137e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.007333 10.0.0.22 - - [2025-11-10 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005764 10.0.0.22 - - [2025-11-10 02:42:32] "GET /virtual-network/f8ed7dc7-99ad-4865-884d-420d19137e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.008233 10.0.0.22 - - [2025-11-10 02:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.22 - - [2025-11-10 02:42:36] "GET /virtual-network/f8ed7dc7-99ad-4865-884d-420d19137e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.006185 10.0.0.22 - - [2025-11-10 02:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.22 - - [2025-11-10 02:42:40] "GET /virtual-network/f8ed7dc7-99ad-4865-884d-420d19137e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.006242 10.0.0.22 - - [2025-11-10 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005525 10.0.0.22 - - [2025-11-10 02:42:44] "GET /virtual-network/f8ed7dc7-99ad-4865-884d-420d19137e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.007458 10.0.0.23 - - [2025-11-10 02:42:45] "GET /obj-perms HTTP/1.1" 200 5056 0.047572 10.0.0.22 - - [2025-11-10 02:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.22 - - [2025-11-10 02:42:48] "GET /virtual-network/f8ed7dc7-99ad-4865-884d-420d19137e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005298 10.0.0.22 - - [2025-11-10 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.22 - - [2025-11-10 02:42:52] "GET /virtual-network/f8ed7dc7-99ad-4865-884d-420d19137e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.006062 10.0.0.22 - - [2025-11-10 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.22 - - [2025-11-10 02:42:56] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003949 10.0.0.22 - - [2025-11-10 02:42:56] "GET /virtual-networks?parent_id=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003312 10.0.0.22 - - [2025-11-10 02:42:56] "GET /virtual-network/f8ed7dc7-99ad-4865-884d-420d19137e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.007603 10.0.0.22 - - [2025-11-10 02:42:57] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007461 10.0.0.22 - - [2025-11-10 02:43:04] "POST /neutron/port HTTP/1.1" 200 1189 0.048804 10.0.0.22 - - [2025-11-10 02:43:07] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007792 10.0.0.22 - - [2025-11-10 02:43:17] "POST /neutron/port HTTP/1.1" 200 1189 0.018721 10.0.0.22 - - [2025-11-10 02:43:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010180 10.0.0.22 - - [2025-11-10 02:43:18] "GET /virtual-machine/eb1c5871-0642-4f2f-8555-10d3df785af0 HTTP/1.1" 200 1286 0.009548 10.0.0.22 - - [2025-11-10 02:43:18] "GET /virtual-machine-interface/bb2a0f4b-ab65-4951-8c48-9271bb1b294c HTTP/1.1" 200 3106 0.009465 10.0.0.22 - - [2025-11-10 02:43:18] "POST /neutron/port HTTP/1.1" 200 1189 0.018509 10.0.0.22 - - [2025-11-10 02:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.22 - - [2025-11-10 02:43:18] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004159 10.0.0.22 - - [2025-11-10 02:43:18] "GET /virtual-networks?parent_id=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003480 10.0.0.22 - - [2025-11-10 02:43:18] "GET /virtual-network/f8ed7dc7-99ad-4865-884d-420d19137e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.010245 10.0.0.22 - - [2025-11-10 02:43:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004114 10.0.0.22 - - [2025-11-10 02:43:18] "POST /neutron/port HTTP/1.1" 200 117 0.001686 10.0.0.22 - - [2025-11-10 02:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.22 - - [2025-11-10 02:43:19] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004093 10.0.0.22 - - [2025-11-10 02:43:19] "GET /virtual-networks?parent_id=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003502 10.0.0.22 - - [2025-11-10 02:43:19] "GET /virtual-network/f8ed7dc7-99ad-4865-884d-420d19137e8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.008462 10.0.0.22 - - [2025-11-10 02:43:19] "POST /neutron/port HTTP/1.1" 200 1189 0.026248 10.0.0.22 - - [2025-11-10 02:43:22] "POST /neutron/port HTTP/1.1" 200 1189 0.018183 10.0.0.22 - - [2025-11-10 02:43:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004652 10.0.0.22 - - [2025-11-10 02:43:23] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.22 - - [2025-11-10 02:43:24] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007941 10.0.0.22 - - [2025-11-10 02:43:34] "POST /neutron/port HTTP/1.1" 200 1189 0.022836 10.0.0.22 - - [2025-11-10 02:43:35] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010826 10.0.0.22 - - [2025-11-10 02:43:41] "POST /neutron/port HTTP/1.1" 200 1186 0.016954 10.0.0.22 - - [2025-11-10 02:43:45] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007345 10.0.0.22 - - [2025-11-10 02:43:45] "POST /neutron/port HTTP/1.1" 200 1186 0.016187 10.0.0.22 - - [2025-11-10 02:43:45] "GET /virtual-machine/95544ade-1f8c-4b8c-a564-6f2e0a76d2f3 HTTP/1.1" 200 1287 0.005929 10.0.0.22 - - [2025-11-10 02:43:45] "GET /virtual-machine-interface/73c18533-5d72-4ec5-979a-85f40b55a7d5 HTTP/1.1" 200 3105 0.005923 10.0.0.22 - - [2025-11-10 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.22 - - [2025-11-10 02:43:45] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003914 10.0.0.22 - - [2025-11-10 02:43:45] "GET /virtual-networks?parent_id=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003968 10.0.0.22 - - [2025-11-10 02:43:45] "GET /virtual-network/847a80ca-34aa-4637-9d8a-2d2a06bb103c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2603 0.006359 10.0.0.22 - - [2025-11-10 02:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.22 - - [2025-11-10 02:43:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003816 10.0.0.22 - - [2025-11-10 02:43:46] "GET /virtual-networks?parent_id=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003564 10.0.0.22 - - [2025-11-10 02:43:46] "GET /virtual-network/847a80ca-34aa-4637-9d8a-2d2a06bb103c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2603 0.006156 10.0.0.22 - - [2025-11-10 02:43:47] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008296 10.0.0.22 - - [2025-11-10 02:43:58] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003696 10.0.0.22 - - [2025-11-10 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.22 - - [2025-11-10 02:43:58] "GET /global-qos-config/6042bff1-8b97-46da-8e7e-657a7231150f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.005155 10.0.0.22 - - [2025-11-10 02:43:58] "POST /fqname-to-id HTTP/1.1" 404 222 0.003980 10.0.0.22 - - [2025-11-10 02:43:58] "POST /forwarding-classs HTTP/1.1" 200 576 0.037531 10.0.0.22 - - [2025-11-10 02:43:59] "POST /id-to-fqname HTTP/1.1" 200 232 0.003949 10.0.0.22 - - [2025-11-10 02:43:59] "GET /forwarding-class/5b948aa1-4a25-462a-bff0-4a1c862c005f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1251 0.005477 10.0.0.23 - - [2025-11-10 02:43:59] "GET /projects?obj_uuids=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.028482 10.0.0.22 - - [2025-11-10 02:43:59] "GET /project/1d0a59a5-d550-4435-8260-f0d2cf0fe6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.086666 10.0.0.22 - - [2025-11-10 02:43:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.011638 10.0.0.22 - - [2025-11-10 02:43:59] "POST /qos-configs HTTP/1.1" 200 543 0.031772 10.0.0.22 - - [2025-11-10 02:43:59] "POST /id-to-fqname HTTP/1.1" 200 217 0.003752 10.0.0.22 - - [2025-11-10 02:43:59] "GET /qos-config/433d4ee3-8f37-4809-a530-0bcad396c3df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.006088 10.0.0.22 - - [2025-11-10 02:43:59] "GET /virtual-machine-interface/3e88db26-d0ce-418b-9167-060611f84388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.006332 10.0.0.22 - - [2025-11-10 02:43:59] "POST /ref-update HTTP/1.1" 200 156 0.017585 10.0.0.22 - - [2025-11-10 02:43:59] "POST /neutron/port HTTP/1.1" 200 1189 0.017497 10.0.0.22 - - [2025-11-10 02:43:59] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007200 10.0.0.22 - - [2025-11-10 02:43:59] "POST /neutron/port HTTP/1.1" 200 1189 0.016831 10.0.0.22 - - [2025-11-10 02:43:59] "POST /neutron/network HTTP/1.1" 200 992 0.010215 10.0.0.22 - - [2025-11-10 02:43:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.001167 10.0.0.22 - - [2025-11-10 02:43:59] "GET /virtual-machine/098b145c-b3e5-4406-8f10-a1a2327e4568 HTTP/1.1" 200 1285 0.004639 10.0.0.22 - - [2025-11-10 02:43:59] "GET /virtual-machine-interface/3e88db26-d0ce-418b-9167-060611f84388 HTTP/1.1" 200 3352 0.005222 10.0.0.22 - - [2025-11-10 02:43:59] "GET /instance-ip/44681d0c-2907-4fdb-bb22-d7fd9e0a77bb HTTP/1.1" 200 1628 0.007242 10.0.0.22 - - [2025-11-10 02:43:59] "GET /instance-ip/4914d4c3-d2da-4b7c-a528-220bc9270caa HTTP/1.1" 200 1608 0.005163 10.0.0.22 - - [2025-11-10 02:44:00] "POST /neutron/port HTTP/1.1" 200 1189 0.014835 10.0.0.22 - - [2025-11-10 02:44:00] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007997 10.0.0.22 - - [2025-11-10 02:44:00] "POST /neutron/network HTTP/1.1" 200 966 0.016891 10.0.0.22 - - [2025-11-10 02:44:00] "POST /id-to-fqname HTTP/1.1" 200 214 0.001532 10.0.0.22 - - [2025-11-10 02:44:00] "GET /virtual-machine/eb1c5871-0642-4f2f-8555-10d3df785af0 HTTP/1.1" 200 1286 0.003837 10.0.0.22 - - [2025-11-10 02:44:00] "GET /virtual-machine-interface/bb2a0f4b-ab65-4951-8c48-9271bb1b294c HTTP/1.1" 200 3106 0.006196 10.0.0.22 - - [2025-11-10 02:44:00] "GET /instance-ip/210f691c-1908-426d-abba-f01e06f7cec6 HTTP/1.1" 200 1628 0.006406 10.0.0.22 - - [2025-11-10 02:44:00] "GET /instance-ip/de9aa3b2-f25c-4050-8023-5ede7e945bb2 HTTP/1.1" 200 1608 0.006167 10.0.0.22 - - [2025-11-10 02:44:19] "POST /neutron/port HTTP/1.1" 200 1189 0.014387 10.0.0.22 - - [2025-11-10 02:44:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003840 10.0.0.22 - - [2025-11-10 02:44:19] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.22 - - [2025-11-10 02:44:24] "POST /neutron/port HTTP/1.1" 200 1186 0.016181 10.0.0.22 - - [2025-11-10 02:44:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004169 10.0.0.22 - - [2025-11-10 02:44:24] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.22 - - [2025-11-10 02:44:47] "GET /obj-perms HTTP/1.1" 200 5056 0.070599 10.0.0.22 - - [2025-11-10 02:44:58] "GET /virtual-machine-interface/3e88db26-d0ce-418b-9167-060611f84388?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2937 0.006217 10.0.0.22 - - [2025-11-10 02:44:58] "POST /ref-update HTTP/1.1" 200 156 0.017312 10.0.0.22 - - [2025-11-10 02:44:58] "DELETE /qos-config/433d4ee3-8f37-4809-a530-0bcad396c3df HTTP/1.1" 200 115 0.037352 10.0.0.22 - - [2025-11-10 02:44:58] "POST /id-to-fqname HTTP/1.1" 200 232 0.001276 10.0.0.22 - - [2025-11-10 02:44:58] "DELETE /forwarding-class/5b948aa1-4a25-462a-bff0-4a1c862c005f HTTP/1.1" 200 115 0.030468 10.0.0.22 - - [2025-11-10 02:44:59] "POST /neutron/network HTTP/1.1" 400 204 0.014196 10.0.0.22 - - [2025-11-10 02:45:00] "POST /neutron/port HTTP/1.1" 200 1189 0.019154 10.0.0.22 - - [2025-11-10 02:45:00] "POST /neutron/port HTTP/1.1" 200 151 0.288630 10.0.0.22 - - [2025-11-10 02:45:00] "POST /neutron/port HTTP/1.1" 200 151 0.339195 10.0.0.50 - - [2025-11-10 02:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.037631 10.0.0.22 - - [2025-11-10 02:45:02] "POST /neutron/network HTTP/1.1" 200 992 0.013026 10.0.0.23 - - [2025-11-10 02:45:02] "GET /projects?obj_uuids=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001130 10.0.0.50 - - [2025-11-10 02:45:02] "DELETE /route-target/ae172253-0a2e-466f-a3f9-a8be7dbe0d34 HTTP/1.1" 200 115 0.033055 10.0.0.22 - - [2025-11-10 02:45:02] "GET /project/1d0a59a5-d550-4435-8260-f0d2cf0fe6a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.059234 10.0.0.23 - - [2025-11-10 02:45:02] "GET /projects?obj_uuids=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002406 10.0.0.22 - - [2025-11-10 02:45:02] "GET /project/1d0a59a5-d550-4435-8260-f0d2cf0fe6a4?fields=virtual_networks HTTP/1.1" 200 1019 0.066946 10.0.0.23 - - [2025-11-10 02:45:02] "GET /projects?obj_uuids=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001397 10.0.0.22 - - [2025-11-10 02:45:02] "GET /project/1d0a59a5-d550-4435-8260-f0d2cf0fe6a4?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.065968 10.0.0.23 - - [2025-11-10 02:45:02] "GET /projects?obj_uuids=1d0a59a5-d550-4435-8260-f0d2cf0fe6a4&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001096 10.0.0.22 - - [2025-11-10 02:45:02] "GET /project/1d0a59a5-d550-4435-8260-f0d2cf0fe6a4?fields=security_groups HTTP/1.1" 200 1239 0.063852 10.0.0.22 - - [2025-11-10 02:45:03] "POST /fqname-to-id HTTP/1.1" 404 181 0.343186 10.0.0.23 - - [2025-11-10 02:45:03] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003103 10.0.0.23 - - [2025-11-10 02:45:03] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002250 10.0.0.23 - - [2025-11-10 02:45:03] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040621 10.0.0.23 - - [2025-11-10 02:45:04] "POST /id-to-fqname HTTP/1.1" 200 183 0.003281 10.0.0.23 - - [2025-11-10 02:45:04] "POST /fqname-to-id HTTP/1.1" 404 192 0.003660 10.0.0.23 - - [2025-11-10 02:45:04] "POST /security-groups HTTP/1.1" 200 584 0.042865 10.0.0.23 - - [2025-11-10 02:45:04] "POST /projects HTTP/1.1" 200 571 0.287736 10.0.0.23 - - [2025-11-10 02:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.324001 10.0.0.50 - - [2025-11-10 02:45:04] "POST /fqname-to-id HTTP/1.1" 404 226 0.010629 10.0.0.22 - - [2025-11-10 02:45:04] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.515675 10.0.0.22 - - [2025-11-10 02:45:05] "GET / HTTP/1.1" 200 35931 0.001613 10.0.0.22 - - [2025-11-10 02:45:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.22 - - [2025-11-10 02:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.068121 10.0.0.23 - - [2025-11-10 02:45:07] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001009 10.0.0.22 - - [2025-11-10 02:45:07] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.037875 10.0.0.23 - - [2025-11-10 02:45:07] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001048 10.0.0.22 - - [2025-11-10 02:45:08] "POST /neutron/network HTTP/1.1" 200 612 0.154103 10.0.0.50 - - [2025-11-10 02:45:08] "POST /ref-update HTTP/1.1" 200 156 0.029183 10.0.0.22 - - [2025-11-10 02:45:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.003178 10.0.0.22 - - [2025-11-10 02:45:08] "GET /virtual-network/d633341d-fd8c-4a5b-9123-89095d6af20b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006120 10.0.0.22 - - [2025-11-10 02:45:08] "POST /neutron/network HTTP/1.1" 200 830 0.007763 10.0.0.22 - - [2025-11-10 02:45:08] "GET /virtual-network/d633341d-fd8c-4a5b-9123-89095d6af20b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006135 10.0.0.22 - - [2025-11-10 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.22 - - [2025-11-10 02:45:08] "GET /virtual-network/d633341d-fd8c-4a5b-9123-89095d6af20b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005265 10.0.0.22 - - [2025-11-10 02:45:08] "PUT /virtual-network/d633341d-fd8c-4a5b-9123-89095d6af20b HTTP/1.1" 200 264 0.064913 10.0.0.22 - - [2025-11-10 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.23 - - [2025-11-10 02:45:08] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001888 10.0.0.22 - - [2025-11-10 02:45:08] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.045794 10.0.0.22 - - [2025-11-10 02:45:08] "POST /neutron/network HTTP/1.1" 200 117 0.016611 10.0.0.50 - - [2025-11-10 02:45:09] "POST /route-targets HTTP/1.1" 200 327 0.016620 10.0.0.22 - - [2025-11-10 02:45:09] "POST /neutron/network HTTP/1.1" 200 831 0.012598 10.0.0.22 - - [2025-11-10 02:45:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001225 10.0.0.22 - - [2025-11-10 02:45:09] "GET /virtual-network/db9c69f8-4566-4274-8a71-1f9842f2e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005167 10.0.0.22 - - [2025-11-10 02:45:09] "GET /virtual-network/db9c69f8-4566-4274-8a71-1f9842f2e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005890 10.0.0.22 - - [2025-11-10 02:45:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.008373 10.0.0.22 - - [2025-11-10 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.22 - - [2025-11-10 02:45:09] "GET /virtual-network/db9c69f8-4566-4274-8a71-1f9842f2e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004938 10.0.0.22 - - [2025-11-10 02:45:09] "PUT /virtual-network/db9c69f8-4566-4274-8a71-1f9842f2e057 HTTP/1.1" 200 264 0.059454 10.0.0.22 - - [2025-11-10 02:45:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001576 10.0.0.23 - - [2025-11-10 02:45:10] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001123 10.0.0.22 - - [2025-11-10 02:45:10] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.071461 10.0.0.22 - - [2025-11-10 02:45:10] "POST /neutron/port HTTP/1.1" 200 117 0.007293 10.0.0.22 - - [2025-11-10 02:45:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001494 10.0.0.22 - - [2025-11-10 02:45:11] "POST /neutron/network HTTP/1.1" 200 841 0.010118 10.0.0.22 - - [2025-11-10 02:45:11] "POST /neutron/port HTTP/1.1" 200 1052 0.016348 10.0.0.23 - - [2025-11-10 02:45:11] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001059 10.0.0.22 - - [2025-11-10 02:45:11] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.089988 10.0.0.22 - - [2025-11-10 02:45:11] "POST /neutron/port HTTP/1.1" 200 1080 0.050291 10.0.0.22 - - [2025-11-10 02:45:11] "POST /neutron/subnet HTTP/1.1" 200 694 0.010418 10.0.0.22 - - [2025-11-10 02:45:12] "POST /neutron/port HTTP/1.1" 200 1080 0.020563 10.0.0.22 - - [2025-11-10 02:45:12] "POST /neutron/port HTTP/1.1" 200 1080 0.026376 10.0.0.23 - - [2025-11-10 02:45:12] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001159 10.0.0.22 - - [2025-11-10 02:45:12] "POST /neutron/port HTTP/1.1" 200 1053 0.298424 10.0.0.22 - - [2025-11-10 02:45:13] "POST /neutron/port HTTP/1.1" 200 1107 0.114610 10.0.0.22 - - [2025-11-10 02:45:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.010590 10.0.0.50 - - [2025-11-10 02:45:15] "DELETE /access-control-list/1b253027-9a7c-414f-ba32-288056fe9497 HTTP/1.1" 200 115 0.047666 10.0.0.22 - - [2025-11-10 02:45:17] "POST /neutron/port HTTP/1.1" 200 1080 0.017631 10.0.0.22 - - [2025-11-10 02:45:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008570 10.0.0.22 - - [2025-11-10 02:45:17] "GET /virtual-machine/1b85401d-0e95-42da-880f-e24187f67b54 HTTP/1.1" 401 292 0.000432 10.0.0.22 - - [2025-11-10 02:45:18] "GET /virtual-machine/1b85401d-0e95-42da-880f-e24187f67b54 HTTP/1.1" 200 1284 0.036377 10.0.0.22 - - [2025-11-10 02:45:18] "GET /virtual-machine-interface/25cb77ef-fb66-4231-9054-b5f12fa8bb2b HTTP/1.1" 200 2927 0.008075 10.0.0.22 - - [2025-11-10 02:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005258 10.0.0.22 - - [2025-11-10 02:45:18] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005565 10.0.0.22 - - [2025-11-10 02:45:18] "GET /virtual-networks?parent_id=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005081 10.0.0.22 - - [2025-11-10 02:45:18] "GET /virtual-network/d633341d-fd8c-4a5b-9123-89095d6af20b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.007838 10.0.0.22 - - [2025-11-10 02:45:20] "POST /neutron/port HTTP/1.1" 200 1080 0.040037 10.0.0.22 - - [2025-11-10 02:45:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003881 10.0.0.22 - - [2025-11-10 02:45:20] "POST /neutron/network HTTP/1.1" 200 830 0.006578 10.0.0.22 - - [2025-11-10 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.22 - - [2025-11-10 02:45:21] "GET /virtual-network/d633341d-fd8c-4a5b-9123-89095d6af20b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005959 10.0.0.22 - - [2025-11-10 02:45:23] "POST /neutron/port HTTP/1.1" 200 1081 0.017066 10.0.0.22 - - [2025-11-10 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.22 - - [2025-11-10 02:45:23] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004273 10.0.0.22 - - [2025-11-10 02:45:23] "GET /virtual-networks?parent_id=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003516 10.0.0.22 - - [2025-11-10 02:45:23] "GET /virtual-network/d633341d-fd8c-4a5b-9123-89095d6af20b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006079 10.0.0.22 - - [2025-11-10 02:45:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008241 10.0.0.22 - - [2025-11-10 02:45:23] "POST /neutron/port HTTP/1.1" 200 1081 0.019784 10.0.0.22 - - [2025-11-10 02:45:23] "GET /virtual-machine/f0923158-701b-427d-b1b5-a1222da956d1 HTTP/1.1" 200 1286 0.007058 10.0.0.22 - - [2025-11-10 02:45:23] "GET /virtual-machine-interface/3cf29119-fa41-44f8-8111-d74d9c8dd52b HTTP/1.1" 200 2926 0.006534 10.0.0.22 - - [2025-11-10 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978 10.0.0.22 - - [2025-11-10 02:45:23] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004396 10.0.0.22 - - [2025-11-10 02:45:23] "GET /virtual-networks?parent_id=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003763 10.0.0.22 - - [2025-11-10 02:45:23] "GET /virtual-network/db9c69f8-4566-4274-8a71-1f9842f2e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007740 10.0.0.22 - - [2025-11-10 02:45:24] "POST /neutron/port HTTP/1.1" 200 1081 0.038574 10.0.0.22 - - [2025-11-10 02:45:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.011536 10.0.0.22 - - [2025-11-10 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409 10.0.0.22 - - [2025-11-10 02:45:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004699 10.0.0.22 - - [2025-11-10 02:45:25] "GET /virtual-networks?parent_id=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003312 10.0.0.22 - - [2025-11-10 02:45:25] "GET /virtual-network/db9c69f8-4566-4274-8a71-1f9842f2e057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005928 10.0.0.22 - - [2025-11-10 02:45:25] "POST /neutron/port HTTP/1.1" 200 1081 0.024194 10.0.0.23 - - [2025-11-10 02:45:26] "DELETE /project/c526148059594efaa9aeeb9d0ef9fed4 HTTP/1.1" 404 173 0.003936 10.0.0.23 - - [2025-11-10 02:45:26] "DELETE /project/1d0a59a5-d550-4435-8260-f0d2cf0fe6a4 HTTP/1.1" 404 177 0.003454 10.0.0.22 - - [2025-11-10 02:45:30] "POST /routing-policys HTTP/1.1" 200 534 0.030844 10.0.0.22 - - [2025-11-10 02:45:30] "GET /virtual-network/d633341d-fd8c-4a5b-9123-89095d6af20b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.016275 10.0.0.22 - - [2025-11-10 02:45:30] "PUT /virtual-network/d633341d-fd8c-4a5b-9123-89095d6af20b HTTP/1.1" 200 264 0.084434 10.0.0.50 - - [2025-11-10 02:45:34] "POST /ref-update HTTP/1.1" 200 156 0.034231 10.0.0.22 - - [2025-11-10 02:45:34] "POST /ref-update HTTP/1.1" 200 156 0.096869 10.0.0.22 - - [2025-11-10 02:45:34] "DELETE /routing-policy/04cf349d-b905-4783-a529-27e9348b5e32 HTTP/1.1" 200 115 0.055362 10.0.0.22 - - [2025-11-10 02:45:34] "POST /neutron/network HTTP/1.1" 400 204 0.020530 10.0.0.22 - - [2025-11-10 02:45:35] "POST /neutron/port HTTP/1.1" 200 1107 0.018715 10.0.0.22 - - [2025-11-10 02:45:35] "POST /neutron/port HTTP/1.1" 200 151 0.318114 10.0.0.50 - - [2025-11-10 02:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.22 - - [2025-11-10 02:45:37] "POST /neutron/network HTTP/1.1" 200 830 0.015503 10.0.0.50 - - [2025-11-10 02:45:37] "DELETE /route-target/ef2bf15c-f771-4846-a598-553457220214 HTTP/1.1" 200 115 0.024850 10.0.0.22 - - [2025-11-10 02:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.23 - - [2025-11-10 02:45:39] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000998 10.0.0.22 - - [2025-11-10 02:45:39] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.058317 10.0.0.23 - - [2025-11-10 02:45:40] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000930 10.0.0.22 - - [2025-11-10 02:45:40] "POST /neutron/network HTTP/1.1" 200 612 0.132043 10.0.0.50 - - [2025-11-10 02:45:40] "POST /route-targets HTTP/1.1" 200 327 0.013768 10.0.0.22 - - [2025-11-10 02:45:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.003504 10.0.0.22 - - [2025-11-10 02:45:40] "GET /virtual-network/bf86edb0-03cb-4121-b423-fabba2998410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005429 10.0.0.22 - - [2025-11-10 02:45:40] "POST /neutron/network HTTP/1.1" 200 833 0.008801 10.0.0.22 - - [2025-11-10 02:45:40] "GET /virtual-network/bf86edb0-03cb-4121-b423-fabba2998410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006979 10.0.0.22 - - [2025-11-10 02:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005871 10.0.0.22 - - [2025-11-10 02:45:40] "GET /virtual-network/bf86edb0-03cb-4121-b423-fabba2998410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005943 10.0.0.22 - - [2025-11-10 02:45:40] "PUT /virtual-network/bf86edb0-03cb-4121-b423-fabba2998410 HTTP/1.1" 200 264 0.067928 10.0.0.50 - - [2025-11-10 02:45:40] "POST /ref-update HTTP/1.1" 200 156 0.019665 10.0.0.22 - - [2025-11-10 02:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.23 - - [2025-11-10 02:45:40] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001461 10.0.0.22 - - [2025-11-10 02:45:40] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.057505 10.0.0.22 - - [2025-11-10 02:45:40] "POST /neutron/network HTTP/1.1" 200 117 0.014968 10.0.0.22 - - [2025-11-10 02:45:41] "POST /neutron/network HTTP/1.1" 200 832 0.011400 10.0.0.22 - - [2025-11-10 02:45:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001786 10.0.0.22 - - [2025-11-10 02:45:41] "GET /virtual-network/6fce3551-ed51-4422-8db4-73c46b15fdb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005616 10.0.0.22 - - [2025-11-10 02:45:41] "GET /virtual-network/6fce3551-ed51-4422-8db4-73c46b15fdb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007037 10.0.0.22 - - [2025-11-10 02:45:41] "POST /neutron/subnet HTTP/1.1" 200 730 0.014101 10.0.0.22 - - [2025-11-10 02:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005028 10.0.0.22 - - [2025-11-10 02:45:41] "GET /virtual-network/6fce3551-ed51-4422-8db4-73c46b15fdb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007530 10.0.0.50 - - [2025-11-10 02:45:41] "POST /ref-update HTTP/1.1" 200 156 0.040238 10.0.0.22 - - [2025-11-10 02:45:41] "PUT /virtual-network/6fce3551-ed51-4422-8db4-73c46b15fdb3 HTTP/1.1" 200 264 0.086184 10.0.0.22 - - [2025-11-10 02:45:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001789 10.0.0.23 - - [2025-11-10 02:45:42] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001296 10.0.0.22 - - [2025-11-10 02:45:42] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.076142 10.0.0.22 - - [2025-11-10 02:45:42] "POST /neutron/port HTTP/1.1" 200 117 0.005998 10.0.0.22 - - [2025-11-10 02:45:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001308 10.0.0.22 - - [2025-11-10 02:45:42] "POST /neutron/network HTTP/1.1" 200 842 0.008140 10.0.0.22 - - [2025-11-10 02:45:43] "POST /neutron/port HTTP/1.1" 200 1055 0.017006 10.0.0.23 - - [2025-11-10 02:45:43] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001030 10.0.0.22 - - [2025-11-10 02:45:43] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.090555 10.0.0.22 - - [2025-11-10 02:45:43] "POST /neutron/port HTTP/1.1" 200 1083 0.019738 10.0.0.22 - - [2025-11-10 02:45:43] "POST /neutron/subnet HTTP/1.1" 200 708 0.009122 10.0.0.22 - - [2025-11-10 02:45:43] "POST /neutron/port HTTP/1.1" 200 1083 0.017118 10.0.0.22 - - [2025-11-10 02:45:43] "POST /neutron/port HTTP/1.1" 200 1083 0.020713 10.0.0.23 - - [2025-11-10 02:45:44] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001523 10.0.0.22 - - [2025-11-10 02:45:44] "POST /neutron/port HTTP/1.1" 200 1054 0.363729 10.0.0.22 - - [2025-11-10 02:45:44] "POST /neutron/port HTTP/1.1" 200 1108 0.111324 10.0.0.22 - - [2025-11-10 02:45:45] "POST /neutron/subnet HTTP/1.1" 200 704 0.010689 10.0.0.22 - - [2025-11-10 02:45:49] "POST /neutron/port HTTP/1.1" 200 1083 0.014599 10.0.0.22 - - [2025-11-10 02:45:49] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007584 10.0.0.22 - - [2025-11-10 02:45:49] "GET /virtual-machine/1fcacc00-d295-41b4-9e73-6f0ff453aaf3 HTTP/1.1" 200 1285 0.008797 10.0.0.22 - - [2025-11-10 02:45:49] "GET /virtual-machine-interface/4464c681-5b97-45df-ba75-273614595252 HTTP/1.1" 200 2927 0.007190 10.0.0.22 - - [2025-11-10 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005002 10.0.0.22 - - [2025-11-10 02:45:49] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004395 10.0.0.22 - - [2025-11-10 02:45:49] "GET /virtual-networks?parent_id=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004929 10.0.0.22 - - [2025-11-10 02:45:49] "GET /virtual-network/bf86edb0-03cb-4121-b423-fabba2998410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006934 10.0.0.22 - - [2025-11-10 02:45:52] "POST /neutron/port HTTP/1.1" 200 1083 0.016827 10.0.0.22 - - [2025-11-10 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.22 - - [2025-11-10 02:45:52] "GET /virtual-network/bf86edb0-03cb-4121-b423-fabba2998410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007241 10.0.0.22 - - [2025-11-10 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.22 - - [2025-11-10 02:45:54] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004281 10.0.0.22 - - [2025-11-10 02:45:54] "GET /virtual-networks?parent_id=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003498 10.0.0.22 - - [2025-11-10 02:45:54] "GET /virtual-network/bf86edb0-03cb-4121-b423-fabba2998410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.009067 10.0.0.22 - - [2025-11-10 02:45:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010006 10.0.0.22 - - [2025-11-10 02:45:54] "POST /neutron/port HTTP/1.1" 200 1082 0.014469 10.0.0.22 - - [2025-11-10 02:45:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009627 10.0.0.22 - - [2025-11-10 02:45:55] "GET /virtual-machine/fdb70e9a-d2a2-4ad6-aee6-8d8223cf3d2f HTTP/1.1" 200 1286 0.008273 10.0.0.22 - - [2025-11-10 02:45:55] "GET /virtual-machine-interface/9a9d9777-ffcb-42c6-99ae-e5ea37f76349 HTTP/1.1" 200 2928 0.007459 10.0.0.22 - - [2025-11-10 02:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.22 - - [2025-11-10 02:45:55] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004560 10.0.0.22 - - [2025-11-10 02:45:55] "GET /virtual-networks?parent_id=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004215 10.0.0.22 - - [2025-11-10 02:45:55] "GET /virtual-network/6fce3551-ed51-4422-8db4-73c46b15fdb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005770 10.0.0.22 - - [2025-11-10 02:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.22 - - [2025-11-10 02:45:56] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004801 10.0.0.22 - - [2025-11-10 02:45:56] "GET /virtual-networks?parent_id=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003417 10.0.0.22 - - [2025-11-10 02:45:56] "GET /virtual-network/6fce3551-ed51-4422-8db4-73c46b15fdb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005747 10.0.0.22 - - [2025-11-10 02:46:01] "POST /routing-policys HTTP/1.1" 200 534 0.034051 10.0.0.22 - - [2025-11-10 02:46:01] "GET /virtual-network/bf86edb0-03cb-4121-b423-fabba2998410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.009026 10.0.0.22 - - [2025-11-10 02:46:01] "PUT /virtual-network/bf86edb0-03cb-4121-b423-fabba2998410 HTTP/1.1" 200 264 0.080586 10.0.0.22 - - [2025-11-10 02:46:06] "POST /routing-policys HTTP/1.1" 200 534 0.031336 10.0.0.22 - - [2025-11-10 02:46:06] "GET /virtual-network/bf86edb0-03cb-4121-b423-fabba2998410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006738 10.0.0.22 - - [2025-11-10 02:46:06] "PUT /virtual-network/bf86edb0-03cb-4121-b423-fabba2998410 HTTP/1.1" 200 264 0.092128 10.0.0.50 - - [2025-11-10 02:46:06] "POST /ref-update HTTP/1.1" 200 156 0.038023 10.0.0.22 - - [2025-11-10 02:46:06] "POST /ref-update HTTP/1.1" 200 156 0.061541 10.0.0.22 - - [2025-11-10 02:46:07] "DELETE /routing-policy/2b69ba32-c197-4d6a-9c08-a93ffd6fa50e HTTP/1.1" 200 115 0.064182 10.0.0.22 - - [2025-11-10 02:46:07] "POST /ref-update HTTP/1.1" 200 156 0.063966 10.0.0.22 - - [2025-11-10 02:46:07] "DELETE /routing-policy/9ad8c0a9-d31f-4908-ab5a-caf2e2e3fe50 HTTP/1.1" 200 115 0.036239 10.0.0.22 - - [2025-11-10 02:46:07] "POST /neutron/network HTTP/1.1" 200 832 0.007876 10.0.0.22 - - [2025-11-10 02:46:07] "POST /neutron/port HTTP/1.1" 200 1083 0.015492 10.0.0.22 - - [2025-11-10 02:46:08] "POST /neutron/port HTTP/1.1" 200 151 0.229243 10.0.0.23 - - [2025-11-10 02:46:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004250 10.0.0.23 - - [2025-11-10 02:46:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003788 10.0.0.22 - - [2025-11-10 02:46:09] "POST /neutron/network HTTP/1.1" 200 151 0.143776 10.0.0.50 - - [2025-11-10 02:46:09] "DELETE /route-target/f9694eb8-b436-43ed-a652-1faf189ab990 HTTP/1.1" 200 115 0.037622 10.0.0.50 - - [2025-11-10 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.50 - - [2025-11-10 02:46:09] "DELETE /route-target/659e54f7-fafe-43eb-ba6c-5d97121d4f6e HTTP/1.1" 200 115 0.032925 10.0.0.22 - - [2025-11-10 02:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004660 10.0.0.23 - - [2025-11-10 02:46:12] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001281 10.0.0.22 - - [2025-11-10 02:46:12] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.053964 10.0.0.22 - - [2025-11-10 02:46:12] "POST /neutron/network HTTP/1.1" 200 117 0.013039 10.0.0.22 - - [2025-11-10 02:46:12] "POST /neutron/network HTTP/1.1" 200 831 0.011953 10.0.0.22 - - [2025-11-10 02:46:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001277 10.0.0.22 - - [2025-11-10 02:46:12] "GET /virtual-network/12f52443-ce87-4b88-8b45-e23939f865c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005089 10.0.0.22 - - [2025-11-10 02:46:12] "GET /virtual-network/12f52443-ce87-4b88-8b45-e23939f865c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005848 10.0.0.22 - - [2025-11-10 02:46:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.011014 10.0.0.22 - - [2025-11-10 02:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.22 - - [2025-11-10 02:46:12] "GET /virtual-network/12f52443-ce87-4b88-8b45-e23939f865c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007576 10.0.0.50 - - [2025-11-10 02:46:13] "POST /route-targets HTTP/1.1" 200 323 0.015948 10.0.0.22 - - [2025-11-10 02:46:13] "PUT /virtual-network/12f52443-ce87-4b88-8b45-e23939f865c4 HTTP/1.1" 200 264 0.064400 10.0.0.22 - - [2025-11-10 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.009186 10.0.0.23 - - [2025-11-10 02:46:13] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001847 10.0.0.22 - - [2025-11-10 02:46:13] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.057134 10.0.0.50 - - [2025-11-10 02:46:13] "POST /ref-update HTTP/1.1" 200 156 0.025476 10.0.0.23 - - [2025-11-10 02:46:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002963 10.0.0.22 - - [2025-11-10 02:46:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.206371 10.0.0.22 - - [2025-11-10 02:46:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.003408 10.0.0.22 - - [2025-11-10 02:46:13] "GET /virtual-network/0aabc653-9a70-4445-b59c-6870346d0069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006363 10.0.0.22 - - [2025-11-10 02:46:13] "GET /virtual-network/0aabc653-9a70-4445-b59c-6870346d0069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008104 10.0.0.22 - - [2025-11-10 02:46:13] "POST /neutron/network HTTP/1.1" 200 830 0.007119 10.0.0.22 - - [2025-11-10 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.22 - - [2025-11-10 02:46:13] "GET /virtual-network/0aabc653-9a70-4445-b59c-6870346d0069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005424 10.0.0.22 - - [2025-11-10 02:46:13] "PUT /virtual-network/0aabc653-9a70-4445-b59c-6870346d0069 HTTP/1.1" 200 264 0.050589 10.0.0.22 - - [2025-11-10 02:46:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001470 10.0.0.23 - - [2025-11-10 02:46:14] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001528 10.0.0.22 - - [2025-11-10 02:46:14] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.080528 10.0.0.22 - - [2025-11-10 02:46:14] "POST /neutron/network HTTP/1.1" 200 831 0.032719 10.0.0.22 - - [2025-11-10 02:46:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001458 10.0.0.22 - - [2025-11-10 02:46:15] "POST /neutron/port HTTP/1.1" 200 117 0.008173 10.0.0.23 - - [2025-11-10 02:46:15] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001467 10.0.0.22 - - [2025-11-10 02:46:15] "POST /neutron/port HTTP/1.1" 200 1053 0.285378 10.0.0.22 - - [2025-11-10 02:46:15] "POST /neutron/port HTTP/1.1" 200 1107 0.105114 10.0.0.23 - - [2025-11-10 02:46:16] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001033 10.0.0.22 - - [2025-11-10 02:46:16] "POST /neutron/subnet HTTP/1.1" 200 698 0.012611 10.0.0.22 - - [2025-11-10 02:46:16] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.074824 10.0.0.22 - - [2025-11-10 02:46:16] "POST /neutron/network HTTP/1.1" 200 830 0.011937 10.0.0.22 - - [2025-11-10 02:46:16] "POST /neutron/port HTTP/1.1" 200 117 0.006259 10.0.0.22 - - [2025-11-10 02:46:16] "POST /neutron/network HTTP/1.1" 200 840 0.010302 10.0.0.22 - - [2025-11-10 02:46:17] "POST /neutron/port HTTP/1.1" 200 1052 0.018821 10.0.0.22 - - [2025-11-10 02:46:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003745 10.0.0.22 - - [2025-11-10 02:46:17] "POST /neutron/network HTTP/1.1" 200 830 0.007976 10.0.0.23 - - [2025-11-10 02:46:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.23 - - [2025-11-10 02:46:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2025-11-10 02:46:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2025-11-10 02:46:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000629 10.0.0.50 - - [2025-11-10 02:46:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.50 - - [2025-11-10 02:46:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.22 - - [2025-11-10 02:46:21] "POST /neutron/port HTTP/1.1" 200 1081 0.014952 10.0.0.22 - - [2025-11-10 02:46:21] "POST /neutron/port HTTP/1.1" 200 1081 0.023325 10.0.0.50 - - [2025-11-10 02:46:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.22 - - [2025-11-10 02:46:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004199 10.0.0.50 - - [2025-11-10 02:46:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.22 - - [2025-11-10 02:46:21] "POST /neutron/port HTTP/1.1" 200 117 0.001678 10.0.0.22 - - [2025-11-10 02:46:21] "GET /virtual-machine/d9eef640-9d38-490d-a008-852b35be9a61 HTTP/1.1" 200 1286 0.010852 10.0.0.22 - - [2025-11-10 02:46:21] "GET /virtual-machine-interface/05043c71-f1e7-4e38-91e5-4126223f895b HTTP/1.1" 200 2926 0.006576 10.0.0.22 - - [2025-11-10 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.22 - - [2025-11-10 02:46:21] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004290 10.0.0.22 - - [2025-11-10 02:46:21] "GET /virtual-networks?parent_id=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003487 10.0.0.22 - - [2025-11-10 02:46:21] "GET /virtual-network/12f52443-ce87-4b88-8b45-e23939f865c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007742 10.0.0.22 - - [2025-11-10 02:46:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000691 10.0.0.22 - - [2025-11-10 02:46:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.22 - - [2025-11-10 02:46:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.22 - - [2025-11-10 02:46:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.22 - - [2025-11-10 02:46:24] "POST /neutron/port HTTP/1.1" 200 1080 0.016730 10.0.0.22 - - [2025-11-10 02:46:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.009270 10.0.0.22 - - [2025-11-10 02:46:24] "POST /neutron/port HTTP/1.1" 200 1081 0.015265 10.0.0.22 - - [2025-11-10 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.22 - - [2025-11-10 02:46:25] "GET /virtual-network/12f52443-ce87-4b88-8b45-e23939f865c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005486 10.0.0.22 - - [2025-11-10 02:46:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006590 10.0.0.22 - - [2025-11-10 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.22 - - [2025-11-10 02:46:27] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003507 10.0.0.22 - - [2025-11-10 02:46:27] "GET /virtual-networks?parent_id=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003386 10.0.0.22 - - [2025-11-10 02:46:27] "GET /virtual-network/12f52443-ce87-4b88-8b45-e23939f865c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005919 10.0.0.22 - - [2025-11-10 02:46:27] "POST /neutron/port HTTP/1.1" 200 1080 0.019099 10.0.0.22 - - [2025-11-10 02:46:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009596 10.0.0.22 - - [2025-11-10 02:46:27] "GET /virtual-machine/b92e495a-82be-4edb-b0ab-7a7f5c3482be HTTP/1.1" 200 1286 0.010950 10.0.0.22 - - [2025-11-10 02:46:27] "GET /virtual-machine-interface/297b0743-6429-42ee-bb08-c693acf90939 HTTP/1.1" 200 2927 0.006376 10.0.0.22 - - [2025-11-10 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.22 - - [2025-11-10 02:46:27] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005774 10.0.0.22 - - [2025-11-10 02:46:27] "GET /virtual-networks?parent_id=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004279 10.0.0.22 - - [2025-11-10 02:46:27] "GET /virtual-network/0aabc653-9a70-4445-b59c-6870346d0069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.008750 10.0.0.22 - - [2025-11-10 02:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.22 - - [2025-11-10 02:46:28] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003486 10.0.0.22 - - [2025-11-10 02:46:28] "GET /virtual-networks?parent_id=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003127 10.0.0.22 - - [2025-11-10 02:46:28] "GET /virtual-network/0aabc653-9a70-4445-b59c-6870346d0069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006172 10.0.0.22 - - [2025-11-10 02:46:34] "POST /interface-route-tables HTTP/1.1" 200 574 0.030517 10.0.0.22 - - [2025-11-10 02:46:34] "GET /interface-route-table/4b524a31-d59d-43ba-8449-791e23364c25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1304 0.012592 10.0.0.22 - - [2025-11-10 02:46:34] "GET /virtual-machine-interface/05043c71-f1e7-4e38-91e5-4126223f895b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2705 0.005828 10.0.0.22 - - [2025-11-10 02:46:34] "POST /ref-update HTTP/1.1" 200 156 0.022815 10.0.0.22 - - [2025-11-10 02:46:34] "POST /routing-policys HTTP/1.1" 200 534 0.032558 10.0.0.22 - - [2025-11-10 02:46:34] "GET /virtual-network/12f52443-ce87-4b88-8b45-e23939f865c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005527 10.0.0.22 - - [2025-11-10 02:46:34] "PUT /virtual-network/12f52443-ce87-4b88-8b45-e23939f865c4 HTTP/1.1" 200 264 0.077385 10.0.0.22 - - [2025-11-10 02:46:38] "POST /ref-update HTTP/1.1" 200 156 0.053444 10.0.0.50 - - [2025-11-10 02:46:38] "POST /ref-update HTTP/1.1" 200 156 0.030077 10.0.0.22 - - [2025-11-10 02:46:38] "DELETE /routing-policy/f3d52cf8-5ce0-4861-8bf9-9b217c422d58 HTTP/1.1" 200 115 0.059135 10.0.0.22 - - [2025-11-10 02:46:38] "POST /neutron/network HTTP/1.1" 200 830 0.007248 10.0.0.22 - - [2025-11-10 02:46:39] "POST /neutron/port HTTP/1.1" 200 1106 0.012019 10.0.0.22 - - [2025-11-10 02:46:39] "POST /neutron/port HTTP/1.1" 200 1107 0.012658 10.0.0.23 - - [2025-11-10 02:46:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003683 10.0.0.23 - - [2025-11-10 02:46:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006585 10.0.0.22 - - [2025-11-10 02:46:41] "POST /neutron/network HTTP/1.1" 200 151 0.134374 10.0.0.50 - - [2025-11-10 02:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.50 - - [2025-11-10 02:46:41] "DELETE /route-target/6c885b67-a9b7-4e1e-9a51-9293ac1fbe16 HTTP/1.1" 200 115 0.034147 10.0.0.23 - - [2025-11-10 02:46:42] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001112 10.0.0.22 - - [2025-11-10 02:46:42] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.048674 10.0.0.23 - - [2025-11-10 02:46:42] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001012 10.0.0.22 - - [2025-11-10 02:46:42] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?fields=virtual_networks HTTP/1.1" 200 1019 0.047867 10.0.0.23 - - [2025-11-10 02:46:42] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001164 10.0.0.22 - - [2025-11-10 02:46:42] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.037088 10.0.0.23 - - [2025-11-10 02:46:42] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001349 10.0.0.22 - - [2025-11-10 02:46:42] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?fields=security_groups HTTP/1.1" 200 1238 0.038653 10.0.0.22 - - [2025-11-10 02:46:43] "POST /fqname-to-id HTTP/1.1" 404 192 0.022668 10.0.0.23 - - [2025-11-10 02:46:43] "GET /projects?obj_uuids=ac16d788-f7ad-48cb-803a-fd0e508ea7a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002987 10.0.0.23 - - [2025-11-10 02:46:43] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001283 10.0.0.23 - - [2025-11-10 02:46:43] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008571 10.0.0.23 - - [2025-11-10 02:46:43] "POST /id-to-fqname HTTP/1.1" 200 194 0.005693 10.0.0.23 - - [2025-11-10 02:46:43] "POST /fqname-to-id HTTP/1.1" 404 203 0.004317 10.0.0.23 - - [2025-11-10 02:46:44] "POST /security-groups HTTP/1.1" 200 595 0.031678 10.0.0.50 - - [2025-11-10 02:46:44] "POST /fqname-to-id HTTP/1.1" 404 238 0.003843 10.0.0.23 - - [2025-11-10 02:46:44] "POST /projects HTTP/1.1" 200 593 0.244987 10.0.0.23 - - [2025-11-10 02:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.319487 10.0.0.50 - - [2025-11-10 02:46:44] "POST /access-control-lists HTTP/1.1" 200 598 0.031733 10.0.0.22 - - [2025-11-10 02:46:44] "GET /project/ac16d788-f7ad-48cb-803a-fd0e508ea7a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.452948 10.0.0.22 - - [2025-11-10 02:46:45] "GET / HTTP/1.1" 200 35931 0.002133 10.0.0.22 - - [2025-11-10 02:46:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.22 - - [2025-11-10 02:46:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.061905 10.0.0.23 - - [2025-11-10 02:46:47] "GET /projects?obj_uuids=ac16d788-f7ad-48cb-803a-fd0e508ea7a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002278 10.0.0.22 - - [2025-11-10 02:46:47] "GET /project/ac16d788-f7ad-48cb-803a-fd0e508ea7a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.055812 10.0.0.22 - - [2025-11-10 02:46:47] "POST /neutron/network HTTP/1.1" 200 117 0.034095 10.0.0.22 - - [2025-11-10 02:46:47] "POST /neutron/network HTTP/1.1" 200 833 0.008860 10.0.0.22 - - [2025-11-10 02:46:47] "POST /id-to-fqname HTTP/1.1" 200 226 0.001235 10.0.0.22 - - [2025-11-10 02:46:47] "GET /virtual-network/865806fb-8299-4599-95b7-4f1103454e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005473 10.0.0.22 - - [2025-11-10 02:46:48] "GET /virtual-network/865806fb-8299-4599-95b7-4f1103454e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006816 10.0.0.22 - - [2025-11-10 02:46:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.009302 10.0.0.22 - - [2025-11-10 02:46:48] "GET /virtual-network/865806fb-8299-4599-95b7-4f1103454e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005978 10.0.0.50 - - [2025-11-10 02:46:49] "GET /obj-perms HTTP/1.1" 200 5056 0.343407 10.0.0.23 - - [2025-11-10 02:46:49] "GET /obj-perms HTTP/1.1" 200 5056 0.350554 10.0.0.22 - - [2025-11-10 02:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.22 - - [2025-11-10 02:46:50] "GET /virtual-network/865806fb-8299-4599-95b7-4f1103454e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005474 10.0.0.50 - - [2025-11-10 02:46:50] "POST /route-targets HTTP/1.1" 200 327 0.019696 10.0.0.22 - - [2025-11-10 02:46:50] "PUT /virtual-network/865806fb-8299-4599-95b7-4f1103454e04 HTTP/1.1" 200 264 0.073020 10.0.0.22 - - [2025-11-10 02:46:55] "POST /id-to-fqname HTTP/1.1" 200 226 0.001762 10.0.0.23 - - [2025-11-10 02:46:56] "GET /projects?obj_uuids=ac16d788-f7ad-48cb-803a-fd0e508ea7a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001792 10.0.0.22 - - [2025-11-10 02:46:56] "GET /project/ac16d788-f7ad-48cb-803a-fd0e508ea7a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.091191 10.0.0.22 - - [2025-11-10 02:46:56] "POST /neutron/port HTTP/1.1" 200 117 0.006529 10.0.0.22 - - [2025-11-10 02:46:57] "POST /neutron/network HTTP/1.1" 200 843 0.007285 10.0.0.22 - - [2025-11-10 02:46:57] "POST /neutron/port HTTP/1.1" 200 1065 0.013874 10.0.0.22 - - [2025-11-10 02:46:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003809 10.0.0.22 - - [2025-11-10 02:46:57] "POST /neutron/network HTTP/1.1" 200 833 0.006988 10.0.0.22 - - [2025-11-10 02:47:01] "POST /neutron/port HTTP/1.1" 200 1093 0.017458 10.0.0.22 - - [2025-11-10 02:47:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.014104 10.0.0.22 - - [2025-11-10 02:47:02] "GET /virtual-machine/ee7f4007-1163-4ea8-b387-99c34274e00e HTTP/1.1" 401 292 0.000627 10.0.0.22 - - [2025-11-10 02:47:02] "GET /virtual-machine/ee7f4007-1163-4ea8-b387-99c34274e00e HTTP/1.1" 200 1297 0.033029 10.0.0.22 - - [2025-11-10 02:47:02] "GET /virtual-machine-interface/35e7ce26-ff62-44d4-9f47-c1f8fcc92e21 HTTP/1.1" 200 2967 0.007885 10.0.0.22 - - [2025-11-10 02:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004975 10.0.0.22 - - [2025-11-10 02:47:02] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004705 10.0.0.22 - - [2025-11-10 02:47:02] "GET /virtual-networks?parent_id=ac16d788-f7ad-48cb-803a-fd0e508ea7a7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003837 10.0.0.22 - - [2025-11-10 02:47:02] "GET /virtual-network/865806fb-8299-4599-95b7-4f1103454e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007601 10.0.0.22 - - [2025-11-10 02:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.22 - - [2025-11-10 02:47:05] "GET /virtual-network/865806fb-8299-4599-95b7-4f1103454e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005578 10.0.0.22 - - [2025-11-10 02:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.22 - - [2025-11-10 02:47:09] "GET /virtual-network/865806fb-8299-4599-95b7-4f1103454e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005858 10.0.0.22 - - [2025-11-10 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005153 10.0.0.22 - - [2025-11-10 02:47:13] "GET /virtual-network/865806fb-8299-4599-95b7-4f1103454e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006879 10.0.0.50 - - [2025-11-10 02:47:16] "DELETE /access-control-list/4e4f4695-b401-42dc-9e3c-70697da38856 HTTP/1.1" 200 115 0.067994 10.0.0.22 - - [2025-11-10 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.22 - - [2025-11-10 02:47:17] "GET /virtual-network/865806fb-8299-4599-95b7-4f1103454e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005434 10.0.0.22 - - [2025-11-10 02:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.22 - - [2025-11-10 02:47:21] "GET /virtual-network/865806fb-8299-4599-95b7-4f1103454e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005535 10.0.0.22 - - [2025-11-10 02:47:22] "POST /neutron/network HTTP/1.1" 200 843 0.007414 10.0.0.22 - - [2025-11-10 02:47:22] "POST /neutron/port HTTP/1.1" 200 117 0.001503 10.0.0.22 - - [2025-11-10 02:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.22 - - [2025-11-10 02:47:26] "GET /virtual-network/865806fb-8299-4599-95b7-4f1103454e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005951 10.0.0.23 - - [2025-11-10 02:47:26] "DELETE /project/ac16d788f7ad48cb803afd0e508ea7a7 HTTP/1.1" 404 173 0.006965 10.0.0.23 - - [2025-11-10 02:47:26] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000986 10.0.0.23 - - [2025-11-10 02:47:26] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.039662 10.0.0.23 - - [2025-11-10 02:47:26] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001050 10.0.0.23 - - [2025-11-10 02:47:26] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?fields=security_groups HTTP/1.1" 200 1089 0.040078 10.0.0.23 - - [2025-11-10 02:47:26] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001010 10.0.0.23 - - [2025-11-10 02:47:26] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?fields=application_policy_sets HTTP/1.1" 200 1382 0.043888 10.0.0.23 - - [2025-11-10 02:47:27] "DELETE /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4 HTTP/1.1" 409 278 0.224740 10.0.0.22 - - [2025-11-10 02:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.010223 10.0.0.22 - - [2025-11-10 02:47:30] "GET /virtual-network/865806fb-8299-4599-95b7-4f1103454e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005534 10.0.0.22 - - [2025-11-10 02:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004952 10.0.0.22 - - [2025-11-10 02:47:34] "GET /virtual-network/865806fb-8299-4599-95b7-4f1103454e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007333 10.0.0.22 - - [2025-11-10 02:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.22 - - [2025-11-10 02:47:36] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004838 10.0.0.22 - - [2025-11-10 02:47:36] "GET /virtual-networks?parent_id=ac16d788-f7ad-48cb-803a-fd0e508ea7a7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005299 10.0.0.22 - - [2025-11-10 02:47:36] "GET /virtual-network/865806fb-8299-4599-95b7-4f1103454e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007893 10.0.0.22 - - [2025-11-10 02:47:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009130 10.0.0.22 - - [2025-11-10 02:47:44] "POST /neutron/port HTTP/1.1" 200 1093 0.015161 10.0.0.22 - - [2025-11-10 02:47:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008115 10.0.0.22 - - [2025-11-10 02:47:50] "GET /obj-perms HTTP/1.1" 200 5056 0.053142 10.0.0.22 - - [2025-11-10 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.22 - - [2025-11-10 02:47:57] "GET /virtual-network/865806fb-8299-4599-95b7-4f1103454e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006783 10.0.0.22 - - [2025-11-10 02:47:57] "PUT /virtual-network/865806fb-8299-4599-95b7-4f1103454e04 HTTP/1.1" 200 264 0.054605 10.0.0.50 - - [2025-11-10 02:47:57] "DELETE /route-target/e621c2b7-d55f-499f-bf0c-65dfd5b72091 HTTP/1.1" 200 115 0.024987 10.0.0.22 - - [2025-11-10 02:48:02] "POST /neutron/network HTTP/1.1" 200 833 0.008418 10.0.0.22 - - [2025-11-10 02:48:03] "POST /neutron/port HTTP/1.1" 200 1119 0.015170 10.0.0.23 - - [2025-11-10 02:48:04] "POST /useragent-kv HTTP/1.1" 200 115 0.009651 10.0.0.23 - - [2025-11-10 02:48:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003564 10.0.0.22 - - [2025-11-10 02:48:04] "POST /neutron/network HTTP/1.1" 200 151 0.141471 10.0.0.22 - - [2025-11-10 02:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.23 - - [2025-11-10 02:48:07] "GET /projects?obj_uuids=ac16d788-f7ad-48cb-803a-fd0e508ea7a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000977 10.0.0.22 - - [2025-11-10 02:48:07] "GET /project/ac16d788-f7ad-48cb-803a-fd0e508ea7a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.038007 10.0.0.50 - - [2025-11-10 02:48:07] "POST /route-targets HTTP/1.1" 200 327 0.021885 10.0.0.23 - - [2025-11-10 02:48:07] "POST /useragent-kv HTTP/1.1" 200 115 0.006436 10.0.0.22 - - [2025-11-10 02:48:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.199958 10.0.0.22 - - [2025-11-10 02:48:08] "POST /id-to-fqname HTTP/1.1" 200 226 0.001468 10.0.0.22 - - [2025-11-10 02:48:08] "GET /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005498 10.0.0.22 - - [2025-11-10 02:48:08] "GET /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006211 10.0.0.22 - - [2025-11-10 02:48:08] "POST /neutron/network HTTP/1.1" 200 831 0.008263 10.0.0.22 - - [2025-11-10 02:48:08] "GET /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005733 10.0.0.50 - - [2025-11-10 02:48:08] "GET /obj-perms HTTP/1.1" 200 5038 0.043080 10.0.0.22 - - [2025-11-10 02:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.22 - - [2025-11-10 02:48:08] "GET /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006485 10.0.0.22 - - [2025-11-10 02:48:08] "PUT /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1 HTTP/1.1" 200 264 0.074549 10.0.0.50 - - [2025-11-10 02:48:08] "POST /ref-update HTTP/1.1" 200 156 0.037688 10.0.0.22 - - [2025-11-10 02:48:13] "POST /id-to-fqname HTTP/1.1" 200 226 0.001367 10.0.0.23 - - [2025-11-10 02:48:14] "GET /projects?obj_uuids=ac16d788-f7ad-48cb-803a-fd0e508ea7a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001800 10.0.0.22 - - [2025-11-10 02:48:14] "GET /project/ac16d788-f7ad-48cb-803a-fd0e508ea7a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.097550 10.0.0.22 - - [2025-11-10 02:48:14] "POST /neutron/network HTTP/1.1" 200 831 0.008772 10.0.0.22 - - [2025-11-10 02:48:15] "POST /neutron/port HTTP/1.1" 200 117 0.006112 10.0.0.22 - - [2025-11-10 02:48:15] "POST /neutron/port HTTP/1.1" 200 1063 0.017759 10.0.0.22 - - [2025-11-10 02:48:15] "POST /neutron/port HTTP/1.1" 200 1091 0.018238 10.0.0.22 - - [2025-11-10 02:48:16] "POST /neutron/port HTTP/1.1" 200 117 0.001621 10.0.0.22 - - [2025-11-10 02:48:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007504 10.0.0.22 - - [2025-11-10 02:48:20] "POST /neutron/port HTTP/1.1" 200 1091 0.015877 10.0.0.22 - - [2025-11-10 02:48:20] "GET /virtual-machine/a99cb9f7-bdff-479e-a903-971665826dd2 HTTP/1.1" 200 1297 0.006800 10.0.0.22 - - [2025-11-10 02:48:20] "GET /virtual-machine-interface/8aa9dadd-dc5c-4308-bbbc-55d95ed116cc HTTP/1.1" 200 2967 0.005606 10.0.0.22 - - [2025-11-10 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.22 - - [2025-11-10 02:48:20] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003680 10.0.0.22 - - [2025-11-10 02:48:20] "GET /virtual-networks?parent_id=ac16d788-f7ad-48cb-803a-fd0e508ea7a7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003347 10.0.0.22 - - [2025-11-10 02:48:20] "GET /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.008157 10.0.0.22 - - [2025-11-10 02:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.22 - - [2025-11-10 02:48:23] "GET /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.008296 10.0.0.22 - - [2025-11-10 02:48:27] "POST /neutron/port HTTP/1.1" 200 1091 0.015887 10.0.0.22 - - [2025-11-10 02:48:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.009929 10.0.0.22 - - [2025-11-10 02:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.22 - - [2025-11-10 02:48:27] "GET /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005386 10.0.0.22 - - [2025-11-10 02:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005156 10.0.0.22 - - [2025-11-10 02:48:31] "GET /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007515 10.0.0.22 - - [2025-11-10 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.22 - - [2025-11-10 02:48:35] "GET /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.008123 10.0.0.22 - - [2025-11-10 02:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.22 - - [2025-11-10 02:48:39] "GET /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005923 10.0.0.22 - - [2025-11-10 02:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645 10.0.0.22 - - [2025-11-10 02:48:44] "GET /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007352 10.0.0.22 - - [2025-11-10 02:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.22 - - [2025-11-10 02:48:48] "GET /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006422 10.0.0.23 - - [2025-11-10 02:48:50] "GET /obj-perms HTTP/1.1" 200 5056 0.056368 10.0.0.22 - - [2025-11-10 02:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.22 - - [2025-11-10 02:48:52] "GET /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005460 10.0.0.22 - - [2025-11-10 02:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.22 - - [2025-11-10 02:48:56] "GET /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006750 10.0.0.22 - - [2025-11-10 02:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.22 - - [2025-11-10 02:48:58] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004143 10.0.0.22 - - [2025-11-10 02:48:58] "GET /virtual-networks?parent_id=ac16d788-f7ad-48cb-803a-fd0e508ea7a7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003303 10.0.0.22 - - [2025-11-10 02:48:58] "GET /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.008113 10.0.0.22 - - [2025-11-10 02:48:58] "POST /neutron/port HTTP/1.1" 200 1091 0.020368 10.0.0.22 - - [2025-11-10 02:49:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009218 10.0.0.22 - - [2025-11-10 02:49:09] "POST /neutron/port HTTP/1.1" 200 1091 0.058197 10.0.0.22 - - [2025-11-10 02:49:14] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011683 10.0.0.22 - - [2025-11-10 02:49:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.22 - - [2025-11-10 02:49:19] "GET /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005407 10.0.0.22 - - [2025-11-10 02:49:19] "PUT /virtual-network/d94d5181-0fbd-410c-b444-241c2af26af1 HTTP/1.1" 200 264 0.058613 10.0.0.50 - - [2025-11-10 02:49:19] "DELETE /route-target/c9e047b7-6388-451c-8e69-11fb2386e013 HTTP/1.1" 200 115 0.028982 10.0.0.22 - - [2025-11-10 02:49:25] "POST /neutron/port HTTP/1.1" 200 1091 0.016552 10.0.0.22 - - [2025-11-10 02:49:26] "POST /neutron/network HTTP/1.1" 200 831 0.010641 10.0.0.23 - - [2025-11-10 02:49:28] "GET /projects?obj_uuids=ac16d788-f7ad-48cb-803a-fd0e508ea7a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.025148 10.0.0.22 - - [2025-11-10 02:49:28] "GET /project/ac16d788-f7ad-48cb-803a-fd0e508ea7a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.102138 10.0.0.23 - - [2025-11-10 02:49:28] "GET /projects?obj_uuids=ac16d788-f7ad-48cb-803a-fd0e508ea7a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001585 10.0.0.22 - - [2025-11-10 02:49:28] "GET /project/ac16d788-f7ad-48cb-803a-fd0e508ea7a7?fields=virtual_networks HTTP/1.1" 200 1040 0.051977 10.0.0.23 - - [2025-11-10 02:49:28] "GET /projects?obj_uuids=ac16d788-f7ad-48cb-803a-fd0e508ea7a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001392 10.0.0.22 - - [2025-11-10 02:49:28] "GET /project/ac16d788-f7ad-48cb-803a-fd0e508ea7a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.050704 10.0.0.23 - - [2025-11-10 02:49:28] "GET /projects?obj_uuids=ac16d788-f7ad-48cb-803a-fd0e508ea7a7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001793 10.0.0.22 - - [2025-11-10 02:49:28] "GET /project/ac16d788-f7ad-48cb-803a-fd0e508ea7a7?fields=security_groups HTTP/1.1" 200 1270 0.048639 10.0.0.22 - - [2025-11-10 02:49:29] "POST /fqname-to-id HTTP/1.1" 404 213 0.030509 10.0.0.23 - - [2025-11-10 02:49:29] "GET /projects?obj_uuids=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003443 10.0.0.23 - - [2025-11-10 02:49:29] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.23 - - [2025-11-10 02:49:29] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009026 10.0.0.23 - - [2025-11-10 02:49:29] "POST /id-to-fqname HTTP/1.1" 200 216 0.003211 10.0.0.23 - - [2025-11-10 02:49:29] "POST /fqname-to-id HTTP/1.1" 404 227 0.009848 10.0.0.23 - - [2025-11-10 02:49:30] "POST /security-groups HTTP/1.1" 200 616 0.085404 10.0.0.50 - - [2025-11-10 02:49:30] "POST /fqname-to-id HTTP/1.1" 404 259 0.004528 10.0.0.23 - - [2025-11-10 02:49:30] "POST /projects HTTP/1.1" 200 635 0.318416 10.0.0.23 - - [2025-11-10 02:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.392892 10.0.0.50 - - [2025-11-10 02:49:30] "POST /access-control-lists HTTP/1.1" 200 619 0.041558 10.0.0.22 - - [2025-11-10 02:49:30] "GET /project/0f5da587-eb6f-4817-9742-370fdba4c6d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.533017 10.0.0.22 - - [2025-11-10 02:49:31] "GET / HTTP/1.1" 200 35931 0.002025 10.0.0.22 - - [2025-11-10 02:49:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000607 10.0.0.22 - - [2025-11-10 02:49:33] "POST /fqname-to-id HTTP/1.1" 404 249 0.055865 10.0.0.50 - - [2025-11-10 02:49:33] "POST /fqname-to-id HTTP/1.1" 404 280 0.007516 10.0.0.50 - - [2025-11-10 02:49:33] "PUT /access-control-list/52d35cbf-05ed-4262-9d9c-d6213f51dee0 HTTP/1.1" 200 272 0.023720 10.0.0.23 - - [2025-11-10 02:49:33] "GET /projects?obj_uuids=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001097 10.0.0.22 - - [2025-11-10 02:49:33] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.107699 10.0.0.22 - - [2025-11-10 02:49:34] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.019108 10.0.0.50 - - [2025-11-10 02:49:34] "PUT /access-control-list/52d35cbf-05ed-4262-9d9c-d6213f51dee0 HTTP/1.1" 200 272 0.018239 10.0.0.22 - - [2025-11-10 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005182 10.0.0.22 - - [2025-11-10 02:49:34] "GET /security-group/1b1496dd-b0fa-46a7-90e5-2f2e28ef6063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.025233 10.0.0.22 - - [2025-11-10 02:49:35] "POST /neutron/security_group HTTP/1.1" 200 1026 0.004369 10.0.0.50 - - [2025-11-10 02:49:35] "DELETE /access-control-list/52d35cbf-05ed-4262-9d9c-d6213f51dee0 HTTP/1.1" 200 115 0.034667 10.0.0.22 - - [2025-11-10 02:49:35] "POST /fqname-to-id HTTP/1.1" 404 249 0.009778 10.0.0.22 - - [2025-11-10 02:49:35] "POST /fqname-to-id HTTP/1.1" 404 249 0.004113 10.0.0.50 - - [2025-11-10 02:49:35] "POST /fqname-to-id HTTP/1.1" 404 280 0.009089 10.0.0.50 - - [2025-11-10 02:49:36] "PUT /access-control-list/b3a5a0a4-9968-4a0a-8295-dc99d1bf70a7 HTTP/1.1" 200 272 0.022426 10.0.0.23 - - [2025-11-10 02:49:36] "GET /projects?obj_uuids=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.007765 10.0.0.22 - - [2025-11-10 02:49:36] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.055478 10.0.0.22 - - [2025-11-10 02:49:36] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.017835 10.0.0.50 - - [2025-11-10 02:49:36] "PUT /access-control-list/b3a5a0a4-9968-4a0a-8295-dc99d1bf70a7 HTTP/1.1" 200 272 0.016724 10.0.0.22 - - [2025-11-10 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.22 - - [2025-11-10 02:49:36] "GET /security-group/40178cba-4063-4786-b461-c365eeed00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.009053 10.0.0.23 - - [2025-11-10 02:49:37] "GET /projects?obj_uuids=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001181 10.0.0.22 - - [2025-11-10 02:49:37] "POST /neutron/security_group_rule HTTP/1.1" 200 2208 0.070809 10.0.0.22 - - [2025-11-10 02:49:37] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.158701 10.0.0.50 - - [2025-11-10 02:49:37] "PUT /access-control-list/b3a5a0a4-9968-4a0a-8295-dc99d1bf70a7 HTTP/1.1" 200 272 0.017320 10.0.0.22 - - [2025-11-10 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.23 - - [2025-11-10 02:49:37] "GET /projects?obj_uuids=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001276 10.0.0.22 - - [2025-11-10 02:49:37] "GET /project/0f5da587-eb6f-4817-9742-370fdba4c6d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.071305 10.0.0.23 - - [2025-11-10 02:49:37] "GET /projects?obj_uuids=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000920 10.0.0.22 - - [2025-11-10 02:49:38] "POST /neutron/network HTTP/1.1" 200 720 0.164874 10.0.0.50 - - [2025-11-10 02:49:38] "POST /ref-update HTTP/1.1" 200 156 0.027046 10.0.0.50 - - [2025-11-10 02:49:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.070757 10.0.0.22 - - [2025-11-10 02:49:38] "POST /neutron/network HTTP/1.1" 200 1114 0.010969 10.0.0.22 - - [2025-11-10 02:49:38] "POST /id-to-fqname HTTP/1.1" 200 290 0.001585 10.0.0.22 - - [2025-11-10 02:49:38] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005963 10.0.0.22 - - [2025-11-10 02:49:38] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005385 10.0.0.22 - - [2025-11-10 02:49:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.013230 10.0.0.22 - - [2025-11-10 02:49:38] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007183 10.0.0.22 - - [2025-11-10 02:49:39] "GET /obj-perms HTTP/1.1" 200 5080 0.055626 10.0.0.22 - - [2025-11-10 02:49:40] "POST /id-to-fqname HTTP/1.1" 200 290 0.001355 10.0.0.22 - - [2025-11-10 02:49:40] "POST /neutron/network HTTP/1.1" 200 1124 0.006925 10.0.0.23 - - [2025-11-10 02:49:41] "GET /projects?obj_uuids=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001191 10.0.0.22 - - [2025-11-10 02:49:41] "GET /project/0f5da587-eb6f-4817-9742-370fdba4c6d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.071179 10.0.0.22 - - [2025-11-10 02:49:41] "POST /neutron/port HTTP/1.1" 200 117 0.006490 10.0.0.22 - - [2025-11-10 02:49:41] "POST /id-to-fqname HTTP/1.1" 200 290 0.001823 10.0.0.22 - - [2025-11-10 02:49:41] "POST /neutron/network HTTP/1.1" 200 1124 0.009436 10.0.0.23 - - [2025-11-10 02:49:42] "GET /projects?obj_uuids=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001101 10.0.0.22 - - [2025-11-10 02:49:42] "POST /neutron/port HTTP/1.1" 200 1193 0.378682 10.0.0.23 - - [2025-11-10 02:49:42] "GET /projects?obj_uuids=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001156 10.0.0.22 - - [2025-11-10 02:49:42] "GET /project/0f5da587-eb6f-4817-9742-370fdba4c6d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.093843 10.0.0.22 - - [2025-11-10 02:49:42] "POST /neutron/port HTTP/1.1" 200 1247 0.158357 10.0.0.22 - - [2025-11-10 02:49:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004335 10.0.0.22 - - [2025-11-10 02:49:42] "POST /neutron/port HTTP/1.1" 200 1221 0.020368 10.0.0.22 - - [2025-11-10 02:49:42] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007142 10.0.0.22 - - [2025-11-10 02:49:42] "POST /neutron/port HTTP/1.1" 200 1221 0.018826 10.0.0.23 - - [2025-11-10 02:49:43] "GET /projects?obj_uuids=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.003464 10.0.0.22 - - [2025-11-10 02:49:43] "POST /neutron/security_group HTTP/1.1" 200 3458 0.069384 10.0.0.22 - - [2025-11-10 02:49:43] "POST /neutron/port HTTP/1.1" 200 1193 0.021178 10.0.0.22 - - [2025-11-10 02:49:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005475 10.0.0.22 - - [2025-11-10 02:49:44] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.22 - - [2025-11-10 02:49:48] "POST /neutron/port HTTP/1.1" 200 1221 0.014797 10.0.0.22 - - [2025-11-10 02:49:48] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007076 10.0.0.22 - - [2025-11-10 02:49:48] "POST /neutron/port HTTP/1.1" 200 1221 0.015615 10.0.0.22 - - [2025-11-10 02:49:48] "GET /virtual-machine/c0c899bc-34cf-4e93-becb-ade3c500125d HTTP/1.1" 401 292 0.000421 10.0.0.22 - - [2025-11-10 02:49:48] "GET /virtual-machine/c0c899bc-34cf-4e93-becb-ade3c500125d HTTP/1.1" 200 1318 0.028879 10.0.0.22 - - [2025-11-10 02:49:48] "GET /virtual-machine/c0c899bc-34cf-4e93-becb-ade3c500125d HTTP/1.1" 200 1318 0.003852 10.0.0.22 - - [2025-11-10 02:49:48] "GET /virtual-machine-interface/b3837564-00b3-482e-9d0a-ea34ca983db5 HTTP/1.1" 200 3418 0.005256 10.0.0.22 - - [2025-11-10 02:49:48] "GET /virtual-machine/c0c899bc-34cf-4e93-becb-ade3c500125d HTTP/1.1" 200 1318 0.004370 10.0.0.22 - - [2025-11-10 02:49:48] "GET /virtual-machine-interface/b3837564-00b3-482e-9d0a-ea34ca983db5 HTTP/1.1" 200 3418 0.005423 10.0.0.22 - - [2025-11-10 02:49:48] "GET /instance-ip/18a07a69-124b-4fd9-b118-811f13854e46 HTTP/1.1" 200 1716 0.006307 10.0.0.22 - - [2025-11-10 02:49:48] "GET /instance-ip/472bcd2b-b462-41f0-b589-1758203be4e3 HTTP/1.1" 200 1735 0.005298 10.0.0.22 - - [2025-11-10 02:49:48] "GET /virtual-machine/c0c899bc-34cf-4e93-becb-ade3c500125d HTTP/1.1" 200 1318 0.003499 10.0.0.22 - - [2025-11-10 02:49:48] "GET /virtual-machine-interface/b3837564-00b3-482e-9d0a-ea34ca983db5 HTTP/1.1" 200 3418 0.005661 10.0.0.22 - - [2025-11-10 02:49:48] "GET /instance-ip/18a07a69-124b-4fd9-b118-811f13854e46 HTTP/1.1" 200 1716 0.003902 10.0.0.22 - - [2025-11-10 02:49:48] "GET /instance-ip/472bcd2b-b462-41f0-b589-1758203be4e3 HTTP/1.1" 200 1735 0.003901 10.0.0.22 - - [2025-11-10 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.22 - - [2025-11-10 02:49:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004343 10.0.0.22 - - [2025-11-10 02:49:48] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003985 10.0.0.22 - - [2025-11-10 02:49:48] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006607 10.0.0.22 - - [2025-11-10 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.22 - - [2025-11-10 02:49:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004254 10.0.0.22 - - [2025-11-10 02:49:49] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005277 10.0.0.22 - - [2025-11-10 02:49:49] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005688 10.0.0.22 - - [2025-11-10 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.22 - - [2025-11-10 02:49:49] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005761 10.0.0.22 - - [2025-11-10 02:49:49] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004298 10.0.0.22 - - [2025-11-10 02:49:49] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006137 10.0.0.22 - - [2025-11-10 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.22 - - [2025-11-10 02:49:49] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005251 10.0.0.22 - - [2025-11-10 02:49:49] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004304 10.0.0.22 - - [2025-11-10 02:49:49] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.008753 10.0.0.22 - - [2025-11-10 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005477 10.0.0.22 - - [2025-11-10 02:49:49] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005143 10.0.0.22 - - [2025-11-10 02:49:49] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004815 10.0.0.22 - - [2025-11-10 02:49:49] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007569 10.0.0.22 - - [2025-11-10 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.22 - - [2025-11-10 02:49:49] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004602 10.0.0.22 - - [2025-11-10 02:49:49] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003297 10.0.0.22 - - [2025-11-10 02:49:49] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006599 10.0.0.22 - - [2025-11-10 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.22 - - [2025-11-10 02:49:49] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004447 10.0.0.22 - - [2025-11-10 02:49:49] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003331 10.0.0.22 - - [2025-11-10 02:49:49] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007593 10.0.0.22 - - [2025-11-10 02:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.22 - - [2025-11-10 02:49:52] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006054 10.0.0.22 - - [2025-11-10 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005570 10.0.0.22 - - [2025-11-10 02:49:56] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.008301 10.0.0.22 - - [2025-11-10 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.22 - - [2025-11-10 02:50:01] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005570 10.0.0.22 - - [2025-11-10 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.22 - - [2025-11-10 02:50:05] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005834 10.0.0.22 - - [2025-11-10 02:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.22 - - [2025-11-10 02:50:09] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.008482 10.0.0.22 - - [2025-11-10 02:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.22 - - [2025-11-10 02:50:13] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007201 10.0.0.22 - - [2025-11-10 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.22 - - [2025-11-10 02:50:17] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005364 10.0.0.22 - - [2025-11-10 02:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.22 - - [2025-11-10 02:50:19] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004029 10.0.0.22 - - [2025-11-10 02:50:19] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003385 10.0.0.22 - - [2025-11-10 02:50:19] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.009681 10.0.0.22 - - [2025-11-10 02:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004977 10.0.0.22 - - [2025-11-10 02:50:19] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005052 10.0.0.22 - - [2025-11-10 02:50:19] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003366 10.0.0.22 - - [2025-11-10 02:50:19] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005733 10.0.0.22 - - [2025-11-10 02:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.22 - - [2025-11-10 02:50:19] "GET /routing-instance/e006895a-7350-48cb-8e85-bdf2940b0e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004981 10.0.0.22 - - [2025-11-10 02:50:19] "GET /route-target/3bd2bdc9-51c5-45ef-9855-0c438ddd19d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004181 10.0.0.22 - - [2025-11-10 02:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.22 - - [2025-11-10 02:50:19] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004627 10.0.0.22 - - [2025-11-10 02:50:19] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003897 10.0.0.22 - - [2025-11-10 02:50:19] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006136 10.0.0.22 - - [2025-11-10 02:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.22 - - [2025-11-10 02:50:19] "GET /routing-instance/e006895a-7350-48cb-8e85-bdf2940b0e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004565 10.0.0.22 - - [2025-11-10 02:50:19] "GET /route-target/3bd2bdc9-51c5-45ef-9855-0c438ddd19d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003509 10.0.0.22 - - [2025-11-10 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.22 - - [2025-11-10 02:50:20] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004032 10.0.0.22 - - [2025-11-10 02:50:20] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005188 10.0.0.22 - - [2025-11-10 02:50:20] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007540 10.0.0.22 - - [2025-11-10 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.22 - - [2025-11-10 02:50:20] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005074 10.0.0.22 - - [2025-11-10 02:50:20] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004291 10.0.0.22 - - [2025-11-10 02:50:20] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007314 10.0.0.22 - - [2025-11-10 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005207 10.0.0.22 - - [2025-11-10 02:50:20] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004707 10.0.0.22 - - [2025-11-10 02:50:20] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003634 10.0.0.22 - - [2025-11-10 02:50:20] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005780 10.0.0.23 - - [2025-11-10 02:50:20] "GET /obj-perms HTTP/1.1" 200 5080 0.049307 10.0.0.22 - - [2025-11-10 02:50:20] "GET /obj-perms HTTP/1.1" 200 5080 0.004001 10.0.0.50 - - [2025-11-10 02:50:20] "GET /obj-perms HTTP/1.1" 200 5080 0.051820 10.0.0.22 - - [2025-11-10 02:50:20] "GET /obj-perms HTTP/1.1" 200 5080 0.004394 10.0.0.23 - - [2025-11-10 02:50:20] "GET /obj-perms HTTP/1.1" 200 5080 0.007868 10.0.0.22 - - [2025-11-10 02:50:21] "GET /virtual-machine/c0c899bc-34cf-4e93-becb-ade3c500125d HTTP/1.1" 200 1318 0.004515 10.0.0.22 - - [2025-11-10 02:50:21] "GET /virtual-machine-interface/b3837564-00b3-482e-9d0a-ea34ca983db5 HTTP/1.1" 200 3418 0.005795 10.0.0.22 - - [2025-11-10 02:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.22 - - [2025-11-10 02:50:21] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003850 10.0.0.22 - - [2025-11-10 02:50:21] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003773 10.0.0.22 - - [2025-11-10 02:50:21] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006278 10.0.0.22 - - [2025-11-10 02:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.22 - - [2025-11-10 02:50:22] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003808 10.0.0.22 - - [2025-11-10 02:50:22] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003595 10.0.0.22 - - [2025-11-10 02:50:22] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006188 10.0.0.22 - - [2025-11-10 02:50:22] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007335 10.0.0.22 - - [2025-11-10 02:50:24] "POST /neutron/network HTTP/1.1" 200 1124 0.032705 10.0.0.22 - - [2025-11-10 02:50:24] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015942 10.0.0.22 - - [2025-11-10 02:50:24] "POST /neutron/network HTTP/1.1" 200 1114 0.009323 10.0.0.23 - - [2025-11-10 02:50:27] "DELETE /project/0f5da587eb6f48179742370fdba4c6d3 HTTP/1.1" 404 173 0.039899 10.0.0.23 - - [2025-11-10 02:50:27] "DELETE /project/ac16d788-f7ad-48cb-803a-fd0e508ea7a7 HTTP/1.1" 404 177 0.056314 10.0.0.22 - - [2025-11-10 02:50:28] "POST /neutron/port HTTP/1.1" 200 1221 0.020247 10.0.0.22 - - [2025-11-10 02:50:30] "POST /neutron/port HTTP/1.1" 200 1221 0.046021 10.0.0.22 - - [2025-11-10 02:50:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003762 10.0.0.22 - - [2025-11-10 02:50:30] "POST /neutron/port HTTP/1.1" 200 117 0.001146 10.0.0.22 - - [2025-11-10 02:50:32] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008590 10.0.0.22 - - [2025-11-10 02:50:38] "POST /neutron/port HTTP/1.1" 200 1221 0.019603 10.0.0.22 - - [2025-11-10 02:50:38] "POST /neutron/security_group HTTP/1.1" 200 1457 0.010181 10.0.0.22 - - [2025-11-10 02:50:38] "GET /virtual-machine/c6be40c6-2a63-4370-aa76-7a486c283226 HTTP/1.1" 200 1318 0.005876 10.0.0.22 - - [2025-11-10 02:50:38] "GET /virtual-machine/c6be40c6-2a63-4370-aa76-7a486c283226 HTTP/1.1" 200 1318 0.003599 10.0.0.22 - - [2025-11-10 02:50:38] "GET /virtual-machine-interface/b412b086-40d9-446d-a8a1-2b4bbe041d4c HTTP/1.1" 200 3418 0.008796 10.0.0.22 - - [2025-11-10 02:50:38] "GET /virtual-machine/c6be40c6-2a63-4370-aa76-7a486c283226 HTTP/1.1" 200 1318 0.006170 10.0.0.22 - - [2025-11-10 02:50:38] "GET /virtual-machine-interface/b412b086-40d9-446d-a8a1-2b4bbe041d4c HTTP/1.1" 200 3418 0.010078 10.0.0.22 - - [2025-11-10 02:50:38] "GET /instance-ip/9dbf8404-e66c-4759-9e98-0b22b5f16f23 HTTP/1.1" 200 1736 0.008110 10.0.0.22 - - [2025-11-10 02:50:38] "GET /instance-ip/dcb7aed5-c71b-4daf-a31d-79d2a6a88405 HTTP/1.1" 200 1717 0.008237 10.0.0.22 - - [2025-11-10 02:50:38] "GET /virtual-machine/c6be40c6-2a63-4370-aa76-7a486c283226 HTTP/1.1" 200 1318 0.005103 10.0.0.22 - - [2025-11-10 02:50:38] "GET /virtual-machine-interface/b412b086-40d9-446d-a8a1-2b4bbe041d4c HTTP/1.1" 200 3418 0.007120 10.0.0.22 - - [2025-11-10 02:50:38] "GET /instance-ip/9dbf8404-e66c-4759-9e98-0b22b5f16f23 HTTP/1.1" 200 1736 0.004804 10.0.0.22 - - [2025-11-10 02:50:38] "GET /instance-ip/dcb7aed5-c71b-4daf-a31d-79d2a6a88405 HTTP/1.1" 200 1717 0.004899 10.0.0.22 - - [2025-11-10 02:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.22 - - [2025-11-10 02:50:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005771 10.0.0.22 - - [2025-11-10 02:50:38] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004392 10.0.0.22 - - [2025-11-10 02:50:38] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.010041 10.0.0.22 - - [2025-11-10 02:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006986 10.0.0.22 - - [2025-11-10 02:50:38] "POST /neutron/port HTTP/1.1" 200 1221 0.022378 10.0.0.22 - - [2025-11-10 02:50:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010319 10.0.0.22 - - [2025-11-10 02:50:38] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005878 10.0.0.22 - - [2025-11-10 02:50:38] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007413 10.0.0.22 - - [2025-11-10 02:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005159 10.0.0.22 - - [2025-11-10 02:50:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004536 10.0.0.22 - - [2025-11-10 02:50:38] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005573 10.0.0.22 - - [2025-11-10 02:50:38] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006818 10.0.0.22 - - [2025-11-10 02:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006443 10.0.0.22 - - [2025-11-10 02:50:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005693 10.0.0.22 - - [2025-11-10 02:50:38] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004026 10.0.0.22 - - [2025-11-10 02:50:38] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006182 10.0.0.22 - - [2025-11-10 02:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.22 - - [2025-11-10 02:50:39] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004092 10.0.0.22 - - [2025-11-10 02:50:39] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003032 10.0.0.22 - - [2025-11-10 02:50:39] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005832 10.0.0.22 - - [2025-11-10 02:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.22 - - [2025-11-10 02:50:39] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004536 10.0.0.22 - - [2025-11-10 02:50:39] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003334 10.0.0.22 - - [2025-11-10 02:50:39] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006292 10.0.0.22 - - [2025-11-10 02:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074 10.0.0.22 - - [2025-11-10 02:50:39] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004014 10.0.0.22 - - [2025-11-10 02:50:39] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002969 10.0.0.22 - - [2025-11-10 02:50:39] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005959 10.0.0.22 - - [2025-11-10 02:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.22 - - [2025-11-10 02:50:40] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003726 10.0.0.22 - - [2025-11-10 02:50:40] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003694 10.0.0.22 - - [2025-11-10 02:50:40] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006748 10.0.0.22 - - [2025-11-10 02:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.22 - - [2025-11-10 02:50:40] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004277 10.0.0.22 - - [2025-11-10 02:50:40] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003499 10.0.0.22 - - [2025-11-10 02:50:40] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006277 10.0.0.22 - - [2025-11-10 02:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.22 - - [2025-11-10 02:50:40] "GET /routing-instance/e006895a-7350-48cb-8e85-bdf2940b0e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004523 10.0.0.22 - - [2025-11-10 02:50:40] "GET /route-target/3bd2bdc9-51c5-45ef-9855-0c438ddd19d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003808 10.0.0.22 - - [2025-11-10 02:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.22 - - [2025-11-10 02:50:40] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003971 10.0.0.22 - - [2025-11-10 02:50:40] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003410 10.0.0.22 - - [2025-11-10 02:50:40] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005567 10.0.0.22 - - [2025-11-10 02:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.22 - - [2025-11-10 02:50:40] "GET /routing-instance/e006895a-7350-48cb-8e85-bdf2940b0e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004702 10.0.0.22 - - [2025-11-10 02:50:40] "GET /route-target/3bd2bdc9-51c5-45ef-9855-0c438ddd19d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004220 10.0.0.22 - - [2025-11-10 02:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.22 - - [2025-11-10 02:50:41] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004960 10.0.0.22 - - [2025-11-10 02:50:41] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004494 10.0.0.22 - - [2025-11-10 02:50:41] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006036 10.0.0.22 - - [2025-11-10 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.22 - - [2025-11-10 02:50:41] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004040 10.0.0.22 - - [2025-11-10 02:50:41] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003310 10.0.0.22 - - [2025-11-10 02:50:41] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006571 10.0.0.22 - - [2025-11-10 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.22 - - [2025-11-10 02:50:41] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004795 10.0.0.22 - - [2025-11-10 02:50:41] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003621 10.0.0.22 - - [2025-11-10 02:50:41] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007375 10.0.0.22 - - [2025-11-10 02:50:41] "GET /obj-perms HTTP/1.1" 200 5080 0.012486 10.0.0.23 - - [2025-11-10 02:50:41] "GET /obj-perms HTTP/1.1" 200 5080 0.005330 10.0.0.22 - - [2025-11-10 02:50:41] "GET /obj-perms HTTP/1.1" 200 5080 0.003674 10.0.0.22 - - [2025-11-10 02:50:41] "GET /obj-perms HTTP/1.1" 200 5080 0.003868 10.0.0.50 - - [2025-11-10 02:50:41] "GET /obj-perms HTTP/1.1" 200 5080 0.003852 10.0.0.22 - - [2025-11-10 02:50:41] "GET /virtual-machine/c6be40c6-2a63-4370-aa76-7a486c283226 HTTP/1.1" 200 1318 0.004051 10.0.0.22 - - [2025-11-10 02:50:41] "GET /virtual-machine-interface/b412b086-40d9-446d-a8a1-2b4bbe041d4c HTTP/1.1" 200 3418 0.006101 10.0.0.22 - - [2025-11-10 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.22 - - [2025-11-10 02:50:41] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004610 10.0.0.22 - - [2025-11-10 02:50:41] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004536 10.0.0.22 - - [2025-11-10 02:50:41] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005910 10.0.0.22 - - [2025-11-10 02:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.22 - - [2025-11-10 02:50:42] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004878 10.0.0.22 - - [2025-11-10 02:50:42] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004124 10.0.0.22 - - [2025-11-10 02:50:42] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005688 10.0.0.22 - - [2025-11-10 02:50:43] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007308 10.0.0.22 - - [2025-11-10 02:50:48] "GET /virtual-machine/c0c899bc-34cf-4e93-becb-ade3c500125d HTTP/1.1" 200 1318 0.004948 10.0.0.22 - - [2025-11-10 02:50:48] "GET /virtual-machine-interface/b3837564-00b3-482e-9d0a-ea34ca983db5 HTTP/1.1" 200 3418 0.007999 10.0.0.22 - - [2025-11-10 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.22 - - [2025-11-10 02:50:48] "GET /security-group/40178cba-4063-4786-b461-c365eeed00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.003964 10.0.0.22 - - [2025-11-10 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007197 10.0.0.22 - - [2025-11-10 02:50:48] "GET /security-group/40178cba-4063-4786-b461-c365eeed00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004586 10.0.0.22 - - [2025-11-10 02:50:48] "POST /neutron/port HTTP/1.1" 200 1221 0.016892 10.0.0.22 - - [2025-11-10 02:50:48] "POST /neutron/port HTTP/1.1" 200 1209 0.068932 10.0.0.22 - - [2025-11-10 02:50:48] "GET /virtual-machine/c0c899bc-34cf-4e93-becb-ade3c500125d HTTP/1.1" 200 1318 0.005952 10.0.0.22 - - [2025-11-10 02:50:48] "GET /virtual-machine-interface/b3837564-00b3-482e-9d0a-ea34ca983db5 HTTP/1.1" 200 3362 0.005435 10.0.0.22 - - [2025-11-10 02:50:48] "POST /neutron/port HTTP/1.1" 200 1209 0.014108 10.0.0.22 - - [2025-11-10 02:50:48] "GET /virtual-machine/c0c899bc-34cf-4e93-becb-ade3c500125d HTTP/1.1" 200 1318 0.004034 10.0.0.22 - - [2025-11-10 02:50:48] "GET /virtual-machine-interface/b3837564-00b3-482e-9d0a-ea34ca983db5 HTTP/1.1" 200 3418 0.007635 10.0.0.22 - - [2025-11-10 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.22 - - [2025-11-10 02:50:48] "GET /security-group/40178cba-4063-4786-b461-c365eeed00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004269 10.0.0.22 - - [2025-11-10 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.22 - - [2025-11-10 02:50:48] "GET /security-group/40178cba-4063-4786-b461-c365eeed00a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005017 10.0.0.22 - - [2025-11-10 02:50:48] "POST /neutron/security_group HTTP/1.1" 200 1483 0.005572 10.0.0.23 - - [2025-11-10 02:51:15] "GET /projects?obj_uuids=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000993 10.0.0.22 - - [2025-11-10 02:51:15] "POST /neutron/security_group_rule HTTP/1.1" 200 2664 0.049187 10.0.0.22 - - [2025-11-10 02:51:16] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.012748 10.0.0.50 - - [2025-11-10 02:51:16] "PUT /access-control-list/b3a5a0a4-9968-4a0a-8295-dc99d1bf70a7 HTTP/1.1" 200 272 0.050445 10.0.0.22 - - [2025-11-10 02:51:16] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.171573 10.0.0.22 - - [2025-11-10 02:51:19] "POST /neutron/port HTTP/1.1" 200 1247 0.021082 10.0.0.22 - - [2025-11-10 02:51:19] "GET /virtual-machine/c6be40c6-2a63-4370-aa76-7a486c283226 HTTP/1.1" 200 1318 0.004758 10.0.0.23 - - [2025-11-10 02:51:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.23 - - [2025-11-10 02:51:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.22 - - [2025-11-10 02:51:19] "POST /neutron/port HTTP/1.1" 200 1183 0.017228 10.0.0.23 - - [2025-11-10 02:51:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.23 - - [2025-11-10 02:51:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.50 - - [2025-11-10 02:51:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.50 - - [2025-11-10 02:51:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.22 - - [2025-11-10 02:51:21] "GET /virtual-machine/c6be40c6-2a63-4370-aa76-7a486c283226 HTTP/1.1" 404 171 0.003162 10.0.0.22 - - [2025-11-10 02:51:21] "GET /virtual-machine/c6be40c6-2a63-4370-aa76-7a486c283226 HTTP/1.1" 404 171 0.003268 10.0.0.22 - - [2025-11-10 02:51:21] "GET /virtual-machine/c6be40c6-2a63-4370-aa76-7a486c283226 HTTP/1.1" 404 171 0.003022 10.0.0.50 - - [2025-11-10 02:51:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.50 - - [2025-11-10 02:51:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.22 - - [2025-11-10 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.22 - - [2025-11-10 02:51:21] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004252 10.0.0.22 - - [2025-11-10 02:51:21] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002905 10.0.0.22 - - [2025-11-10 02:51:21] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006335 10.0.0.22 - - [2025-11-10 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.22 - - [2025-11-10 02:51:21] "GET /routing-instance/e006895a-7350-48cb-8e85-bdf2940b0e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005016 10.0.0.22 - - [2025-11-10 02:51:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.22 - - [2025-11-10 02:51:21] "GET /route-target/3bd2bdc9-51c5-45ef-9855-0c438ddd19d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004305 10.0.0.22 - - [2025-11-10 02:51:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.22 - - [2025-11-10 02:51:22] "GET /obj-perms HTTP/1.1" 200 5080 0.005190 10.0.0.22 - - [2025-11-10 02:51:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.22 - - [2025-11-10 02:51:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.22 - - [2025-11-10 02:51:25] "GET /obj-perms HTTP/1.1" 200 5080 0.005250 10.0.0.22 - - [2025-11-10 02:51:25] "POST /neutron/security_group HTTP/1.1" 200 1455 0.010839 10.0.0.22 - - [2025-11-10 02:51:25] "POST /neutron/port HTTP/1.1" 200 1247 0.018348 10.0.0.22 - - [2025-11-10 02:51:25] "GET /virtual-machine/c0c899bc-34cf-4e93-becb-ade3c500125d HTTP/1.1" 200 1318 0.005941 10.0.0.22 - - [2025-11-10 02:51:26] "POST /neutron/port HTTP/1.1" 200 1209 0.025256 10.0.0.22 - - [2025-11-10 02:51:27] "GET /virtual-machine/c0c899bc-34cf-4e93-becb-ade3c500125d HTTP/1.1" 404 171 0.003306 10.0.0.22 - - [2025-11-10 02:51:27] "GET /virtual-machine/c0c899bc-34cf-4e93-becb-ade3c500125d HTTP/1.1" 404 171 0.003356 10.0.0.22 - - [2025-11-10 02:51:27] "GET /virtual-machine/c0c899bc-34cf-4e93-becb-ade3c500125d HTTP/1.1" 404 171 0.002882 10.0.0.22 - - [2025-11-10 02:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.22 - - [2025-11-10 02:51:27] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004222 10.0.0.22 - - [2025-11-10 02:51:27] "GET /virtual-networks?parent_id=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003133 10.0.0.22 - - [2025-11-10 02:51:27] "GET /virtual-network/63f24166-2f28-49d4-8e70-2756c5e7a85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007097 10.0.0.22 - - [2025-11-10 02:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.22 - - [2025-11-10 02:51:27] "GET /routing-instance/e006895a-7350-48cb-8e85-bdf2940b0e0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.006012 10.0.0.22 - - [2025-11-10 02:51:27] "GET /route-target/3bd2bdc9-51c5-45ef-9855-0c438ddd19d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005594 10.0.0.22 - - [2025-11-10 02:51:28] "GET /obj-perms HTTP/1.1" 200 5080 0.004415 10.0.0.50 - - [2025-11-10 02:51:28] "GET /obj-perms HTTP/1.1" 200 5080 0.003638 10.0.0.22 - - [2025-11-10 02:51:34] "GET /obj-perms HTTP/1.1" 200 5080 0.004348 10.0.0.50 - - [2025-11-10 02:51:34] "GET /obj-perms HTTP/1.1" 200 5080 0.004472 10.0.0.23 - - [2025-11-10 02:51:34] "GET /obj-perms HTTP/1.1" 200 5080 0.004949 10.0.0.23 - - [2025-11-10 02:51:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004335 10.0.0.50 - - [2025-11-10 02:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.23 - - [2025-11-10 02:51:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002750 10.0.0.23 - - [2025-11-10 02:51:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003079 10.0.0.23 - - [2025-11-10 02:51:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002487 10.0.0.22 - - [2025-11-10 02:51:34] "POST /neutron/network HTTP/1.1" 200 151 0.183319 10.0.0.22 - - [2025-11-10 02:51:34] "POST /fqname-to-id HTTP/1.1" 404 249 0.011271 10.0.0.50 - - [2025-11-10 02:51:34] "DELETE /access-control-list/b3a5a0a4-9968-4a0a-8295-dc99d1bf70a7 HTTP/1.1" 200 115 0.043350 10.0.0.23 - - [2025-11-10 02:51:36] "GET /projects?obj_uuids=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001014 10.0.0.22 - - [2025-11-10 02:51:36] "GET /project/0f5da587-eb6f-4817-9742-370fdba4c6d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.039973 10.0.0.23 - - [2025-11-10 02:51:36] "GET /projects?obj_uuids=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001240 10.0.0.22 - - [2025-11-10 02:51:36] "GET /project/0f5da587-eb6f-4817-9742-370fdba4c6d3?fields=virtual_networks HTTP/1.1" 200 1082 0.062089 10.0.0.23 - - [2025-11-10 02:51:36] "GET /projects?obj_uuids=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001392 10.0.0.22 - - [2025-11-10 02:51:36] "GET /project/0f5da587-eb6f-4817-9742-370fdba4c6d3?fields=virtual_machine_interfaces HTTP/1.1" 200 1082 0.059353 10.0.0.23 - - [2025-11-10 02:51:36] "GET /projects?obj_uuids=0f5da587-eb6f-4817-9742-370fdba4c6d3&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001143 10.0.0.22 - - [2025-11-10 02:51:36] "GET /project/0f5da587-eb6f-4817-9742-370fdba4c6d3?fields=security_groups HTTP/1.1" 200 1333 0.051394 10.0.0.22 - - [2025-11-10 02:51:37] "POST /fqname-to-id HTTP/1.1" 404 218 0.027905 10.0.0.23 - - [2025-11-10 02:51:37] "GET /projects?obj_uuids=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003463 10.0.0.23 - - [2025-11-10 02:51:37] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.23 - - [2025-11-10 02:51:37] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007342 10.0.0.23 - - [2025-11-10 02:51:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.005054 10.0.0.23 - - [2025-11-10 02:51:37] "POST /fqname-to-id HTTP/1.1" 404 232 0.004314 10.0.0.23 - - [2025-11-10 02:51:38] "POST /security-groups HTTP/1.1" 200 621 0.030704 10.0.0.23 - - [2025-11-10 02:51:38] "POST /projects HTTP/1.1" 200 645 0.232587 10.0.0.23 - - [2025-11-10 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.268269 10.0.0.50 - - [2025-11-10 02:51:38] "POST /fqname-to-id HTTP/1.1" 404 263 0.008744 10.0.0.22 - - [2025-11-10 02:51:38] "GET /project/ef34f109-d32e-4eaa-9c55-7df67a6b6184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.417166 10.0.0.22 - - [2025-11-10 02:51:39] "GET / HTTP/1.1" 200 35931 0.001636 10.0.0.22 - - [2025-11-10 02:51:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000610 10.0.0.22 - - [2025-11-10 02:51:41] "POST /fqname-to-id HTTP/1.1" 404 254 0.054604 10.0.0.22 - - [2025-11-10 02:51:41] "POST /security-groups HTTP/1.1" 200 595 0.036690 10.0.0.22 - - [2025-11-10 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.50 - - [2025-11-10 02:51:41] "POST /access-control-lists HTTP/1.1" 200 648 0.028373 10.0.0.22 - - [2025-11-10 02:51:41] "GET /security-group/9c068061-ab83-4f51-825e-780f55381adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.006338 10.0.0.22 - - [2025-11-10 02:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.019440 10.0.0.22 - - [2025-11-10 02:51:41] "GET /security-group/9c068061-ab83-4f51-825e-780f55381adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004249 10.0.0.22 - - [2025-11-10 02:51:42] "DELETE /security-group/9c068061-ab83-4f51-825e-780f55381adc HTTP/1.1" 200 115 0.050126 10.0.0.22 - - [2025-11-10 02:51:42] "POST /fqname-to-id HTTP/1.1" 404 254 0.003661 10.0.0.50 - - [2025-11-10 02:51:42] "DELETE /access-control-list/01899d14-6b1a-456f-800a-a33531235f69 HTTP/1.1" 200 115 0.039307 10.0.0.22 - - [2025-11-10 02:51:42] "POST /fqname-to-id HTTP/1.1" 404 254 0.004429 10.0.0.22 - - [2025-11-10 02:51:42] "POST /security-groups HTTP/1.1" 200 595 0.043051 10.0.0.22 - - [2025-11-10 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.50 - - [2025-11-10 02:51:42] "POST /access-control-lists HTTP/1.1" 200 648 0.033017 10.0.0.22 - - [2025-11-10 02:51:43] "GET /security-group/4efe7467-429a-47c5-86a5-0ba0a3766620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.008343 10.0.0.22 - - [2025-11-10 02:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.22 - - [2025-11-10 02:51:43] "GET /security-group/4efe7467-429a-47c5-86a5-0ba0a3766620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.007544 10.0.0.22 - - [2025-11-10 02:51:43] "GET /security-group/4efe7467-429a-47c5-86a5-0ba0a3766620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.006163 10.0.0.22 - - [2025-11-10 02:51:43] "PUT /security-group/4efe7467-429a-47c5-86a5-0ba0a3766620 HTTP/1.1" 200 262 0.021468 10.0.0.50 - - [2025-11-10 02:51:43] "PUT /access-control-list/9b228442-22ab-43c8-8570-fd7076d0e0ff HTTP/1.1" 200 272 0.015766 10.0.0.22 - - [2025-11-10 02:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.011307 10.0.0.23 - - [2025-11-10 02:51:43] "GET /projects?obj_uuids=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001526 10.0.0.22 - - [2025-11-10 02:51:43] "GET /project/ef34f109-d32e-4eaa-9c55-7df67a6b6184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.058914 10.0.0.22 - - [2025-11-10 02:51:43] "POST /neutron/network HTTP/1.1" 200 117 0.040498 10.0.0.50 - - [2025-11-10 02:51:43] "POST /ref-update HTTP/1.1" 200 156 0.035434 10.0.0.22 - - [2025-11-10 02:51:44] "POST /neutron/network HTTP/1.1" 200 956 0.012550 10.0.0.22 - - [2025-11-10 02:51:44] "POST /id-to-fqname HTTP/1.1" 200 300 0.002547 10.0.0.22 - - [2025-11-10 02:51:44] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006680 10.0.0.22 - - [2025-11-10 02:51:44] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005839 10.0.0.22 - - [2025-11-10 02:51:44] "POST /neutron/subnet HTTP/1.1" 200 734 0.008721 10.0.0.22 - - [2025-11-10 02:51:44] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006294 10.0.0.22 - - [2025-11-10 02:51:45] "POST /id-to-fqname HTTP/1.1" 200 300 0.001425 10.0.0.23 - - [2025-11-10 02:51:46] "GET /projects?obj_uuids=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001028 10.0.0.22 - - [2025-11-10 02:51:46] "GET /project/ef34f109-d32e-4eaa-9c55-7df67a6b6184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.066147 10.0.0.22 - - [2025-11-10 02:51:46] "POST /neutron/network HTTP/1.1" 200 956 0.035597 10.0.0.22 - - [2025-11-10 02:51:46] "POST /id-to-fqname HTTP/1.1" 200 300 0.001373 10.0.0.22 - - [2025-11-10 02:51:47] "POST /neutron/port HTTP/1.1" 200 117 0.008950 10.0.0.22 - - [2025-11-10 02:51:47] "POST /neutron/network HTTP/1.1" 200 966 0.006954 10.0.0.22 - - [2025-11-10 02:51:47] "POST /neutron/port HTTP/1.1" 200 1092 0.015077 10.0.0.22 - - [2025-11-10 02:51:48] "POST /neutron/port HTTP/1.1" 200 1121 0.022886 10.0.0.23 - - [2025-11-10 02:51:48] "GET /projects?obj_uuids=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001849 10.0.0.22 - - [2025-11-10 02:51:48] "POST /neutron/port HTTP/1.1" 200 117 0.002781 10.0.0.22 - - [2025-11-10 02:51:48] "GET /project/ef34f109-d32e-4eaa-9c55-7df67a6b6184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.091547 10.0.0.22 - - [2025-11-10 02:51:48] "POST /neutron/port HTTP/1.1" 200 1121 0.022448 10.0.0.22 - - [2025-11-10 02:51:48] "POST /neutron/port HTTP/1.1" 200 1121 0.024698 10.0.0.23 - - [2025-11-10 02:51:48] "GET /projects?obj_uuids=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001171 10.0.0.22 - - [2025-11-10 02:51:48] "POST /neutron/security_group HTTP/1.1" 200 3302 0.060201 10.0.0.22 - - [2025-11-10 02:51:49] "POST /neutron/port HTTP/1.1" 200 1092 0.020566 10.0.0.22 - - [2025-11-10 02:51:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003784 10.0.0.22 - - [2025-11-10 02:51:49] "POST /neutron/network HTTP/1.1" 200 956 0.007000 10.0.0.22 - - [2025-11-10 02:51:53] "GET /obj-perms HTTP/1.1" 200 5056 0.059257 10.0.0.22 - - [2025-11-10 02:51:53] "POST /neutron/port HTTP/1.1" 200 1121 0.017290 10.0.0.22 - - [2025-11-10 02:51:53] "POST /neutron/security_group HTTP/1.1" 200 1296 0.007802 10.0.0.22 - - [2025-11-10 02:51:53] "GET /virtual-machine/59732f00-0015-4693-bd15-f1bbfcfe869c HTTP/1.1" 401 292 0.000707 10.0.0.22 - - [2025-11-10 02:51:54] "GET /virtual-machine/59732f00-0015-4693-bd15-f1bbfcfe869c HTTP/1.1" 200 1322 0.039406 10.0.0.22 - - [2025-11-10 02:51:54] "GET /virtual-machine/59732f00-0015-4693-bd15-f1bbfcfe869c HTTP/1.1" 200 1322 0.006156 10.0.0.22 - - [2025-11-10 02:51:54] "GET /virtual-machine-interface/674d9d26-74b5-45ea-b477-24fc1762493f HTTP/1.1" 200 3263 0.008364 10.0.0.22 - - [2025-11-10 02:51:54] "GET /virtual-machine/59732f00-0015-4693-bd15-f1bbfcfe869c HTTP/1.1" 200 1322 0.005521 10.0.0.22 - - [2025-11-10 02:51:54] "GET /virtual-machine-interface/674d9d26-74b5-45ea-b477-24fc1762493f HTTP/1.1" 200 3263 0.006408 10.0.0.22 - - [2025-11-10 02:51:54] "GET /instance-ip/5c83d0df-2f6f-47a5-925a-bafcde43f3fb HTTP/1.1" 200 1732 0.006837 10.0.0.22 - - [2025-11-10 02:51:54] "GET /virtual-machine/59732f00-0015-4693-bd15-f1bbfcfe869c HTTP/1.1" 200 1322 0.004133 10.0.0.22 - - [2025-11-10 02:51:54] "GET /virtual-machine-interface/674d9d26-74b5-45ea-b477-24fc1762493f HTTP/1.1" 200 3263 0.005226 10.0.0.22 - - [2025-11-10 02:51:54] "GET /instance-ip/5c83d0df-2f6f-47a5-925a-bafcde43f3fb HTTP/1.1" 200 1732 0.004078 10.0.0.22 - - [2025-11-10 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.22 - - [2025-11-10 02:51:54] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004134 10.0.0.22 - - [2025-11-10 02:51:54] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003224 10.0.0.22 - - [2025-11-10 02:51:54] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006298 10.0.0.22 - - [2025-11-10 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.22 - - [2025-11-10 02:51:54] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005825 10.0.0.22 - - [2025-11-10 02:51:54] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003400 10.0.0.22 - - [2025-11-10 02:51:54] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006342 10.0.0.22 - - [2025-11-10 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.22 - - [2025-11-10 02:51:54] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005455 10.0.0.22 - - [2025-11-10 02:51:54] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005760 10.0.0.22 - - [2025-11-10 02:51:54] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007280 10.0.0.22 - - [2025-11-10 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.22 - - [2025-11-10 02:51:54] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005125 10.0.0.22 - - [2025-11-10 02:51:54] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003583 10.0.0.22 - - [2025-11-10 02:51:54] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007415 10.0.0.22 - - [2025-11-10 02:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.22 - - [2025-11-10 02:51:54] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004463 10.0.0.22 - - [2025-11-10 02:51:55] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003864 10.0.0.22 - - [2025-11-10 02:51:55] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006156 10.0.0.22 - - [2025-11-10 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.22 - - [2025-11-10 02:51:55] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005847 10.0.0.22 - - [2025-11-10 02:51:55] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003770 10.0.0.22 - - [2025-11-10 02:51:55] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006404 10.0.0.22 - - [2025-11-10 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.22 - - [2025-11-10 02:51:55] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004230 10.0.0.22 - - [2025-11-10 02:51:55] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002915 10.0.0.22 - - [2025-11-10 02:51:55] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005940 10.0.0.22 - - [2025-11-10 02:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.22 - - [2025-11-10 02:51:58] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005250 10.0.0.22 - - [2025-11-10 02:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005390 10.0.0.22 - - [2025-11-10 02:52:02] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006251 10.0.0.22 - - [2025-11-10 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004888 10.0.0.22 - - [2025-11-10 02:52:06] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006800 10.0.0.22 - - [2025-11-10 02:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.22 - - [2025-11-10 02:52:10] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007357 10.0.0.22 - - [2025-11-10 02:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.22 - - [2025-11-10 02:52:14] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007184 10.0.0.22 - - [2025-11-10 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.22 - - [2025-11-10 02:52:18] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005954 10.0.0.22 - - [2025-11-10 02:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.22 - - [2025-11-10 02:52:22] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005692 10.0.0.22 - - [2025-11-10 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.22 - - [2025-11-10 02:52:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003958 10.0.0.22 - - [2025-11-10 02:52:25] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003464 10.0.0.22 - - [2025-11-10 02:52:25] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005847 10.0.0.22 - - [2025-11-10 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005454 10.0.0.22 - - [2025-11-10 02:52:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005175 10.0.0.22 - - [2025-11-10 02:52:25] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004994 10.0.0.22 - - [2025-11-10 02:52:25] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006235 10.0.0.22 - - [2025-11-10 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.22 - - [2025-11-10 02:52:25] "GET /routing-instance/d6ec04a4-f035-4f0a-9ad6-97b464aa73cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.006232 10.0.0.22 - - [2025-11-10 02:52:25] "GET /route-target/bff56b95-c18a-487d-8282-176edd3986ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005296 10.0.0.22 - - [2025-11-10 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.22 - - [2025-11-10 02:52:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003895 10.0.0.22 - - [2025-11-10 02:52:25] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003063 10.0.0.22 - - [2025-11-10 02:52:25] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006341 10.0.0.22 - - [2025-11-10 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.22 - - [2025-11-10 02:52:25] "GET /routing-instance/d6ec04a4-f035-4f0a-9ad6-97b464aa73cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005807 10.0.0.22 - - [2025-11-10 02:52:25] "GET /route-target/bff56b95-c18a-487d-8282-176edd3986ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005595 10.0.0.22 - - [2025-11-10 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.22 - - [2025-11-10 02:52:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004126 10.0.0.22 - - [2025-11-10 02:52:25] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003087 10.0.0.22 - - [2025-11-10 02:52:25] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005696 10.0.0.22 - - [2025-11-10 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.22 - - [2025-11-10 02:52:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004289 10.0.0.22 - - [2025-11-10 02:52:26] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003754 10.0.0.22 - - [2025-11-10 02:52:26] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006749 10.0.0.22 - - [2025-11-10 02:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.22 - - [2025-11-10 02:52:26] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004869 10.0.0.22 - - [2025-11-10 02:52:26] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003509 10.0.0.22 - - [2025-11-10 02:52:26] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005969 10.0.0.23 - - [2025-11-10 02:52:26] "GET /obj-perms HTTP/1.1" 200 5090 0.051163 10.0.0.22 - - [2025-11-10 02:52:26] "GET /obj-perms HTTP/1.1" 200 5090 0.047562 10.0.0.22 - - [2025-11-10 02:52:26] "POST /neutron/port HTTP/1.1" 200 1121 0.017418 10.0.0.22 - - [2025-11-10 02:52:26] "GET /obj-perms HTTP/1.1" 200 5090 0.007545 10.0.0.22 - - [2025-11-10 02:52:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003659 10.0.0.50 - - [2025-11-10 02:52:26] "GET /obj-perms HTTP/1.1" 200 5090 0.052139 10.0.0.22 - - [2025-11-10 02:52:26] "POST /neutron/network HTTP/1.1" 200 956 0.007254 10.0.0.23 - - [2025-11-10 02:52:26] "GET /obj-perms HTTP/1.1" 200 5090 0.005082 10.0.0.22 - - [2025-11-10 02:52:26] "GET /virtual-machine/59732f00-0015-4693-bd15-f1bbfcfe869c HTTP/1.1" 200 1322 0.004418 10.0.0.22 - - [2025-11-10 02:52:26] "GET /virtual-machine-interface/674d9d26-74b5-45ea-b477-24fc1762493f HTTP/1.1" 200 3263 0.005170 10.0.0.22 - - [2025-11-10 02:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.22 - - [2025-11-10 02:52:26] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003223 10.0.0.22 - - [2025-11-10 02:52:26] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002504 10.0.0.22 - - [2025-11-10 02:52:26] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006287 10.0.0.23 - - [2025-11-10 02:52:27] "DELETE /project/0f5da587-eb6f-4817-9742-370fdba4c6d3 HTTP/1.1" 404 177 0.005203 10.0.0.23 - - [2025-11-10 02:52:27] "DELETE /project/ef34f109d32e4eaa9c557df67a6b6184 HTTP/1.1" 404 173 0.007783 10.0.0.22 - - [2025-11-10 02:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.22 - - [2025-11-10 02:52:28] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003614 10.0.0.22 - - [2025-11-10 02:52:28] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002949 10.0.0.22 - - [2025-11-10 02:52:28] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005845 10.0.0.22 - - [2025-11-10 02:52:33] "POST /neutron/port HTTP/1.1" 200 1121 0.018239 10.0.0.22 - - [2025-11-10 02:52:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004065 10.0.0.22 - - [2025-11-10 02:52:33] "POST /neutron/network HTTP/1.1" 200 956 0.008036 10.0.0.22 - - [2025-11-10 02:52:34] "POST /neutron/port HTTP/1.1" 200 1121 0.016228 10.0.0.22 - - [2025-11-10 02:52:38] "POST /neutron/security_group HTTP/1.1" 200 1296 0.007849 10.0.0.22 - - [2025-11-10 02:52:43] "POST /neutron/port HTTP/1.1" 200 1121 0.019668 10.0.0.22 - - [2025-11-10 02:52:43] "POST /neutron/security_group HTTP/1.1" 200 1296 0.007915 10.0.0.22 - - [2025-11-10 02:52:44] "POST /neutron/port HTTP/1.1" 200 1121 0.022402 10.0.0.22 - - [2025-11-10 02:52:44] "GET /virtual-machine/293f768f-086d-463d-a523-9be1d4d2a6f8 HTTP/1.1" 200 1322 0.007624 10.0.0.22 - - [2025-11-10 02:52:44] "GET /virtual-machine/293f768f-086d-463d-a523-9be1d4d2a6f8 HTTP/1.1" 200 1322 0.004041 10.0.0.22 - - [2025-11-10 02:52:44] "GET /virtual-machine-interface/cfa69a04-aeb3-48ff-bd90-163292097870 HTTP/1.1" 200 3264 0.006541 10.0.0.22 - - [2025-11-10 02:52:44] "GET /virtual-machine/293f768f-086d-463d-a523-9be1d4d2a6f8 HTTP/1.1" 200 1322 0.005435 10.0.0.22 - - [2025-11-10 02:52:44] "GET /virtual-machine-interface/cfa69a04-aeb3-48ff-bd90-163292097870 HTTP/1.1" 200 3264 0.005878 10.0.0.22 - - [2025-11-10 02:52:44] "GET /instance-ip/0d2f6b57-3e93-418e-8ecd-079dc72533b1 HTTP/1.1" 200 1731 0.008397 10.0.0.22 - - [2025-11-10 02:52:44] "GET /virtual-machine/293f768f-086d-463d-a523-9be1d4d2a6f8 HTTP/1.1" 200 1322 0.004618 10.0.0.22 - - [2025-11-10 02:52:44] "GET /virtual-machine-interface/cfa69a04-aeb3-48ff-bd90-163292097870 HTTP/1.1" 200 3264 0.006699 10.0.0.22 - - [2025-11-10 02:52:44] "GET /instance-ip/0d2f6b57-3e93-418e-8ecd-079dc72533b1 HTTP/1.1" 200 1731 0.004695 10.0.0.22 - - [2025-11-10 02:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.22 - - [2025-11-10 02:52:44] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004326 10.0.0.22 - - [2025-11-10 02:52:44] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003468 10.0.0.22 - - [2025-11-10 02:52:44] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005877 10.0.0.22 - - [2025-11-10 02:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.22 - - [2025-11-10 02:52:44] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004679 10.0.0.22 - - [2025-11-10 02:52:44] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003491 10.0.0.22 - - [2025-11-10 02:52:44] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006390 10.0.0.22 - - [2025-11-10 02:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.22 - - [2025-11-10 02:52:44] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005423 10.0.0.22 - - [2025-11-10 02:52:44] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004314 10.0.0.22 - - [2025-11-10 02:52:44] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007499 10.0.0.22 - - [2025-11-10 02:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.22 - - [2025-11-10 02:52:44] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004853 10.0.0.22 - - [2025-11-10 02:52:44] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003393 10.0.0.22 - - [2025-11-10 02:52:44] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006785 10.0.0.22 - - [2025-11-10 02:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.22 - - [2025-11-10 02:52:44] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005213 10.0.0.22 - - [2025-11-10 02:52:44] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.006966 10.0.0.22 - - [2025-11-10 02:52:45] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007940 10.0.0.22 - - [2025-11-10 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004640 10.0.0.22 - - [2025-11-10 02:52:45] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005454 10.0.0.22 - - [2025-11-10 02:52:45] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003548 10.0.0.22 - - [2025-11-10 02:52:45] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.008715 10.0.0.22 - - [2025-11-10 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005225 10.0.0.22 - - [2025-11-10 02:52:45] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005916 10.0.0.22 - - [2025-11-10 02:52:45] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003898 10.0.0.22 - - [2025-11-10 02:52:45] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005612 10.0.0.22 - - [2025-11-10 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006104 10.0.0.22 - - [2025-11-10 02:52:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006488 10.0.0.22 - - [2025-11-10 02:52:46] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.006532 10.0.0.22 - - [2025-11-10 02:52:46] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006086 10.0.0.22 - - [2025-11-10 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.22 - - [2025-11-10 02:52:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003654 10.0.0.22 - - [2025-11-10 02:52:46] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003485 10.0.0.22 - - [2025-11-10 02:52:46] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006225 10.0.0.22 - - [2025-11-10 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.22 - - [2025-11-10 02:52:46] "GET /routing-instance/d6ec04a4-f035-4f0a-9ad6-97b464aa73cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004826 10.0.0.22 - - [2025-11-10 02:52:46] "GET /route-target/bff56b95-c18a-487d-8282-176edd3986ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003574 10.0.0.22 - - [2025-11-10 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.22 - - [2025-11-10 02:52:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004829 10.0.0.22 - - [2025-11-10 02:52:46] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003845 10.0.0.22 - - [2025-11-10 02:52:46] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005811 10.0.0.22 - - [2025-11-10 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.22 - - [2025-11-10 02:52:47] "GET /routing-instance/d6ec04a4-f035-4f0a-9ad6-97b464aa73cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004672 10.0.0.22 - - [2025-11-10 02:52:47] "GET /route-target/bff56b95-c18a-487d-8282-176edd3986ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004004 10.0.0.22 - - [2025-11-10 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.22 - - [2025-11-10 02:52:47] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004556 10.0.0.22 - - [2025-11-10 02:52:47] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003825 10.0.0.22 - - [2025-11-10 02:52:47] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006062 10.0.0.22 - - [2025-11-10 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.22 - - [2025-11-10 02:52:47] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004179 10.0.0.22 - - [2025-11-10 02:52:47] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003612 10.0.0.22 - - [2025-11-10 02:52:47] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006058 10.0.0.22 - - [2025-11-10 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.22 - - [2025-11-10 02:52:47] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004731 10.0.0.22 - - [2025-11-10 02:52:47] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003330 10.0.0.22 - - [2025-11-10 02:52:47] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005683 10.0.0.22 - - [2025-11-10 02:52:47] "GET /obj-perms HTTP/1.1" 200 5090 0.003794 10.0.0.23 - - [2025-11-10 02:52:47] "GET /obj-perms HTTP/1.1" 200 5090 0.004244 10.0.0.22 - - [2025-11-10 02:52:47] "GET /obj-perms HTTP/1.1" 200 5090 0.003613 10.0.0.22 - - [2025-11-10 02:52:47] "GET /obj-perms HTTP/1.1" 200 5090 0.004109 10.0.0.22 - - [2025-11-10 02:52:47] "GET /virtual-machine/293f768f-086d-463d-a523-9be1d4d2a6f8 HTTP/1.1" 200 1322 0.004664 10.0.0.22 - - [2025-11-10 02:52:47] "GET /virtual-machine-interface/cfa69a04-aeb3-48ff-bd90-163292097870 HTTP/1.1" 200 3264 0.005414 10.0.0.22 - - [2025-11-10 02:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.22 - - [2025-11-10 02:52:47] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004955 10.0.0.22 - - [2025-11-10 02:52:47] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003991 10.0.0.22 - - [2025-11-10 02:52:47] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006734 10.0.0.22 - - [2025-11-10 02:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.22 - - [2025-11-10 02:52:49] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004471 10.0.0.22 - - [2025-11-10 02:52:49] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003700 10.0.0.22 - - [2025-11-10 02:52:49] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007366 10.0.0.22 - - [2025-11-10 02:52:49] "GET /virtual-machine/59732f00-0015-4693-bd15-f1bbfcfe869c HTTP/1.1" 200 1322 0.006608 10.0.0.22 - - [2025-11-10 02:52:49] "GET /virtual-machine-interface/674d9d26-74b5-45ea-b477-24fc1762493f HTTP/1.1" 200 3263 0.009111 10.0.0.22 - - [2025-11-10 02:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005731 10.0.0.22 - - [2025-11-10 02:52:49] "GET /security-group/4efe7467-429a-47c5-86a5-0ba0a3766620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.005993 10.0.0.22 - - [2025-11-10 02:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.22 - - [2025-11-10 02:52:49] "GET /security-group/4efe7467-429a-47c5-86a5-0ba0a3766620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.006005 10.0.0.22 - - [2025-11-10 02:52:49] "POST /neutron/security_group HTTP/1.1" 200 1296 0.007769 10.0.0.22 - - [2025-11-10 02:52:49] "POST /neutron/port HTTP/1.1" 200 1147 0.019368 10.0.0.22 - - [2025-11-10 02:52:49] "GET /virtual-machine/59732f00-0015-4693-bd15-f1bbfcfe869c HTTP/1.1" 200 1322 0.005368 10.0.0.22 - - [2025-11-10 02:52:49] "GET /virtual-machine-interface/674d9d26-74b5-45ea-b477-24fc1762493f HTTP/1.1" 200 3202 0.009253 10.0.0.22 - - [2025-11-10 02:52:49] "POST /neutron/port HTTP/1.1" 200 1082 0.016261 10.0.0.22 - - [2025-11-10 02:52:50] "POST /neutron/port HTTP/1.1" 200 1147 0.094586 10.0.0.22 - - [2025-11-10 02:52:50] "GET /virtual-machine/59732f00-0015-4693-bd15-f1bbfcfe869c HTTP/1.1" 200 1322 0.011909 10.0.0.22 - - [2025-11-10 02:52:50] "GET /virtual-machine-interface/674d9d26-74b5-45ea-b477-24fc1762493f HTTP/1.1" 200 3263 0.006212 10.0.0.22 - - [2025-11-10 02:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.22 - - [2025-11-10 02:52:50] "GET /security-group/4efe7467-429a-47c5-86a5-0ba0a3766620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004040 10.0.0.22 - - [2025-11-10 02:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.22 - - [2025-11-10 02:52:50] "GET /security-group/4efe7467-429a-47c5-86a5-0ba0a3766620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.009552 10.0.0.22 - - [2025-11-10 02:52:50] "DELETE /security-group/4efe7467-429a-47c5-86a5-0ba0a3766620 HTTP/1.1" 409 336 0.010524 10.0.0.50 - - [2025-11-10 02:52:53] "GET /obj-perms HTTP/1.1" 200 5056 0.055611 10.0.0.22 - - [2025-11-10 02:53:27] "POST /neutron/port HTTP/1.1" 200 1121 0.015655 10.0.0.22 - - [2025-11-10 02:53:27] "POST /neutron/subnet HTTP/1.1" 200 708 0.012389 10.0.0.22 - - [2025-11-10 02:53:34] "POST /neutron/port HTTP/1.1" 200 1121 0.019003 10.0.0.22 - - [2025-11-10 02:53:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004228 10.0.0.22 - - [2025-11-10 02:53:34] "POST /neutron/network HTTP/1.1" 200 956 0.007454 10.0.0.22 - - [2025-11-10 02:53:51] "GET /security-group/4efe7467-429a-47c5-86a5-0ba0a3766620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004308 10.0.0.22 - - [2025-11-10 02:53:51] "PUT /security-group/4efe7467-429a-47c5-86a5-0ba0a3766620 HTTP/1.1" 200 262 0.026837 10.0.0.50 - - [2025-11-10 02:53:51] "PUT /access-control-list/9b228442-22ab-43c8-8570-fd7076d0e0ff HTTP/1.1" 200 272 0.019621 10.0.0.22 - - [2025-11-10 02:53:53] "POST /neutron/port HTTP/1.1" 200 1147 0.012270 10.0.0.22 - - [2025-11-10 02:53:54] "GET /virtual-machine/293f768f-086d-463d-a523-9be1d4d2a6f8 HTTP/1.1" 200 1322 0.005408 10.0.0.22 - - [2025-11-10 02:53:54] "POST /neutron/port HTTP/1.1" 200 1082 0.031538 10.0.0.22 - - [2025-11-10 02:53:56] "GET /virtual-machine/293f768f-086d-463d-a523-9be1d4d2a6f8 HTTP/1.1" 404 171 0.003486 10.0.0.22 - - [2025-11-10 02:53:56] "GET /virtual-machine/293f768f-086d-463d-a523-9be1d4d2a6f8 HTTP/1.1" 404 171 0.003710 10.0.0.22 - - [2025-11-10 02:53:56] "GET /virtual-machine/293f768f-086d-463d-a523-9be1d4d2a6f8 HTTP/1.1" 404 171 0.004465 10.0.0.22 - - [2025-11-10 02:53:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005440 10.0.0.22 - - [2025-11-10 02:53:56] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006011 10.0.0.22 - - [2025-11-10 02:53:56] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004101 10.0.0.22 - - [2025-11-10 02:53:56] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.008511 10.0.0.22 - - [2025-11-10 02:53:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.22 - - [2025-11-10 02:53:56] "GET /routing-instance/d6ec04a4-f035-4f0a-9ad6-97b464aa73cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005498 10.0.0.22 - - [2025-11-10 02:53:56] "GET /route-target/bff56b95-c18a-487d-8282-176edd3986ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004471 10.0.0.22 - - [2025-11-10 02:53:56] "GET /obj-perms HTTP/1.1" 200 5090 0.003515 10.0.0.22 - - [2025-11-10 02:53:56] "GET /obj-perms HTTP/1.1" 200 5090 0.004513 10.0.0.23 - - [2025-11-10 02:53:56] "GET /obj-perms HTTP/1.1" 200 5090 0.003632 10.0.0.22 - - [2025-11-10 02:53:56] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007681 10.0.0.22 - - [2025-11-10 02:53:56] "POST /neutron/port HTTP/1.1" 200 1147 0.011691 10.0.0.22 - - [2025-11-10 02:53:57] "GET /virtual-machine/59732f00-0015-4693-bd15-f1bbfcfe869c HTTP/1.1" 200 1322 0.005183 10.0.0.22 - - [2025-11-10 02:53:57] "POST /neutron/port HTTP/1.1" 200 1108 0.013124 10.0.0.22 - - [2025-11-10 02:53:59] "GET /virtual-machine/59732f00-0015-4693-bd15-f1bbfcfe869c HTTP/1.1" 404 171 0.004193 10.0.0.22 - - [2025-11-10 02:53:59] "GET /virtual-machine/59732f00-0015-4693-bd15-f1bbfcfe869c HTTP/1.1" 404 171 0.003988 10.0.0.22 - - [2025-11-10 02:53:59] "GET /virtual-machine/59732f00-0015-4693-bd15-f1bbfcfe869c HTTP/1.1" 404 171 0.004896 10.0.0.22 - - [2025-11-10 02:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.22 - - [2025-11-10 02:53:59] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003625 10.0.0.22 - - [2025-11-10 02:53:59] "GET /virtual-networks?parent_id=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002813 10.0.0.22 - - [2025-11-10 02:53:59] "GET /virtual-network/605cd450-813d-423f-9521-744f86cff423?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007464 10.0.0.22 - - [2025-11-10 02:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.22 - - [2025-11-10 02:53:59] "GET /routing-instance/d6ec04a4-f035-4f0a-9ad6-97b464aa73cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004478 10.0.0.22 - - [2025-11-10 02:53:59] "GET /route-target/bff56b95-c18a-487d-8282-176edd3986ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004322 10.0.0.50 - - [2025-11-10 02:53:59] "GET /obj-perms HTTP/1.1" 200 5090 0.003994 10.0.0.22 - - [2025-11-10 02:54:02] "GET /obj-perms HTTP/1.1" 200 5090 0.004082 10.0.0.23 - - [2025-11-10 02:54:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006089 10.0.0.23 - - [2025-11-10 02:54:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003986 10.0.0.22 - - [2025-11-10 02:54:02] "POST /neutron/network HTTP/1.1" 200 151 0.150213 10.0.0.50 - - [2025-11-10 02:54:02] "DELETE /route-target/bff56b95-c18a-487d-8282-176edd3986ad HTTP/1.1" 200 115 0.032260 10.0.0.22 - - [2025-11-10 02:54:03] "DELETE /security-group/4efe7467-429a-47c5-86a5-0ba0a3766620 HTTP/1.1" 200 115 0.058414 10.0.0.22 - - [2025-11-10 02:54:03] "POST /fqname-to-id HTTP/1.1" 404 254 0.003654 10.0.0.23 - - [2025-11-10 02:54:04] "GET /projects?obj_uuids=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001020 10.0.0.22 - - [2025-11-10 02:54:04] "GET /project/ef34f109-d32e-4eaa-9c55-7df67a6b6184?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.045732 10.0.0.23 - - [2025-11-10 02:54:04] "GET /projects?obj_uuids=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001241 10.0.0.22 - - [2025-11-10 02:54:04] "GET /project/ef34f109-d32e-4eaa-9c55-7df67a6b6184?fields=virtual_networks HTTP/1.1" 200 1093 0.044599 10.0.0.23 - - [2025-11-10 02:54:04] "GET /projects?obj_uuids=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001323 10.0.0.22 - - [2025-11-10 02:54:04] "GET /project/ef34f109-d32e-4eaa-9c55-7df67a6b6184?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.046249 10.0.0.23 - - [2025-11-10 02:54:05] "GET /projects?obj_uuids=ef34f109-d32e-4eaa-9c55-7df67a6b6184&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001403 10.0.0.22 - - [2025-11-10 02:54:05] "GET /project/ef34f109-d32e-4eaa-9c55-7df67a6b6184?fields=security_groups HTTP/1.1" 200 1349 0.044391 10.0.0.22 - - [2025-11-10 02:54:05] "POST /fqname-to-id HTTP/1.1" 404 209 0.026904 10.0.0.23 - - [2025-11-10 02:54:06] "GET /projects?obj_uuids=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003367 10.0.0.23 - - [2025-11-10 02:54:06] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001416 10.0.0.23 - - [2025-11-10 02:54:06] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008808 10.0.0.23 - - [2025-11-10 02:54:06] "POST /id-to-fqname HTTP/1.1" 200 212 0.007676 10.0.0.23 - - [2025-11-10 02:54:06] "POST /fqname-to-id HTTP/1.1" 404 222 0.014832 10.0.0.23 - - [2025-11-10 02:54:06] "POST /security-groups HTTP/1.1" 200 612 0.037462 10.0.0.50 - - [2025-11-10 02:54:06] "POST /fqname-to-id HTTP/1.1" 404 255 0.006180 10.0.0.23 - - [2025-11-10 02:54:06] "POST /projects HTTP/1.1" 200 627 0.278304 10.0.0.23 - - [2025-11-10 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.356834 10.0.0.50 - - [2025-11-10 02:54:06] "POST /access-control-lists HTTP/1.1" 200 615 0.047385 10.0.0.22 - - [2025-11-10 02:54:06] "GET /project/96ea7eef-971a-44fd-aea8-9c57fba87453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.520528 10.0.0.22 - - [2025-11-10 02:54:07] "GET / HTTP/1.1" 200 35931 0.001604 10.0.0.22 - - [2025-11-10 02:54:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000466 10.0.0.22 - - [2025-11-10 02:54:09] "POST /fqname-to-id HTTP/1.1" 404 245 0.055472 10.0.0.50 - - [2025-11-10 02:54:09] "POST /fqname-to-id HTTP/1.1" 404 276 0.010202 10.0.0.50 - - [2025-11-10 02:54:10] "PUT /access-control-list/33f4bec7-9683-44da-9e27-9e9058302c25 HTTP/1.1" 200 272 0.024321 10.0.0.22 - - [2025-11-10 02:54:10] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.035153 10.0.0.22 - - [2025-11-10 02:54:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.182660 10.0.0.50 - - [2025-11-10 02:54:10] "PUT /access-control-list/33f4bec7-9683-44da-9e27-9e9058302c25 HTTP/1.1" 200 272 0.020123 10.0.0.22 - - [2025-11-10 02:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.22 - - [2025-11-10 02:54:10] "GET /security-group/e07e497b-6a45-4ad5-abfd-f8c4392c8162?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2004 0.004182 10.0.0.22 - - [2025-11-10 02:54:11] "POST /neutron/security_group HTTP/1.1" 200 151 0.049576 10.0.0.22 - - [2025-11-10 02:54:11] "POST /fqname-to-id HTTP/1.1" 404 245 0.003852 10.0.0.50 - - [2025-11-10 02:54:11] "DELETE /access-control-list/33f4bec7-9683-44da-9e27-9e9058302c25 HTTP/1.1" 200 115 0.035900 10.0.0.22 - - [2025-11-10 02:54:11] "POST /fqname-to-id HTTP/1.1" 404 245 0.003975 10.0.0.50 - - [2025-11-10 02:54:12] "POST /fqname-to-id HTTP/1.1" 404 276 0.011786 10.0.0.50 - - [2025-11-10 02:54:12] "PUT /access-control-list/b84d31bd-ccf6-48a9-ba32-88d6918f5413 HTTP/1.1" 200 272 0.025461 10.0.0.22 - - [2025-11-10 02:54:12] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.014023 10.0.0.22 - - [2025-11-10 02:54:12] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.112073 10.0.0.50 - - [2025-11-10 02:54:12] "PUT /access-control-list/b84d31bd-ccf6-48a9-ba32-88d6918f5413 HTTP/1.1" 200 272 0.012396 10.0.0.22 - - [2025-11-10 02:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.22 - - [2025-11-10 02:54:13] "GET /security-group/e6a00494-8e8a-4075-87c6-8992a43ddb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.010977 10.0.0.22 - - [2025-11-10 02:54:13] "POST /neutron/security_group_rule HTTP/1.1" 200 550 0.009149 10.0.0.50 - - [2025-11-10 02:54:13] "PUT /access-control-list/b84d31bd-ccf6-48a9-ba32-88d6918f5413 HTTP/1.1" 200 272 0.022880 10.0.0.22 - - [2025-11-10 02:54:13] "POST /neutron/security_group_rule HTTP/1.1" 200 584 0.135426 10.0.0.22 - - [2025-11-10 02:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005472 10.0.0.23 - - [2025-11-10 02:54:13] "GET /projects?obj_uuids=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001374 10.0.0.22 - - [2025-11-10 02:54:13] "GET /project/96ea7eef-971a-44fd-aea8-9c57fba87453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.059036 10.0.0.50 - - [2025-11-10 02:54:14] "POST /ref-update HTTP/1.1" 200 156 0.028092 10.0.0.23 - - [2025-11-10 02:54:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006639 10.0.0.22 - - [2025-11-10 02:54:14] "POST /neutron/subnet HTTP/1.1" 200 730 0.240146 10.0.0.22 - - [2025-11-10 02:54:14] "POST /id-to-fqname HTTP/1.1" 200 282 0.001439 10.0.0.22 - - [2025-11-10 02:54:14] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005540 10.0.0.22 - - [2025-11-10 02:54:14] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006140 10.0.0.22 - - [2025-11-10 02:54:14] "POST /neutron/network HTTP/1.1" 200 928 0.008307 10.0.0.22 - - [2025-11-10 02:54:14] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006725 10.0.0.50 - - [2025-11-10 02:54:15] "GET /obj-perms HTTP/1.1" 200 5072 0.054457 10.0.0.22 - - [2025-11-10 02:54:16] "POST /id-to-fqname HTTP/1.1" 200 282 0.002945 10.0.0.22 - - [2025-11-10 02:54:16] "POST /neutron/network HTTP/1.1" 200 938 0.007619 10.0.0.23 - - [2025-11-10 02:54:17] "GET /projects?obj_uuids=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002609 10.0.0.22 - - [2025-11-10 02:54:17] "GET /project/96ea7eef-971a-44fd-aea8-9c57fba87453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.067022 10.0.0.22 - - [2025-11-10 02:54:17] "POST /neutron/port HTTP/1.1" 200 117 0.007149 10.0.0.22 - - [2025-11-10 02:54:17] "POST /id-to-fqname HTTP/1.1" 200 282 0.001289 10.0.0.22 - - [2025-11-10 02:54:17] "POST /neutron/network HTTP/1.1" 200 938 0.008895 10.0.0.23 - - [2025-11-10 02:54:18] "GET /projects?obj_uuids=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001619 10.0.0.22 - - [2025-11-10 02:54:18] "POST /neutron/port HTTP/1.1" 200 1082 0.389005 10.0.0.23 - - [2025-11-10 02:54:18] "GET /projects?obj_uuids=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001698 10.0.0.22 - - [2025-11-10 02:54:18] "GET /project/96ea7eef-971a-44fd-aea8-9c57fba87453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.075866 10.0.0.22 - - [2025-11-10 02:54:18] "POST /neutron/network HTTP/1.1" 200 928 0.007663 10.0.0.22 - - [2025-11-10 02:54:18] "POST /neutron/port HTTP/1.1" 200 1110 0.021580 10.0.0.22 - - [2025-11-10 02:54:18] "POST /neutron/subnet HTTP/1.1" 200 704 0.010760 10.0.0.22 - - [2025-11-10 02:54:19] "POST /neutron/network HTTP/1.1" 200 928 0.007391 10.0.0.22 - - [2025-11-10 02:54:19] "POST /neutron/network HTTP/1.1" 200 938 0.010042 10.0.0.22 - - [2025-11-10 02:54:19] "POST /neutron/port HTTP/1.1" 200 1082 0.015244 10.0.0.22 - - [2025-11-10 02:54:20] "POST /neutron/port HTTP/1.1" 200 1110 0.022362 10.0.0.22 - - [2025-11-10 02:54:20] "POST /neutron/port HTTP/1.1" 200 117 0.001520 10.0.0.22 - - [2025-11-10 02:54:24] "POST /neutron/security_group HTTP/1.1" 200 1419 0.009285 10.0.0.22 - - [2025-11-10 02:54:24] "POST /neutron/port HTTP/1.1" 200 1110 0.016484 10.0.0.22 - - [2025-11-10 02:54:24] "POST /neutron/security_group HTTP/1.1" 200 1419 0.009618 10.0.0.22 - - [2025-11-10 02:54:24] "GET /virtual-machine/dd008dc1-2a59-4ea4-bf04-4ee4cfe38426 HTTP/1.1" 401 292 0.000613 10.0.0.22 - - [2025-11-10 02:54:24] "GET /virtual-machine/dd008dc1-2a59-4ea4-bf04-4ee4cfe38426 HTTP/1.1" 200 1314 0.040971 10.0.0.22 - - [2025-11-10 02:54:24] "GET /virtual-machine/dd008dc1-2a59-4ea4-bf04-4ee4cfe38426 HTTP/1.1" 200 1314 0.005050 10.0.0.22 - - [2025-11-10 02:54:24] "GET /virtual-machine-interface/82c723f4-63cb-4d37-9327-cb8b1e38dbbb HTTP/1.1" 200 3191 0.006275 10.0.0.22 - - [2025-11-10 02:54:24] "GET /virtual-machine/dd008dc1-2a59-4ea4-bf04-4ee4cfe38426 HTTP/1.1" 200 1314 0.005189 10.0.0.22 - - [2025-11-10 02:54:24] "GET /virtual-machine-interface/82c723f4-63cb-4d37-9327-cb8b1e38dbbb HTTP/1.1" 200 3191 0.005789 10.0.0.22 - - [2025-11-10 02:54:24] "GET /instance-ip/953d759d-2912-4ee8-b7f8-2a0c8e970011 HTTP/1.1" 200 1705 0.009303 10.0.0.22 - - [2025-11-10 02:54:25] "GET /virtual-machine/dd008dc1-2a59-4ea4-bf04-4ee4cfe38426 HTTP/1.1" 200 1314 0.007101 10.0.0.22 - - [2025-11-10 02:54:25] "GET /virtual-machine-interface/82c723f4-63cb-4d37-9327-cb8b1e38dbbb HTTP/1.1" 200 3191 0.007106 10.0.0.22 - - [2025-11-10 02:54:25] "GET /instance-ip/953d759d-2912-4ee8-b7f8-2a0c8e970011 HTTP/1.1" 200 1705 0.007577 10.0.0.22 - - [2025-11-10 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.22 - - [2025-11-10 02:54:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003737 10.0.0.22 - - [2025-11-10 02:54:25] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003494 10.0.0.22 - - [2025-11-10 02:54:25] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006226 10.0.0.22 - - [2025-11-10 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.22 - - [2025-11-10 02:54:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004488 10.0.0.22 - - [2025-11-10 02:54:25] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005925 10.0.0.22 - - [2025-11-10 02:54:25] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005465 10.0.0.22 - - [2025-11-10 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.22 - - [2025-11-10 02:54:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004660 10.0.0.22 - - [2025-11-10 02:54:25] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003673 10.0.0.22 - - [2025-11-10 02:54:25] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006258 10.0.0.22 - - [2025-11-10 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.22 - - [2025-11-10 02:54:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005296 10.0.0.22 - - [2025-11-10 02:54:25] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004655 10.0.0.22 - - [2025-11-10 02:54:25] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.009889 10.0.0.22 - - [2025-11-10 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.22 - - [2025-11-10 02:54:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006215 10.0.0.22 - - [2025-11-10 02:54:25] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.006015 10.0.0.22 - - [2025-11-10 02:54:25] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005898 10.0.0.22 - - [2025-11-10 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.22 - - [2025-11-10 02:54:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004677 10.0.0.22 - - [2025-11-10 02:54:25] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003290 10.0.0.22 - - [2025-11-10 02:54:25] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.007441 10.0.0.22 - - [2025-11-10 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.22 - - [2025-11-10 02:54:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004506 10.0.0.22 - - [2025-11-10 02:54:25] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004133 10.0.0.22 - - [2025-11-10 02:54:25] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006819 10.0.0.23 - - [2025-11-10 02:54:27] "DELETE /project/96ea7eef971a44fdaea89c57fba87453 HTTP/1.1" 404 173 0.004921 10.0.0.23 - - [2025-11-10 02:54:27] "DELETE /project/ef34f109-d32e-4eaa-9c55-7df67a6b6184 HTTP/1.1" 404 177 0.004800 10.0.0.22 - - [2025-11-10 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005138 10.0.0.22 - - [2025-11-10 02:54:29] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006965 10.0.0.22 - - [2025-11-10 02:54:29] "POST /neutron/network HTTP/1.1" 200 938 0.007700 10.0.0.22 - - [2025-11-10 02:54:29] "POST /neutron/port HTTP/1.1" 200 117 0.001320 10.0.0.22 - - [2025-11-10 02:54:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004845 10.0.0.22 - - [2025-11-10 02:54:33] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006873 10.0.0.22 - - [2025-11-10 02:54:35] "POST /neutron/port HTTP/1.1" 200 1110 0.016497 10.0.0.22 - - [2025-11-10 02:54:35] "POST /neutron/subnet HTTP/1.1" 200 704 0.008805 10.0.0.22 - - [2025-11-10 02:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006571 10.0.0.22 - - [2025-11-10 02:54:37] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005896 10.0.0.22 - - [2025-11-10 02:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.22 - - [2025-11-10 02:54:41] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006934 10.0.0.22 - - [2025-11-10 02:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.22 - - [2025-11-10 02:54:45] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005592 10.0.0.22 - - [2025-11-10 02:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005085 10.0.0.22 - - [2025-11-10 02:54:49] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.007573 10.0.0.22 - - [2025-11-10 02:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.22 - - [2025-11-10 02:54:53] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006720 10.0.0.23 - - [2025-11-10 02:54:55] "GET /obj-perms HTTP/1.1" 200 5056 0.054066 10.0.0.22 - - [2025-11-10 02:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.22 - - [2025-11-10 02:54:55] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004900 10.0.0.22 - - [2025-11-10 02:54:55] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003556 10.0.0.22 - - [2025-11-10 02:54:55] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.009679 10.0.0.22 - - [2025-11-10 02:54:55] "GET /obj-perms HTTP/1.1" 200 5056 0.043751 10.0.0.22 - - [2025-11-10 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.22 - - [2025-11-10 02:54:56] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004073 10.0.0.22 - - [2025-11-10 02:54:56] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003386 10.0.0.22 - - [2025-11-10 02:54:56] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005965 10.0.0.22 - - [2025-11-10 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.22 - - [2025-11-10 02:54:56] "GET /routing-instance/1c8616e6-00aa-40cf-bdde-7e0b537ae48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004925 10.0.0.22 - - [2025-11-10 02:54:56] "GET /route-target/e8235d44-7709-4ef6-9c48-1bb91c684bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006339 10.0.0.22 - - [2025-11-10 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.22 - - [2025-11-10 02:54:56] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004285 10.0.0.22 - - [2025-11-10 02:54:56] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003299 10.0.0.22 - - [2025-11-10 02:54:56] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006179 10.0.0.22 - - [2025-11-10 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.22 - - [2025-11-10 02:54:56] "GET /routing-instance/1c8616e6-00aa-40cf-bdde-7e0b537ae48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005082 10.0.0.22 - - [2025-11-10 02:54:56] "GET /route-target/e8235d44-7709-4ef6-9c48-1bb91c684bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004389 10.0.0.22 - - [2025-11-10 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009335 10.0.0.22 - - [2025-11-10 02:54:56] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004169 10.0.0.22 - - [2025-11-10 02:54:56] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003073 10.0.0.22 - - [2025-11-10 02:54:56] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006102 10.0.0.22 - - [2025-11-10 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.22 - - [2025-11-10 02:54:56] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004455 10.0.0.22 - - [2025-11-10 02:54:56] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003654 10.0.0.22 - - [2025-11-10 02:54:56] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005778 10.0.0.22 - - [2025-11-10 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.22 - - [2025-11-10 02:54:56] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004572 10.0.0.22 - - [2025-11-10 02:54:56] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003507 10.0.0.22 - - [2025-11-10 02:54:56] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.007231 10.0.0.22 - - [2025-11-10 02:54:57] "GET /obj-perms HTTP/1.1" 200 5072 0.049921 10.0.0.23 - - [2025-11-10 02:54:57] "GET /obj-perms HTTP/1.1" 200 5072 0.062488 10.0.0.22 - - [2025-11-10 02:54:57] "GET /obj-perms HTTP/1.1" 200 5072 0.005475 10.0.0.50 - - [2025-11-10 02:54:57] "GET /obj-perms HTTP/1.1" 200 5072 0.003758 10.0.0.22 - - [2025-11-10 02:54:57] "GET /virtual-machine/dd008dc1-2a59-4ea4-bf04-4ee4cfe38426 HTTP/1.1" 200 1314 0.004133 10.0.0.22 - - [2025-11-10 02:54:57] "GET /virtual-machine-interface/82c723f4-63cb-4d37-9327-cb8b1e38dbbb HTTP/1.1" 200 3191 0.005749 10.0.0.22 - - [2025-11-10 02:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.22 - - [2025-11-10 02:54:57] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003935 10.0.0.22 - - [2025-11-10 02:54:57] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003498 10.0.0.22 - - [2025-11-10 02:54:57] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006359 10.0.0.22 - - [2025-11-10 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.22 - - [2025-11-10 02:54:58] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004810 10.0.0.22 - - [2025-11-10 02:54:58] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003040 10.0.0.22 - - [2025-11-10 02:54:58] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005885 10.0.0.22 - - [2025-11-10 02:54:58] "POST /neutron/port HTTP/1.1" 200 1110 0.017145 10.0.0.22 - - [2025-11-10 02:55:04] "POST /neutron/security_group HTTP/1.1" 200 1419 0.007318 10.0.0.22 - - [2025-11-10 02:55:09] "POST /neutron/port HTTP/1.1" 200 1110 0.017625 10.0.0.22 - - [2025-11-10 02:55:13] "POST /neutron/security_group HTTP/1.1" 200 1419 0.052144 10.0.0.22 - - [2025-11-10 02:55:14] "POST /neutron/port HTTP/1.1" 200 1110 0.021395 10.0.0.22 - - [2025-11-10 02:55:14] "POST /neutron/security_group HTTP/1.1" 200 1419 0.009659 10.0.0.22 - - [2025-11-10 02:55:14] "GET /virtual-machine/5199a9ac-5a26-40f7-916d-6afd406fda4e HTTP/1.1" 200 1313 0.006870 10.0.0.22 - - [2025-11-10 02:55:14] "GET /virtual-machine/5199a9ac-5a26-40f7-916d-6afd406fda4e HTTP/1.1" 200 1313 0.003862 10.0.0.22 - - [2025-11-10 02:55:14] "GET /virtual-machine-interface/7621a90a-8037-4f35-98fc-b8aa64ebc74b HTTP/1.1" 200 3191 0.006673 10.0.0.22 - - [2025-11-10 02:55:14] "GET /virtual-machine/5199a9ac-5a26-40f7-916d-6afd406fda4e HTTP/1.1" 200 1313 0.004839 10.0.0.22 - - [2025-11-10 02:55:14] "GET /virtual-machine-interface/7621a90a-8037-4f35-98fc-b8aa64ebc74b HTTP/1.1" 200 3191 0.005481 10.0.0.22 - - [2025-11-10 02:55:14] "GET /instance-ip/527efd60-75bc-474f-8f83-e5b61da8a4dd HTTP/1.1" 200 1704 0.006435 10.0.0.22 - - [2025-11-10 02:55:14] "GET /virtual-machine/5199a9ac-5a26-40f7-916d-6afd406fda4e HTTP/1.1" 200 1313 0.003700 10.0.0.22 - - [2025-11-10 02:55:14] "GET /virtual-machine-interface/7621a90a-8037-4f35-98fc-b8aa64ebc74b HTTP/1.1" 200 3191 0.005916 10.0.0.22 - - [2025-11-10 02:55:14] "GET /instance-ip/527efd60-75bc-474f-8f83-e5b61da8a4dd HTTP/1.1" 200 1704 0.004598 10.0.0.22 - - [2025-11-10 02:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.22 - - [2025-11-10 02:55:14] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004190 10.0.0.22 - - [2025-11-10 02:55:14] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003661 10.0.0.22 - - [2025-11-10 02:55:15] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006198 10.0.0.22 - - [2025-11-10 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.22 - - [2025-11-10 02:55:15] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005183 10.0.0.22 - - [2025-11-10 02:55:15] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003351 10.0.0.22 - - [2025-11-10 02:55:15] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.008289 10.0.0.22 - - [2025-11-10 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.22 - - [2025-11-10 02:55:15] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006646 10.0.0.22 - - [2025-11-10 02:55:15] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004515 10.0.0.22 - - [2025-11-10 02:55:15] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006037 10.0.0.22 - - [2025-11-10 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.22 - - [2025-11-10 02:55:15] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005980 10.0.0.22 - - [2025-11-10 02:55:15] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004489 10.0.0.22 - - [2025-11-10 02:55:15] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006701 10.0.0.22 - - [2025-11-10 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.22 - - [2025-11-10 02:55:15] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004740 10.0.0.22 - - [2025-11-10 02:55:15] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003696 10.0.0.22 - - [2025-11-10 02:55:15] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006269 10.0.0.22 - - [2025-11-10 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.22 - - [2025-11-10 02:55:15] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004453 10.0.0.22 - - [2025-11-10 02:55:15] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003407 10.0.0.22 - - [2025-11-10 02:55:15] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006529 10.0.0.22 - - [2025-11-10 02:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.22 - - [2025-11-10 02:55:15] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004232 10.0.0.22 - - [2025-11-10 02:55:15] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003431 10.0.0.22 - - [2025-11-10 02:55:15] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005592 10.0.0.22 - - [2025-11-10 02:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.22 - - [2025-11-10 02:55:16] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005721 10.0.0.22 - - [2025-11-10 02:55:16] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003956 10.0.0.22 - - [2025-11-10 02:55:17] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006895 10.0.0.22 - - [2025-11-10 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005096 10.0.0.22 - - [2025-11-10 02:55:17] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004291 10.0.0.22 - - [2025-11-10 02:55:17] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003745 10.0.0.22 - - [2025-11-10 02:55:17] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.007239 10.0.0.22 - - [2025-11-10 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.22 - - [2025-11-10 02:55:17] "GET /routing-instance/1c8616e6-00aa-40cf-bdde-7e0b537ae48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.007217 10.0.0.22 - - [2025-11-10 02:55:17] "GET /route-target/e8235d44-7709-4ef6-9c48-1bb91c684bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004554 10.0.0.22 - - [2025-11-10 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.22 - - [2025-11-10 02:55:17] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005487 10.0.0.22 - - [2025-11-10 02:55:17] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005254 10.0.0.22 - - [2025-11-10 02:55:17] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.007090 10.0.0.22 - - [2025-11-10 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.22 - - [2025-11-10 02:55:17] "GET /routing-instance/1c8616e6-00aa-40cf-bdde-7e0b537ae48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004962 10.0.0.22 - - [2025-11-10 02:55:17] "GET /route-target/e8235d44-7709-4ef6-9c48-1bb91c684bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003907 10.0.0.22 - - [2025-11-10 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.22 - - [2025-11-10 02:55:17] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005325 10.0.0.22 - - [2025-11-10 02:55:17] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003917 10.0.0.22 - - [2025-11-10 02:55:17] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006365 10.0.0.22 - - [2025-11-10 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.22 - - [2025-11-10 02:55:17] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003980 10.0.0.22 - - [2025-11-10 02:55:17] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003167 10.0.0.22 - - [2025-11-10 02:55:17] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005816 10.0.0.22 - - [2025-11-10 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008603 10.0.0.22 - - [2025-11-10 02:55:18] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004410 10.0.0.22 - - [2025-11-10 02:55:18] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003762 10.0.0.22 - - [2025-11-10 02:55:18] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.005806 10.0.0.22 - - [2025-11-10 02:55:18] "GET /obj-perms HTTP/1.1" 200 5072 0.004863 10.0.0.23 - - [2025-11-10 02:55:18] "GET /obj-perms HTTP/1.1" 200 5072 0.003829 10.0.0.22 - - [2025-11-10 02:55:18] "GET /obj-perms HTTP/1.1" 200 5072 0.003543 10.0.0.22 - - [2025-11-10 02:55:18] "GET /obj-perms HTTP/1.1" 200 5072 0.003991 10.0.0.22 - - [2025-11-10 02:55:18] "GET /virtual-machine/5199a9ac-5a26-40f7-916d-6afd406fda4e HTTP/1.1" 200 1313 0.006557 10.0.0.22 - - [2025-11-10 02:55:18] "GET /virtual-machine-interface/7621a90a-8037-4f35-98fc-b8aa64ebc74b HTTP/1.1" 200 3191 0.007690 10.0.0.22 - - [2025-11-10 02:55:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004985 10.0.0.22 - - [2025-11-10 02:55:18] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006037 10.0.0.22 - - [2025-11-10 02:55:18] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003332 10.0.0.22 - - [2025-11-10 02:55:18] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.009565 10.0.0.22 - - [2025-11-10 02:55:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.22 - - [2025-11-10 02:55:19] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003731 10.0.0.22 - - [2025-11-10 02:55:19] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003008 10.0.0.22 - - [2025-11-10 02:55:19] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006806 10.0.0.22 - - [2025-11-10 02:55:19] "POST /neutron/port HTTP/1.1" 200 1110 0.016454 10.0.0.22 - - [2025-11-10 02:55:25] "GET /virtual-machine/dd008dc1-2a59-4ea4-bf04-4ee4cfe38426 HTTP/1.1" 200 1314 0.004658 10.0.0.22 - - [2025-11-10 02:55:25] "GET /virtual-machine-interface/82c723f4-63cb-4d37-9327-cb8b1e38dbbb HTTP/1.1" 200 3191 0.005865 10.0.0.22 - - [2025-11-10 02:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.22 - - [2025-11-10 02:55:25] "GET /security-group/e6a00494-8e8a-4075-87c6-8992a43ddb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.004181 10.0.0.22 - - [2025-11-10 02:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.22 - - [2025-11-10 02:55:25] "GET /security-group/e6a00494-8e8a-4075-87c6-8992a43ddb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.004598 10.0.0.22 - - [2025-11-10 02:55:25] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008762 10.0.0.22 - - [2025-11-10 02:55:25] "POST /neutron/port HTTP/1.1" 200 1136 0.014036 10.0.0.22 - - [2025-11-10 02:55:25] "GET /virtual-machine/dd008dc1-2a59-4ea4-bf04-4ee4cfe38426 HTTP/1.1" 200 1314 0.005416 10.0.0.22 - - [2025-11-10 02:55:25] "GET /virtual-machine-interface/82c723f4-63cb-4d37-9327-cb8b1e38dbbb HTTP/1.1" 200 3139 0.008347 10.0.0.22 - - [2025-11-10 02:55:25] "POST /neutron/port HTTP/1.1" 200 1072 0.018338 10.0.0.22 - - [2025-11-10 02:55:25] "POST /neutron/port HTTP/1.1" 200 1136 0.098727 10.0.0.22 - - [2025-11-10 02:55:25] "GET /virtual-machine/dd008dc1-2a59-4ea4-bf04-4ee4cfe38426 HTTP/1.1" 200 1314 0.006580 10.0.0.22 - - [2025-11-10 02:55:25] "GET /virtual-machine-interface/82c723f4-63cb-4d37-9327-cb8b1e38dbbb HTTP/1.1" 200 3191 0.007176 10.0.0.22 - - [2025-11-10 02:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.22 - - [2025-11-10 02:55:25] "GET /security-group/e6a00494-8e8a-4075-87c6-8992a43ddb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.003865 10.0.0.22 - - [2025-11-10 02:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.22 - - [2025-11-10 02:55:25] "GET /security-group/e6a00494-8e8a-4075-87c6-8992a43ddb9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.004408 10.0.0.22 - - [2025-11-10 02:55:25] "POST /neutron/security_group HTTP/1.1" 400 206 0.011736 10.0.0.22 - - [2025-11-10 02:55:30] "POST /neutron/network HTTP/1.1" 200 938 0.030699 10.0.0.22 - - [2025-11-10 02:55:30] "POST /neutron/port HTTP/1.1" 200 117 0.001424 10.0.0.22 - - [2025-11-10 02:55:35] "POST /neutron/port HTTP/1.1" 200 1110 0.043331 10.0.0.22 - - [2025-11-10 02:55:35] "POST /neutron/subnet HTTP/1.1" 200 704 0.008936 10.0.0.23 - - [2025-11-10 02:55:56] "GET /obj-perms HTTP/1.1" 200 5056 0.048785 10.0.0.23 - - [2025-11-10 02:56:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000567 10.0.0.23 - - [2025-11-10 02:56:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2025-11-10 02:56:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2025-11-10 02:56:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2025-11-10 02:56:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.50 - - [2025-11-10 02:56:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.50 - - [2025-11-10 02:56:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.50 - - [2025-11-10 02:56:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.22 - - [2025-11-10 02:56:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000588 10.0.0.22 - - [2025-11-10 02:56:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.22 - - [2025-11-10 02:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000661 10.0.0.22 - - [2025-11-10 02:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.22 - - [2025-11-10 02:56:29] "POST /neutron/port HTTP/1.1" 200 1110 0.021888 10.0.0.22 - - [2025-11-10 02:56:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005378 10.0.0.22 - - [2025-11-10 02:56:29] "POST /neutron/network HTTP/1.1" 200 928 0.009591 10.0.0.22 - - [2025-11-10 02:56:36] "POST /neutron/network HTTP/1.1" 200 938 0.010265 10.0.0.22 - - [2025-11-10 02:56:36] "POST /neutron/port HTTP/1.1" 200 117 0.001366 10.0.0.22 - - [2025-11-10 02:56:52] "POST /neutron/security_group_rule HTTP/1.1" 200 547 0.010309 10.0.0.50 - - [2025-11-10 02:56:53] "PUT /access-control-list/b84d31bd-ccf6-48a9-ba32-88d6918f5413 HTTP/1.1" 200 272 0.089152 10.0.0.22 - - [2025-11-10 02:56:53] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.117083 10.0.0.22 - - [2025-11-10 02:56:55] "POST /neutron/security_group HTTP/1.1" 200 1419 0.010254 10.0.0.22 - - [2025-11-10 02:56:56] "POST /neutron/port HTTP/1.1" 200 1136 0.015841 10.0.0.22 - - [2025-11-10 02:56:56] "GET /virtual-machine/5199a9ac-5a26-40f7-916d-6afd406fda4e HTTP/1.1" 200 1313 0.006190 10.0.0.22 - - [2025-11-10 02:56:56] "POST /neutron/port HTTP/1.1" 200 1098 0.024059 10.0.0.50 - - [2025-11-10 02:56:57] "GET /obj-perms HTTP/1.1" 200 5056 0.043888 10.0.0.22 - - [2025-11-10 02:56:58] "GET /virtual-machine/5199a9ac-5a26-40f7-916d-6afd406fda4e HTTP/1.1" 404 171 0.003979 10.0.0.22 - - [2025-11-10 02:56:58] "GET /virtual-machine/5199a9ac-5a26-40f7-916d-6afd406fda4e HTTP/1.1" 404 171 0.003663 10.0.0.22 - - [2025-11-10 02:56:58] "GET /virtual-machine/5199a9ac-5a26-40f7-916d-6afd406fda4e HTTP/1.1" 404 171 0.002632 10.0.0.22 - - [2025-11-10 02:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.22 - - [2025-11-10 02:56:58] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006441 10.0.0.22 - - [2025-11-10 02:56:58] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004336 10.0.0.22 - - [2025-11-10 02:56:58] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.007331 10.0.0.22 - - [2025-11-10 02:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.22 - - [2025-11-10 02:56:58] "GET /routing-instance/1c8616e6-00aa-40cf-bdde-7e0b537ae48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.006314 10.0.0.22 - - [2025-11-10 02:56:58] "GET /route-target/e8235d44-7709-4ef6-9c48-1bb91c684bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004467 10.0.0.22 - - [2025-11-10 02:56:58] "GET /obj-perms HTTP/1.1" 200 5072 0.005284 10.0.0.22 - - [2025-11-10 02:57:01] "GET /obj-perms HTTP/1.1" 200 5072 0.005766 10.0.0.22 - - [2025-11-10 02:57:07] "GET /obj-perms HTTP/1.1" 200 5072 0.004180 10.0.0.22 - - [2025-11-10 02:57:11] "GET /obj-perms HTTP/1.1" 200 5072 0.003758 10.0.0.22 - - [2025-11-10 02:57:17] "GET /obj-perms HTTP/1.1" 200 5072 0.004591 10.0.0.22 - - [2025-11-10 02:57:20] "GET /obj-perms HTTP/1.1" 200 5072 0.004178 10.0.0.22 - - [2025-11-10 02:57:26] "GET /obj-perms HTTP/1.1" 200 5072 0.004807 10.0.0.22 - - [2025-11-10 02:57:26] "GET /obj-perms HTTP/1.1" 200 5072 0.003967 10.0.0.22 - - [2025-11-10 02:57:26] "POST /neutron/port HTTP/1.1" 200 1110 0.017490 10.0.0.22 - - [2025-11-10 02:57:26] "POST /neutron/port HTTP/1.1" 200 1098 0.069527 10.0.0.22 - - [2025-11-10 02:57:26] "GET /virtual-machine/dd008dc1-2a59-4ea4-bf04-4ee4cfe38426 HTTP/1.1" 200 1314 0.003898 10.0.0.22 - - [2025-11-10 02:57:27] "POST /neutron/port HTTP/1.1" 200 151 0.205134 10.0.0.22 - - [2025-11-10 02:57:28] "GET /virtual-machine/dd008dc1-2a59-4ea4-bf04-4ee4cfe38426 HTTP/1.1" 404 171 0.003474 10.0.0.22 - - [2025-11-10 02:57:28] "GET /virtual-machine/dd008dc1-2a59-4ea4-bf04-4ee4cfe38426 HTTP/1.1" 404 171 0.003380 10.0.0.22 - - [2025-11-10 02:57:28] "GET /virtual-machine/dd008dc1-2a59-4ea4-bf04-4ee4cfe38426 HTTP/1.1" 404 171 0.002717 10.0.0.22 - - [2025-11-10 02:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.22 - - [2025-11-10 02:57:29] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004759 10.0.0.22 - - [2025-11-10 02:57:29] "GET /virtual-networks?parent_id=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004170 10.0.0.22 - - [2025-11-10 02:57:29] "GET /virtual-network/fc8c042d-e516-4886-a05c-45ca9a8de227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2209 0.006975 10.0.0.22 - - [2025-11-10 02:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.22 - - [2025-11-10 02:57:29] "GET /routing-instance/1c8616e6-00aa-40cf-bdde-7e0b537ae48a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005414 10.0.0.22 - - [2025-11-10 02:57:29] "GET /route-target/e8235d44-7709-4ef6-9c48-1bb91c684bbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004647 10.0.0.50 - - [2025-11-10 02:57:32] "GET /obj-perms HTTP/1.1" 200 5072 0.004517 10.0.0.22 - - [2025-11-10 02:57:32] "GET /obj-perms HTTP/1.1" 200 5072 0.004202 10.0.0.50 - - [2025-11-10 02:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.22 - - [2025-11-10 02:57:33] "POST /neutron/security_group HTTP/1.1" 200 1445 0.005438 10.0.0.22 - - [2025-11-10 02:57:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.004223 10.0.0.50 - - [2025-11-10 02:57:33] "DELETE /access-control-list/b84d31bd-ccf6-48a9-ba32-88d6918f5413 HTTP/1.1" 200 115 0.044869 10.0.0.23 - - [2025-11-10 02:57:34] "GET /projects?obj_uuids=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.027244 10.0.0.22 - - [2025-11-10 02:57:34] "GET /project/96ea7eef-971a-44fd-aea8-9c57fba87453?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.128529 10.0.0.23 - - [2025-11-10 02:57:34] "GET /projects?obj_uuids=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002354 10.0.0.22 - - [2025-11-10 02:57:34] "GET /project/96ea7eef-971a-44fd-aea8-9c57fba87453?fields=virtual_networks HTTP/1.1" 200 1075 0.069482 10.0.0.23 - - [2025-11-10 02:57:34] "GET /projects?obj_uuids=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001325 10.0.0.22 - - [2025-11-10 02:57:35] "GET /project/96ea7eef-971a-44fd-aea8-9c57fba87453?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.060064 10.0.0.23 - - [2025-11-10 02:57:35] "GET /projects?obj_uuids=96ea7eef-971a-44fd-aea8-9c57fba87453&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001504 10.0.0.22 - - [2025-11-10 02:57:35] "GET /project/96ea7eef-971a-44fd-aea8-9c57fba87453?fields=security_groups HTTP/1.1" 200 1322 0.056162 10.0.0.22 - - [2025-11-10 02:57:35] "POST /fqname-to-id HTTP/1.1" 404 186 0.032346 10.0.0.23 - - [2025-11-10 02:57:36] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003638 10.0.0.23 - - [2025-11-10 02:57:36] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.23 - - [2025-11-10 02:57:36] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036980 10.0.0.23 - - [2025-11-10 02:57:36] "POST /id-to-fqname HTTP/1.1" 200 188 0.006741 10.0.0.23 - - [2025-11-10 02:57:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.006272 10.0.0.23 - - [2025-11-10 02:57:36] "POST /security-groups HTTP/1.1" 200 589 0.041531 10.0.0.23 - - [2025-11-10 02:57:36] "POST /projects HTTP/1.1" 200 581 0.301838 10.0.0.50 - - [2025-11-10 02:57:36] "POST /fqname-to-id HTTP/1.1" 404 231 0.012472 10.0.0.23 - - [2025-11-10 02:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.375512 10.0.0.22 - - [2025-11-10 02:57:36] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.568536 10.0.0.22 - - [2025-11-10 02:57:37] "GET / HTTP/1.1" 200 35931 0.001545 10.0.0.22 - - [2025-11-10 02:57:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.22 - - [2025-11-10 02:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.057151 10.0.0.23 - - [2025-11-10 02:57:39] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000895 10.0.0.22 - - [2025-11-10 02:57:40] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.042048 10.0.0.23 - - [2025-11-10 02:57:40] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.22 - - [2025-11-10 02:57:40] "POST /neutron/network HTTP/1.1" 200 615 0.199967 10.0.0.50 - - [2025-11-10 02:57:40] "POST /ref-update HTTP/1.1" 200 156 0.029617 10.0.0.22 - - [2025-11-10 02:57:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.003402 10.0.0.22 - - [2025-11-10 02:57:40] "GET /virtual-network/8c46ee3c-33f8-4503-a983-dd155af18afe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006628 10.0.0.22 - - [2025-11-10 02:57:40] "POST /neutron/network HTTP/1.1" 200 835 0.006842 10.0.0.22 - - [2025-11-10 02:57:40] "GET /virtual-network/8c46ee3c-33f8-4503-a983-dd155af18afe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005982 10.0.0.22 - - [2025-11-10 02:57:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001430 10.0.0.22 - - [2025-11-10 02:57:40] "POST /neutron/network HTTP/1.1" 200 845 0.006196 10.0.0.23 - - [2025-11-10 02:57:41] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001016 10.0.0.22 - - [2025-11-10 02:57:41] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.077244 10.0.0.22 - - [2025-11-10 02:57:41] "POST /neutron/port HTTP/1.1" 200 117 0.015449 10.0.0.23 - - [2025-11-10 02:57:42] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.22 - - [2025-11-10 02:57:42] "POST /neutron/port HTTP/1.1" 200 1059 0.304329 10.0.0.22 - - [2025-11-10 02:57:42] "POST /neutron/port HTTP/1.1" 200 1113 0.111529 10.0.0.22 - - [2025-11-10 02:57:42] "POST /neutron/subnet HTTP/1.1" 200 703 0.009837 10.0.0.22 - - [2025-11-10 02:57:47] "POST /neutron/port HTTP/1.1" 200 1087 0.021492 10.0.0.22 - - [2025-11-10 02:57:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009781 10.0.0.22 - - [2025-11-10 02:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.23 - - [2025-11-10 02:57:47] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.22 - - [2025-11-10 02:57:47] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.052839 10.0.0.23 - - [2025-11-10 02:57:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005245 10.0.0.22 - - [2025-11-10 02:57:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.234738 10.0.0.22 - - [2025-11-10 02:57:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001411 10.0.0.22 - - [2025-11-10 02:57:47] "GET /virtual-network/8ad90656-fb19-4b65-a4e5-586b3e66a781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005699 10.0.0.22 - - [2025-11-10 02:57:47] "GET /virtual-network/8ad90656-fb19-4b65-a4e5-586b3e66a781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006317 10.0.0.22 - - [2025-11-10 02:57:47] "POST /neutron/network HTTP/1.1" 200 830 0.007300 10.0.0.22 - - [2025-11-10 02:57:48] "GET /virtual-network/8ad90656-fb19-4b65-a4e5-586b3e66a781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005502 10.0.0.23 - - [2025-11-10 02:57:49] "GET /obj-perms HTTP/1.1" 200 5026 0.052376 10.0.0.22 - - [2025-11-10 02:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.23 - - [2025-11-10 02:57:49] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.22 - - [2025-11-10 02:57:49] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041327 10.0.0.23 - - [2025-11-10 02:57:50] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001539 10.0.0.22 - - [2025-11-10 02:57:50] "POST /neutron/network HTTP/1.1" 200 613 0.145289 10.0.0.50 - - [2025-11-10 02:57:50] "POST /route-targets HTTP/1.1" 200 327 0.015529 10.0.0.22 - - [2025-11-10 02:57:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.003587 10.0.0.22 - - [2025-11-10 02:57:50] "GET /virtual-network/c0757438-62fd-409b-b502-7cd228d5a6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005709 10.0.0.22 - - [2025-11-10 02:57:50] "POST /neutron/network HTTP/1.1" 200 831 0.007298 10.0.0.22 - - [2025-11-10 02:57:50] "GET /virtual-network/c0757438-62fd-409b-b502-7cd228d5a6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.012107 10.0.0.22 - - [2025-11-10 02:57:50] "GET /virtual-network/c0757438-62fd-409b-b502-7cd228d5a6a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009157 10.0.0.22 - - [2025-11-10 02:57:51] "GET /obj-perms HTTP/1.1" 200 5026 0.056987 10.0.0.50 - - [2025-11-10 02:57:51] "GET /obj-perms HTTP/1.1" 200 5026 0.052759 10.0.0.22 - - [2025-11-10 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.23 - - [2025-11-10 02:57:51] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.22 - - [2025-11-10 02:57:51] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.043578 10.0.0.22 - - [2025-11-10 02:57:51] "POST /neutron/network HTTP/1.1" 200 117 0.016268 10.0.0.50 - - [2025-11-10 02:57:51] "POST /ref-update HTTP/1.1" 200 156 0.038440 10.0.0.22 - - [2025-11-10 02:57:51] "POST /neutron/network HTTP/1.1" 200 834 0.010425 10.0.0.22 - - [2025-11-10 02:57:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.001282 10.0.0.22 - - [2025-11-10 02:57:51] "GET /virtual-network/8b8b1f38-060a-4eb1-b777-29086c5aaf69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005555 10.0.0.22 - - [2025-11-10 02:57:51] "GET /virtual-network/8b8b1f38-060a-4eb1-b777-29086c5aaf69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006081 10.0.0.22 - - [2025-11-10 02:57:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.016361 10.0.0.22 - - [2025-11-10 02:57:52] "GET /virtual-network/8b8b1f38-060a-4eb1-b777-29086c5aaf69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007732 10.0.0.22 - - [2025-11-10 02:57:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001323 10.0.0.22 - - [2025-11-10 02:57:52] "POST /neutron/network HTTP/1.1" 200 841 0.010996 10.0.0.23 - - [2025-11-10 02:57:53] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001547 10.0.0.22 - - [2025-11-10 02:57:53] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.073896 10.0.0.22 - - [2025-11-10 02:57:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012196 10.0.0.22 - - [2025-11-10 02:57:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.002131 10.0.0.22 - - [2025-11-10 02:57:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011460 10.0.0.23 - - [2025-11-10 02:57:54] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002068 10.0.0.22 - - [2025-11-10 02:57:54] "POST /neutron/port HTTP/1.1" 200 1057 0.506241 10.0.0.22 - - [2025-11-10 02:57:55] "POST /neutron/port HTTP/1.1" 200 1111 0.140857 10.0.0.23 - - [2025-11-10 02:57:55] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001467 10.0.0.22 - - [2025-11-10 02:57:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.019715 10.0.0.22 - - [2025-11-10 02:57:55] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.138558 10.0.0.22 - - [2025-11-10 02:57:55] "POST /neutron/network HTTP/1.1" 200 834 0.029448 10.0.0.22 - - [2025-11-10 02:57:55] "POST /neutron/port HTTP/1.1" 200 117 0.011416 10.0.0.22 - - [2025-11-10 02:57:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.004119 10.0.0.22 - - [2025-11-10 02:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008344 10.0.0.23 - - [2025-11-10 02:57:55] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001487 10.0.0.22 - - [2025-11-10 02:57:55] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011997 10.0.0.22 - - [2025-11-10 02:57:55] "POST /service-templates HTTP/1.1" 200 543 0.049145 10.0.0.22 - - [2025-11-10 02:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.22 - - [2025-11-10 02:57:55] "GET /service-template/c3c0b519-b629-4862-b20e-39dbbf5bdb1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.007946 10.0.0.22 - - [2025-11-10 02:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.22 - - [2025-11-10 02:57:56] "GET /service-template/c3c0b519-b629-4862-b20e-39dbbf5bdb1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005410 10.0.0.22 - - [2025-11-10 02:57:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001780 10.0.0.22 - - [2025-11-10 02:57:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001981 10.0.0.22 - - [2025-11-10 02:57:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.001842 10.0.0.22 - - [2025-11-10 02:57:56] "POST /neutron/port HTTP/1.1" 200 2971 0.062493 10.0.0.22 - - [2025-11-10 02:57:56] "POST /neutron/port HTTP/1.1" 200 1058 0.018540 10.0.0.22 - - [2025-11-10 02:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.22 - - [2025-11-10 02:57:56] "DELETE /service-template/c3c0b519-b629-4862-b20e-39dbbf5bdb1b HTTP/1.1" 200 115 0.035806 10.0.0.22 - - [2025-11-10 02:57:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013575 10.0.0.22 - - [2025-11-10 02:57:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.003550 10.0.0.22 - - [2025-11-10 02:57:56] "POST /neutron/network HTTP/1.1" 200 834 0.009652 10.0.0.22 - - [2025-11-10 02:57:57] "POST /neutron/port HTTP/1.1" 200 1085 0.016274 10.0.0.23 - - [2025-11-10 02:57:57] "GET /obj-perms HTTP/1.1" 200 5056 0.051393 10.0.0.22 - - [2025-11-10 02:57:58] "POST /neutron/port HTTP/1.1" 200 1086 0.018852 10.0.0.22 - - [2025-11-10 02:57:59] "POST /neutron/network HTTP/1.1" 200 834 0.014069 10.0.0.22 - - [2025-11-10 02:57:59] "POST /neutron/network HTTP/1.1" 200 831 0.009107 10.0.0.50 - - [2025-11-10 02:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005913 10.0.0.23 - - [2025-11-10 02:58:00] "POST /useragent-kv HTTP/1.1" 200 115 0.007824 10.0.0.23 - - [2025-11-10 02:58:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004208 10.0.0.22 - - [2025-11-10 02:58:00] "POST /neutron/network HTTP/1.1" 200 151 0.158560 10.0.0.50 - - [2025-11-10 02:58:00] "DELETE /route-target/8653f700-5daf-485e-854e-dce4f0a30e17 HTTP/1.1" 200 115 0.042117 10.0.0.22 - - [2025-11-10 02:58:00] "POST /neutron/port HTTP/1.1" 200 1087 0.017191 10.0.0.22 - - [2025-11-10 02:58:02] "POST /neutron/network HTTP/1.1" 200 835 0.010946 10.0.0.22 - - [2025-11-10 02:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.23 - - [2025-11-10 02:58:05] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.22 - - [2025-11-10 02:58:05] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.045819 10.0.0.23 - - [2025-11-10 02:58:05] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001388 10.0.0.22 - - [2025-11-10 02:58:05] "POST /neutron/network HTTP/1.1" 200 613 0.144904 10.0.0.50 - - [2025-11-10 02:58:05] "POST /route-targets HTTP/1.1" 200 327 0.013633 10.0.0.22 - - [2025-11-10 02:58:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.004242 10.0.0.22 - - [2025-11-10 02:58:05] "GET /virtual-network/33c4fadb-f7a1-470d-befe-92e79e1b5799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005369 10.0.0.22 - - [2025-11-10 02:58:05] "POST /neutron/network HTTP/1.1" 200 831 0.007017 10.0.0.22 - - [2025-11-10 02:58:05] "GET /virtual-network/33c4fadb-f7a1-470d-befe-92e79e1b5799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005264 10.0.0.22 - - [2025-11-10 02:58:06] "GET /virtual-network/33c4fadb-f7a1-470d-befe-92e79e1b5799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005669 10.0.0.22 - - [2025-11-10 02:58:06] "GET /obj-perms HTTP/1.1" 200 5026 0.003826 10.0.0.22 - - [2025-11-10 02:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.23 - - [2025-11-10 02:58:06] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000906 10.0.0.22 - - [2025-11-10 02:58:06] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.043511 10.0.0.22 - - [2025-11-10 02:58:06] "POST /neutron/network HTTP/1.1" 200 117 0.015745 10.0.0.50 - - [2025-11-10 02:58:06] "POST /ref-update HTTP/1.1" 200 156 0.023662 10.0.0.22 - - [2025-11-10 02:58:06] "POST /neutron/network HTTP/1.1" 200 832 0.009864 10.0.0.22 - - [2025-11-10 02:58:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001423 10.0.0.22 - - [2025-11-10 02:58:06] "GET /virtual-network/70c478b8-c57f-466e-93ce-913b40fced3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005733 10.0.0.22 - - [2025-11-10 02:58:06] "GET /virtual-network/70c478b8-c57f-466e-93ce-913b40fced3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006281 10.0.0.22 - - [2025-11-10 02:58:07] "POST /neutron/subnet HTTP/1.1" 200 724 0.010546 10.0.0.22 - - [2025-11-10 02:58:07] "GET /virtual-network/70c478b8-c57f-466e-93ce-913b40fced3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006217 10.0.0.50 - - [2025-11-10 02:58:07] "GET /obj-perms HTTP/1.1" 200 5026 0.004156 10.0.0.22 - - [2025-11-10 02:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.23 - - [2025-11-10 02:58:07] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000824 10.0.0.22 - - [2025-11-10 02:58:07] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.039897 10.0.0.23 - - [2025-11-10 02:58:08] "POST /useragent-kv HTTP/1.1" 200 115 0.012664 10.0.0.22 - - [2025-11-10 02:58:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.236629 10.0.0.22 - - [2025-11-10 02:58:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001575 10.0.0.22 - - [2025-11-10 02:58:08] "GET /virtual-network/c5aaa4df-24d3-4425-9f34-869d0893ca66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006035 10.0.0.22 - - [2025-11-10 02:58:08] "GET /virtual-network/c5aaa4df-24d3-4425-9f34-869d0893ca66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006754 10.0.0.22 - - [2025-11-10 02:58:08] "POST /neutron/network HTTP/1.1" 200 833 0.008978 10.0.0.22 - - [2025-11-10 02:58:08] "GET /virtual-network/c5aaa4df-24d3-4425-9f34-869d0893ca66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005908 10.0.0.23 - - [2025-11-10 02:58:08] "GET /obj-perms HTTP/1.1" 200 5026 0.003700 10.0.0.22 - - [2025-11-10 02:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005157 10.0.0.23 - - [2025-11-10 02:58:08] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001743 10.0.0.22 - - [2025-11-10 02:58:08] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.057248 10.0.0.23 - - [2025-11-10 02:58:08] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001001 10.0.0.22 - - [2025-11-10 02:58:08] "POST /neutron/network HTTP/1.1" 200 625 0.152178 10.0.0.50 - - [2025-11-10 02:58:09] "POST /route-targets HTTP/1.1" 200 327 0.018490 10.0.0.22 - - [2025-11-10 02:58:09] "POST /id-to-fqname HTTP/1.1" 200 229 0.004501 10.0.0.22 - - [2025-11-10 02:58:09] "GET /virtual-network/0527f147-a716-49e6-9b50-ae2f380499e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007090 10.0.0.22 - - [2025-11-10 02:58:09] "POST /neutron/network HTTP/1.1" 200 841 0.008596 10.0.0.22 - - [2025-11-10 02:58:09] "GET /virtual-network/0527f147-a716-49e6-9b50-ae2f380499e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006367 10.0.0.22 - - [2025-11-10 02:58:09] "GET /virtual-network/0527f147-a716-49e6-9b50-ae2f380499e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006017 10.0.0.22 - - [2025-11-10 02:58:09] "GET /obj-perms HTTP/1.1" 200 5026 0.003483 10.0.0.22 - - [2025-11-10 02:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.23 - - [2025-11-10 02:58:09] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.22 - - [2025-11-10 02:58:09] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.062904 10.0.0.22 - - [2025-11-10 02:58:09] "POST /neutron/network HTTP/1.1" 200 117 0.015560 10.0.0.50 - - [2025-11-10 02:58:10] "POST /ref-update HTTP/1.1" 200 156 0.026420 10.0.0.22 - - [2025-11-10 02:58:10] "POST /neutron/network HTTP/1.1" 200 846 0.009028 10.0.0.22 - - [2025-11-10 02:58:10] "POST /id-to-fqname HTTP/1.1" 200 230 0.001235 10.0.0.22 - - [2025-11-10 02:58:10] "GET /virtual-network/1da4b61f-3fa7-41d2-9ba4-69098dd46669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005015 10.0.0.22 - - [2025-11-10 02:58:10] "GET /virtual-network/1da4b61f-3fa7-41d2-9ba4-69098dd46669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005855 10.0.0.22 - - [2025-11-10 02:58:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.008958 10.0.0.22 - - [2025-11-10 02:58:10] "GET /virtual-network/1da4b61f-3fa7-41d2-9ba4-69098dd46669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006572 10.0.0.50 - - [2025-11-10 02:58:10] "GET /obj-perms HTTP/1.1" 200 5026 0.005160 10.0.0.22 - - [2025-11-10 02:58:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001911 10.0.0.23 - - [2025-11-10 02:58:11] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000972 10.0.0.22 - - [2025-11-10 02:58:11] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.073887 10.0.0.22 - - [2025-11-10 02:58:12] "POST /neutron/port HTTP/1.1" 200 117 0.007272 10.0.0.22 - - [2025-11-10 02:58:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001351 10.0.0.22 - - [2025-11-10 02:58:12] "POST /neutron/network HTTP/1.1" 200 843 0.006785 10.0.0.22 - - [2025-11-10 02:58:12] "POST /neutron/port HTTP/1.1" 200 1058 0.015753 10.0.0.23 - - [2025-11-10 02:58:13] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.083803 10.0.0.22 - - [2025-11-10 02:58:13] "POST /neutron/port HTTP/1.1" 200 1086 0.016909 10.0.0.22 - - [2025-11-10 02:58:13] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.174168 10.0.0.22 - - [2025-11-10 02:58:13] "POST /neutron/subnet HTTP/1.1" 200 698 0.011480 10.0.0.22 - - [2025-11-10 02:58:13] "POST /neutron/port HTTP/1.1" 200 1086 0.022319 10.0.0.22 - - [2025-11-10 02:58:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.003933 10.0.0.22 - - [2025-11-10 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.23 - - [2025-11-10 02:58:13] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.22 - - [2025-11-10 02:58:13] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007724 10.0.0.22 - - [2025-11-10 02:58:13] "POST /service-templates HTTP/1.1" 200 543 0.034972 10.0.0.22 - - [2025-11-10 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.22 - - [2025-11-10 02:58:13] "GET /service-template/c4ab6957-435a-4506-94e9-562e62fd6496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.007485 10.0.0.22 - - [2025-11-10 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.22 - - [2025-11-10 02:58:13] "GET /service-template/c4ab6957-435a-4506-94e9-562e62fd6496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004583 10.0.0.22 - - [2025-11-10 02:58:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001284 10.0.0.22 - - [2025-11-10 02:58:13] "POST /neutron/network HTTP/1.1" 200 843 0.010236 10.0.0.22 - - [2025-11-10 02:58:13] "POST /id-to-fqname HTTP/1.1" 200 229 0.001702 10.0.0.22 - - [2025-11-10 02:58:13] "POST /id-to-fqname HTTP/1.1" 200 230 0.001382 10.0.0.22 - - [2025-11-10 02:58:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.018810 10.0.0.22 - - [2025-11-10 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007758 10.0.0.22 - - [2025-11-10 02:58:14] "DELETE /service-template/c4ab6957-435a-4506-94e9-562e62fd6496 HTTP/1.1" 200 115 0.038718 10.0.0.22 - - [2025-11-10 02:58:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.005447 10.0.0.22 - - [2025-11-10 02:58:14] "POST /neutron/port HTTP/1.1" 200 1111 0.161201 10.0.0.22 - - [2025-11-10 02:58:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.010637 10.0.0.22 - - [2025-11-10 02:58:14] "POST /neutron/network HTTP/1.1" 200 833 0.009145 10.0.0.22 - - [2025-11-10 02:58:15] "POST /neutron/network HTTP/1.1" 200 841 0.006797 10.0.0.50 - - [2025-11-10 02:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.22 - - [2025-11-10 02:58:15] "POST /neutron/port HTTP/1.1" 200 151 0.233622 10.0.0.22 - - [2025-11-10 02:58:16] "POST /neutron/port HTTP/1.1" 200 1085 0.020375 10.0.0.22 - - [2025-11-10 02:58:16] "POST /neutron/port HTTP/1.1" 200 117 0.007876 10.0.0.22 - - [2025-11-10 02:58:17] "POST /neutron/port HTTP/1.1" 200 117 0.006484 10.0.0.50 - - [2025-11-10 02:58:17] "DELETE /route-target/80a42bbf-1cd3-4835-8b64-6a85f28629f9 HTTP/1.1" 200 115 0.023926 10.0.0.22 - - [2025-11-10 02:58:18] "POST /neutron/network HTTP/1.1" 200 832 0.006980 10.0.0.23 - - [2025-11-10 02:58:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002800 10.0.0.23 - - [2025-11-10 02:58:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002119 10.0.0.50 - - [2025-11-10 02:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005077 10.0.0.22 - - [2025-11-10 02:58:18] "POST /neutron/network HTTP/1.1" 200 151 0.135688 10.0.0.50 - - [2025-11-10 02:58:18] "DELETE /access-control-list/c4a9c6d5-4e94-4c93-b136-8f6c22a77238 HTTP/1.1" 200 115 0.042903 10.0.0.23 - - [2025-11-10 02:58:20] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.22 - - [2025-11-10 02:58:20] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041773 10.0.0.23 - - [2025-11-10 02:58:20] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001038 10.0.0.22 - - [2025-11-10 02:58:20] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?fields=virtual_networks HTTP/1.1" 200 1029 0.041399 10.0.0.23 - - [2025-11-10 02:58:20] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001673 10.0.0.22 - - [2025-11-10 02:58:20] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.048534 10.0.0.23 - - [2025-11-10 02:58:20] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001075 10.0.0.22 - - [2025-11-10 02:58:20] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?fields=security_groups HTTP/1.1" 200 1253 0.039845 10.0.0.22 - - [2025-11-10 02:58:21] "POST /fqname-to-id HTTP/1.1" 404 186 0.025978 10.0.0.23 - - [2025-11-10 02:58:21] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004502 10.0.0.23 - - [2025-11-10 02:58:21] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.23 - - [2025-11-10 02:58:21] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007065 10.0.0.23 - - [2025-11-10 02:58:21] "POST /id-to-fqname HTTP/1.1" 200 188 0.003486 10.0.0.23 - - [2025-11-10 02:58:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.006525 10.0.0.23 - - [2025-11-10 02:58:21] "POST /security-groups HTTP/1.1" 200 589 0.077289 10.0.0.23 - - [2025-11-10 02:58:21] "POST /projects HTTP/1.1" 200 581 0.288200 10.0.0.50 - - [2025-11-10 02:58:21] "POST /fqname-to-id HTTP/1.1" 404 231 0.006916 10.0.0.23 - - [2025-11-10 02:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.362002 10.0.0.22 - - [2025-11-10 02:58:21] "GET /project/25161f94-8c88-4387-a4f8-709bf3e97b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.498986 10.0.0.22 - - [2025-11-10 02:58:22] "GET / HTTP/1.1" 200 35931 0.002474 10.0.0.22 - - [2025-11-10 02:58:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.22 - - [2025-11-10 02:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.030872 10.0.0.23 - - [2025-11-10 02:58:25] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001351 10.0.0.22 - - [2025-11-10 02:58:25] "GET /project/25161f94-8c88-4387-a4f8-709bf3e97b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.057416 10.0.0.50 - - [2025-11-10 02:58:25] "POST /ref-update HTTP/1.1" 200 156 0.032999 10.0.0.23 - - [2025-11-10 02:58:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007527 10.0.0.22 - - [2025-11-10 02:58:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.252418 10.0.0.22 - - [2025-11-10 02:58:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001692 10.0.0.22 - - [2025-11-10 02:58:25] "GET /virtual-network/e9699adb-80f1-4b66-90ee-e02bc55a9c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005979 10.0.0.22 - - [2025-11-10 02:58:25] "GET /virtual-network/e9699adb-80f1-4b66-90ee-e02bc55a9c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007144 10.0.0.22 - - [2025-11-10 02:58:25] "POST /neutron/network HTTP/1.1" 200 833 0.006699 10.0.0.22 - - [2025-11-10 02:58:26] "GET /virtual-network/e9699adb-80f1-4b66-90ee-e02bc55a9c3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006028 10.0.0.23 - - [2025-11-10 02:58:27] "GET /obj-perms HTTP/1.1" 200 5026 0.048771 10.0.0.22 - - [2025-11-10 02:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005000 10.0.0.23 - - [2025-11-10 02:58:27] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.23 - - [2025-11-10 02:58:27] "DELETE /project/96ea7eef-971a-44fd-aea8-9c57fba87453 HTTP/1.1" 404 177 0.006321 10.0.0.23 - - [2025-11-10 02:58:27] "DELETE /project/ac8a00e2ecbe4252981014750bee4f7a HTTP/1.1" 404 173 0.007861 10.0.0.23 - - [2025-11-10 02:58:27] "DELETE /project/25161f948c884387a4f8709bf3e97b3a HTTP/1.1" 404 173 0.004380 10.0.0.23 - - [2025-11-10 02:58:27] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000778 10.0.0.22 - - [2025-11-10 02:58:27] "GET /project/25161f94-8c88-4387-a4f8-709bf3e97b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.057034 10.0.0.23 - - [2025-11-10 02:58:27] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.096976 10.0.0.23 - - [2025-11-10 02:58:27] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001074 10.0.0.23 - - [2025-11-10 02:58:27] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001342 10.0.0.23 - - [2025-11-10 02:58:27] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?fields=security_groups HTTP/1.1" 200 1358 0.107454 10.0.0.22 - - [2025-11-10 02:58:28] "POST /neutron/network HTTP/1.1" 200 617 0.188966 10.0.0.23 - - [2025-11-10 02:58:28] "DELETE /security-group/b12d2769-be2f-449f-8c17-80b9df5eb600 HTTP/1.1" 200 115 0.075070 10.0.0.23 - - [2025-11-10 02:58:28] "GET /projects?obj_uuids=ac8a00e2-ecbe-4252-9810-14750bee4f7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001073 10.0.0.23 - - [2025-11-10 02:58:28] "GET /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a?fields=application_policy_sets HTTP/1.1" 200 1397 0.075048 10.0.0.50 - - [2025-11-10 02:58:28] "DELETE /access-control-list/cddebde4-e198-4d65-9836-183bb51bd211 HTTP/1.1" 200 115 0.057893 10.0.0.23 - - [2025-11-10 02:58:28] "DELETE /project/ac8a00e2-ecbe-4252-9810-14750bee4f7a HTTP/1.1" 200 115 0.625941 10.0.0.22 - - [2025-11-10 02:58:28] "POST /id-to-fqname HTTP/1.1" 200 225 0.003553 10.0.0.22 - - [2025-11-10 02:58:28] "GET /virtual-network/221eb2a8-c08a-48e2-8fe5-66e4a46bd8d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005312 10.0.0.22 - - [2025-11-10 02:58:28] "POST /neutron/network HTTP/1.1" 200 836 0.006313 10.0.0.22 - - [2025-11-10 02:58:28] "GET /virtual-network/221eb2a8-c08a-48e2-8fe5-66e4a46bd8d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005160 10.0.0.22 - - [2025-11-10 02:58:28] "GET /virtual-network/221eb2a8-c08a-48e2-8fe5-66e4a46bd8d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006356 10.0.0.22 - - [2025-11-10 02:58:29] "GET /obj-perms HTTP/1.1" 200 5026 0.054019 10.0.0.22 - - [2025-11-10 02:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.23 - - [2025-11-10 02:58:29] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001196 10.0.0.22 - - [2025-11-10 02:58:29] "GET /project/25161f94-8c88-4387-a4f8-709bf3e97b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.054723 10.0.0.22 - - [2025-11-10 02:58:29] "POST /neutron/network HTTP/1.1" 200 117 0.033647 10.0.0.50 - - [2025-11-10 02:58:29] "POST /ref-update HTTP/1.1" 200 156 0.033844 10.0.0.22 - - [2025-11-10 02:58:29] "POST /neutron/network HTTP/1.1" 200 838 0.009045 10.0.0.22 - - [2025-11-10 02:58:29] "POST /id-to-fqname HTTP/1.1" 200 226 0.001253 10.0.0.22 - - [2025-11-10 02:58:29] "GET /virtual-network/f1e7af98-f710-4fd6-976b-a4a5103a5d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005339 10.0.0.22 - - [2025-11-10 02:58:29] "GET /virtual-network/f1e7af98-f710-4fd6-976b-a4a5103a5d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006015 10.0.0.22 - - [2025-11-10 02:58:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.011703 10.0.0.22 - - [2025-11-10 02:58:30] "GET /virtual-network/f1e7af98-f710-4fd6-976b-a4a5103a5d63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005641 10.0.0.50 - - [2025-11-10 02:58:30] "GET /obj-perms HTTP/1.1" 200 5026 0.053320 10.0.0.22 - - [2025-11-10 02:58:30] "POST /id-to-fqname HTTP/1.1" 200 225 0.001930 10.0.0.23 - - [2025-11-10 02:58:31] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001306 10.0.0.22 - - [2025-11-10 02:58:31] "GET /project/25161f94-8c88-4387-a4f8-709bf3e97b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.067666 10.0.0.22 - - [2025-11-10 02:58:31] "POST /neutron/port HTTP/1.1" 200 117 0.009925 10.0.0.22 - - [2025-11-10 02:58:31] "POST /id-to-fqname HTTP/1.1" 200 226 0.001412 10.0.0.22 - - [2025-11-10 02:58:31] "POST /neutron/network HTTP/1.1" 200 848 0.008674 10.0.0.22 - - [2025-11-10 02:58:32] "POST /neutron/port HTTP/1.1" 200 1058 0.015955 10.0.0.22 - - [2025-11-10 02:58:32] "POST /neutron/port HTTP/1.1" 200 1086 0.024944 10.0.0.23 - - [2025-11-10 02:58:32] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001829 10.0.0.22 - - [2025-11-10 02:58:32] "GET /project/25161f94-8c88-4387-a4f8-709bf3e97b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.077853 10.0.0.22 - - [2025-11-10 02:58:32] "POST /neutron/network HTTP/1.1" 200 838 0.011207 10.0.0.22 - - [2025-11-10 02:58:33] "POST /neutron/port HTTP/1.1" 200 1086 0.031375 10.0.0.22 - - [2025-11-10 02:58:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.004232 10.0.0.22 - - [2025-11-10 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.23 - - [2025-11-10 02:58:33] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001868 10.0.0.22 - - [2025-11-10 02:58:33] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011801 10.0.0.22 - - [2025-11-10 02:58:33] "POST /service-templates HTTP/1.1" 200 543 0.045569 10.0.0.22 - - [2025-11-10 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.22 - - [2025-11-10 02:58:33] "GET /service-template/ccab20dc-edf1-4730-a6e2-6f6b6d41a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.009856 10.0.0.22 - - [2025-11-10 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.22 - - [2025-11-10 02:58:33] "GET /service-template/ccab20dc-edf1-4730-a6e2-6f6b6d41a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004824 10.0.0.22 - - [2025-11-10 02:58:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001482 10.0.0.22 - - [2025-11-10 02:58:33] "POST /neutron/network HTTP/1.1" 200 848 0.006980 10.0.0.22 - - [2025-11-10 02:58:33] "POST /id-to-fqname HTTP/1.1" 200 225 0.001932 10.0.0.22 - - [2025-11-10 02:58:33] "POST /id-to-fqname HTTP/1.1" 200 226 0.001311 10.0.0.22 - - [2025-11-10 02:58:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.018720 10.0.0.22 - - [2025-11-10 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.22 - - [2025-11-10 02:58:33] "DELETE /service-template/ccab20dc-edf1-4730-a6e2-6f6b6d41a322 HTTP/1.1" 200 115 0.036829 10.0.0.22 - - [2025-11-10 02:58:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.007874 10.0.0.22 - - [2025-11-10 02:58:34] "POST /neutron/port HTTP/1.1" 200 1112 0.099084 10.0.0.22 - - [2025-11-10 02:58:34] "POST /neutron/subnet HTTP/1.1" 200 698 0.011147 10.0.0.22 - - [2025-11-10 02:58:34] "POST /neutron/network HTTP/1.1" 200 838 0.007264 10.0.0.22 - - [2025-11-10 02:58:34] "POST /neutron/port HTTP/1.1" 200 1112 0.013147 10.0.0.22 - - [2025-11-10 02:58:35] "POST /neutron/port HTTP/1.1" 200 1112 0.016308 10.0.0.22 - - [2025-11-10 02:58:36] "POST /neutron/network HTTP/1.1" 200 2196 0.009788 10.0.0.23 - - [2025-11-10 02:58:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005217 10.0.0.23 - - [2025-11-10 02:58:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002782 10.0.0.22 - - [2025-11-10 02:58:36] "POST /neutron/network HTTP/1.1" 200 151 0.166030 10.0.0.23 - - [2025-11-10 02:58:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005841 10.0.0.50 - - [2025-11-10 02:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006937 10.0.0.23 - - [2025-11-10 02:58:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002724 10.0.0.22 - - [2025-11-10 02:58:36] "POST /neutron/network HTTP/1.1" 200 151 0.171509 10.0.0.50 - - [2025-11-10 02:58:37] "DELETE /route-target/727480c5-76b8-4359-8339-bbac82e655a2 HTTP/1.1" 200 115 0.031456 10.0.0.22 - - [2025-11-10 02:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.23 - - [2025-11-10 02:58:40] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000909 10.0.0.22 - - [2025-11-10 02:58:40] "GET /project/25161f94-8c88-4387-a4f8-709bf3e97b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.049967 10.0.0.22 - - [2025-11-10 02:58:40] "POST /neutron/network HTTP/1.1" 200 117 0.016153 10.0.0.22 - - [2025-11-10 02:58:40] "POST /neutron/network HTTP/1.1" 200 832 0.009989 10.0.0.22 - - [2025-11-10 02:58:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001258 10.0.0.22 - - [2025-11-10 02:58:40] "GET /virtual-network/edb71bb0-c731-4f4d-a33d-ddaca6326d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006515 10.0.0.22 - - [2025-11-10 02:58:40] "GET /virtual-network/edb71bb0-c731-4f4d-a33d-ddaca6326d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006428 10.0.0.22 - - [2025-11-10 02:58:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.010271 10.0.0.22 - - [2025-11-10 02:58:41] "GET /virtual-network/edb71bb0-c731-4f4d-a33d-ddaca6326d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006238 10.0.0.23 - - [2025-11-10 02:58:41] "GET /obj-perms HTTP/1.1" 200 5026 0.004637 10.0.0.22 - - [2025-11-10 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.23 - - [2025-11-10 02:58:41] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001483 10.0.0.22 - - [2025-11-10 02:58:41] "GET /project/25161f94-8c88-4387-a4f8-709bf3e97b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.057306 10.0.0.50 - - [2025-11-10 02:58:41] "POST /route-targets HTTP/1.1" 200 327 0.013166 10.0.0.23 - - [2025-11-10 02:58:41] "POST /useragent-kv HTTP/1.1" 200 115 0.007544 10.0.0.22 - - [2025-11-10 02:58:41] "POST /neutron/subnet HTTP/1.1" 200 719 0.186237 10.0.0.22 - - [2025-11-10 02:58:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.002064 10.0.0.22 - - [2025-11-10 02:58:41] "GET /virtual-network/14a9e004-56df-4ffc-988d-77fb6c759326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005695 10.0.0.22 - - [2025-11-10 02:58:41] "GET /virtual-network/14a9e004-56df-4ffc-988d-77fb6c759326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006193 10.0.0.22 - - [2025-11-10 02:58:42] "POST /neutron/network HTTP/1.1" 200 831 0.006818 10.0.0.22 - - [2025-11-10 02:58:42] "GET /virtual-network/14a9e004-56df-4ffc-988d-77fb6c759326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005685 10.0.0.22 - - [2025-11-10 02:58:42] "GET /obj-perms HTTP/1.1" 200 5026 0.003796 10.0.0.22 - - [2025-11-10 02:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.23 - - [2025-11-10 02:58:42] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001185 10.0.0.22 - - [2025-11-10 02:58:42] "GET /project/25161f94-8c88-4387-a4f8-709bf3e97b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042766 10.0.0.23 - - [2025-11-10 02:58:42] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001107 10.0.0.22 - - [2025-11-10 02:58:42] "POST /neutron/network HTTP/1.1" 200 615 0.158087 10.0.0.50 - - [2025-11-10 02:58:42] "POST /ref-update HTTP/1.1" 200 156 0.031268 10.0.0.22 - - [2025-11-10 02:58:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.003370 10.0.0.22 - - [2025-11-10 02:58:43] "GET /virtual-network/fc28c157-ca4c-4878-b346-60b00b643197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005740 10.0.0.22 - - [2025-11-10 02:58:43] "POST /neutron/network HTTP/1.1" 200 834 0.006721 10.0.0.22 - - [2025-11-10 02:58:43] "GET /virtual-network/fc28c157-ca4c-4878-b346-60b00b643197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005856 10.0.0.22 - - [2025-11-10 02:58:43] "GET /virtual-network/fc28c157-ca4c-4878-b346-60b00b643197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006706 10.0.0.50 - - [2025-11-10 02:58:43] "GET /obj-perms HTTP/1.1" 200 5026 0.004474 10.0.0.22 - - [2025-11-10 02:58:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.002157 10.0.0.22 - - [2025-11-10 02:58:43] "POST /neutron/network HTTP/1.1" 200 841 0.006412 10.0.0.23 - - [2025-11-10 02:58:44] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001577 10.0.0.22 - - [2025-11-10 02:58:44] "GET /project/25161f94-8c88-4387-a4f8-709bf3e97b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.097626 10.0.0.22 - - [2025-11-10 02:58:44] "POST /neutron/port HTTP/1.1" 200 117 0.007675 10.0.0.22 - - [2025-11-10 02:58:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001456 10.0.0.22 - - [2025-11-10 02:58:45] "POST /neutron/network HTTP/1.1" 200 841 0.006888 10.0.0.22 - - [2025-11-10 02:58:45] "POST /neutron/port HTTP/1.1" 200 1057 0.015044 10.0.0.23 - - [2025-11-10 02:58:45] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001371 10.0.0.22 - - [2025-11-10 02:58:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004463 10.0.0.22 - - [2025-11-10 02:58:45] "GET /project/25161f94-8c88-4387-a4f8-709bf3e97b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.068314 10.0.0.22 - - [2025-11-10 02:58:45] "POST /neutron/port HTTP/1.1" 200 117 0.001553 10.0.0.22 - - [2025-11-10 02:58:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012228 10.0.0.22 - - [2025-11-10 02:58:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.003375 10.0.0.22 - - [2025-11-10 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.23 - - [2025-11-10 02:58:46] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.22 - - [2025-11-10 02:58:46] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008193 10.0.0.22 - - [2025-11-10 02:58:46] "POST /service-templates HTTP/1.1" 200 543 0.041932 10.0.0.22 - - [2025-11-10 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.22 - - [2025-11-10 02:58:46] "GET /service-template/714ab58c-e09c-40d4-86a7-233662d12d35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.008636 10.0.0.22 - - [2025-11-10 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.22 - - [2025-11-10 02:58:46] "GET /service-template/714ab58c-e09c-40d4-86a7-233662d12d35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005387 10.0.0.22 - - [2025-11-10 02:58:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001236 10.0.0.23 - - [2025-11-10 02:58:46] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001121 10.0.0.22 - - [2025-11-10 02:58:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.000934 10.0.0.22 - - [2025-11-10 02:58:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001397 10.0.0.22 - - [2025-11-10 02:58:46] "POST /neutron/port HTTP/1.1" 200 1058 0.349180 10.0.0.22 - - [2025-11-10 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.22 - - [2025-11-10 02:58:46] "POST /neutron/port HTTP/1.1" 200 1058 0.010883 10.0.0.22 - - [2025-11-10 02:58:46] "DELETE /service-template/714ab58c-e09c-40d4-86a7-233662d12d35 HTTP/1.1" 200 115 0.040125 10.0.0.22 - - [2025-11-10 02:58:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.005524 10.0.0.22 - - [2025-11-10 02:58:47] "POST /neutron/port HTTP/1.1" 200 1086 0.017111 10.0.0.22 - - [2025-11-10 02:58:47] "POST /neutron/network HTTP/1.1" 200 834 0.006596 10.0.0.22 - - [2025-11-10 02:58:47] "POST /neutron/network HTTP/1.1" 200 834 0.006212 10.0.0.22 - - [2025-11-10 02:58:47] "POST /neutron/port HTTP/1.1" 200 151 0.172685 10.0.0.22 - - [2025-11-10 02:58:48] "POST /neutron/port HTTP/1.1" 200 151 0.168438 10.0.0.22 - - [2025-11-10 02:58:48] "POST /neutron/network HTTP/1.1" 200 117 0.010617 10.0.0.23 - - [2025-11-10 02:58:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002791 10.0.0.23 - - [2025-11-10 02:58:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003647 10.0.0.22 - - [2025-11-10 02:58:49] "POST /neutron/network HTTP/1.1" 200 151 0.125595 10.0.0.50 - - [2025-11-10 02:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008641 10.0.0.22 - - [2025-11-10 02:58:49] "POST /neutron/network HTTP/1.1" 200 832 0.007121 10.0.0.50 - - [2025-11-10 02:58:50] "DELETE /route-target/f3f54874-32fa-4f0e-bf0b-029cfdede83e HTTP/1.1" 200 115 0.025842 10.0.0.23 - - [2025-11-10 02:58:51] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001092 10.0.0.22 - - [2025-11-10 02:58:51] "GET /project/25161f94-8c88-4387-a4f8-709bf3e97b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052682 10.0.0.23 - - [2025-11-10 02:58:51] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002085 10.0.0.22 - - [2025-11-10 02:58:51] "GET /project/25161f94-8c88-4387-a4f8-709bf3e97b3a?fields=virtual_networks HTTP/1.1" 200 1028 0.053845 10.0.0.23 - - [2025-11-10 02:58:51] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127 10.0.0.22 - - [2025-11-10 02:58:51] "GET /project/25161f94-8c88-4387-a4f8-709bf3e97b3a?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.072629 10.0.0.23 - - [2025-11-10 02:58:51] "GET /projects?obj_uuids=25161f94-8c88-4387-a4f8-709bf3e97b3a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001283 10.0.0.22 - - [2025-11-10 02:58:51] "GET /project/25161f94-8c88-4387-a4f8-709bf3e97b3a?fields=security_groups HTTP/1.1" 200 1252 0.064115 10.0.0.22 - - [2025-11-10 02:58:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.029502 10.0.0.23 - - [2025-11-10 02:58:52] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003333 10.0.0.23 - - [2025-11-10 02:58:52] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001336 10.0.0.23 - - [2025-11-10 02:58:52] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008758 10.0.0.23 - - [2025-11-10 02:58:53] "POST /id-to-fqname HTTP/1.1" 200 186 0.001591 10.0.0.23 - - [2025-11-10 02:58:53] "POST /fqname-to-id HTTP/1.1" 404 195 0.005403 10.0.0.23 - - [2025-11-10 02:58:53] "POST /security-groups HTTP/1.1" 200 587 0.041428 10.0.0.23 - - [2025-11-10 02:58:53] "POST /projects HTTP/1.1" 200 577 0.268532 10.0.0.23 - - [2025-11-10 02:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.306360 10.0.0.50 - - [2025-11-10 02:58:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.009736 10.0.0.22 - - [2025-11-10 02:58:53] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.461486 10.0.0.22 - - [2025-11-10 02:58:54] "GET / HTTP/1.1" 200 35931 0.002499 10.0.0.22 - - [2025-11-10 02:58:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000472 10.0.0.22 - - [2025-11-10 02:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.057944 10.0.0.23 - - [2025-11-10 02:58:56] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001184 10.0.0.22 - - [2025-11-10 02:58:56] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.041425 10.0.0.23 - - [2025-11-10 02:58:56] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001068 10.0.0.22 - - [2025-11-10 02:58:57] "POST /neutron/network HTTP/1.1" 200 611 0.141545 10.0.0.22 - - [2025-11-10 02:58:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.003013 10.0.0.22 - - [2025-11-10 02:58:57] "GET /virtual-network/696721e2-ce4f-47b2-b844-ada09743feb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006311 10.0.0.22 - - [2025-11-10 02:58:57] "POST /neutron/network HTTP/1.1" 200 829 0.006341 10.0.0.22 - - [2025-11-10 02:58:57] "GET /virtual-network/696721e2-ce4f-47b2-b844-ada09743feb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006245 10.0.0.50 - - [2025-11-10 02:58:57] "POST /ref-update HTTP/1.1" 200 156 0.022012 10.0.0.22 - - [2025-11-10 02:58:57] "GET /virtual-network/696721e2-ce4f-47b2-b844-ada09743feb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006515 10.0.0.23 - - [2025-11-10 02:58:59] "GET /obj-perms HTTP/1.1" 200 5056 0.090160 10.0.0.22 - - [2025-11-10 02:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.23 - - [2025-11-10 02:58:59] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001196 10.0.0.22 - - [2025-11-10 02:58:59] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.037443 10.0.0.22 - - [2025-11-10 02:58:59] "POST /neutron/network HTTP/1.1" 200 117 0.015845 10.0.0.22 - - [2025-11-10 02:59:00] "POST /neutron/network HTTP/1.1" 200 831 0.008359 10.0.0.22 - - [2025-11-10 02:59:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001150 10.0.0.22 - - [2025-11-10 02:59:00] "GET /virtual-network/1ee9792e-8968-4202-8a95-3a3a57b12aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005261 10.0.0.22 - - [2025-11-10 02:59:00] "GET /virtual-network/1ee9792e-8968-4202-8a95-3a3a57b12aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005463 10.0.0.22 - - [2025-11-10 02:59:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.008792 10.0.0.22 - - [2025-11-10 02:59:00] "GET /virtual-network/1ee9792e-8968-4202-8a95-3a3a57b12aea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005858 10.0.0.22 - - [2025-11-10 02:59:00] "GET /obj-perms HTTP/1.1" 200 5022 0.054860 10.0.0.50 - - [2025-11-10 02:59:01] "GET /obj-perms HTTP/1.1" 200 5022 0.048331 10.0.0.22 - - [2025-11-10 02:59:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.23 - - [2025-11-10 02:59:01] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001386 10.0.0.22 - - [2025-11-10 02:59:01] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.047189 10.0.0.50 - - [2025-11-10 02:59:01] "POST /route-targets HTTP/1.1" 200 327 0.015281 10.0.0.23 - - [2025-11-10 02:59:01] "POST /useragent-kv HTTP/1.1" 200 115 0.007651 10.0.0.22 - - [2025-11-10 02:59:01] "POST /neutron/subnet HTTP/1.1" 200 734 0.237241 10.0.0.22 - - [2025-11-10 02:59:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.002252 10.0.0.22 - - [2025-11-10 02:59:01] "GET /virtual-network/8e115fa3-9cc5-4413-a27c-8481372a4af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007185 10.0.0.22 - - [2025-11-10 02:59:01] "GET /virtual-network/8e115fa3-9cc5-4413-a27c-8481372a4af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008662 10.0.0.22 - - [2025-11-10 02:59:01] "POST /neutron/network HTTP/1.1" 200 834 0.008400 10.0.0.22 - - [2025-11-10 02:59:01] "GET /virtual-network/8e115fa3-9cc5-4413-a27c-8481372a4af5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007941 10.0.0.23 - - [2025-11-10 02:59:02] "GET /obj-perms HTTP/1.1" 200 5022 0.048517 10.0.0.22 - - [2025-11-10 02:59:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001466 10.0.0.23 - - [2025-11-10 02:59:03] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001067 10.0.0.22 - - [2025-11-10 02:59:03] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.072126 10.0.0.22 - - [2025-11-10 02:59:03] "POST /neutron/network HTTP/1.1" 200 831 0.007076 10.0.0.22 - - [2025-11-10 02:59:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001820 10.0.0.22 - - [2025-11-10 02:59:03] "POST /neutron/port HTTP/1.1" 200 117 0.008898 10.0.0.23 - - [2025-11-10 02:59:04] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001226 10.0.0.22 - - [2025-11-10 02:59:04] "POST /neutron/port HTTP/1.1" 200 1057 0.275729 10.0.0.22 - - [2025-11-10 02:59:04] "POST /neutron/port HTTP/1.1" 200 1111 0.121940 10.0.0.23 - - [2025-11-10 02:59:04] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001076 10.0.0.22 - - [2025-11-10 02:59:04] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.066951 10.0.0.22 - - [2025-11-10 02:59:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007866 10.0.0.22 - - [2025-11-10 02:59:04] "POST /neutron/network HTTP/1.1" 200 831 0.007030 10.0.0.22 - - [2025-11-10 02:59:04] "POST /neutron/port HTTP/1.1" 200 117 0.007540 10.0.0.22 - - [2025-11-10 02:59:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.004598 10.0.0.22 - - [2025-11-10 02:59:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.23 - - [2025-11-10 02:59:05] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001528 10.0.0.22 - - [2025-11-10 02:59:05] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011197 10.0.0.22 - - [2025-11-10 02:59:05] "POST /service-templates HTTP/1.1" 200 543 0.057208 10.0.0.22 - - [2025-11-10 02:59:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.22 - - [2025-11-10 02:59:05] "GET /service-template/eebda746-b095-4057-b194-bf63b855fa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.007058 10.0.0.22 - - [2025-11-10 02:59:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.22 - - [2025-11-10 02:59:05] "GET /service-template/eebda746-b095-4057-b194-bf63b855fa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004572 10.0.0.22 - - [2025-11-10 02:59:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001599 10.0.0.22 - - [2025-11-10 02:59:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001866 10.0.0.22 - - [2025-11-10 02:59:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.002683 10.0.0.22 - - [2025-11-10 02:59:05] "POST /neutron/port HTTP/1.1" 200 1915 0.019568 10.0.0.22 - - [2025-11-10 02:59:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.22 - - [2025-11-10 02:59:05] "DELETE /service-template/eebda746-b095-4057-b194-bf63b855fa87 HTTP/1.1" 200 115 0.028546 10.0.0.22 - - [2025-11-10 02:59:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.006318 10.0.0.22 - - [2025-11-10 02:59:05] "POST /neutron/port HTTP/1.1" 200 1058 0.015486 10.0.0.22 - - [2025-11-10 02:59:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004322 10.0.0.22 - - [2025-11-10 02:59:06] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.22 - - [2025-11-10 02:59:06] "POST /neutron/port HTTP/1.1" 200 1085 0.022952 10.0.0.22 - - [2025-11-10 02:59:07] "POST /neutron/port HTTP/1.1" 200 1086 0.017930 10.0.0.22 - - [2025-11-10 02:59:07] "POST /neutron/port HTTP/1.1" 200 117 0.006500 10.0.0.22 - - [2025-11-10 02:59:08] "POST /neutron/network HTTP/1.1" 200 834 0.008187 10.0.0.50 - - [2025-11-10 02:59:08] "DELETE /route-target/8beecac6-7a72-429d-9be0-4a735ec88875 HTTP/1.1" 200 115 0.032784 10.0.0.22 - - [2025-11-10 02:59:08] "POST /neutron/network HTTP/1.1" 200 831 0.007394 10.0.0.23 - - [2025-11-10 02:59:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002901 10.0.0.50 - - [2025-11-10 02:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.23 - - [2025-11-10 02:59:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002467 10.0.0.22 - - [2025-11-10 02:59:09] "POST /neutron/network HTTP/1.1" 200 151 0.118575 10.0.0.22 - - [2025-11-10 02:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.23 - - [2025-11-10 02:59:11] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001112 10.0.0.22 - - [2025-11-10 02:59:11] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.048995 10.0.0.50 - - [2025-11-10 02:59:12] "POST /ref-update HTTP/1.1" 200 156 0.023409 10.0.0.23 - - [2025-11-10 02:59:12] "POST /useragent-kv HTTP/1.1" 200 115 0.008303 10.0.0.22 - - [2025-11-10 02:59:12] "POST /neutron/subnet HTTP/1.1" 200 719 0.237980 10.0.0.22 - - [2025-11-10 02:59:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001377 10.0.0.22 - - [2025-11-10 02:59:12] "GET /virtual-network/d983c034-8673-49a6-897b-151a4da597ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005547 10.0.0.22 - - [2025-11-10 02:59:12] "GET /virtual-network/d983c034-8673-49a6-897b-151a4da597ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006099 10.0.0.22 - - [2025-11-10 02:59:12] "POST /neutron/network HTTP/1.1" 200 829 0.007335 10.0.0.22 - - [2025-11-10 02:59:12] "GET /virtual-network/d983c034-8673-49a6-897b-151a4da597ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006035 10.0.0.22 - - [2025-11-10 02:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007030 10.0.0.23 - - [2025-11-10 02:59:13] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001089 10.0.0.22 - - [2025-11-10 02:59:13] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.053489 10.0.0.23 - - [2025-11-10 02:59:13] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001007 10.0.0.22 - - [2025-11-10 02:59:13] "POST /neutron/network HTTP/1.1" 200 611 0.142614 10.0.0.22 - - [2025-11-10 02:59:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.003470 10.0.0.22 - - [2025-11-10 02:59:13] "GET /virtual-network/ce870f51-9051-4d42-b096-11cd9ca0d2b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005382 10.0.0.22 - - [2025-11-10 02:59:13] "POST /neutron/network HTTP/1.1" 200 830 0.007888 10.0.0.22 - - [2025-11-10 02:59:13] "GET /virtual-network/ce870f51-9051-4d42-b096-11cd9ca0d2b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005764 10.0.0.22 - - [2025-11-10 02:59:13] "GET /virtual-network/ce870f51-9051-4d42-b096-11cd9ca0d2b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005319 10.0.0.22 - - [2025-11-10 02:59:14] "GET /obj-perms HTTP/1.1" 200 5022 0.003833 10.0.0.50 - - [2025-11-10 02:59:14] "GET /obj-perms HTTP/1.1" 200 5022 0.009143 10.0.0.22 - - [2025-11-10 02:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.23 - - [2025-11-10 02:59:14] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001713 10.0.0.22 - - [2025-11-10 02:59:14] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.049163 10.0.0.22 - - [2025-11-10 02:59:14] "POST /neutron/network HTTP/1.1" 200 117 0.014715 10.0.0.50 - - [2025-11-10 02:59:14] "POST /route-targets HTTP/1.1" 200 327 0.016324 10.0.0.22 - - [2025-11-10 02:59:14] "POST /neutron/network HTTP/1.1" 200 832 0.010065 10.0.0.22 - - [2025-11-10 02:59:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001611 10.0.0.22 - - [2025-11-10 02:59:14] "GET /virtual-network/d336db3d-1c24-4280-95ee-814ea98c0614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006847 10.0.0.22 - - [2025-11-10 02:59:14] "GET /virtual-network/d336db3d-1c24-4280-95ee-814ea98c0614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006118 10.0.0.22 - - [2025-11-10 02:59:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.010546 10.0.0.22 - - [2025-11-10 02:59:15] "GET /virtual-network/d336db3d-1c24-4280-95ee-814ea98c0614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006498 10.0.0.23 - - [2025-11-10 02:59:15] "GET /obj-perms HTTP/1.1" 200 5022 0.004593 10.0.0.22 - - [2025-11-10 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.23 - - [2025-11-10 02:59:15] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001687 10.0.0.22 - - [2025-11-10 02:59:15] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.043640 10.0.0.50 - - [2025-11-10 02:59:15] "POST /ref-update HTTP/1.1" 200 156 0.020363 10.0.0.23 - - [2025-11-10 02:59:15] "POST /useragent-kv HTTP/1.1" 200 115 0.007497 10.0.0.22 - - [2025-11-10 02:59:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.209563 10.0.0.22 - - [2025-11-10 02:59:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.001321 10.0.0.22 - - [2025-11-10 02:59:15] "GET /virtual-network/bd8f6b96-2d9f-489b-b61b-3aada5ebfbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005867 10.0.0.22 - - [2025-11-10 02:59:16] "GET /virtual-network/bd8f6b96-2d9f-489b-b61b-3aada5ebfbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005806 10.0.0.22 - - [2025-11-10 02:59:16] "POST /neutron/network HTTP/1.1" 200 840 0.007118 10.0.0.22 - - [2025-11-10 02:59:16] "GET /virtual-network/bd8f6b96-2d9f-489b-b61b-3aada5ebfbc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005526 10.0.0.22 - - [2025-11-10 02:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2025-11-10 02:59:16] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000983 10.0.0.22 - - [2025-11-10 02:59:16] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.046095 10.0.0.23 - - [2025-11-10 02:59:16] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001384 10.0.0.22 - - [2025-11-10 02:59:16] "POST /neutron/network HTTP/1.1" 200 625 0.130830 10.0.0.22 - - [2025-11-10 02:59:17] "POST /id-to-fqname HTTP/1.1" 200 228 0.003284 10.0.0.22 - - [2025-11-10 02:59:17] "GET /virtual-network/0601f679-2719-4947-9bb6-e2b63c539c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005762 10.0.0.22 - - [2025-11-10 02:59:17] "POST /neutron/network HTTP/1.1" 200 845 0.008778 10.0.0.22 - - [2025-11-10 02:59:17] "GET /virtual-network/0601f679-2719-4947-9bb6-e2b63c539c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007317 10.0.0.22 - - [2025-11-10 02:59:17] "GET /virtual-network/0601f679-2719-4947-9bb6-e2b63c539c67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006023 10.0.0.22 - - [2025-11-10 02:59:17] "GET /obj-perms HTTP/1.1" 200 5022 0.004084 10.0.0.50 - - [2025-11-10 02:59:17] "GET /obj-perms HTTP/1.1" 200 5022 0.003566 10.0.0.22 - - [2025-11-10 02:59:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001381 10.0.0.22 - - [2025-11-10 02:59:17] "POST /neutron/network HTTP/1.1" 200 840 0.008413 10.0.0.23 - - [2025-11-10 02:59:18] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001084 10.0.0.22 - - [2025-11-10 02:59:18] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.068022 10.0.0.22 - - [2025-11-10 02:59:18] "POST /neutron/port HTTP/1.1" 200 117 0.011385 10.0.0.22 - - [2025-11-10 02:59:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001379 10.0.0.22 - - [2025-11-10 02:59:19] "POST /neutron/network HTTP/1.1" 200 840 0.007224 10.0.0.22 - - [2025-11-10 02:59:19] "POST /neutron/port HTTP/1.1" 200 1056 0.018156 10.0.0.23 - - [2025-11-10 02:59:19] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001047 10.0.0.22 - - [2025-11-10 02:59:19] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.112145 10.0.0.22 - - [2025-11-10 02:59:19] "POST /neutron/port HTTP/1.1" 200 1084 0.019249 10.0.0.22 - - [2025-11-10 02:59:19] "POST /neutron/port HTTP/1.1" 200 117 0.001794 10.0.0.22 - - [2025-11-10 02:59:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007691 10.0.0.22 - - [2025-11-10 02:59:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003464 10.0.0.22 - - [2025-11-10 02:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.23 - - [2025-11-10 02:59:20] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.22 - - [2025-11-10 02:59:20] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007367 10.0.0.22 - - [2025-11-10 02:59:20] "POST /service-templates HTTP/1.1" 200 543 0.038844 10.0.0.22 - - [2025-11-10 02:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.22 - - [2025-11-10 02:59:20] "GET /service-template/f13b6869-bc2d-414b-bf6d-6d252205b608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.009359 10.0.0.22 - - [2025-11-10 02:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.22 - - [2025-11-10 02:59:20] "GET /service-template/f13b6869-bc2d-414b-bf6d-6d252205b608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004721 10.0.0.22 - - [2025-11-10 02:59:20] "POST /id-to-fqname HTTP/1.1" 200 221 0.001152 10.0.0.22 - - [2025-11-10 02:59:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.001667 10.0.0.22 - - [2025-11-10 02:59:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001770 10.0.0.23 - - [2025-11-10 02:59:20] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000969 10.0.0.22 - - [2025-11-10 02:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007347 10.0.0.22 - - [2025-11-10 02:59:20] "POST /neutron/port HTTP/1.1" 200 1056 0.313361 10.0.0.22 - - [2025-11-10 02:59:20] "DELETE /service-template/f13b6869-bc2d-414b-bf6d-6d252205b608 HTTP/1.1" 200 115 0.035332 10.0.0.22 - - [2025-11-10 02:59:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.005536 10.0.0.22 - - [2025-11-10 02:59:20] "POST /neutron/port HTTP/1.1" 200 1056 0.015059 10.0.0.22 - - [2025-11-10 02:59:21] "POST /neutron/port HTTP/1.1" 200 1084 0.022275 10.0.0.22 - - [2025-11-10 02:59:21] "POST /neutron/network HTTP/1.1" 200 832 0.007818 10.0.0.23 - - [2025-11-10 02:59:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004040 10.0.0.23 - - [2025-11-10 02:59:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003280 10.0.0.50 - - [2025-11-10 02:59:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.014079 10.0.0.22 - - [2025-11-10 02:59:21] "POST /neutron/network HTTP/1.1" 200 151 0.136654 10.0.0.22 - - [2025-11-10 02:59:21] "POST /neutron/port HTTP/1.1" 200 1084 0.020659 10.0.0.50 - - [2025-11-10 02:59:21] "DELETE /route-target/9ba6a2f5-98d1-4454-8046-c870d3ba0d35 HTTP/1.1" 200 115 0.024625 10.0.0.22 - - [2025-11-10 02:59:21] "POST /neutron/network HTTP/1.1" 200 832 0.006309 10.0.0.22 - - [2025-11-10 02:59:22] "POST /neutron/port HTTP/1.1" 200 1110 0.014819 10.0.0.22 - - [2025-11-10 02:59:22] "POST /neutron/port HTTP/1.1" 200 117 0.006934 10.0.0.22 - - [2025-11-10 02:59:23] "POST /neutron/port HTTP/1.1" 200 117 0.006775 10.0.0.22 - - [2025-11-10 02:59:24] "POST /neutron/network HTTP/1.1" 200 830 0.007016 10.0.0.50 - - [2025-11-10 02:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.50 - - [2025-11-10 02:59:24] "DELETE /access-control-list/2258185e-dbe9-4ffe-9951-2e70215e949a HTTP/1.1" 200 115 0.064790 10.0.0.23 - - [2025-11-10 02:59:24] "POST /useragent-kv HTTP/1.1" 200 115 0.015924 10.0.0.23 - - [2025-11-10 02:59:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005437 10.0.0.22 - - [2025-11-10 02:59:24] "POST /neutron/network HTTP/1.1" 200 151 0.272052 10.0.0.23 - - [2025-11-10 02:59:26] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001338 10.0.0.22 - - [2025-11-10 02:59:26] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.050332 10.0.0.23 - - [2025-11-10 02:59:26] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002646 10.0.0.22 - - [2025-11-10 02:59:26] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?fields=virtual_networks HTTP/1.1" 200 1025 0.081900 10.0.0.23 - - [2025-11-10 02:59:26] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001117 10.0.0.22 - - [2025-11-10 02:59:26] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.051214 10.0.0.23 - - [2025-11-10 02:59:26] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001138 10.0.0.22 - - [2025-11-10 02:59:26] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?fields=security_groups HTTP/1.1" 200 1247 0.055562 10.0.0.22 - - [2025-11-10 02:59:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.028246 10.0.0.23 - - [2025-11-10 02:59:27] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004587 10.0.0.23 - - [2025-11-10 02:59:27] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.23 - - [2025-11-10 02:59:27] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009745 10.0.0.23 - - [2025-11-10 02:59:27] "POST /id-to-fqname HTTP/1.1" 200 192 0.002480 10.0.0.23 - - [2025-11-10 02:59:27] "POST /fqname-to-id HTTP/1.1" 404 201 0.004452 10.0.0.23 - - [2025-11-10 02:59:28] "POST /security-groups HTTP/1.1" 200 593 0.073341 10.0.0.50 - - [2025-11-10 02:59:28] "POST /fqname-to-id HTTP/1.1" 404 236 0.004451 10.0.0.23 - - [2025-11-10 02:59:28] "POST /projects HTTP/1.1" 200 589 0.290991 10.0.0.23 - - [2025-11-10 02:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.335455 10.0.0.22 - - [2025-11-10 02:59:28] "GET /project/dd4dd569-ada9-49b4-afb1-c036e9b16382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.493629 10.0.0.50 - - [2025-11-10 02:59:28] "POST /access-control-lists HTTP/1.1" 200 596 0.059609 10.0.0.23 - - [2025-11-10 02:59:28] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001380 10.0.0.23 - - [2025-11-10 02:59:28] "DELETE /project/25161f94-8c88-4387-a4f8-709bf3e97b3a HTTP/1.1" 404 177 0.011778 10.0.0.23 - - [2025-11-10 02:59:28] "DELETE /project/dd4dd569ada949b4afb1c036e9b16382 HTTP/1.1" 404 173 0.009950 10.0.0.23 - - [2025-11-10 02:59:28] "DELETE /project/99ad2ad8d3664d659f207ab85e69e5c3 HTTP/1.1" 404 173 0.014403 10.0.0.23 - - [2025-11-10 02:59:28] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.057319 10.0.0.23 - - [2025-11-10 02:59:28] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000913 10.0.0.23 - - [2025-11-10 02:59:28] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?fields=security_groups HTTP/1.1" 200 1352 0.045141 10.0.0.23 - - [2025-11-10 02:59:28] "DELETE /security-group/514f1ff8-39df-47b6-91c8-0515b743c0f5 HTTP/1.1" 200 115 0.056043 10.0.0.23 - - [2025-11-10 02:59:28] "GET /projects?obj_uuids=99ad2ad8-d366-4d65-9f20-7ab85e69e5c3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.003520 10.0.0.23 - - [2025-11-10 02:59:28] "GET /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3?fields=application_policy_sets HTTP/1.1" 200 1391 0.048807 10.0.0.23 - - [2025-11-10 02:59:29] "DELETE /project/99ad2ad8-d366-4d65-9f20-7ab85e69e5c3 HTTP/1.1" 200 115 0.408108 10.0.0.22 - - [2025-11-10 02:59:29] "GET / HTTP/1.1" 200 35931 0.001797 10.0.0.22 - - [2025-11-10 02:59:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000581 10.0.0.22 - - [2025-11-10 02:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.059508 10.0.0.23 - - [2025-11-10 02:59:31] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001056 10.0.0.22 - - [2025-11-10 02:59:31] "GET /project/dd4dd569-ada9-49b4-afb1-c036e9b16382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.053030 10.0.0.50 - - [2025-11-10 02:59:32] "POST /route-targets HTTP/1.1" 200 327 0.017757 10.0.0.23 - - [2025-11-10 02:59:32] "POST /useragent-kv HTTP/1.1" 200 115 0.006970 10.0.0.22 - - [2025-11-10 02:59:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.248114 10.0.0.22 - - [2025-11-10 02:59:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.001513 10.0.0.22 - - [2025-11-10 02:59:32] "GET /virtual-network/39ffcd6c-ee04-48d2-9c8a-5cb753f290bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005730 10.0.0.22 - - [2025-11-10 02:59:32] "GET /virtual-network/39ffcd6c-ee04-48d2-9c8a-5cb753f290bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006239 10.0.0.22 - - [2025-11-10 02:59:32] "POST /neutron/network HTTP/1.1" 200 829 0.008844 10.0.0.22 - - [2025-11-10 02:59:33] "GET /virtual-network/39ffcd6c-ee04-48d2-9c8a-5cb753f290bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005989 10.0.0.23 - - [2025-11-10 02:59:34] "GET /obj-perms HTTP/1.1" 200 5034 0.074522 10.0.0.22 - - [2025-11-10 02:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.23 - - [2025-11-10 02:59:34] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000955 10.0.0.22 - - [2025-11-10 02:59:34] "GET /project/dd4dd569-ada9-49b4-afb1-c036e9b16382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.036709 10.0.0.23 - - [2025-11-10 02:59:34] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001088 10.0.0.22 - - [2025-11-10 02:59:34] "POST /neutron/network HTTP/1.1" 200 613 0.159833 10.0.0.50 - - [2025-11-10 02:59:34] "POST /ref-update HTTP/1.1" 200 156 0.036183 10.0.0.22 - - [2025-11-10 02:59:35] "POST /id-to-fqname HTTP/1.1" 200 225 0.005261 10.0.0.22 - - [2025-11-10 02:59:35] "GET /virtual-network/4f6ad22b-8b33-4bd8-9305-9ec5d4f4f048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006353 10.0.0.22 - - [2025-11-10 02:59:35] "POST /neutron/network HTTP/1.1" 200 831 0.011578 10.0.0.22 - - [2025-11-10 02:59:35] "GET /virtual-network/4f6ad22b-8b33-4bd8-9305-9ec5d4f4f048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005559 10.0.0.22 - - [2025-11-10 02:59:35] "GET /virtual-network/4f6ad22b-8b33-4bd8-9305-9ec5d4f4f048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006322 10.0.0.22 - - [2025-11-10 02:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.23 - - [2025-11-10 02:59:35] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001090 10.0.0.22 - - [2025-11-10 02:59:35] "GET /project/dd4dd569-ada9-49b4-afb1-c036e9b16382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.056765 10.0.0.22 - - [2025-11-10 02:59:35] "POST /neutron/network HTTP/1.1" 200 117 0.021697 10.0.0.22 - - [2025-11-10 02:59:36] "POST /neutron/network HTTP/1.1" 200 837 0.008113 10.0.0.22 - - [2025-11-10 02:59:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001189 10.0.0.22 - - [2025-11-10 02:59:36] "GET /virtual-network/5e4f646a-3a6f-45fc-b90d-ccbe322237e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005231 10.0.0.22 - - [2025-11-10 02:59:36] "GET /virtual-network/5e4f646a-3a6f-45fc-b90d-ccbe322237e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006478 10.0.0.22 - - [2025-11-10 02:59:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.020891 10.0.0.22 - - [2025-11-10 02:59:36] "GET /virtual-network/5e4f646a-3a6f-45fc-b90d-ccbe322237e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005540 10.0.0.22 - - [2025-11-10 02:59:37] "GET /obj-perms HTTP/1.1" 200 5034 0.052163 10.0.0.50 - - [2025-11-10 02:59:37] "GET /obj-perms HTTP/1.1" 200 5034 0.051867 10.0.0.22 - - [2025-11-10 02:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.23 - - [2025-11-10 02:59:37] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001317 10.0.0.22 - - [2025-11-10 02:59:37] "GET /project/dd4dd569-ada9-49b4-afb1-c036e9b16382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.057590 10.0.0.50 - - [2025-11-10 02:59:37] "POST /route-targets HTTP/1.1" 200 327 0.023387 10.0.0.23 - - [2025-11-10 02:59:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005246 10.0.0.22 - - [2025-11-10 02:59:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.196927 10.0.0.22 - - [2025-11-10 02:59:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001641 10.0.0.22 - - [2025-11-10 02:59:37] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006410 10.0.0.22 - - [2025-11-10 02:59:37] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007528 10.0.0.22 - - [2025-11-10 02:59:37] "POST /neutron/network HTTP/1.1" 200 847 0.007644 10.0.0.22 - - [2025-11-10 02:59:38] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007125 10.0.0.23 - - [2025-11-10 02:59:38] "GET /obj-perms HTTP/1.1" 200 5034 0.004195 10.0.0.22 - - [2025-11-10 02:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.23 - - [2025-11-10 02:59:38] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001269 10.0.0.22 - - [2025-11-10 02:59:38] "GET /project/dd4dd569-ada9-49b4-afb1-c036e9b16382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.049504 10.0.0.23 - - [2025-11-10 02:59:38] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001444 10.0.0.22 - - [2025-11-10 02:59:38] "POST /neutron/network HTTP/1.1" 200 631 0.127579 10.0.0.50 - - [2025-11-10 02:59:38] "POST /ref-update HTTP/1.1" 200 156 0.031117 10.0.0.22 - - [2025-11-10 02:59:39] "POST /id-to-fqname HTTP/1.1" 200 234 0.003294 10.0.0.22 - - [2025-11-10 02:59:39] "GET /virtual-network/4e74e637-a9f4-4448-b78b-909caf816a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006302 10.0.0.22 - - [2025-11-10 02:59:39] "POST /neutron/network HTTP/1.1" 200 850 0.006511 10.0.0.22 - - [2025-11-10 02:59:39] "GET /virtual-network/4e74e637-a9f4-4448-b78b-909caf816a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006745 10.0.0.22 - - [2025-11-10 02:59:39] "GET /virtual-network/4e74e637-a9f4-4448-b78b-909caf816a2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006807 10.0.0.22 - - [2025-11-10 02:59:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001489 10.0.0.22 - - [2025-11-10 02:59:39] "POST /neutron/network HTTP/1.1" 200 839 0.007142 10.0.0.23 - - [2025-11-10 02:59:40] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000979 10.0.0.22 - - [2025-11-10 02:59:40] "GET /project/dd4dd569-ada9-49b4-afb1-c036e9b16382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.072500 10.0.0.22 - - [2025-11-10 02:59:40] "POST /neutron/port HTTP/1.1" 200 117 0.009216 10.0.0.22 - - [2025-11-10 02:59:40] "POST /id-to-fqname HTTP/1.1" 200 225 0.001379 10.0.0.22 - - [2025-11-10 02:59:41] "POST /neutron/network HTTP/1.1" 200 839 0.009131 10.0.0.22 - - [2025-11-10 02:59:41] "POST /neutron/port HTTP/1.1" 200 1061 0.015232 10.0.0.23 - - [2025-11-10 02:59:41] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000981 10.0.0.22 - - [2025-11-10 02:59:41] "GET /project/dd4dd569-ada9-49b4-afb1-c036e9b16382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.111607 10.0.0.22 - - [2025-11-10 02:59:41] "POST /neutron/network HTTP/1.1" 200 831 0.007173 10.0.0.22 - - [2025-11-10 02:59:41] "POST /neutron/port HTTP/1.1" 200 117 0.001667 10.0.0.22 - - [2025-11-10 02:59:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007652 10.0.0.22 - - [2025-11-10 02:59:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.003496 10.0.0.22 - - [2025-11-10 02:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.23 - - [2025-11-10 02:59:42] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.22 - - [2025-11-10 02:59:42] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008811 10.0.0.22 - - [2025-11-10 02:59:42] "POST /service-templates HTTP/1.1" 200 543 0.028078 10.0.0.22 - - [2025-11-10 02:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.22 - - [2025-11-10 02:59:42] "GET /service-template/fe284d43-7ee0-4a51-b410-01a6c945be4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.006995 10.0.0.22 - - [2025-11-10 02:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.22 - - [2025-11-10 02:59:42] "GET /service-template/fe284d43-7ee0-4a51-b410-01a6c945be4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.004920 10.0.0.22 - - [2025-11-10 02:59:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001654 10.0.0.23 - - [2025-11-10 02:59:42] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002037 10.0.0.22 - - [2025-11-10 02:59:42] "POST /neutron/port HTTP/1.1" 200 1061 0.358805 10.0.0.22 - - [2025-11-10 02:59:42] "POST /neutron/port HTTP/1.1" 200 1061 0.012533 10.0.0.22 - - [2025-11-10 02:59:43] "POST /neutron/port HTTP/1.1" 200 1115 0.137649 10.0.0.22 - - [2025-11-10 02:59:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.009288 10.0.0.23 - - [2025-11-10 02:59:43] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001444 10.0.0.22 - - [2025-11-10 02:59:43] "GET /project/dd4dd569-ada9-49b4-afb1-c036e9b16382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.074821 10.0.0.22 - - [2025-11-10 02:59:43] "POST /neutron/network HTTP/1.1" 200 847 0.006763 10.0.0.22 - - [2025-11-10 02:59:43] "POST /neutron/port HTTP/1.1" 200 117 0.006041 10.0.0.22 - - [2025-11-10 02:59:43] "GET /virtual-machine/32b61a13-a74c-4697-b240-6479983be1be HTTP/1.1" 401 292 0.000451 10.0.0.22 - - [2025-11-10 02:59:44] "GET /virtual-machine/32b61a13-a74c-4697-b240-6479983be1be HTTP/1.1" 404 171 0.033019 10.0.0.22 - - [2025-11-10 02:59:44] "POST /neutron/port HTTP/1.1" 200 1061 0.023193 10.0.0.22 - - [2025-11-10 02:59:44] "POST /neutron/port HTTP/1.1" 200 1089 0.022947 10.0.0.22 - - [2025-11-10 02:59:45] "POST /neutron/port HTTP/1.1" 200 117 0.001708 10.0.0.22 - - [2025-11-10 02:59:46] "GET /virtual-machine/32b61a13-a74c-4697-b240-6479983be1be HTTP/1.1" 200 1294 0.006286 10.0.0.22 - - [2025-11-10 02:59:46] "GET /virtual-machine-interface/0bbf1ed2-18bb-4913-aaed-9923519e6036 HTTP/1.1" 200 2983 0.005446 10.0.0.22 - - [2025-11-10 02:59:46] "GET /virtual-machine-interface/0bbf1ed2-18bb-4913-aaed-9923519e6036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.005440 10.0.0.22 - - [2025-11-10 02:59:46] "PUT /virtual-machine-interface/0bbf1ed2-18bb-4913-aaed-9923519e6036 HTTP/1.1" 200 284 0.015364 10.0.0.22 - - [2025-11-10 02:59:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010472 10.0.0.22 - - [2025-11-10 02:59:51] "POST /neutron/port HTTP/1.1" 200 1089 0.025163 10.0.0.22 - - [2025-11-10 02:59:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.024147 10.0.0.22 - - [2025-11-10 02:59:51] "GET /virtual-machine/32b61a13-a74c-4697-b240-6479983be1be HTTP/1.1" 200 1294 0.018805 10.0.0.22 - - [2025-11-10 02:59:51] "GET /virtual-machine-interface/0bbf1ed2-18bb-4913-aaed-9923519e6036 HTTP/1.1" 200 3033 0.006174 10.0.0.22 - - [2025-11-10 02:59:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005117 10.0.0.22 - - [2025-11-10 02:59:51] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005270 10.0.0.22 - - [2025-11-10 02:59:51] "GET /virtual-networks?parent_id=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005418 10.0.0.22 - - [2025-11-10 02:59:52] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007098 10.0.0.22 - - [2025-11-10 02:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005492 10.0.0.22 - - [2025-11-10 02:59:55] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.012776 10.0.0.22 - - [2025-11-10 02:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.22 - - [2025-11-10 02:59:59] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005136 10.0.0.22 - - [2025-11-10 02:59:59] "GET /obj-perms HTTP/1.1" 200 5056 0.047919 10.0.0.50 - - [2025-11-10 03:00:00] "GET /obj-perms HTTP/1.1" 200 5056 0.046721 10.0.0.22 - - [2025-11-10 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.22 - - [2025-11-10 03:00:03] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006531 10.0.0.22 - - [2025-11-10 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.22 - - [2025-11-10 03:00:07] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005222 10.0.0.22 - - [2025-11-10 03:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.22 - - [2025-11-10 03:00:11] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007176 10.0.0.22 - - [2025-11-10 03:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.22 - - [2025-11-10 03:00:15] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005539 10.0.0.22 - - [2025-11-10 03:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.22 - - [2025-11-10 03:00:19] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005465 10.0.0.22 - - [2025-11-10 03:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.22 - - [2025-11-10 03:00:23] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005657 10.0.0.22 - - [2025-11-10 03:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.22 - - [2025-11-10 03:00:27] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007949 10.0.0.22 - - [2025-11-10 03:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.22 - - [2025-11-10 03:00:31] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.008261 10.0.0.22 - - [2025-11-10 03:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.22 - - [2025-11-10 03:00:34] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007344 10.0.0.22 - - [2025-11-10 03:00:34] "GET /virtual-networks?parent_id=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003612 10.0.0.22 - - [2025-11-10 03:00:34] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006827 10.0.0.22 - - [2025-11-10 03:00:35] "POST /neutron/port HTTP/1.1" 200 1089 0.047097 10.0.0.22 - - [2025-11-10 03:00:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004031 10.0.0.22 - - [2025-11-10 03:00:35] "POST /neutron/network HTTP/1.1" 200 829 0.010567 10.0.0.22 - - [2025-11-10 03:00:39] "POST /neutron/port HTTP/1.1" 200 1089 0.020880 10.0.0.22 - - [2025-11-10 03:00:40] "POST /neutron/port HTTP/1.1" 200 1089 0.036500 10.0.0.22 - - [2025-11-10 03:00:40] "POST /neutron/subnet HTTP/1.1" 200 694 0.011486 10.0.0.22 - - [2025-11-10 03:00:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.031482 10.0.0.22 - - [2025-11-10 03:00:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008947 10.0.0.22 - - [2025-11-10 03:00:49] "POST /neutron/port HTTP/1.1" 200 1089 0.016164 10.0.0.22 - - [2025-11-10 03:00:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.003814 10.0.0.22 - - [2025-11-10 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.23 - - [2025-11-10 03:00:55] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001725 10.0.0.22 - - [2025-11-10 03:00:55] "GET /project/dd4dd569-ada9-49b4-afb1-c036e9b16382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.061245 10.0.0.22 - - [2025-11-10 03:00:55] "POST /service-instances HTTP/1.1" 200 547 0.042276 10.0.0.22 - - [2025-11-10 03:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005165 10.0.0.22 - - [2025-11-10 03:00:55] "GET /service-instance/ce4f5279-bd1d-40d3-94f7-bdcce326b9b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.009328 10.0.0.22 - - [2025-11-10 03:00:55] "POST /port-tuples HTTP/1.1" 200 590 0.057312 10.0.0.22 - - [2025-11-10 03:00:55] "GET /virtual-machine-interface/0bbf1ed2-18bb-4913-aaed-9923519e6036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007031 10.0.0.22 - - [2025-11-10 03:00:55] "PUT /virtual-machine-interface/0bbf1ed2-18bb-4913-aaed-9923519e6036 HTTP/1.1" 200 284 0.034229 10.0.0.22 - - [2025-11-10 03:00:55] "POST /ref-update HTTP/1.1" 200 156 0.023885 10.0.0.50 - - [2025-11-10 03:00:55] "POST /ref-update HTTP/1.1" 200 156 0.040097 10.0.0.22 - - [2025-11-10 03:00:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011688 10.0.0.50 - - [2025-11-10 03:00:55] "POST /instance-ips HTTP/1.1" 200 373 0.051476 10.0.0.50 - - [2025-11-10 03:00:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007957 10.0.0.22 - - [2025-11-10 03:00:55] "POST /neutron/port HTTP/1.1" 200 1089 0.018795 10.0.0.22 - - [2025-11-10 03:00:55] "GET /virtual-machine/8d1d17a1-dd72-44a7-8380-a2058a93531a HTTP/1.1" 200 1294 0.008807 10.0.0.22 - - [2025-11-10 03:00:55] "GET /virtual-machine-interface/d7a12f41-e85d-49f4-8858-f13bf55ba05a HTTP/1.1" 200 2957 0.007816 10.0.0.22 - - [2025-11-10 03:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005329 10.0.0.22 - - [2025-11-10 03:00:56] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004813 10.0.0.22 - - [2025-11-10 03:00:56] "GET /virtual-networks?parent_id=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003650 10.0.0.22 - - [2025-11-10 03:00:56] "GET /virtual-network/39ffcd6c-ee04-48d2-9c8a-5cb753f290bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006141 10.0.0.22 - - [2025-11-10 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.22 - - [2025-11-10 03:00:57] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004256 10.0.0.22 - - [2025-11-10 03:00:57] "GET /virtual-networks?parent_id=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004623 10.0.0.22 - - [2025-11-10 03:00:57] "GET /virtual-network/39ffcd6c-ee04-48d2-9c8a-5cb753f290bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007406 10.0.0.22 - - [2025-11-10 03:00:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010535 10.0.0.22 - - [2025-11-10 03:00:57] "POST /neutron/port HTTP/1.1" 200 1089 0.023523 10.0.0.22 - - [2025-11-10 03:00:57] "GET /virtual-machine/c0ab4b78-cfb7-4235-a96d-ad2e4b83c155 HTTP/1.1" 200 1295 0.009465 10.0.0.22 - - [2025-11-10 03:00:57] "GET /virtual-machine-interface/d4353cab-31c8-4f8a-89c9-73ade4595b1b HTTP/1.1" 200 2960 0.007237 10.0.0.22 - - [2025-11-10 03:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112 10.0.0.22 - - [2025-11-10 03:00:57] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005317 10.0.0.22 - - [2025-11-10 03:00:57] "GET /virtual-networks?parent_id=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005229 10.0.0.22 - - [2025-11-10 03:00:57] "GET /virtual-network/4f6ad22b-8b33-4bd8-9305-9ec5d4f4f048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010588 10.0.0.22 - - [2025-11-10 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.22 - - [2025-11-10 03:00:58] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004662 10.0.0.22 - - [2025-11-10 03:00:58] "GET /virtual-networks?parent_id=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004030 10.0.0.22 - - [2025-11-10 03:00:58] "GET /virtual-network/4f6ad22b-8b33-4bd8-9305-9ec5d4f4f048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007075 10.0.0.22 - - [2025-11-10 03:00:59] "POST /fqname-to-id HTTP/1.1" 404 215 0.003865 10.0.0.22 - - [2025-11-10 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.23 - - [2025-11-10 03:00:59] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001115 10.0.0.22 - - [2025-11-10 03:00:59] "GET /project/dd4dd569-ada9-49b4-afb1-c036e9b16382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.051286 10.0.0.22 - - [2025-11-10 03:00:59] "POST /network-policys HTTP/1.1" 200 551 0.030374 10.0.0.22 - - [2025-11-10 03:00:59] "GET /network-policy/935ee80d-ddb3-4a3e-a80d-3b59b806e170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.012563 10.0.0.22 - - [2025-11-10 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.22 - - [2025-11-10 03:00:59] "GET /virtual-network/39ffcd6c-ee04-48d2-9c8a-5cb753f290bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005718 10.0.0.22 - - [2025-11-10 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.22 - - [2025-11-10 03:00:59] "GET /network-policy/935ee80d-ddb3-4a3e-a80d-3b59b806e170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005078 10.0.0.22 - - [2025-11-10 03:00:59] "POST /ref-update HTTP/1.1" 200 156 0.073730 10.0.0.22 - - [2025-11-10 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007604 10.0.0.50 - - [2025-11-10 03:00:59] "POST /ref-update HTTP/1.1" 200 156 0.036268 10.0.0.22 - - [2025-11-10 03:00:59] "GET /network-policy/935ee80d-ddb3-4a3e-a80d-3b59b806e170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004027 10.0.0.22 - - [2025-11-10 03:00:59] "GET /virtual-network/39ffcd6c-ee04-48d2-9c8a-5cb753f290bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.013659 10.0.0.22 - - [2025-11-10 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006055 10.0.0.22 - - [2025-11-10 03:00:59] "GET /network-policy/935ee80d-ddb3-4a3e-a80d-3b59b806e170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005151 10.0.0.22 - - [2025-11-10 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.22 - - [2025-11-10 03:00:59] "GET /virtual-network/4f6ad22b-8b33-4bd8-9305-9ec5d4f4f048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005507 10.0.0.22 - - [2025-11-10 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.22 - - [2025-11-10 03:00:59] "GET /network-policy/935ee80d-ddb3-4a3e-a80d-3b59b806e170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.015686 10.0.0.22 - - [2025-11-10 03:00:59] "POST /ref-update HTTP/1.1" 200 156 0.070804 10.0.0.22 - - [2025-11-10 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.22 - - [2025-11-10 03:01:00] "GET /network-policy/935ee80d-ddb3-4a3e-a80d-3b59b806e170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005044 10.0.0.50 - - [2025-11-10 03:01:00] "POST /access-control-lists HTTP/1.1" 200 599 0.088892 10.0.0.22 - - [2025-11-10 03:01:00] "POST /neutron/network HTTP/1.1" 200 923 0.022779 10.0.0.22 - - [2025-11-10 03:01:00] "GET /virtual-network/4f6ad22b-8b33-4bd8-9305-9ec5d4f4f048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.016623 10.0.0.22 - - [2025-11-10 03:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007143 10.0.0.22 - - [2025-11-10 03:01:00] "GET /network-policy/935ee80d-ddb3-4a3e-a80d-3b59b806e170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.010056 10.0.0.22 - - [2025-11-10 03:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007815 10.0.0.22 - - [2025-11-10 03:01:00] "GET /service-template/fe284d43-7ee0-4a51-b410-01a6c945be4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.005421 10.0.0.22 - - [2025-11-10 03:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007598 10.0.0.23 - - [2025-11-10 03:01:00] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.22 - - [2025-11-10 03:01:00] "GET /project/dd4dd569-ada9-49b4-afb1-c036e9b16382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.049928 10.0.0.22 - - [2025-11-10 03:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.22 - - [2025-11-10 03:01:00] "GET /service-instance/ce4f5279-bd1d-40d3-94f7-bdcce326b9b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.008254 10.0.0.22 - - [2025-11-10 03:01:00] "POST /neutron/port HTTP/1.1" 200 1383 0.030760 10.0.0.22 - - [2025-11-10 03:01:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008523 10.0.0.22 - - [2025-11-10 03:01:01] "POST /neutron/network HTTP/1.1" 200 821 0.020717 10.0.0.22 - - [2025-11-10 03:01:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001479 10.0.0.22 - - [2025-11-10 03:01:01] "GET /virtual-machine/32b61a13-a74c-4697-b240-6479983be1be HTTP/1.1" 200 1294 0.004549 10.0.0.22 - - [2025-11-10 03:01:01] "GET /virtual-machine-interface/0bbf1ed2-18bb-4913-aaed-9923519e6036 HTTP/1.1" 200 3889 0.005783 10.0.0.22 - - [2025-11-10 03:01:01] "GET /instance-ip/3b987d9d-02da-4814-a17d-9688fb01e8a8 HTTP/1.1" 200 1962 0.005359 10.0.0.22 - - [2025-11-10 03:01:01] "GET /instance-ip/95996ee7-3134-4730-8c8e-1beaa63fc385 HTTP/1.1" 200 1635 0.009868 10.0.0.22 - - [2025-11-10 03:01:01] "GET /instance-ip/fc3943e5-7ee2-425d-a7f2-c8a12ddc5713 HTTP/1.1" 200 1965 0.005172 10.0.0.22 - - [2025-11-10 03:01:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.014068 10.0.0.22 - - [2025-11-10 03:01:01] "GET /virtual-machine/32b61a13-a74c-4697-b240-6479983be1be HTTP/1.1" 200 1294 0.008559 10.0.0.22 - - [2025-11-10 03:01:01] "GET /virtual-machine-interface/0bbf1ed2-18bb-4913-aaed-9923519e6036 HTTP/1.1" 200 3889 0.007570 10.0.0.22 - - [2025-11-10 03:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006057 10.0.0.22 - - [2025-11-10 03:01:01] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006008 10.0.0.22 - - [2025-11-10 03:01:01] "GET /virtual-networks?parent_id=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003634 10.0.0.22 - - [2025-11-10 03:01:01] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005628 10.0.0.22 - - [2025-11-10 03:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.22 - - [2025-11-10 03:01:02] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004014 10.0.0.22 - - [2025-11-10 03:01:02] "GET /virtual-networks?parent_id=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003944 10.0.0.22 - - [2025-11-10 03:01:02] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006596 10.0.0.22 - - [2025-11-10 03:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005256 10.0.0.22 - - [2025-11-10 03:01:03] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004340 10.0.0.22 - - [2025-11-10 03:01:03] "GET /virtual-networks?parent_id=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005160 10.0.0.22 - - [2025-11-10 03:01:03] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006426 10.0.0.22 - - [2025-11-10 03:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.22 - - [2025-11-10 03:01:03] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004492 10.0.0.22 - - [2025-11-10 03:01:03] "GET /virtual-networks?parent_id=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003393 10.0.0.22 - - [2025-11-10 03:01:03] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006077 10.0.0.22 - - [2025-11-10 03:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.22 - - [2025-11-10 03:01:03] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007919 10.0.0.22 - - [2025-11-10 03:01:03] "GET /virtual-networks?parent_id=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003105 10.0.0.22 - - [2025-11-10 03:01:03] "GET /virtual-network/643fe9ad-d303-4941-a0dd-d6483c3e0384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006459 10.0.0.22 - - [2025-11-10 03:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.22 - - [2025-11-10 03:01:03] "GET /routing-instance/330d2a9c-05a3-4c77-bedb-d9844e5221b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004476 10.0.0.22 - - [2025-11-10 03:01:03] "GET /routing-instance/330d2a9c-05a3-4c77-bedb-d9844e5221b0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1589 0.005989 10.0.0.22 - - [2025-11-10 03:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.22 - - [2025-11-10 03:01:03] "GET /routing-instance/808d4c4b-d58d-4d4d-954e-5944be57ce31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004650 10.0.0.22 - - [2025-11-10 03:01:03] "GET /routing-instance/808d4c4b-d58d-4d4d-954e-5944be57ce31?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.006427 10.0.0.23 - - [2025-11-10 03:01:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000596 10.0.0.23 - - [2025-11-10 03:01:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.23 - - [2025-11-10 03:01:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.23 - - [2025-11-10 03:01:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.50 - - [2025-11-10 03:01:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.50 - - [2025-11-10 03:01:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.50 - - [2025-11-10 03:01:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.50 - - [2025-11-10 03:01:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000684 10.0.0.22 - - [2025-11-10 03:01:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000556 10.0.0.22 - - [2025-11-10 03:01:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000605 10.0.0.22 - - [2025-11-10 03:01:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.22 - - [2025-11-10 03:01:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.22 - - [2025-11-10 03:01:36] "POST /neutron/port HTTP/1.1" 200 1383 0.022895 10.0.0.22 - - [2025-11-10 03:01:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005576 10.0.0.22 - - [2025-11-10 03:01:36] "POST /neutron/network HTTP/1.1" 200 847 0.006373 10.0.0.22 - - [2025-11-10 03:01:40] "POST /neutron/network HTTP/1.1" 200 933 0.007314 10.0.0.22 - - [2025-11-10 03:01:40] "POST /neutron/port HTTP/1.1" 200 117 0.001490 10.0.0.22 - - [2025-11-10 03:01:46] "GET /network-policy/935ee80d-ddb3-4a3e-a80d-3b59b806e170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005740 10.0.0.22 - - [2025-11-10 03:01:46] "PUT /network-policy/935ee80d-ddb3-4a3e-a80d-3b59b806e170 HTTP/1.1" 200 262 0.019991 10.0.0.22 - - [2025-11-10 03:01:46] "GET /network-policy/935ee80d-ddb3-4a3e-a80d-3b59b806e170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.007403 10.0.0.50 - - [2025-11-10 03:01:46] "PUT /access-control-list/369c036c-5a0e-41fd-affd-73256542c3f7 HTTP/1.1" 200 272 0.026468 10.0.0.22 - - [2025-11-10 03:01:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007010 10.0.0.23 - - [2025-11-10 03:02:01] "GET /obj-perms HTTP/1.1" 200 5056 0.068989 10.0.0.22 - - [2025-11-10 03:02:14] "POST /ref-update HTTP/1.1" 200 156 0.065000 10.0.0.22 - - [2025-11-10 03:02:14] "POST /neutron/network HTTP/1.1" 200 831 0.017368 10.0.0.22 - - [2025-11-10 03:02:14] "GET /virtual-network/4f6ad22b-8b33-4bd8-9305-9ec5d4f4f048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006117 10.0.0.22 - - [2025-11-10 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.22 - - [2025-11-10 03:02:14] "GET /network-policy/935ee80d-ddb3-4a3e-a80d-3b59b806e170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.008204 10.0.0.22 - - [2025-11-10 03:02:14] "POST /ref-update HTTP/1.1" 200 156 0.060029 10.0.0.22 - - [2025-11-10 03:02:14] "GET /virtual-network/39ffcd6c-ee04-48d2-9c8a-5cb753f290bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009345 10.0.0.22 - - [2025-11-10 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.22 - - [2025-11-10 03:02:14] "GET /network-policy/935ee80d-ddb3-4a3e-a80d-3b59b806e170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.005016 10.0.0.22 - - [2025-11-10 03:02:14] "DELETE /network-policy/935ee80d-ddb3-4a3e-a80d-3b59b806e170 HTTP/1.1" 200 115 0.032489 10.0.0.22 - - [2025-11-10 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.22 - - [2025-11-10 03:02:15] "DELETE /service-instance/ce4f5279-bd1d-40d3-94f7-bdcce326b9b8 HTTP/1.1" 200 115 0.056370 10.0.0.50 - - [2025-11-10 03:02:15] "POST /ref-update HTTP/1.1" 200 156 0.023356 10.0.0.22 - - [2025-11-10 03:02:15] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005190 10.0.0.22 - - [2025-11-10 03:02:15] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004510 10.0.0.50 - - [2025-11-10 03:02:15] "DELETE /access-control-list/54570c7b-8607-4509-90b8-90711c23fe99 HTTP/1.1" 200 115 0.104613 10.0.0.50 - - [2025-11-10 03:02:15] "POST /ref-update HTTP/1.1" 200 156 0.027134 10.0.0.22 - - [2025-11-10 03:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.22 - - [2025-11-10 03:02:15] "DELETE /service-template/fe284d43-7ee0-4a51-b410-01a6c945be4f HTTP/1.1" 200 115 0.043777 10.0.0.22 - - [2025-11-10 03:02:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.006546 10.0.0.50 - - [2025-11-10 03:02:15] "POST /ref-update HTTP/1.1" 200 156 0.025913 10.0.0.23 - - [2025-11-10 03:02:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005829 10.0.0.23 - - [2025-11-10 03:02:15] "POST /useragent-kv HTTP/1.1" 200 115 0.007405 10.0.0.22 - - [2025-11-10 03:02:15] "POST /neutron/network HTTP/1.1" 200 151 0.164549 10.0.0.22 - - [2025-11-10 03:02:16] "POST /neutron/port HTTP/1.1" 200 151 0.251646 10.0.0.22 - - [2025-11-10 03:02:16] "POST /neutron/network HTTP/1.1" 200 847 0.007657 10.0.0.22 - - [2025-11-10 03:02:16] "POST /neutron/port HTTP/1.1" 200 1089 0.029402 10.0.0.50 - - [2025-11-10 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004939 10.0.0.22 - - [2025-11-10 03:02:16] "POST /neutron/network HTTP/1.1" 200 837 0.010526 10.0.0.50 - - [2025-11-10 03:02:16] "DELETE /route-target/120f4d55-61b3-4ef9-ba02-92c9d7c3cfc8 HTTP/1.1" 200 115 0.021331 10.0.0.23 - - [2025-11-10 03:02:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006837 10.0.0.23 - - [2025-11-10 03:02:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003675 10.0.0.22 - - [2025-11-10 03:02:17] "POST /neutron/network HTTP/1.1" 200 151 0.140664 10.0.0.50 - - [2025-11-10 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.23 - - [2025-11-10 03:02:19] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001030 10.0.0.22 - - [2025-11-10 03:02:19] "GET /project/dd4dd569-ada9-49b4-afb1-c036e9b16382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.039113 10.0.0.23 - - [2025-11-10 03:02:19] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001531 10.0.0.22 - - [2025-11-10 03:02:19] "GET /project/dd4dd569-ada9-49b4-afb1-c036e9b16382?fields=virtual_networks HTTP/1.1" 200 1037 0.041956 10.0.0.23 - - [2025-11-10 03:02:19] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001002 10.0.0.22 - - [2025-11-10 03:02:19] "GET /project/dd4dd569-ada9-49b4-afb1-c036e9b16382?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.040675 10.0.0.23 - - [2025-11-10 03:02:19] "GET /projects?obj_uuids=dd4dd569-ada9-49b4-afb1-c036e9b16382&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001449 10.0.0.22 - - [2025-11-10 03:02:19] "GET /project/dd4dd569-ada9-49b4-afb1-c036e9b16382?fields=security_groups HTTP/1.1" 200 1265 0.052988 10.0.0.22 - - [2025-11-10 03:02:20] "POST /fqname-to-id HTTP/1.1" 404 189 0.030550 10.0.0.23 - - [2025-11-10 03:02:20] "GET /projects?obj_uuids=ad36422c-4611-4281-927c-ac8d53e87e4b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005406 10.0.0.23 - - [2025-11-10 03:02:20] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001366 10.0.0.23 - - [2025-11-10 03:02:20] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008577 10.0.0.23 - - [2025-11-10 03:02:20] "POST /id-to-fqname HTTP/1.1" 200 191 0.001684 10.0.0.23 - - [2025-11-10 03:02:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.007648 10.0.0.23 - - [2025-11-10 03:02:20] "POST /security-groups HTTP/1.1" 200 592 0.077076 10.0.0.23 - - [2025-11-10 03:02:20] "POST /projects HTTP/1.1" 200 587 0.282809 10.0.0.50 - - [2025-11-10 03:02:20] "POST /access-control-lists HTTP/1.1" 200 597 0.028247 10.0.0.23 - - [2025-11-10 03:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.353562 10.0.0.22 - - [2025-11-10 03:02:20] "GET /project/ad36422c-4611-4281-927c-ac8d53e87e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.495858 10.0.0.22 - - [2025-11-10 03:02:21] "GET / HTTP/1.1" 200 35931 0.002374 10.0.0.22 - - [2025-11-10 03:02:24] "GET /project/ad36422c-4611-4281-927c-ac8d53e87e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2025-11-10 03:02:24] "GET /projects?obj_uuids=ad36422c-4611-4281-927c-ac8d53e87e4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001064 10.0.0.22 - - [2025-11-10 03:02:24] "GET /project/ad36422c-4611-4281-927c-ac8d53e87e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.066457 10.0.0.22 - - [2025-11-10 03:02:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.002964 10.0.0.22 - - [2025-11-10 03:02:24] "POST /virtual-DNSs HTTP/1.1" 200 507 0.038420 10.0.0.22 - - [2025-11-10 03:02:24] "GET /virtual-DNS/17d4e322-1a3e-4a95-b530-dd25aa90c631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.008356 10.0.0.22 - - [2025-11-10 03:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005207 10.0.0.22 - - [2025-11-10 03:02:24] "GET /virtual-DNS/17d4e322-1a3e-4a95-b530-dd25aa90c631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005238 10.0.0.22 - - [2025-11-10 03:02:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004813 10.0.0.22 - - [2025-11-10 03:02:25] "POST /network-ipams HTTP/1.1" 200 514 0.059708 10.0.0.22 - - [2025-11-10 03:02:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.005210 10.0.0.22 - - [2025-11-10 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007866 10.0.0.50 - - [2025-11-10 03:02:25] "DELETE /access-control-list/4fbfe7fa-a05f-4367-b708-a928a0bbdfa1 HTTP/1.1" 200 115 0.048825 10.0.0.22 - - [2025-11-10 03:02:25] "GET /network-ipam/288dd3ca-8ab9-4563-8beb-4e7426f06e2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.012968 10.0.0.22 - - [2025-11-10 03:02:25] "PUT /network-ipam/288dd3ca-8ab9-4563-8beb-4e7426f06e2e HTTP/1.1" 200 258 0.017243 10.0.0.22 - - [2025-11-10 03:02:25] "POST /ref-update HTTP/1.1" 200 156 0.038047 10.0.0.22 - - [2025-11-10 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007037 10.0.0.23 - - [2025-11-10 03:02:25] "GET /projects?obj_uuids=ad36422c-4611-4281-927c-ac8d53e87e4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001194 10.0.0.22 - - [2025-11-10 03:02:25] "GET /project/ad36422c-4611-4281-927c-ac8d53e87e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050536 10.0.0.22 - - [2025-11-10 03:02:25] "POST /neutron/network HTTP/1.1" 200 117 0.034695 10.0.0.50 - - [2025-11-10 03:02:26] "POST /ref-update HTTP/1.1" 200 156 0.028424 10.0.0.22 - - [2025-11-10 03:02:26] "POST /neutron/network HTTP/1.1" 200 833 0.009001 10.0.0.22 - - [2025-11-10 03:02:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001298 10.0.0.22 - - [2025-11-10 03:02:26] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005392 10.0.0.22 - - [2025-11-10 03:02:26] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.012752 10.0.0.22 - - [2025-11-10 03:02:26] "POST /neutron/subnet HTTP/1.1" 200 711 0.008846 10.0.0.22 - - [2025-11-10 03:02:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001400 10.0.0.22 - - [2025-11-10 03:02:26] "POST /neutron/network HTTP/1.1" 200 843 0.007875 10.0.0.23 - - [2025-11-10 03:02:27] "GET /projects?obj_uuids=ad36422c-4611-4281-927c-ac8d53e87e4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001128 10.0.0.22 - - [2025-11-10 03:02:27] "GET /project/ad36422c-4611-4281-927c-ac8d53e87e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.086006 10.0.0.22 - - [2025-11-10 03:02:27] "POST /neutron/port HTTP/1.1" 200 117 0.007446 10.0.0.23 - - [2025-11-10 03:02:28] "GET /projects?obj_uuids=ad36422c-4611-4281-927c-ac8d53e87e4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001187 10.0.0.22 - - [2025-11-10 03:02:28] "POST /neutron/port HTTP/1.1" 200 1058 0.300334 10.0.0.22 - - [2025-11-10 03:02:28] "POST /neutron/port HTTP/1.1" 200 1112 0.102163 10.0.0.22 - - [2025-11-10 03:02:28] "POST /neutron/subnet HTTP/1.1" 200 685 0.015437 10.0.0.23 - - [2025-11-10 03:02:29] "DELETE /project/dd4dd569-ada9-49b4-afb1-c036e9b16382 HTTP/1.1" 404 177 0.003999 10.0.0.23 - - [2025-11-10 03:02:29] "DELETE /project/ad36422c46114281927cac8d53e87e4b HTTP/1.1" 404 173 0.006476 10.0.0.22 - - [2025-11-10 03:02:32] "POST /neutron/port HTTP/1.1" 200 1086 0.016032 10.0.0.22 - - [2025-11-10 03:02:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007838 10.0.0.22 - - [2025-11-10 03:02:33] "GET /virtual-machine/70993e9c-b336-42af-8a4c-615b8ec28116 HTTP/1.1" 401 292 0.000469 10.0.0.22 - - [2025-11-10 03:02:33] "GET /virtual-machine/70993e9c-b336-42af-8a4c-615b8ec28116 HTTP/1.1" 200 1292 0.029533 10.0.0.22 - - [2025-11-10 03:02:33] "GET /virtual-machine-interface/5a6f870e-169b-4179-80ea-814843ace772 HTTP/1.1" 200 2963 0.005209 10.0.0.22 - - [2025-11-10 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.22 - - [2025-11-10 03:02:33] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003827 10.0.0.22 - - [2025-11-10 03:02:33] "GET /virtual-networks?parent_id=ad36422c-4611-4281-927c-ac8d53e87e4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002763 10.0.0.22 - - [2025-11-10 03:02:33] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007061 10.0.0.22 - - [2025-11-10 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004885 10.0.0.22 - - [2025-11-10 03:02:36] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006285 10.0.0.22 - - [2025-11-10 03:02:37] "POST /neutron/port HTTP/1.1" 200 1086 0.020885 10.0.0.22 - - [2025-11-10 03:02:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005420 10.0.0.22 - - [2025-11-10 03:02:37] "POST /neutron/network HTTP/1.1" 200 833 0.008495 10.0.0.22 - - [2025-11-10 03:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.22 - - [2025-11-10 03:02:40] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006701 10.0.0.22 - - [2025-11-10 03:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005823 10.0.0.22 - - [2025-11-10 03:02:44] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005634 10.0.0.22 - - [2025-11-10 03:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.22 - - [2025-11-10 03:02:48] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006815 10.0.0.22 - - [2025-11-10 03:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.22 - - [2025-11-10 03:02:53] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005707 10.0.0.22 - - [2025-11-10 03:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.22 - - [2025-11-10 03:02:57] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005830 10.0.0.22 - - [2025-11-10 03:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.22 - - [2025-11-10 03:03:01] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008238 10.0.0.22 - - [2025-11-10 03:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.22 - - [2025-11-10 03:03:05] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005620 10.0.0.22 - - [2025-11-10 03:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.22 - - [2025-11-10 03:03:07] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004225 10.0.0.22 - - [2025-11-10 03:03:07] "GET /virtual-networks?parent_id=ad36422c-4611-4281-927c-ac8d53e87e4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004095 10.0.0.22 - - [2025-11-10 03:03:07] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006624 10.0.0.22 - - [2025-11-10 03:03:12] "POST /neutron/port HTTP/1.1" 200 1086 0.015228 10.0.0.22 - - [2025-11-10 03:03:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008243 10.0.0.22 - - [2025-11-10 03:03:23] "POST /neutron/port HTTP/1.1" 200 1086 0.020139 10.0.0.22 - - [2025-11-10 03:03:36] "POST /neutron/port HTTP/1.1" 200 1086 0.021796 10.0.0.22 - - [2025-11-10 03:03:36] "POST /neutron/subnet HTTP/1.1" 200 685 0.009560 10.0.0.22 - - [2025-11-10 03:03:51] "POST /neutron/network HTTP/1.1" 200 807 0.024868 10.0.0.22 - - [2025-11-10 03:03:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001541 10.0.0.22 - - [2025-11-10 03:03:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007627 10.0.0.23 - - [2025-11-10 03:03:52] "GET /projects?obj_uuids=ad36422c-4611-4281-927c-ac8d53e87e4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.024260 10.0.0.22 - - [2025-11-10 03:03:52] "GET /project/ad36422c-4611-4281-927c-ac8d53e87e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.104774 10.0.0.22 - - [2025-11-10 03:03:52] "POST /neutron/port HTTP/1.1" 200 1086 0.021218 10.0.0.22 - - [2025-11-10 03:03:52] "POST /neutron/port HTTP/1.1" 200 117 0.007740 10.0.0.22 - - [2025-11-10 03:03:53] "POST /neutron/port HTTP/1.1" 200 1058 0.022134 10.0.0.22 - - [2025-11-10 03:03:53] "POST /neutron/port HTTP/1.1" 200 1086 0.018515 10.0.0.22 - - [2025-11-10 03:03:53] "POST /neutron/port HTTP/1.1" 200 117 0.001653 10.0.0.22 - - [2025-11-10 03:03:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008664 10.0.0.22 - - [2025-11-10 03:03:57] "POST /neutron/port HTTP/1.1" 200 1086 0.017659 10.0.0.22 - - [2025-11-10 03:03:57] "GET /virtual-machine/e39300ed-1e2c-4c40-9237-00c8b309b76b HTTP/1.1" 200 1294 0.006570 10.0.0.22 - - [2025-11-10 03:03:57] "GET /virtual-machine-interface/e00756f5-17c5-4cde-937f-bb66f443bbd9 HTTP/1.1" 200 2965 0.006395 10.0.0.22 - - [2025-11-10 03:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006567 10.0.0.22 - - [2025-11-10 03:03:57] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004513 10.0.0.22 - - [2025-11-10 03:03:57] "GET /virtual-networks?parent_id=ad36422c-4611-4281-927c-ac8d53e87e4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004023 10.0.0.22 - - [2025-11-10 03:03:58] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009420 10.0.0.22 - - [2025-11-10 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.22 - - [2025-11-10 03:04:01] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006531 10.0.0.22 - - [2025-11-10 03:04:03] "GET /obj-perms HTTP/1.1" 200 5056 0.050907 10.0.0.22 - - [2025-11-10 03:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.22 - - [2025-11-10 03:04:05] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006412 10.0.0.22 - - [2025-11-10 03:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.22 - - [2025-11-10 03:04:09] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006591 10.0.0.22 - - [2025-11-10 03:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005675 10.0.0.22 - - [2025-11-10 03:04:13] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005760 10.0.0.22 - - [2025-11-10 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.22 - - [2025-11-10 03:04:17] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005977 10.0.0.22 - - [2025-11-10 03:04:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.22 - - [2025-11-10 03:04:21] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005230 10.0.0.22 - - [2025-11-10 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.22 - - [2025-11-10 03:04:25] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005445 10.0.0.22 - - [2025-11-10 03:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.22 - - [2025-11-10 03:04:29] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005849 10.0.0.22 - - [2025-11-10 03:04:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.22 - - [2025-11-10 03:04:33] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005319 10.0.0.22 - - [2025-11-10 03:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.22 - - [2025-11-10 03:04:35] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003942 10.0.0.22 - - [2025-11-10 03:04:35] "GET /virtual-networks?parent_id=ad36422c-4611-4281-927c-ac8d53e87e4b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002983 10.0.0.22 - - [2025-11-10 03:04:36] "GET /virtual-network/fdf17697-f5f8-47e3-b27b-63ad89a26362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006923 10.0.0.22 - - [2025-11-10 03:04:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008665 10.0.0.22 - - [2025-11-10 03:04:36] "POST /neutron/network HTTP/1.1" 200 843 0.007274 10.0.0.22 - - [2025-11-10 03:04:36] "POST /neutron/port HTTP/1.1" 200 117 0.001719 10.0.0.22 - - [2025-11-10 03:04:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009427 10.0.0.22 - - [2025-11-10 03:04:44] "POST /neutron/network HTTP/1.1" 200 843 0.013124 10.0.0.22 - - [2025-11-10 03:04:44] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.22 - - [2025-11-10 03:04:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007947 10.0.0.22 - - [2025-11-10 03:04:51] "POST /neutron/port HTTP/1.1" 200 1086 0.022295 10.0.0.50 - - [2025-11-10 03:05:03] "GET /obj-perms HTTP/1.1" 200 5056 0.050542 10.0.0.22 - - [2025-11-10 03:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.22 - - [2025-11-10 03:05:28] "DELETE /virtual-DNS/17d4e322-1a3e-4a95-b530-dd25aa90c631 HTTP/1.1" 409 235 0.011199 10.0.0.22 - - [2025-11-10 03:05:29] "POST /fqname-to-id HTTP/1.1" 404 192 0.003723 10.0.0.22 - - [2025-11-10 03:05:29] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.033841 10.0.0.22 - - [2025-11-10 03:05:29] "GET /virtual-DNS-record/4125da7b-c53c-43ea-a664-3328af439c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005755 10.0.0.22 - - [2025-11-10 03:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.22 - - [2025-11-10 03:05:29] "GET /virtual-DNS-record/4125da7b-c53c-43ea-a664-3328af439c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003764 10.0.0.22 - - [2025-11-10 03:05:35] "DELETE /virtual-DNS-record/4125da7b-c53c-43ea-a664-3328af439c5a HTTP/1.1" 200 115 0.036319 10.0.0.22 - - [2025-11-10 03:05:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.005342 10.0.0.22 - - [2025-11-10 03:05:36] "POST /neutron/network HTTP/1.1" 400 204 0.025345 10.0.0.22 - - [2025-11-10 03:05:36] "POST /neutron/port HTTP/1.1" 200 151 0.234858 10.0.0.22 - - [2025-11-10 03:05:37] "POST /neutron/port HTTP/1.1" 200 151 0.230846 10.0.0.22 - - [2025-11-10 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.22 - - [2025-11-10 03:05:38] "DELETE /network-ipam/288dd3ca-8ab9-4563-8beb-4e7426f06e2e HTTP/1.1" 200 115 0.040334 10.0.0.22 - - [2025-11-10 03:05:38] "DELETE /virtual-DNS/17d4e322-1a3e-4a95-b530-dd25aa90c631 HTTP/1.1" 200 115 0.039351 10.0.0.22 - - [2025-11-10 03:05:38] "POST /fqname-to-id HTTP/1.1" 404 180 0.010759 10.0.0.23 - - [2025-11-10 03:05:39] "GET /projects?obj_uuids=ad36422c-4611-4281-927c-ac8d53e87e4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001039 10.0.0.22 - - [2025-11-10 03:05:39] "GET /project/ad36422c-4611-4281-927c-ac8d53e87e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.074046 10.0.0.23 - - [2025-11-10 03:05:39] "GET /projects?obj_uuids=ad36422c-4611-4281-927c-ac8d53e87e4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001412 10.0.0.22 - - [2025-11-10 03:05:39] "GET /project/ad36422c-4611-4281-927c-ac8d53e87e4b?fields=virtual_networks HTTP/1.1" 200 1035 0.079503 10.0.0.23 - - [2025-11-10 03:05:40] "GET /projects?obj_uuids=ad36422c-4611-4281-927c-ac8d53e87e4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001253 10.0.0.22 - - [2025-11-10 03:05:40] "GET /project/ad36422c-4611-4281-927c-ac8d53e87e4b?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.036859 10.0.0.23 - - [2025-11-10 03:05:40] "GET /projects?obj_uuids=ad36422c-4611-4281-927c-ac8d53e87e4b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001628 10.0.0.22 - - [2025-11-10 03:05:40] "GET /project/ad36422c-4611-4281-927c-ac8d53e87e4b?fields=security_groups HTTP/1.1" 200 1262 0.046110 10.0.0.22 - - [2025-11-10 03:05:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.027810 10.0.0.23 - - [2025-11-10 03:05:41] "GET /projects?obj_uuids=ab8427f9-dfcb-4d49-a24e-930420504685&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003651 10.0.0.23 - - [2025-11-10 03:05:41] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.23 - - [2025-11-10 03:05:41] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.031424 10.0.0.23 - - [2025-11-10 03:05:41] "POST /id-to-fqname HTTP/1.1" 200 191 0.008799 10.0.0.23 - - [2025-11-10 03:05:41] "POST /fqname-to-id HTTP/1.1" 404 200 0.004693 10.0.0.23 - - [2025-11-10 03:05:41] "POST /security-groups HTTP/1.1" 200 592 0.033682 10.0.0.50 - - [2025-11-10 03:05:41] "POST /fqname-to-id HTTP/1.1" 404 235 0.006358 10.0.0.23 - - [2025-11-10 03:05:41] "POST /projects HTTP/1.1" 200 587 0.264467 10.0.0.23 - - [2025-11-10 03:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.347801 10.0.0.50 - - [2025-11-10 03:05:41] "POST /access-control-lists HTTP/1.1" 200 595 0.035456 10.0.0.22 - - [2025-11-10 03:05:41] "GET /project/ab8427f9-dfcb-4d49-a24e-930420504685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.511899 10.0.0.22 - - [2025-11-10 03:05:42] "GET / HTTP/1.1" 200 35931 0.002001 10.0.0.22 - - [2025-11-10 03:05:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000928 10.0.0.22 - - [2025-11-10 03:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.061924 10.0.0.23 - - [2025-11-10 03:05:44] "GET /projects?obj_uuids=ab8427f9-dfcb-4d49-a24e-930420504685&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001235 10.0.0.22 - - [2025-11-10 03:05:44] "GET /project/ab8427f9-dfcb-4d49-a24e-930420504685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.047868 10.0.0.22 - - [2025-11-10 03:05:44] "POST /neutron/network HTTP/1.1" 200 117 0.043059 10.0.0.22 - - [2025-11-10 03:05:45] "POST /neutron/network HTTP/1.1" 200 827 0.010634 10.0.0.22 - - [2025-11-10 03:05:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001294 10.0.0.22 - - [2025-11-10 03:05:45] "GET /virtual-network/bcb54d7e-d76e-4b04-9a05-fbeac822c812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006248 10.0.0.22 - - [2025-11-10 03:05:45] "GET /virtual-network/bcb54d7e-d76e-4b04-9a05-fbeac822c812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005533 10.0.0.22 - - [2025-11-10 03:05:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.010132 10.0.0.22 - - [2025-11-10 03:05:46] "GET /virtual-network/bcb54d7e-d76e-4b04-9a05-fbeac822c812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005356 10.0.0.23 - - [2025-11-10 03:05:47] "GET /obj-perms HTTP/1.1" 200 5032 0.046894 10.0.0.22 - - [2025-11-10 03:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.23 - - [2025-11-10 03:05:47] "GET /projects?obj_uuids=ab8427f9-dfcb-4d49-a24e-930420504685&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001161 10.0.0.22 - - [2025-11-10 03:05:47] "GET /project/ab8427f9-dfcb-4d49-a24e-930420504685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.043968 10.0.0.50 - - [2025-11-10 03:05:47] "POST /route-targets HTTP/1.1" 200 327 0.015955 10.0.0.23 - - [2025-11-10 03:05:47] "POST /useragent-kv HTTP/1.1" 200 115 0.010984 10.0.0.22 - - [2025-11-10 03:05:47] "POST /neutron/subnet HTTP/1.1" 200 734 0.236420 10.0.0.22 - - [2025-11-10 03:05:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.002054 10.0.0.22 - - [2025-11-10 03:05:47] "GET /virtual-network/00f67173-c8aa-4f0f-a464-cdab78a30d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006478 10.0.0.22 - - [2025-11-10 03:05:48] "GET /virtual-network/00f67173-c8aa-4f0f-a464-cdab78a30d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007744 10.0.0.22 - - [2025-11-10 03:05:48] "POST /neutron/network HTTP/1.1" 200 829 0.009509 10.0.0.22 - - [2025-11-10 03:05:48] "GET /virtual-network/00f67173-c8aa-4f0f-a464-cdab78a30d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008039 10.0.0.22 - - [2025-11-10 03:05:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001436 10.0.0.22 - - [2025-11-10 03:06:04] "GET /obj-perms HTTP/1.1" 200 5056 0.048673 10.0.0.23 - - [2025-11-10 03:06:04] "GET /projects?obj_uuids=ab8427f9-dfcb-4d49-a24e-930420504685&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001031 10.0.0.22 - - [2025-11-10 03:06:04] "GET /project/ab8427f9-dfcb-4d49-a24e-930420504685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.298811 10.0.0.50 - - [2025-11-10 03:06:04] "GET /obj-perms HTTP/1.1" 200 5056 0.079547 10.0.0.22 - - [2025-11-10 03:06:04] "POST /neutron/network HTTP/1.1" 200 829 0.031864 10.0.0.22 - - [2025-11-10 03:06:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001509 10.0.0.22 - - [2025-11-10 03:06:05] "POST /neutron/port HTTP/1.1" 200 117 0.008002 10.0.0.23 - - [2025-11-10 03:06:05] "GET /projects?obj_uuids=ab8427f9-dfcb-4d49-a24e-930420504685&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001376 10.0.0.22 - - [2025-11-10 03:06:06] "POST /neutron/port HTTP/1.1" 200 1063 0.353989 10.0.0.23 - - [2025-11-10 03:06:06] "GET /projects?obj_uuids=ab8427f9-dfcb-4d49-a24e-930420504685&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000971 10.0.0.22 - - [2025-11-10 03:06:06] "GET /project/ab8427f9-dfcb-4d49-a24e-930420504685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.099690 10.0.0.22 - - [2025-11-10 03:06:06] "POST /neutron/network HTTP/1.1" 200 827 0.018104 10.0.0.22 - - [2025-11-10 03:06:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.018325 10.0.0.22 - - [2025-11-10 03:06:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.044252 10.0.0.22 - - [2025-11-10 03:06:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015155 10.0.0.22 - - [2025-11-10 03:06:07] "POST /neutron/network HTTP/1.1" 200 837 0.015734 10.0.0.22 - - [2025-11-10 03:06:08] "POST /neutron/port HTTP/1.1" 200 1061 0.065761 10.0.0.22 - - [2025-11-10 03:06:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008881 10.0.0.22 - - [2025-11-10 03:06:08] "POST /neutron/network HTTP/1.1" 200 827 0.020737 10.0.0.22 - - [2025-11-10 03:06:17] "POST /neutron/port HTTP/1.1" 200 1091 0.044303 10.0.0.23 - - [2025-11-10 03:06:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000608 10.0.0.23 - - [2025-11-10 03:06:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.50 - - [2025-11-10 03:06:20] "DELETE /access-control-list/d7b71225-3d55-468a-97be-ac1bb6b53edc HTTP/1.1" 200 115 0.082000 10.0.0.23 - - [2025-11-10 03:06:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.23 - - [2025-11-10 03:06:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.50 - - [2025-11-10 03:06:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.50 - - [2025-11-10 03:06:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.50 - - [2025-11-10 03:06:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.50 - - [2025-11-10 03:06:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.22 - - [2025-11-10 03:06:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000564 10.0.0.22 - - [2025-11-10 03:06:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.22 - - [2025-11-10 03:06:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010690 10.0.0.22 - - [2025-11-10 03:06:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 10.0.0.22 - - [2025-11-10 03:06:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000684 10.0.0.23 - - [2025-11-10 03:06:29] "DELETE /project/ab8427f9dfcb4d49a24e930420504685 HTTP/1.1" 404 173 0.003454 10.0.0.23 - - [2025-11-10 03:06:29] "DELETE /project/ad36422c-4611-4281-927c-ac8d53e87e4b HTTP/1.1" 404 177 0.006503 10.0.0.22 - - [2025-11-10 03:06:32] "POST /neutron/port HTTP/1.1" 200 1091 0.018385 10.0.0.22 - - [2025-11-10 03:06:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007982 10.0.0.22 - - [2025-11-10 03:06:46] "POST /neutron/port HTTP/1.1" 200 1089 0.016560 10.0.0.22 - - [2025-11-10 03:06:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004324 10.0.0.22 - - [2025-11-10 03:06:46] "POST /neutron/network HTTP/1.1" 200 827 0.011138 10.0.0.22 - - [2025-11-10 03:06:47] "POST /neutron/port HTTP/1.1" 200 1091 0.016769 10.0.0.22 - - [2025-11-10 03:06:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009218 10.0.0.22 - - [2025-11-10 03:06:47] "GET /virtual-machine/b502d09f-7993-44ba-8eac-562a2a340c62 HTTP/1.1" 401 292 0.000497 10.0.0.22 - - [2025-11-10 03:06:48] "GET /virtual-machine/b502d09f-7993-44ba-8eac-562a2a340c62 HTTP/1.1" 200 1294 0.032113 10.0.0.22 - - [2025-11-10 03:06:48] "GET /virtual-machine-interface/2bf33e54-5891-4f93-b844-7c1137aef1cf HTTP/1.1" 200 2949 0.007034 10.0.0.22 - - [2025-11-10 03:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.22 - - [2025-11-10 03:06:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003658 10.0.0.22 - - [2025-11-10 03:06:48] "GET /virtual-networks?parent_id=ab8427f9-dfcb-4d49-a24e-930420504685&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003038 10.0.0.22 - - [2025-11-10 03:06:48] "GET /virtual-network/00f67173-c8aa-4f0f-a464-cdab78a30d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006246 10.0.0.22 - - [2025-11-10 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.22 - - [2025-11-10 03:06:51] "GET /virtual-network/00f67173-c8aa-4f0f-a464-cdab78a30d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005512 10.0.0.22 - - [2025-11-10 03:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.22 - - [2025-11-10 03:06:55] "GET /virtual-network/00f67173-c8aa-4f0f-a464-cdab78a30d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006914 10.0.0.22 - - [2025-11-10 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.22 - - [2025-11-10 03:06:59] "GET /virtual-network/00f67173-c8aa-4f0f-a464-cdab78a30d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011229 10.0.0.22 - - [2025-11-10 03:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.22 - - [2025-11-10 03:07:03] "GET /virtual-network/00f67173-c8aa-4f0f-a464-cdab78a30d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006427 10.0.0.22 - - [2025-11-10 03:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.22 - - [2025-11-10 03:07:07] "GET /virtual-network/00f67173-c8aa-4f0f-a464-cdab78a30d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005635 10.0.0.22 - - [2025-11-10 03:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.22 - - [2025-11-10 03:07:11] "GET /virtual-network/00f67173-c8aa-4f0f-a464-cdab78a30d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005973 10.0.0.22 - - [2025-11-10 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.22 - - [2025-11-10 03:07:16] "GET /virtual-network/00f67173-c8aa-4f0f-a464-cdab78a30d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006450 10.0.0.22 - - [2025-11-10 03:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.22 - - [2025-11-10 03:07:20] "GET /virtual-network/00f67173-c8aa-4f0f-a464-cdab78a30d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005624 10.0.0.22 - - [2025-11-10 03:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.22 - - [2025-11-10 03:07:24] "GET /virtual-network/00f67173-c8aa-4f0f-a464-cdab78a30d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006912 10.0.0.22 - - [2025-11-10 03:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.22 - - [2025-11-10 03:07:28] "GET /virtual-network/00f67173-c8aa-4f0f-a464-cdab78a30d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005389 10.0.0.22 - - [2025-11-10 03:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.22 - - [2025-11-10 03:07:32] "GET /virtual-network/00f67173-c8aa-4f0f-a464-cdab78a30d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006181 10.0.0.22 - - [2025-11-10 03:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.22 - - [2025-11-10 03:07:34] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005933 10.0.0.22 - - [2025-11-10 03:07:34] "GET /virtual-networks?parent_id=ab8427f9-dfcb-4d49-a24e-930420504685&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006608 10.0.0.22 - - [2025-11-10 03:07:34] "GET /virtual-network/00f67173-c8aa-4f0f-a464-cdab78a30d7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010259 10.0.0.22 - - [2025-11-10 03:07:39] "POST /neutron/port HTTP/1.1" 200 1091 0.018481 10.0.0.22 - - [2025-11-10 03:07:40] "POST /neutron/port HTTP/1.1" 200 1091 0.017256 10.0.0.22 - - [2025-11-10 03:07:40] "POST /neutron/subnet HTTP/1.1" 200 708 0.011605 10.0.0.22 - - [2025-11-10 03:07:45] "POST /neutron/port HTTP/1.1" 200 1091 0.017984 10.0.0.22 - - [2025-11-10 03:07:48] "POST /neutron/port HTTP/1.1" 200 1089 0.015538 10.0.0.22 - - [2025-11-10 03:07:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.010043 10.0.0.22 - - [2025-11-10 03:07:49] "POST /neutron/port HTTP/1.1" 200 1091 0.046525 10.0.0.22 - - [2025-11-10 03:07:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011748 10.0.0.22 - - [2025-11-10 03:08:00] "POST /neutron/port HTTP/1.1" 200 1091 0.034252 10.0.0.22 - - [2025-11-10 03:08:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007663 10.0.0.23 - - [2025-11-10 03:08:06] "GET /obj-perms HTTP/1.1" 200 5056 0.052264 10.0.0.22 - - [2025-11-10 03:08:10] "POST /neutron/port HTTP/1.1" 200 1091 0.015270 10.0.0.22 - - [2025-11-10 03:08:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010001 10.0.0.22 - - [2025-11-10 03:08:26] "POST /neutron/port HTTP/1.1" 200 1091 0.022226 10.0.0.22 - - [2025-11-10 03:08:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008511 10.0.0.22 - - [2025-11-10 03:08:31] "POST /neutron/port HTTP/1.1" 200 1089 0.018684 10.0.0.22 - - [2025-11-10 03:08:31] "GET /virtual-machine/cfd805f2-c730-4965-9ecc-788efa5dbe20 HTTP/1.1" 200 1294 0.008020 10.0.0.22 - - [2025-11-10 03:08:31] "GET /virtual-machine-interface/9ec44d68-91d1-4ec7-81ba-4b648278aa5b HTTP/1.1" 200 2949 0.011221 10.0.0.22 - - [2025-11-10 03:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.22 - - [2025-11-10 03:08:31] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005340 10.0.0.22 - - [2025-11-10 03:08:31] "GET /virtual-networks?parent_id=ab8427f9-dfcb-4d49-a24e-930420504685&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005688 10.0.0.22 - - [2025-11-10 03:08:31] "GET /virtual-network/bcb54d7e-d76e-4b04-9a05-fbeac822c812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007983 10.0.0.22 - - [2025-11-10 03:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005249 10.0.0.22 - - [2025-11-10 03:08:33] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004148 10.0.0.22 - - [2025-11-10 03:08:33] "GET /virtual-networks?parent_id=ab8427f9-dfcb-4d49-a24e-930420504685&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004086 10.0.0.22 - - [2025-11-10 03:08:33] "GET /virtual-network/bcb54d7e-d76e-4b04-9a05-fbeac822c812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007729 10.0.0.22 - - [2025-11-10 03:08:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007400 10.0.0.22 - - [2025-11-10 03:08:41] "POST /neutron/port HTTP/1.1" 200 1091 0.017435 10.0.0.22 - - [2025-11-10 03:08:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005985 10.0.0.22 - - [2025-11-10 03:08:41] "POST /neutron/network HTTP/1.1" 200 829 0.007537 10.0.0.22 - - [2025-11-10 03:08:48] "POST /neutron/port HTTP/1.1" 200 1089 0.013866 10.0.0.22 - - [2025-11-10 03:08:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005353 10.0.0.22 - - [2025-11-10 03:08:48] "POST /neutron/network HTTP/1.1" 200 827 0.006448 10.0.0.22 - - [2025-11-10 03:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.23 - - [2025-11-10 03:08:48] "GET /projects?obj_uuids=ab8427f9-dfcb-4d49-a24e-930420504685&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.22 - - [2025-11-10 03:08:48] "GET /project/ab8427f9-dfcb-4d49-a24e-930420504685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.038761 10.0.0.22 - - [2025-11-10 03:08:48] "GET /virtual-network/bcb54d7e-d76e-4b04-9a05-fbeac822c812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006234 10.0.0.22 - - [2025-11-10 03:08:48] "GET /floating-ip-pools?parent_id=bcb54d7e-d76e-4b04-9a05-fbeac822c812&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003075 10.0.0.22 - - [2025-11-10 03:08:48] "GET /virtual-network/bcb54d7e-d76e-4b04-9a05-fbeac822c812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006860 10.0.0.22 - - [2025-11-10 03:08:48] "POST /floating-ip-pools HTTP/1.1" 200 598 0.028788 10.0.0.22 - - [2025-11-10 03:08:48] "POST /ref-update HTTP/1.1" 200 156 0.014214 10.0.0.22 - - [2025-11-10 03:08:49] "GET /virtual-network/bcb54d7e-d76e-4b04-9a05-fbeac822c812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008329 10.0.0.22 - - [2025-11-10 03:08:49] "GET /virtual-network/bcb54d7e-d76e-4b04-9a05-fbeac822c812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005395 10.0.0.22 - - [2025-11-10 03:08:49] "POST /neutron/floatingip HTTP/1.1" 200 530 0.008153 10.0.0.22 - - [2025-11-10 03:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.22 - - [2025-11-10 03:08:49] "GET /routing-instance/27768da1-3750-4e01-9096-51786042616a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.006186 10.0.0.22 - - [2025-11-10 03:08:49] "GET /route-target/087a4893-6c9b-49c2-94c6-059961dd0dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.008770 10.0.0.22 - - [2025-11-10 03:09:20] "POST /neutron/floatingip HTTP/1.1" 200 579 0.018744 10.0.0.22 - - [2025-11-10 03:09:20] "POST /neutron/floatingip HTTP/1.1" 200 115 0.056593 10.0.0.22 - - [2025-11-10 03:09:20] "GET /floating-ip-pool/4ee77bb6-1b8c-471c-b76e-8fbad6888a9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.004279 10.0.0.22 - - [2025-11-10 03:09:20] "POST /ref-update HTTP/1.1" 200 156 0.013995 10.0.0.22 - - [2025-11-10 03:09:20] "DELETE /floating-ip-pool/4ee77bb6-1b8c-471c-b76e-8fbad6888a9d HTTP/1.1" 200 115 0.031349 10.0.0.22 - - [2025-11-10 03:09:21] "POST /neutron/port HTTP/1.1" 200 1089 0.014558 10.0.0.22 - - [2025-11-10 03:09:21] "POST /neutron/port HTTP/1.1" 200 1091 0.014600 10.0.0.22 - - [2025-11-10 03:09:23] "POST /neutron/network HTTP/1.1" 200 829 0.007158 10.0.0.50 - - [2025-11-10 03:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.026172 10.0.0.23 - - [2025-11-10 03:09:23] "POST /useragent-kv HTTP/1.1" 200 115 0.038481 10.0.0.23 - - [2025-11-10 03:09:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004128 10.0.0.22 - - [2025-11-10 03:09:23] "POST /neutron/network HTTP/1.1" 200 151 0.178924 10.0.0.23 - - [2025-11-10 03:09:25] "GET /projects?obj_uuids=ab8427f9-dfcb-4d49-a24e-930420504685&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001228 10.0.0.22 - - [2025-11-10 03:09:25] "GET /project/ab8427f9-dfcb-4d49-a24e-930420504685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.046586 10.0.0.23 - - [2025-11-10 03:09:25] "GET /projects?obj_uuids=ab8427f9-dfcb-4d49-a24e-930420504685&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001600 10.0.0.22 - - [2025-11-10 03:09:25] "GET /project/ab8427f9-dfcb-4d49-a24e-930420504685?fields=virtual_networks HTTP/1.1" 200 1035 0.048635 10.0.0.23 - - [2025-11-10 03:09:25] "GET /projects?obj_uuids=ab8427f9-dfcb-4d49-a24e-930420504685&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.22 - - [2025-11-10 03:09:25] "GET /project/ab8427f9-dfcb-4d49-a24e-930420504685?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.048060 10.0.0.23 - - [2025-11-10 03:09:25] "GET /projects?obj_uuids=ab8427f9-dfcb-4d49-a24e-930420504685&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001417 10.0.0.22 - - [2025-11-10 03:09:25] "GET /project/ab8427f9-dfcb-4d49-a24e-930420504685?fields=security_groups HTTP/1.1" 200 1262 0.041495 10.0.0.22 - - [2025-11-10 03:09:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.032743 10.0.0.23 - - [2025-11-10 03:09:26] "GET /projects?obj_uuids=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003284 10.0.0.23 - - [2025-11-10 03:09:26] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001221 10.0.0.23 - - [2025-11-10 03:09:26] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008534 10.0.0.23 - - [2025-11-10 03:09:26] "POST /id-to-fqname HTTP/1.1" 200 190 0.004110 10.0.0.50 - - [2025-11-10 03:09:26] "DELETE /access-control-list/d3950338-6a27-414d-b255-51fd941a6f7d HTTP/1.1" 200 115 0.085653 10.0.0.23 - - [2025-11-10 03:09:26] "POST /fqname-to-id HTTP/1.1" 404 199 0.013670 10.0.0.23 - - [2025-11-10 03:09:26] "POST /security-groups HTTP/1.1" 200 591 0.090304 10.0.0.23 - - [2025-11-10 03:09:26] "POST /projects HTTP/1.1" 200 585 0.369442 10.0.0.23 - - [2025-11-10 03:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.421333 10.0.0.50 - - [2025-11-10 03:09:26] "POST /fqname-to-id HTTP/1.1" 404 233 0.012066 10.0.0.22 - - [2025-11-10 03:09:27] "GET /project/2a2e139e-912a-45c3-beb5-d9475056d557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.610411 10.0.0.22 - - [2025-11-10 03:09:28] "GET / HTTP/1.1" 200 35931 0.001830 10.0.0.23 - - [2025-11-10 03:09:29] "DELETE /project/ab8427f9-dfcb-4d49-a24e-930420504685 HTTP/1.1" 404 177 0.002963 10.0.0.23 - - [2025-11-10 03:09:29] "DELETE /project/2a2e139e912a45c3beb5d9475056d557 HTTP/1.1" 404 173 0.005353 10.0.0.22 - - [2025-11-10 03:09:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000552 10.0.0.22 - - [2025-11-10 03:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.031178 10.0.0.23 - - [2025-11-10 03:09:30] "GET /projects?obj_uuids=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001110 10.0.0.22 - - [2025-11-10 03:09:30] "GET /project/2a2e139e-912a-45c3-beb5-d9475056d557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.053290 10.0.0.50 - - [2025-11-10 03:09:30] "POST /ref-update HTTP/1.1" 200 156 0.044335 10.0.0.23 - - [2025-11-10 03:09:30] "POST /useragent-kv HTTP/1.1" 200 115 0.010727 10.0.0.22 - - [2025-11-10 03:09:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.264182 10.0.0.22 - - [2025-11-10 03:09:30] "POST /id-to-fqname HTTP/1.1" 200 230 0.001299 10.0.0.22 - - [2025-11-10 03:09:30] "GET /virtual-network/c63b5951-a819-41e3-9da3-13c3e2f31abc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005466 10.0.0.22 - - [2025-11-10 03:09:30] "GET /virtual-network/c63b5951-a819-41e3-9da3-13c3e2f31abc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005288 10.0.0.22 - - [2025-11-10 03:09:30] "POST /neutron/network HTTP/1.1" 200 839 0.008287 10.0.0.22 - - [2025-11-10 03:09:30] "POST /id-to-fqname HTTP/1.1" 200 230 0.001378 10.0.0.22 - - [2025-11-10 03:09:31] "POST /neutron/network HTTP/1.1" 200 849 0.008672 10.0.0.23 - - [2025-11-10 03:09:31] "GET /projects?obj_uuids=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000936 10.0.0.22 - - [2025-11-10 03:09:31] "GET /project/2a2e139e-912a-45c3-beb5-d9475056d557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.057158 10.0.0.22 - - [2025-11-10 03:09:32] "POST /neutron/port HTTP/1.1" 200 117 0.007417 10.0.0.22 - - [2025-11-10 03:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.22 - - [2025-11-10 03:09:32] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005037 10.0.0.22 - - [2025-11-10 03:09:32] "PUT /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e HTTP/1.1" 200 276 0.013135 10.0.0.23 - - [2025-11-10 03:09:32] "GET /projects?obj_uuids=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001188 10.0.0.22 - - [2025-11-10 03:09:32] "POST /neutron/port HTTP/1.1" 200 1055 0.355796 10.0.0.22 - - [2025-11-10 03:09:33] "POST /neutron/port HTTP/1.1" 200 1109 0.118145 10.0.0.22 - - [2025-11-10 03:09:33] "POST /neutron/subnet HTTP/1.1" 200 675 0.010676 10.0.0.22 - - [2025-11-10 03:09:37] "POST /neutron/port HTTP/1.1" 200 1083 0.019037 10.0.0.22 - - [2025-11-10 03:09:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009730 10.0.0.22 - - [2025-11-10 03:09:37] "GET /virtual-machine/5347f89b-cb6f-4176-a777-14ba1caf267a HTTP/1.1" 401 292 0.000435 10.0.0.22 - - [2025-11-10 03:09:38] "GET /virtual-machine/5347f89b-cb6f-4176-a777-14ba1caf267a HTTP/1.1" 200 1292 0.030212 10.0.0.22 - - [2025-11-10 03:09:38] "GET /virtual-machine-interface/07225930-425b-452e-ab34-1653d02f7932 HTTP/1.1" 200 2970 0.005006 10.0.0.22 - - [2025-11-10 03:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.22 - - [2025-11-10 03:09:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.005425 10.0.0.22 - - [2025-11-10 03:09:38] "GET /virtual-networks?parent_id=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002923 10.0.0.22 - - [2025-11-10 03:09:38] "GET /virtual-network/c63b5951-a819-41e3-9da3-13c3e2f31abc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006998 10.0.0.22 - - [2025-11-10 03:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.22 - - [2025-11-10 03:09:41] "GET /virtual-network/c63b5951-a819-41e3-9da3-13c3e2f31abc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005091 10.0.0.22 - - [2025-11-10 03:09:41] "POST /neutron/port HTTP/1.1" 200 1083 0.018869 10.0.0.22 - - [2025-11-10 03:09:41] "POST /neutron/network HTTP/1.1" 200 849 0.008812 10.0.0.22 - - [2025-11-10 03:09:41] "POST /neutron/subnet HTTP/1.1" 200 675 0.010088 10.0.0.22 - - [2025-11-10 03:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.22 - - [2025-11-10 03:09:43] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003925 10.0.0.22 - - [2025-11-10 03:09:43] "GET /virtual-networks?parent_id=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003711 10.0.0.22 - - [2025-11-10 03:09:43] "GET /virtual-network/c63b5951-a819-41e3-9da3-13c3e2f31abc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006400 10.0.0.22 - - [2025-11-10 03:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.22 - - [2025-11-10 03:09:45] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004384 10.0.0.22 - - [2025-11-10 03:09:45] "PUT /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e HTTP/1.1" 200 276 0.014990 10.0.0.22 - - [2025-11-10 03:09:45] "POST /neutron/network HTTP/1.1" 200 839 0.009135 10.0.0.22 - - [2025-11-10 03:09:46] "POST /neutron/port HTTP/1.1" 200 1109 0.012204 10.0.0.23 - - [2025-11-10 03:09:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004254 10.0.0.23 - - [2025-11-10 03:09:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003217 10.0.0.22 - - [2025-11-10 03:09:47] "POST /neutron/network HTTP/1.1" 200 151 0.138800 10.0.0.22 - - [2025-11-10 03:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.23 - - [2025-11-10 03:09:50] "GET /projects?obj_uuids=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001103 10.0.0.22 - - [2025-11-10 03:09:50] "GET /project/2a2e139e-912a-45c3-beb5-d9475056d557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052871 10.0.0.23 - - [2025-11-10 03:09:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007900 10.0.0.22 - - [2025-11-10 03:09:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.203133 10.0.0.22 - - [2025-11-10 03:09:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001343 10.0.0.22 - - [2025-11-10 03:09:51] "GET /virtual-network/5713b78c-f0a0-471e-abc9-92297cadac03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005863 10.0.0.22 - - [2025-11-10 03:09:51] "GET /virtual-network/5713b78c-f0a0-471e-abc9-92297cadac03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005666 10.0.0.22 - - [2025-11-10 03:09:51] "POST /neutron/network HTTP/1.1" 200 826 0.006866 10.0.0.22 - - [2025-11-10 03:09:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001524 10.0.0.50 - - [2025-11-10 03:09:51] "POST /route-targets HTTP/1.1" 200 327 0.014183 10.0.0.23 - - [2025-11-10 03:09:52] "GET /projects?obj_uuids=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001188 10.0.0.22 - - [2025-11-10 03:09:52] "GET /project/2a2e139e-912a-45c3-beb5-d9475056d557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.081954 10.0.0.22 - - [2025-11-10 03:09:52] "POST /neutron/network HTTP/1.1" 200 826 0.007224 10.0.0.22 - - [2025-11-10 03:09:52] "POST /neutron/port HTTP/1.1" 200 117 0.005856 10.0.0.22 - - [2025-11-10 03:09:53] "POST /neutron/port HTTP/1.1" 200 1062 0.015504 10.0.0.22 - - [2025-11-10 03:09:53] "POST /neutron/port HTTP/1.1" 200 1090 0.023530 10.0.0.22 - - [2025-11-10 03:09:53] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.22 - - [2025-11-10 03:09:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009359 10.0.0.22 - - [2025-11-10 03:09:57] "POST /neutron/port HTTP/1.1" 200 1090 0.015505 10.0.0.22 - - [2025-11-10 03:09:57] "GET /virtual-machine/16bc19d3-cd52-4e99-9e97-e0aa488f4503 HTTP/1.1" 200 1292 0.010930 10.0.0.22 - - [2025-11-10 03:09:57] "GET /virtual-machine-interface/95f7123c-0576-4f0f-89b5-3c1679be0bfe HTTP/1.1" 200 2941 0.005951 10.0.0.22 - - [2025-11-10 03:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.22 - - [2025-11-10 03:09:57] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005939 10.0.0.22 - - [2025-11-10 03:09:57] "GET /virtual-networks?parent_id=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.007660 10.0.0.22 - - [2025-11-10 03:09:57] "GET /virtual-network/5713b78c-f0a0-471e-abc9-92297cadac03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005843 10.0.0.22 - - [2025-11-10 03:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.22 - - [2025-11-10 03:10:00] "GET /virtual-network/5713b78c-f0a0-471e-abc9-92297cadac03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006679 10.0.0.22 - - [2025-11-10 03:10:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006974 10.0.0.22 - - [2025-11-10 03:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005475 10.0.0.22 - - [2025-11-10 03:10:05] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005597 10.0.0.22 - - [2025-11-10 03:10:05] "GET /virtual-networks?parent_id=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004994 10.0.0.22 - - [2025-11-10 03:10:05] "GET /virtual-network/5713b78c-f0a0-471e-abc9-92297cadac03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007228 10.0.0.22 - - [2025-11-10 03:10:07] "POST /neutron/port HTTP/1.1" 200 1090 0.016897 10.0.0.22 - - [2025-11-10 03:10:07] "GET /obj-perms HTTP/1.1" 200 5056 0.058758 10.0.0.22 - - [2025-11-10 03:10:09] "POST /neutron/network HTTP/1.1" 200 826 0.007151 10.0.0.50 - - [2025-11-10 03:10:09] "DELETE /route-target/8439d447-4277-4c65-afff-1a2c629b0d17 HTTP/1.1" 200 115 0.023989 10.0.0.22 - - [2025-11-10 03:10:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003913 10.0.0.22 - - [2025-11-10 03:10:11] "POST /network-ipams HTTP/1.1" 200 541 0.026980 10.0.0.22 - - [2025-11-10 03:10:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004263 10.0.0.22 - - [2025-11-10 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.22 - - [2025-11-10 03:10:11] "GET /network-ipam/e9987e7e-8490-41ae-9a1b-97cfeace1d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.006969 10.0.0.22 - - [2025-11-10 03:10:11] "PUT /network-ipam/e9987e7e-8490-41ae-9a1b-97cfeace1d74 HTTP/1.1" 200 258 0.014741 10.0.0.22 - - [2025-11-10 03:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.23 - - [2025-11-10 03:10:12] "GET /projects?obj_uuids=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001488 10.0.0.22 - - [2025-11-10 03:10:12] "GET /project/2a2e139e-912a-45c3-beb5-d9475056d557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.053729 10.0.0.23 - - [2025-11-10 03:10:12] "GET /projects?obj_uuids=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001258 10.0.0.22 - - [2025-11-10 03:10:12] "POST /neutron/network HTTP/1.1" 200 605 0.114834 10.0.0.22 - - [2025-11-10 03:10:12] "POST /neutron/network HTTP/1.1" 200 994 0.010263 10.0.0.22 - - [2025-11-10 03:10:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001344 10.0.0.22 - - [2025-11-10 03:10:12] "GET /virtual-network/a4e39bfc-b347-49f3-8279-49bf4b922a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005300 10.0.0.22 - - [2025-11-10 03:10:12] "GET /virtual-network/a4e39bfc-b347-49f3-8279-49bf4b922a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005836 10.0.0.22 - - [2025-11-10 03:10:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.010052 10.0.0.22 - - [2025-11-10 03:10:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.009856 10.0.0.23 - - [2025-11-10 03:10:13] "GET /projects?obj_uuids=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.22 - - [2025-11-10 03:10:13] "POST /neutron/port HTTP/1.1" 200 1017 0.238922 10.0.0.22 - - [2025-11-10 03:10:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001433 10.0.0.22 - - [2025-11-10 03:10:13] "POST /neutron/network HTTP/1.1" 200 994 0.009449 10.0.0.22 - - [2025-11-10 03:10:14] "POST /neutron/port HTTP/1.1" 200 1017 0.011666 10.0.0.22 - - [2025-11-10 03:10:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001291 10.0.0.22 - - [2025-11-10 03:10:14] "POST /neutron/port HTTP/1.1" 200 1017 0.010004 10.0.0.22 - - [2025-11-10 03:10:14] "POST /neutron/port HTTP/1.1" 200 1017 0.012079 10.0.0.22 - - [2025-11-10 03:10:14] "POST /neutron/port HTTP/1.1" 200 117 0.009849 10.0.0.22 - - [2025-11-10 03:10:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001432 10.0.0.22 - - [2025-11-10 03:10:14] "POST /neutron/port HTTP/1.1" 200 1017 0.009811 10.0.0.22 - - [2025-11-10 03:10:15] "POST /neutron/port HTTP/1.1" 200 1109 0.171212 10.0.0.22 - - [2025-11-10 03:10:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004115 10.0.0.22 - - [2025-11-10 03:10:15] "POST /neutron/network HTTP/1.1" 200 994 0.014756 10.0.0.22 - - [2025-11-10 03:10:15] "POST /neutron/port HTTP/1.1" 200 1017 0.011479 10.0.0.22 - - [2025-11-10 03:10:15] "POST /neutron/port HTTP/1.1" 200 1083 0.016647 10.0.0.22 - - [2025-11-10 03:10:15] "POST /neutron/port HTTP/1.1" 200 117 0.001542 10.0.0.23 - - [2025-11-10 03:10:15] "GET /projects?obj_uuids=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.22 - - [2025-11-10 03:10:15] "GET /project/2a2e139e-912a-45c3-beb5-d9475056d557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.074032 10.0.0.22 - - [2025-11-10 03:10:16] "POST /neutron/port HTTP/1.1" 200 2050 0.017711 10.0.0.22 - - [2025-11-10 03:10:16] "GET /virtual-network/a4e39bfc-b347-49f3-8279-49bf4b922a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005888 10.0.0.22 - - [2025-11-10 03:10:16] "POST /neutron/network HTTP/1.1" 200 1004 0.008400 10.0.0.22 - - [2025-11-10 03:10:17] "POST /neutron/port HTTP/1.1" 200 1055 0.016441 10.0.0.22 - - [2025-11-10 03:10:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004678 10.0.0.22 - - [2025-11-10 03:10:17] "POST /neutron/network HTTP/1.1" 200 994 0.009981 10.0.0.50 - - [2025-11-10 03:10:17] "GET /obj-perms HTTP/1.1" 200 5030 0.059417 10.0.0.22 - - [2025-11-10 03:10:18] "POST /neutron/port HTTP/1.1" 200 1083 0.016176 10.0.0.22 - - [2025-11-10 03:10:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007522 10.0.0.22 - - [2025-11-10 03:10:18] "GET /virtual-machine/ea92c4ea-73c5-4c33-a736-6319c326c488 HTTP/1.1" 200 1289 0.006601 10.0.0.22 - - [2025-11-10 03:10:18] "GET /virtual-machine-interface/d221b6bb-cb00-455c-acc0-51994a8b1339 HTTP/1.1" 200 2942 0.005194 10.0.0.22 - - [2025-11-10 03:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.22 - - [2025-11-10 03:10:18] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004461 10.0.0.22 - - [2025-11-10 03:10:18] "GET /virtual-networks?parent_id=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003110 10.0.0.22 - - [2025-11-10 03:10:18] "GET /virtual-network/a4e39bfc-b347-49f3-8279-49bf4b922a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005894 10.0.0.22 - - [2025-11-10 03:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.22 - - [2025-11-10 03:10:21] "GET /virtual-network/a4e39bfc-b347-49f3-8279-49bf4b922a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005727 10.0.0.22 - - [2025-11-10 03:10:24] "POST /neutron/port HTTP/1.1" 200 1083 0.017791 10.0.0.22 - - [2025-11-10 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.22 - - [2025-11-10 03:10:25] "GET /virtual-network/a4e39bfc-b347-49f3-8279-49bf4b922a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006721 10.0.0.22 - - [2025-11-10 03:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.22 - - [2025-11-10 03:10:27] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005511 10.0.0.22 - - [2025-11-10 03:10:27] "GET /virtual-networks?parent_id=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003750 10.0.0.22 - - [2025-11-10 03:10:27] "GET /virtual-network/a4e39bfc-b347-49f3-8279-49bf4b922a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007235 10.0.0.22 - - [2025-11-10 03:10:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007562 10.0.0.22 - - [2025-11-10 03:10:28] "POST /neutron/port HTTP/1.1" 200 1083 0.018330 10.0.0.22 - - [2025-11-10 03:10:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006885 10.0.0.22 - - [2025-11-10 03:10:28] "GET /virtual-machine/6d7e02fc-553c-484a-8030-e5212b1e17b3 HTTP/1.1" 200 1287 0.005561 10.0.0.22 - - [2025-11-10 03:10:28] "GET /virtual-machine-interface/bb4dd7c8-4ee1-4b52-8590-ba97861f7cde HTTP/1.1" 200 2941 0.005223 10.0.0.22 - - [2025-11-10 03:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.22 - - [2025-11-10 03:10:28] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003273 10.0.0.22 - - [2025-11-10 03:10:28] "GET /virtual-networks?parent_id=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002813 10.0.0.22 - - [2025-11-10 03:10:28] "GET /virtual-network/a4e39bfc-b347-49f3-8279-49bf4b922a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006291 10.0.0.22 - - [2025-11-10 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.22 - - [2025-11-10 03:10:29] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004145 10.0.0.22 - - [2025-11-10 03:10:29] "GET /virtual-networks?parent_id=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003082 10.0.0.22 - - [2025-11-10 03:10:29] "GET /virtual-network/a4e39bfc-b347-49f3-8279-49bf4b922a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007417 10.0.0.22 - - [2025-11-10 03:10:29] "POST /neutron/port HTTP/1.1" 200 1083 0.018775 10.0.0.22 - - [2025-11-10 03:10:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008721 10.0.0.22 - - [2025-11-10 03:10:30] "GET /virtual-machine/af91b6cf-f87a-4a34-a1d0-fce294eb453d HTTP/1.1" 200 1293 0.007037 10.0.0.22 - - [2025-11-10 03:10:30] "GET /virtual-machine-interface/2b4e5091-ac4e-4425-a64c-c1770ce60e81 HTTP/1.1" 200 2941 0.005836 10.0.0.22 - - [2025-11-10 03:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.22 - - [2025-11-10 03:10:30] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003789 10.0.0.22 - - [2025-11-10 03:10:30] "GET /virtual-networks?parent_id=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003110 10.0.0.22 - - [2025-11-10 03:10:30] "GET /virtual-network/a4e39bfc-b347-49f3-8279-49bf4b922a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005683 10.0.0.22 - - [2025-11-10 03:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004654 10.0.0.22 - - [2025-11-10 03:10:31] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004698 10.0.0.22 - - [2025-11-10 03:10:31] "GET /virtual-networks?parent_id=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003688 10.0.0.22 - - [2025-11-10 03:10:31] "GET /virtual-network/a4e39bfc-b347-49f3-8279-49bf4b922a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006217 10.0.0.22 - - [2025-11-10 03:10:42] "POST /neutron/network HTTP/1.1" 200 1004 0.007155 10.0.0.22 - - [2025-11-10 03:10:42] "POST /neutron/port HTTP/1.1" 200 117 0.001134 10.0.0.22 - - [2025-11-10 03:10:47] "POST /neutron/port HTTP/1.1" 200 1109 0.011843 10.0.0.22 - - [2025-11-10 03:10:47] "POST /neutron/port HTTP/1.1" 200 1083 0.018285 10.0.0.22 - - [2025-11-10 03:10:47] "POST /neutron/port HTTP/1.1" 200 1109 0.012861 10.0.0.22 - - [2025-11-10 03:10:48] "POST /neutron/network HTTP/1.1" 400 204 0.028342 10.0.0.50 - - [2025-11-10 03:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008759 10.0.0.22 - - [2025-11-10 03:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.22 - - [2025-11-10 03:10:50] "DELETE /network-ipam/e9987e7e-8490-41ae-9a1b-97cfeace1d74 HTTP/1.1" 200 115 0.064878 10.0.0.22 - - [2025-11-10 03:10:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.004783 10.0.0.23 - - [2025-11-10 03:10:52] "GET /projects?obj_uuids=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.22 - - [2025-11-10 03:10:52] "GET /project/2a2e139e-912a-45c3-beb5-d9475056d557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.065384 10.0.0.23 - - [2025-11-10 03:10:52] "GET /projects?obj_uuids=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001157 10.0.0.22 - - [2025-11-10 03:10:52] "GET /project/2a2e139e-912a-45c3-beb5-d9475056d557?fields=virtual_networks HTTP/1.1" 200 1032 0.039088 10.0.0.23 - - [2025-11-10 03:10:52] "GET /projects?obj_uuids=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001023 10.0.0.22 - - [2025-11-10 03:10:52] "GET /project/2a2e139e-912a-45c3-beb5-d9475056d557?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.038145 10.0.0.23 - - [2025-11-10 03:10:52] "GET /projects?obj_uuids=2a2e139e-912a-45c3-beb5-d9475056d557&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001605 10.0.0.22 - - [2025-11-10 03:10:52] "GET /project/2a2e139e-912a-45c3-beb5-d9475056d557?fields=security_groups HTTP/1.1" 200 1258 0.043903 10.0.0.22 - - [2025-11-10 03:10:52] "POST /neutron/port HTTP/1.1" 200 117 0.008774 10.0.0.22 - - [2025-11-10 03:10:53] "POST /neutron/port HTTP/1.1" 400 205 0.004731 10.0.0.22 - - [2025-11-10 03:10:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.034842 10.0.0.23 - - [2025-11-10 03:10:53] "GET /projects?obj_uuids=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004215 10.0.0.23 - - [2025-11-10 03:10:53] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001851 10.0.0.23 - - [2025-11-10 03:10:53] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039587 10.0.0.23 - - [2025-11-10 03:10:53] "POST /id-to-fqname HTTP/1.1" 200 198 0.006031 10.0.0.23 - - [2025-11-10 03:10:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.006905 10.0.0.23 - - [2025-11-10 03:10:54] "POST /security-groups HTTP/1.1" 200 599 0.032467 10.0.0.23 - - [2025-11-10 03:10:54] "POST /projects HTTP/1.1" 200 601 0.258659 10.0.0.50 - - [2025-11-10 03:10:54] "POST /access-control-lists HTTP/1.1" 200 604 0.027707 10.0.0.23 - - [2025-11-10 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.329451 10.0.0.22 - - [2025-11-10 03:10:54] "GET /project/7a679698-d07c-428f-a1b9-cf4ce2756864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.499476 10.0.0.22 - - [2025-11-10 03:10:55] "GET / HTTP/1.1" 200 35931 0.001697 10.0.0.22 - - [2025-11-10 03:10:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000466 10.0.0.22 - - [2025-11-10 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.068356 10.0.0.23 - - [2025-11-10 03:10:57] "GET /projects?obj_uuids=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.22 - - [2025-11-10 03:10:57] "GET /project/7a679698-d07c-428f-a1b9-cf4ce2756864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046692 10.0.0.50 - - [2025-11-10 03:10:57] "POST /route-targets HTTP/1.1" 200 327 0.015154 10.0.0.23 - - [2025-11-10 03:10:58] "POST /useragent-kv HTTP/1.1" 200 115 0.008574 10.0.0.22 - - [2025-11-10 03:10:58] "POST /neutron/subnet HTTP/1.1" 200 823 0.212176 10.0.0.50 - - [2025-11-10 03:10:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.037049 10.0.0.22 - - [2025-11-10 03:10:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001328 10.0.0.22 - - [2025-11-10 03:10:58] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.009139 10.0.0.22 - - [2025-11-10 03:10:58] "POST /neutron/network HTTP/1.1" 200 1004 0.010078 10.0.0.22 - - [2025-11-10 03:10:58] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005641 10.0.0.22 - - [2025-11-10 03:10:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.010091 10.0.0.22 - - [2025-11-10 03:10:58] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006274 10.0.0.23 - - [2025-11-10 03:11:00] "GET /obj-perms HTTP/1.1" 200 5046 0.047611 10.0.0.22 - - [2025-11-10 03:11:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001529 10.0.0.23 - - [2025-11-10 03:11:01] "GET /projects?obj_uuids=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001446 10.0.0.22 - - [2025-11-10 03:11:01] "GET /project/7a679698-d07c-428f-a1b9-cf4ce2756864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.084646 10.0.0.22 - - [2025-11-10 03:11:01] "POST /neutron/port HTTP/1.1" 200 117 0.009332 10.0.0.22 - - [2025-11-10 03:11:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001979 10.0.0.22 - - [2025-11-10 03:11:01] "POST /neutron/network HTTP/1.1" 200 1014 0.009407 10.0.0.22 - - [2025-11-10 03:11:02] "POST /neutron/port HTTP/1.1" 200 1173 0.022754 10.0.0.23 - - [2025-11-10 03:11:02] "GET /projects?obj_uuids=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001685 10.0.0.22 - - [2025-11-10 03:11:02] "GET /project/7a679698-d07c-428f-a1b9-cf4ce2756864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.172715 10.0.0.22 - - [2025-11-10 03:11:02] "POST /neutron/network HTTP/1.1" 200 1004 0.009331 10.0.0.22 - - [2025-11-10 03:11:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005402 10.0.0.22 - - [2025-11-10 03:11:02] "POST /neutron/port HTTP/1.1" 200 1201 0.023528 10.0.0.22 - - [2025-11-10 03:11:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007233 10.0.0.22 - - [2025-11-10 03:11:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001418 10.0.0.22 - - [2025-11-10 03:11:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007347 10.0.0.23 - - [2025-11-10 03:11:03] "GET /projects?obj_uuids=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002272 10.0.0.22 - - [2025-11-10 03:11:03] "POST /neutron/port HTTP/1.1" 200 1173 0.359723 10.0.0.22 - - [2025-11-10 03:11:03] "POST /neutron/port HTTP/1.1" 200 1227 0.158751 10.0.0.23 - - [2025-11-10 03:11:04] "GET /projects?obj_uuids=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001006 10.0.0.22 - - [2025-11-10 03:11:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003865 10.0.0.22 - - [2025-11-10 03:11:04] "GET /project/7a679698-d07c-428f-a1b9-cf4ce2756864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.069958 10.0.0.22 - - [2025-11-10 03:11:04] "POST /neutron/network HTTP/1.1" 200 1004 0.039438 10.0.0.22 - - [2025-11-10 03:11:04] "POST /neutron/port HTTP/1.1" 200 2284 0.020376 10.0.0.22 - - [2025-11-10 03:11:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001884 10.0.0.22 - - [2025-11-10 03:11:04] "POST /neutron/port HTTP/1.1" 200 2284 0.017950 10.0.0.22 - - [2025-11-10 03:11:04] "POST /neutron/network HTTP/1.1" 200 1014 0.009977 10.0.0.22 - - [2025-11-10 03:11:05] "POST /neutron/port HTTP/1.1" 200 1173 0.017858 10.0.0.23 - - [2025-11-10 03:11:05] "GET /projects?obj_uuids=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001069 10.0.0.22 - - [2025-11-10 03:11:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003104 10.0.0.22 - - [2025-11-10 03:11:05] "GET /project/7a679698-d07c-428f-a1b9-cf4ce2756864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.079355 10.0.0.22 - - [2025-11-10 03:11:05] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.22 - - [2025-11-10 03:11:05] "POST /neutron/network HTTP/1.1" 200 1004 0.009441 10.0.0.22 - - [2025-11-10 03:11:05] "POST /neutron/port HTTP/1.1" 200 117 0.005856 10.0.0.22 - - [2025-11-10 03:11:06] "POST /neutron/port HTTP/1.1" 200 1201 0.016671 10.0.0.22 - - [2025-11-10 03:11:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006968 10.0.0.22 - - [2025-11-10 03:11:06] "GET /virtual-machine/3d108392-c0aa-4441-8498-03ad5b594386 HTTP/1.1" 401 292 0.000427 10.0.0.22 - - [2025-11-10 03:11:06] "GET /virtual-machine/3d108392-c0aa-4441-8498-03ad5b594386 HTTP/1.1" 200 1299 0.030601 10.0.0.22 - - [2025-11-10 03:11:06] "GET /virtual-machine-interface/73757d95-828c-4cb2-b6fc-67eb9a6f4866 HTTP/1.1" 200 3175 0.005623 10.0.0.22 - - [2025-11-10 03:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.22 - - [2025-11-10 03:11:06] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003936 10.0.0.22 - - [2025-11-10 03:11:06] "GET /virtual-networks?parent_id=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003587 10.0.0.22 - - [2025-11-10 03:11:06] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006221 10.0.0.22 - - [2025-11-10 03:11:06] "POST /neutron/port HTTP/1.1" 200 1173 0.057188 10.0.0.22 - - [2025-11-10 03:11:07] "POST /neutron/port HTTP/1.1" 200 1201 0.022418 10.0.0.22 - - [2025-11-10 03:11:07] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017723 10.0.0.22 - - [2025-11-10 03:11:07] "POST /neutron/network HTTP/1.1" 200 1004 0.012202 10.0.0.22 - - [2025-11-10 03:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.22 - - [2025-11-10 03:11:09] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005775 10.0.0.22 - - [2025-11-10 03:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.22 - - [2025-11-10 03:11:13] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005476 10.0.0.22 - - [2025-11-10 03:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.22 - - [2025-11-10 03:11:18] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008022 10.0.0.23 - - [2025-11-10 03:11:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000616 10.0.0.23 - - [2025-11-10 03:11:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2025-11-10 03:11:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2025-11-10 03:11:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.50 - - [2025-11-10 03:11:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.50 - - [2025-11-10 03:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.50 - - [2025-11-10 03:11:21] "DELETE /access-control-list/80b067ae-f649-4747-aaf8-4f4b68c00a44 HTTP/1.1" 200 115 0.045050 10.0.0.50 - - [2025-11-10 03:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000575 10.0.0.50 - - [2025-11-10 03:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.22 - - [2025-11-10 03:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.22 - - [2025-11-10 03:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.22 - - [2025-11-10 03:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.22 - - [2025-11-10 03:11:22] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007632 10.0.0.22 - - [2025-11-10 03:11:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.22 - - [2025-11-10 03:11:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.22 - - [2025-11-10 03:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566 10.0.0.22 - - [2025-11-10 03:11:26] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006313 10.0.0.23 - - [2025-11-10 03:11:29] "DELETE /project/7a679698d07c428fa1b9cf4ce2756864 HTTP/1.1" 404 173 0.003985 10.0.0.23 - - [2025-11-10 03:11:29] "DELETE /project/2a2e139e-912a-45c3-beb5-d9475056d557 HTTP/1.1" 404 177 0.003537 10.0.0.22 - - [2025-11-10 03:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005317 10.0.0.22 - - [2025-11-10 03:11:30] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006140 10.0.0.22 - - [2025-11-10 03:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.22 - - [2025-11-10 03:11:34] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006094 10.0.0.22 - - [2025-11-10 03:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.22 - - [2025-11-10 03:11:38] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005780 10.0.0.22 - - [2025-11-10 03:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.22 - - [2025-11-10 03:11:42] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007416 10.0.0.22 - - [2025-11-10 03:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.22 - - [2025-11-10 03:11:46] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006011 10.0.0.22 - - [2025-11-10 03:11:50] "POST /neutron/network HTTP/1.1" 200 1014 0.032562 10.0.0.22 - - [2025-11-10 03:11:50] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017782 10.0.0.22 - - [2025-11-10 03:11:50] "POST /neutron/network HTTP/1.1" 200 1004 0.020709 10.0.0.22 - - [2025-11-10 03:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.22 - - [2025-11-10 03:11:50] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007078 10.0.0.22 - - [2025-11-10 03:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005024 10.0.0.22 - - [2025-11-10 03:11:54] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.010127 10.0.0.22 - - [2025-11-10 03:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.22 - - [2025-11-10 03:11:59] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006003 10.0.0.22 - - [2025-11-10 03:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.22 - - [2025-11-10 03:12:01] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004391 10.0.0.22 - - [2025-11-10 03:12:01] "GET /virtual-networks?parent_id=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003001 10.0.0.22 - - [2025-11-10 03:12:01] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006128 10.0.0.22 - - [2025-11-10 03:12:06] "POST /neutron/port HTTP/1.1" 200 1201 0.020766 10.0.0.22 - - [2025-11-10 03:12:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013162 10.0.0.22 - - [2025-11-10 03:12:09] "GET /obj-perms HTTP/1.1" 200 5056 0.050717 10.0.0.50 - - [2025-11-10 03:12:09] "GET /obj-perms HTTP/1.1" 200 5056 0.044158 10.0.0.22 - - [2025-11-10 03:12:11] "POST /neutron/port HTTP/1.1" 200 1201 0.018950 10.0.0.22 - - [2025-11-10 03:12:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007392 10.0.0.22 - - [2025-11-10 03:12:16] "POST /neutron/port HTTP/1.1" 200 1201 0.017665 10.0.0.22 - - [2025-11-10 03:12:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008284 10.0.0.22 - - [2025-11-10 03:12:27] "POST /neutron/port HTTP/1.1" 200 1201 0.024393 10.0.0.22 - - [2025-11-10 03:12:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009886 10.0.0.22 - - [2025-11-10 03:12:27] "GET /virtual-machine/5ebf0971-64a0-46af-a047-f07099cd88a0 HTTP/1.1" 200 1300 0.007610 10.0.0.22 - - [2025-11-10 03:12:27] "GET /virtual-machine-interface/4fd4ee2b-7ec5-4358-b90b-3292ae79f50d HTTP/1.1" 200 3175 0.006971 10.0.0.22 - - [2025-11-10 03:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.22 - - [2025-11-10 03:12:27] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005249 10.0.0.22 - - [2025-11-10 03:12:27] "GET /virtual-networks?parent_id=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003428 10.0.0.22 - - [2025-11-10 03:12:27] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008300 10.0.0.22 - - [2025-11-10 03:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.22 - - [2025-11-10 03:12:28] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004746 10.0.0.22 - - [2025-11-10 03:12:28] "GET /virtual-networks?parent_id=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003408 10.0.0.22 - - [2025-11-10 03:12:28] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005648 10.0.0.22 - - [2025-11-10 03:12:29] "POST /neutron/port HTTP/1.1" 200 1201 0.017034 10.0.0.22 - - [2025-11-10 03:12:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007624 10.0.0.22 - - [2025-11-10 03:12:29] "GET /virtual-machine/b8048712-1fcf-42c9-aef5-79a26e1d9df8 HTTP/1.1" 200 1301 0.005781 10.0.0.22 - - [2025-11-10 03:12:29] "GET /virtual-machine-interface/2f70c4fa-1562-49a6-ad14-23bf242d19cf HTTP/1.1" 200 3175 0.005127 10.0.0.22 - - [2025-11-10 03:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.22 - - [2025-11-10 03:12:29] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007349 10.0.0.22 - - [2025-11-10 03:12:29] "GET /virtual-networks?parent_id=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003951 10.0.0.22 - - [2025-11-10 03:12:29] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006720 10.0.0.22 - - [2025-11-10 03:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.22 - - [2025-11-10 03:12:30] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004708 10.0.0.22 - - [2025-11-10 03:12:30] "GET /virtual-networks?parent_id=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005211 10.0.0.22 - - [2025-11-10 03:12:30] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.011266 10.0.0.22 - - [2025-11-10 03:12:44] "POST /neutron/network HTTP/1.1" 200 1014 0.008888 10.0.0.22 - - [2025-11-10 03:12:44] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017378 10.0.0.22 - - [2025-11-10 03:12:44] "POST /neutron/network HTTP/1.1" 200 1004 0.010420 10.0.0.22 - - [2025-11-10 03:12:52] "POST /neutron/network HTTP/1.1" 200 1014 0.011403 10.0.0.22 - - [2025-11-10 03:12:52] "POST /neutron/subnet HTTP/1.1" 200 1375 0.017346 10.0.0.22 - - [2025-11-10 03:12:52] "POST /neutron/network HTTP/1.1" 200 1004 0.012988 10.0.0.23 - - [2025-11-10 03:12:52] "GET /projects?obj_uuids=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001247 10.0.0.22 - - [2025-11-10 03:12:52] "GET /project/7a679698-d07c-428f-a1b9-cf4ce2756864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058442 10.0.0.22 - - [2025-11-10 03:12:52] "POST /fqname-to-id HTTP/1.1" 404 226 0.003105 10.0.0.22 - - [2025-11-10 03:12:52] "POST /interface-route-tables HTTP/1.1" 200 575 0.036081 10.0.0.22 - - [2025-11-10 03:12:52] "GET /interface-route-table/be40c18d-3d76-4553-9458-1a081dfa4bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.005839 10.0.0.22 - - [2025-11-10 03:12:52] "GET /virtual-machine-interface/73757d95-828c-4cb2-b6fc-67eb9a6f4866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006082 10.0.0.22 - - [2025-11-10 03:12:52] "POST /ref-update HTTP/1.1" 200 156 0.015868 10.0.0.23 - - [2025-11-10 03:13:39] "GET /projects?obj_uuids=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001396 10.0.0.22 - - [2025-11-10 03:13:39] "GET /project/7a679698-d07c-428f-a1b9-cf4ce2756864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040008 10.0.0.22 - - [2025-11-10 03:13:39] "POST /fqname-to-id HTTP/1.1" 404 226 0.004194 10.0.0.22 - - [2025-11-10 03:13:39] "POST /interface-route-tables HTTP/1.1" 200 575 0.028517 10.0.0.22 - - [2025-11-10 03:13:39] "GET /interface-route-table/1c7bd3b4-ab98-4079-b65b-a9f0b677ce3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.006504 10.0.0.22 - - [2025-11-10 03:13:39] "GET /virtual-machine-interface/4fd4ee2b-7ec5-4358-b90b-3292ae79f50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005754 10.0.0.22 - - [2025-11-10 03:13:39] "POST /ref-update HTTP/1.1" 200 156 0.014208 10.0.0.22 - - [2025-11-10 03:13:41] "GET /virtual-machine-interface/2f70c4fa-1562-49a6-ad14-23bf242d19cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006105 10.0.0.22 - - [2025-11-10 03:13:41] "PUT /virtual-machine-interface/2f70c4fa-1562-49a6-ad14-23bf242d19cf HTTP/1.1" 200 284 0.013967 10.0.0.22 - - [2025-11-10 03:13:41] "GET /virtual-machine-interface/73757d95-828c-4cb2-b6fc-67eb9a6f4866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.008057 10.0.0.22 - - [2025-11-10 03:13:41] "PUT /virtual-machine-interface/73757d95-828c-4cb2-b6fc-67eb9a6f4866 HTTP/1.1" 200 284 0.013844 10.0.0.22 - - [2025-11-10 03:13:41] "GET /virtual-machine-interface/4fd4ee2b-7ec5-4358-b90b-3292ae79f50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.008137 10.0.0.22 - - [2025-11-10 03:13:41] "PUT /virtual-machine-interface/4fd4ee2b-7ec5-4358-b90b-3292ae79f50d HTTP/1.1" 200 284 0.015380 10.0.0.22 - - [2025-11-10 03:13:45] "POST /neutron/network HTTP/1.1" 200 1014 0.008640 10.0.0.22 - - [2025-11-10 03:13:45] "POST /neutron/subnet HTTP/1.1" 200 1375 0.019873 10.0.0.22 - - [2025-11-10 03:13:45] "POST /neutron/network HTTP/1.1" 200 1004 0.009921 10.0.0.22 - - [2025-11-10 03:13:53] "POST /neutron/network HTTP/1.1" 200 1014 0.009258 10.0.0.22 - - [2025-11-10 03:13:53] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015466 10.0.0.22 - - [2025-11-10 03:13:53] "POST /neutron/network HTTP/1.1" 200 1004 0.012037 10.0.0.23 - - [2025-11-10 03:14:11] "GET /obj-perms HTTP/1.1" 200 5056 0.047967 10.0.0.22 - - [2025-11-10 03:14:39] "POST /neutron/port HTTP/1.1" 200 1201 0.016201 10.0.0.22 - - [2025-11-10 03:14:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006990 10.0.0.22 - - [2025-11-10 03:14:39] "GET /virtual-machine/bc179ea8-805e-4cb3-b65a-6dad56d30d74 HTTP/1.1" 200 1301 0.005565 10.0.0.22 - - [2025-11-10 03:14:39] "GET /virtual-machine-interface/b2b0ca3b-c341-4a20-974a-5e7b403746d7 HTTP/1.1" 200 3176 0.005270 10.0.0.22 - - [2025-11-10 03:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.22 - - [2025-11-10 03:14:39] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003658 10.0.0.22 - - [2025-11-10 03:14:39] "GET /virtual-networks?parent_id=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002774 10.0.0.22 - - [2025-11-10 03:14:39] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006752 10.0.0.22 - - [2025-11-10 03:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.22 - - [2025-11-10 03:14:40] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005740 10.0.0.22 - - [2025-11-10 03:14:40] "GET /virtual-networks?parent_id=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004586 10.0.0.22 - - [2025-11-10 03:14:40] "GET /virtual-network/5c074b74-19c1-40bb-bcea-1cbf69588960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005778 10.0.0.22 - - [2025-11-10 03:14:40] "GET /virtual-machine-interface/b2b0ca3b-c341-4a20-974a-5e7b403746d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006755 10.0.0.22 - - [2025-11-10 03:14:40] "PUT /virtual-machine-interface/b2b0ca3b-c341-4a20-974a-5e7b403746d7 HTTP/1.1" 200 284 0.018677 10.0.0.22 - - [2025-11-10 03:14:45] "POST /neutron/network HTTP/1.1" 200 1014 0.010751 10.0.0.22 - - [2025-11-10 03:14:45] "POST /neutron/subnet HTTP/1.1" 200 1375 0.024508 10.0.0.22 - - [2025-11-10 03:14:45] "POST /neutron/network HTTP/1.1" 200 1004 0.010371 10.0.0.22 - - [2025-11-10 03:14:54] "POST /neutron/network HTTP/1.1" 200 1014 0.006997 10.0.0.22 - - [2025-11-10 03:14:54] "POST /neutron/subnet HTTP/1.1" 200 1375 0.023025 10.0.0.22 - - [2025-11-10 03:14:54] "POST /neutron/network HTTP/1.1" 200 1004 0.018224 10.0.0.23 - - [2025-11-10 03:15:28] "GET /projects?obj_uuids=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.027887 10.0.0.22 - - [2025-11-10 03:15:28] "GET /project/7a679698-d07c-428f-a1b9-cf4ce2756864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077690 10.0.0.22 - - [2025-11-10 03:15:28] "POST /fqname-to-id HTTP/1.1" 404 226 0.004178 10.0.0.22 - - [2025-11-10 03:15:28] "POST /interface-route-tables HTTP/1.1" 200 575 0.039417 10.0.0.22 - - [2025-11-10 03:15:29] "GET /interface-route-table/800db190-51cc-4a92-9f60-f83d939d5f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.008744 10.0.0.22 - - [2025-11-10 03:15:29] "GET /virtual-machine-interface/b2b0ca3b-c341-4a20-974a-5e7b403746d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2811 0.008116 10.0.0.22 - - [2025-11-10 03:15:29] "POST /ref-update HTTP/1.1" 200 156 0.020350 10.0.0.22 - - [2025-11-10 03:15:30] "GET /virtual-machine-interface/73757d95-828c-4cb2-b6fc-67eb9a6f4866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.006831 10.0.0.22 - - [2025-11-10 03:15:30] "POST /ref-update HTTP/1.1" 200 156 0.017781 10.0.0.22 - - [2025-11-10 03:15:30] "DELETE /interface-route-table/be40c18d-3d76-4553-9458-1a081dfa4bf5 HTTP/1.1" 200 115 0.032722 10.0.0.22 - - [2025-11-10 03:15:31] "POST /neutron/port HTTP/1.1" 200 151 0.238502 10.0.0.22 - - [2025-11-10 03:15:47] "POST /neutron/network HTTP/1.1" 200 1014 0.007545 10.0.0.22 - - [2025-11-10 03:15:47] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013374 10.0.0.22 - - [2025-11-10 03:15:47] "POST /neutron/network HTTP/1.1" 200 1004 0.010117 10.0.0.22 - - [2025-11-10 03:15:52] "GET /virtual-machine-interface/b2b0ca3b-c341-4a20-974a-5e7b403746d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.008098 10.0.0.22 - - [2025-11-10 03:15:52] "POST /ref-update HTTP/1.1" 200 156 0.021035 10.0.0.22 - - [2025-11-10 03:15:53] "DELETE /interface-route-table/800db190-51cc-4a92-9f60-f83d939d5f33 HTTP/1.1" 200 115 0.050784 10.0.0.22 - - [2025-11-10 03:15:53] "GET /virtual-machine-interface/4fd4ee2b-7ec5-4358-b90b-3292ae79f50d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.007650 10.0.0.22 - - [2025-11-10 03:15:53] "POST /ref-update HTTP/1.1" 200 156 0.017770 10.0.0.22 - - [2025-11-10 03:15:53] "DELETE /interface-route-table/1c7bd3b4-ab98-4079-b65b-a9f0b677ce3a HTTP/1.1" 200 115 0.031828 10.0.0.22 - - [2025-11-10 03:15:53] "POST /neutron/network HTTP/1.1" 400 204 0.015053 10.0.0.22 - - [2025-11-10 03:15:53] "POST /neutron/port HTTP/1.1" 200 1201 0.019549 10.0.0.22 - - [2025-11-10 03:15:53] "POST /neutron/port HTTP/1.1" 200 1201 0.020123 10.0.0.22 - - [2025-11-10 03:15:55] "POST /neutron/network HTTP/1.1" 200 1004 0.012381 10.0.0.23 - - [2025-11-10 03:15:57] "GET /projects?obj_uuids=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001021 10.0.0.22 - - [2025-11-10 03:15:57] "GET /project/7a679698-d07c-428f-a1b9-cf4ce2756864?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077496 10.0.0.23 - - [2025-11-10 03:15:57] "GET /projects?obj_uuids=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001119 10.0.0.22 - - [2025-11-10 03:15:57] "GET /project/7a679698-d07c-428f-a1b9-cf4ce2756864?fields=virtual_networks HTTP/1.1" 200 1048 0.049907 10.0.0.23 - - [2025-11-10 03:15:57] "GET /projects?obj_uuids=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.22 - - [2025-11-10 03:15:57] "GET /project/7a679698-d07c-428f-a1b9-cf4ce2756864?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.042696 10.0.0.23 - - [2025-11-10 03:15:57] "GET /projects?obj_uuids=7a679698-d07c-428f-a1b9-cf4ce2756864&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.22 - - [2025-11-10 03:15:57] "GET /project/7a679698-d07c-428f-a1b9-cf4ce2756864?fields=security_groups HTTP/1.1" 200 1282 0.045250 10.0.0.22 - - [2025-11-10 03:15:58] "POST /fqname-to-id HTTP/1.1" 404 183 0.027803 10.0.0.23 - - [2025-11-10 03:15:58] "GET /projects?obj_uuids=68f91c5d-4873-44aa-a390-353aec1b5dec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003463 10.0.0.23 - - [2025-11-10 03:15:58] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.23 - - [2025-11-10 03:15:58] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.033276 10.0.0.23 - - [2025-11-10 03:15:58] "POST /id-to-fqname HTTP/1.1" 200 185 0.004135 10.0.0.23 - - [2025-11-10 03:15:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.014667 10.0.0.23 - - [2025-11-10 03:15:58] "POST /security-groups HTTP/1.1" 200 586 0.054771 10.0.0.23 - - [2025-11-10 03:15:58] "POST /projects HTTP/1.1" 200 575 0.288553 10.0.0.50 - - [2025-11-10 03:15:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.030262 10.0.0.23 - - [2025-11-10 03:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.360007 10.0.0.50 - - [2025-11-10 03:15:58] "POST /access-control-lists HTTP/1.1" 200 589 0.033091 10.0.0.22 - - [2025-11-10 03:15:58] "GET /project/68f91c5d-4873-44aa-a390-353aec1b5dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.545918 10.0.0.22 - - [2025-11-10 03:15:59] "GET / HTTP/1.1" 200 35931 0.002374 10.0.0.23 - - [2025-11-10 03:16:03] "GET /projects?obj_uuids=68f91c5d-4873-44aa-a390-353aec1b5dec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001378 10.0.0.22 - - [2025-11-10 03:16:03] "GET /project/68f91c5d-4873-44aa-a390-353aec1b5dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.042958 10.0.0.23 - - [2025-11-10 03:16:03] "GET /projects?obj_uuids=68f91c5d-4873-44aa-a390-353aec1b5dec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001507 10.0.0.22 - - [2025-11-10 03:16:03] "GET /project/68f91c5d-4873-44aa-a390-353aec1b5dec?fields=virtual_networks HTTP/1.1" 200 1022 0.046311 10.0.0.23 - - [2025-11-10 03:16:03] "GET /projects?obj_uuids=68f91c5d-4873-44aa-a390-353aec1b5dec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001262 10.0.0.22 - - [2025-11-10 03:16:03] "GET /project/68f91c5d-4873-44aa-a390-353aec1b5dec?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.041513 10.0.0.23 - - [2025-11-10 03:16:03] "GET /projects?obj_uuids=68f91c5d-4873-44aa-a390-353aec1b5dec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001015 10.0.0.22 - - [2025-11-10 03:16:03] "GET /project/68f91c5d-4873-44aa-a390-353aec1b5dec?fields=security_groups HTTP/1.1" 200 1243 0.054077 10.0.0.22 - - [2025-11-10 03:16:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.029145 10.0.0.23 - - [2025-11-10 03:16:04] "GET /projects?obj_uuids=d30976ff-0e11-4bd2-96bc-352eedbbd84b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004176 10.0.0.23 - - [2025-11-10 03:16:04] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.23 - - [2025-11-10 03:16:04] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006635 10.0.0.23 - - [2025-11-10 03:16:04] "POST /id-to-fqname HTTP/1.1" 200 195 0.001962 10.0.0.23 - - [2025-11-10 03:16:04] "POST /fqname-to-id HTTP/1.1" 404 204 0.006882 10.0.0.23 - - [2025-11-10 03:16:04] "POST /security-groups HTTP/1.1" 200 596 0.077154 10.0.0.23 - - [2025-11-10 03:16:04] "POST /projects HTTP/1.1" 200 595 0.278481 10.0.0.50 - - [2025-11-10 03:16:04] "POST /fqname-to-id HTTP/1.1" 404 238 0.003183 10.0.0.23 - - [2025-11-10 03:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.348644 10.0.0.22 - - [2025-11-10 03:16:04] "GET /project/d30976ff-0e11-4bd2-96bc-352eedbbd84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.489383 10.0.0.22 - - [2025-11-10 03:16:05] "GET / HTTP/1.1" 200 35931 0.002177 10.0.0.23 - - [2025-11-10 03:16:08] "GET /projects?obj_uuids=d30976ff-0e11-4bd2-96bc-352eedbbd84b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001015 10.0.0.22 - - [2025-11-10 03:16:08] "GET /project/d30976ff-0e11-4bd2-96bc-352eedbbd84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.035559 10.0.0.23 - - [2025-11-10 03:16:08] "GET /projects?obj_uuids=d30976ff-0e11-4bd2-96bc-352eedbbd84b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001036 10.0.0.22 - - [2025-11-10 03:16:08] "GET /project/d30976ff-0e11-4bd2-96bc-352eedbbd84b?fields=virtual_networks HTTP/1.1" 200 1043 0.047864 10.0.0.23 - - [2025-11-10 03:16:08] "GET /projects?obj_uuids=d30976ff-0e11-4bd2-96bc-352eedbbd84b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001309 10.0.0.22 - - [2025-11-10 03:16:08] "GET /project/d30976ff-0e11-4bd2-96bc-352eedbbd84b?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.045964 10.0.0.23 - - [2025-11-10 03:16:09] "GET /projects?obj_uuids=d30976ff-0e11-4bd2-96bc-352eedbbd84b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001378 10.0.0.22 - - [2025-11-10 03:16:09] "GET /project/d30976ff-0e11-4bd2-96bc-352eedbbd84b?fields=security_groups HTTP/1.1" 200 1274 0.040685 10.0.0.22 - - [2025-11-10 03:16:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.028397 10.0.0.23 - - [2025-11-10 03:16:09] "GET /projects?obj_uuids=7e249f5b-0c9e-43e3-8cab-42592bb41cc7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004406 10.0.0.23 - - [2025-11-10 03:16:09] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.23 - - [2025-11-10 03:16:09] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007544 10.0.0.23 - - [2025-11-10 03:16:10] "POST /id-to-fqname HTTP/1.1" 200 201 0.002215 10.0.0.23 - - [2025-11-10 03:16:10] "POST /fqname-to-id HTTP/1.1" 404 210 0.004385 10.0.0.23 - - [2025-11-10 03:16:10] "POST /security-groups HTTP/1.1" 200 602 0.030526 10.0.0.23 - - [2025-11-10 03:16:10] "POST /projects HTTP/1.1" 200 607 0.232784 10.0.0.50 - - [2025-11-10 03:16:10] "POST /access-control-lists HTTP/1.1" 200 607 0.027880 10.0.0.23 - - [2025-11-10 03:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.303051 10.0.0.22 - - [2025-11-10 03:16:10] "GET /project/7e249f5b-0c9e-43e3-8cab-42592bb41cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.437776 10.0.0.22 - - [2025-11-10 03:16:11] "GET / HTTP/1.1" 200 35931 0.002033 10.0.0.22 - - [2025-11-10 03:16:12] "GET /obj-perms HTTP/1.1" 200 5056 0.054847 10.0.0.23 - - [2025-11-10 03:16:14] "GET /projects?obj_uuids=7e249f5b-0c9e-43e3-8cab-42592bb41cc7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000915 10.0.0.22 - - [2025-11-10 03:16:14] "GET /project/7e249f5b-0c9e-43e3-8cab-42592bb41cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.047254 10.0.0.23 - - [2025-11-10 03:16:14] "GET /projects?obj_uuids=7e249f5b-0c9e-43e3-8cab-42592bb41cc7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001096 10.0.0.22 - - [2025-11-10 03:16:14] "GET /project/7e249f5b-0c9e-43e3-8cab-42592bb41cc7?fields=virtual_networks HTTP/1.1" 200 1054 0.054551 10.0.0.23 - - [2025-11-10 03:16:14] "GET /projects?obj_uuids=7e249f5b-0c9e-43e3-8cab-42592bb41cc7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001001 10.0.0.22 - - [2025-11-10 03:16:14] "GET /project/7e249f5b-0c9e-43e3-8cab-42592bb41cc7?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.045007 10.0.0.23 - - [2025-11-10 03:16:14] "GET /projects?obj_uuids=7e249f5b-0c9e-43e3-8cab-42592bb41cc7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002617 10.0.0.22 - - [2025-11-10 03:16:14] "GET /project/7e249f5b-0c9e-43e3-8cab-42592bb41cc7?fields=security_groups HTTP/1.1" 200 1291 0.044010 10.0.0.22 - - [2025-11-10 03:16:15] "POST /fqname-to-id HTTP/1.1" 404 185 0.026897 10.0.0.23 - - [2025-11-10 03:16:15] "GET /projects?obj_uuids=586ee164-3d43-447b-af11-a80ddce3ed55&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005931 10.0.0.23 - - [2025-11-10 03:16:15] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001165 10.0.0.23 - - [2025-11-10 03:16:15] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007068 10.0.0.23 - - [2025-11-10 03:16:15] "POST /id-to-fqname HTTP/1.1" 200 187 0.001789 10.0.0.23 - - [2025-11-10 03:16:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.007331 10.0.0.23 - - [2025-11-10 03:16:15] "POST /security-groups HTTP/1.1" 200 588 0.073175 10.0.0.50 - - [2025-11-10 03:16:15] "POST /fqname-to-id HTTP/1.1" 404 231 0.003219 10.0.0.23 - - [2025-11-10 03:16:15] "POST /projects HTTP/1.1" 200 579 0.283567 10.0.0.23 - - [2025-11-10 03:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.356816 10.0.0.50 - - [2025-11-10 03:16:15] "POST /access-control-lists HTTP/1.1" 200 591 0.030820 10.0.0.22 - - [2025-11-10 03:16:16] "GET /project/586ee164-3d43-447b-af11-a80ddce3ed55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.511155 10.0.0.22 - - [2025-11-10 03:16:17] "GET / HTTP/1.1" 200 35931 0.002299 10.0.0.23 - - [2025-11-10 03:16:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2025-11-10 03:16:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.23 - - [2025-11-10 03:16:20] "GET /projects?obj_uuids=586ee164-3d43-447b-af11-a80ddce3ed55&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001409 10.0.0.22 - - [2025-11-10 03:16:20] "GET /project/586ee164-3d43-447b-af11-a80ddce3ed55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.036990 10.0.0.23 - - [2025-11-10 03:16:20] "GET /projects?obj_uuids=586ee164-3d43-447b-af11-a80ddce3ed55&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000974 10.0.0.22 - - [2025-11-10 03:16:20] "GET /project/586ee164-3d43-447b-af11-a80ddce3ed55?fields=virtual_networks HTTP/1.1" 200 1026 0.086060 10.0.0.23 - - [2025-11-10 03:16:20] "GET /projects?obj_uuids=586ee164-3d43-447b-af11-a80ddce3ed55&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001234 10.0.0.22 - - [2025-11-10 03:16:20] "GET /project/586ee164-3d43-447b-af11-a80ddce3ed55?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.039131 10.0.0.23 - - [2025-11-10 03:16:20] "GET /projects?obj_uuids=586ee164-3d43-447b-af11-a80ddce3ed55&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001216 10.0.0.23 - - [2025-11-10 03:16:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.22 - - [2025-11-10 03:16:20] "GET /project/586ee164-3d43-447b-af11-a80ddce3ed55?fields=security_groups HTTP/1.1" 200 1249 0.051390 10.0.0.23 - - [2025-11-10 03:16:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.50 - - [2025-11-10 03:16:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.50 - - [2025-11-10 03:16:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.22 - - [2025-11-10 03:16:21] "POST /fqname-to-id HTTP/1.1" 404 182 0.037395 10.0.0.23 - - [2025-11-10 03:16:21] "GET /projects?obj_uuids=81328872-6940-46c5-97dd-4e948e237f74&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007254 10.0.0.50 - - [2025-11-10 03:16:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.23 - - [2025-11-10 03:16:21] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.23 - - [2025-11-10 03:16:21] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008195 10.0.0.50 - - [2025-11-10 03:16:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.23 - - [2025-11-10 03:16:22] "POST /id-to-fqname HTTP/1.1" 200 184 0.004979 10.0.0.23 - - [2025-11-10 03:16:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003561 10.0.0.22 - - [2025-11-10 03:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.22 - - [2025-11-10 03:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000790 10.0.0.23 - - [2025-11-10 03:16:22] "POST /security-groups HTTP/1.1" 200 585 0.108001 10.0.0.50 - - [2025-11-10 03:16:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.005024 10.0.0.23 - - [2025-11-10 03:16:22] "POST /projects HTTP/1.1" 200 573 0.376000 10.0.0.23 - - [2025-11-10 03:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.446473 10.0.0.50 - - [2025-11-10 03:16:22] "POST /access-control-lists HTTP/1.1" 200 588 0.027689 10.0.0.22 - - [2025-11-10 03:16:22] "GET /project/81328872-6940-46c5-97dd-4e948e237f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.673841 10.0.0.22 - - [2025-11-10 03:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.22 - - [2025-11-10 03:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.22 - - [2025-11-10 03:16:23] "GET / HTTP/1.1" 200 35931 0.001987 10.0.0.23 - - [2025-11-10 03:16:26] "GET /projects?obj_uuids=81328872-6940-46c5-97dd-4e948e237f74&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001237 10.0.0.22 - - [2025-11-10 03:16:26] "GET /project/81328872-6940-46c5-97dd-4e948e237f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.047430 10.0.0.23 - - [2025-11-10 03:16:26] "GET /projects?obj_uuids=81328872-6940-46c5-97dd-4e948e237f74&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001131 10.0.0.22 - - [2025-11-10 03:16:26] "GET /project/81328872-6940-46c5-97dd-4e948e237f74?fields=virtual_networks HTTP/1.1" 200 1020 0.063878 10.0.0.23 - - [2025-11-10 03:16:26] "GET /projects?obj_uuids=81328872-6940-46c5-97dd-4e948e237f74&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002197 10.0.0.22 - - [2025-11-10 03:16:26] "GET /project/81328872-6940-46c5-97dd-4e948e237f74?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.042502 10.0.0.23 - - [2025-11-10 03:16:26] "GET /projects?obj_uuids=81328872-6940-46c5-97dd-4e948e237f74&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001020 10.0.0.22 - - [2025-11-10 03:16:26] "GET /project/81328872-6940-46c5-97dd-4e948e237f74?fields=security_groups HTTP/1.1" 200 1240 0.049967 10.0.0.22 - - [2025-11-10 03:16:27] "POST /fqname-to-id HTTP/1.1" 404 186 0.032313 10.0.0.23 - - [2025-11-10 03:16:27] "GET /projects?obj_uuids=fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003241 10.0.0.23 - - [2025-11-10 03:16:27] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.23 - - [2025-11-10 03:16:27] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010556 10.0.0.23 - - [2025-11-10 03:16:27] "POST /id-to-fqname HTTP/1.1" 200 188 0.004636 10.0.0.23 - - [2025-11-10 03:16:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.005102 10.0.0.23 - - [2025-11-10 03:16:28] "POST /security-groups HTTP/1.1" 200 589 0.036500 10.0.0.23 - - [2025-11-10 03:16:28] "POST /projects HTTP/1.1" 200 581 0.252995 10.0.0.50 - - [2025-11-10 03:16:28] "POST /fqname-to-id HTTP/1.1" 404 231 0.004408 10.0.0.23 - - [2025-11-10 03:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.333919 10.0.0.22 - - [2025-11-10 03:16:28] "GET /project/fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.478458 10.0.0.22 - - [2025-11-10 03:16:29] "GET / HTTP/1.1" 200 35931 0.001504 10.0.0.23 - - [2025-11-10 03:16:30] "DELETE /project/586ee1643d43447baf11a80ddce3ed55 HTTP/1.1" 404 173 0.031474 10.0.0.23 - - [2025-11-10 03:16:30] "DELETE /project/81328872694046c597dd4e948e237f74 HTTP/1.1" 404 173 0.024421 10.0.0.23 - - [2025-11-10 03:16:30] "DELETE /project/7a679698-d07c-428f-a1b9-cf4ce2756864 HTTP/1.1" 404 177 0.031660 10.0.0.23 - - [2025-11-10 03:16:30] "DELETE /project/7e249f5b0c9e43e38cab42592bb41cc7 HTTP/1.1" 404 173 0.033524 10.0.0.23 - - [2025-11-10 03:16:30] "DELETE /project/d30976ff0e114bd296bc352eedbbd84b HTTP/1.1" 404 173 0.023628 10.0.0.23 - - [2025-11-10 03:16:30] "DELETE /project/68f91c5d487344aaa390353aec1b5dec HTTP/1.1" 404 173 0.027780 10.0.0.23 - - [2025-11-10 03:16:30] "GET /projects?obj_uuids=7e249f5b-0c9e-43e3-8cab-42592bb41cc7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001480 10.0.0.23 - - [2025-11-10 03:16:30] "GET /projects?obj_uuids=d30976ff-0e11-4bd2-96bc-352eedbbd84b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001134 10.0.0.23 - - [2025-11-10 03:16:30] "GET /projects?obj_uuids=81328872-6940-46c5-97dd-4e948e237f74&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001056 10.0.0.23 - - [2025-11-10 03:16:30] "GET /projects?obj_uuids=68f91c5d-4873-44aa-a390-353aec1b5dec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001098 10.0.0.23 - - [2025-11-10 03:16:30] "DELETE /project/fcad27c4ea8e4487ac6d2fbac12d9f7f HTTP/1.1" 404 173 0.009669 10.0.0.23 - - [2025-11-10 03:16:30] "GET /projects?obj_uuids=586ee164-3d43-447b-af11-a80ddce3ed55&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001000 10.0.0.23 - - [2025-11-10 03:16:30] "GET /project/d30976ff-0e11-4bd2-96bc-352eedbbd84b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.084309 10.0.0.23 - - [2025-11-10 03:16:30] "GET /projects?obj_uuids=d30976ff-0e11-4bd2-96bc-352eedbbd84b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003073 10.0.0.23 - - [2025-11-10 03:16:30] "GET /project/81328872-6940-46c5-97dd-4e948e237f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.119176 10.0.0.23 - - [2025-11-10 03:16:30] "GET /project/7e249f5b-0c9e-43e3-8cab-42592bb41cc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.122597 10.0.0.23 - - [2025-11-10 03:16:30] "GET /project/68f91c5d-4873-44aa-a390-353aec1b5dec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.141627 10.0.0.23 - - [2025-11-10 03:16:30] "GET /projects?obj_uuids=81328872-6940-46c5-97dd-4e948e237f74&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001395 10.0.0.23 - - [2025-11-10 03:16:30] "GET /projects?obj_uuids=7e249f5b-0c9e-43e3-8cab-42592bb41cc7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002260 10.0.0.23 - - [2025-11-10 03:16:30] "GET /projects?obj_uuids=68f91c5d-4873-44aa-a390-353aec1b5dec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001924 10.0.0.23 - - [2025-11-10 03:16:30] "GET /project/586ee164-3d43-447b-af11-a80ddce3ed55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.211289 10.0.0.23 - - [2025-11-10 03:16:30] "GET /project/d30976ff-0e11-4bd2-96bc-352eedbbd84b?fields=security_groups HTTP/1.1" 200 1379 0.175946 10.0.0.23 - - [2025-11-10 03:16:30] "GET /project/81328872-6940-46c5-97dd-4e948e237f74?fields=security_groups HTTP/1.1" 200 1345 0.145167 10.0.0.23 - - [2025-11-10 03:16:30] "GET /projects?obj_uuids=586ee164-3d43-447b-af11-a80ddce3ed55&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001721 10.0.0.23 - - [2025-11-10 03:16:30] "GET /project/7e249f5b-0c9e-43e3-8cab-42592bb41cc7?fields=security_groups HTTP/1.1" 200 1396 0.172137 10.0.0.23 - - [2025-11-10 03:16:30] "GET /project/68f91c5d-4873-44aa-a390-353aec1b5dec?fields=security_groups HTTP/1.1" 200 1348 0.176564 10.0.0.23 - - [2025-11-10 03:16:30] "GET /project/586ee164-3d43-447b-af11-a80ddce3ed55?fields=security_groups HTTP/1.1" 200 1354 0.243197 10.0.0.23 - - [2025-11-10 03:16:30] "DELETE /security-group/ae5462bd-4db4-420c-9ffe-2edb3ae36840 HTTP/1.1" 200 115 0.205062 10.0.0.23 - - [2025-11-10 03:16:30] "GET /projects?obj_uuids=d30976ff-0e11-4bd2-96bc-352eedbbd84b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001177 10.0.0.23 - - [2025-11-10 03:16:30] "DELETE /security-group/e5eb9032-984e-4a06-8cd8-283ed3e87bd4 HTTP/1.1" 200 115 0.226935 10.0.0.23 - - [2025-11-10 03:16:30] "GET /projects?obj_uuids=81328872-6940-46c5-97dd-4e948e237f74&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001322 10.0.0.23 - - [2025-11-10 03:16:30] "DELETE /security-group/b9e2068a-68d9-4a5c-bc47-cc0941048a97 HTTP/1.1" 200 115 0.253767 10.0.0.23 - - [2025-11-10 03:16:30] "DELETE /security-group/11be12a3-2564-4047-861c-22b950552130 HTTP/1.1" 200 115 0.161686 10.0.0.23 - - [2025-11-10 03:16:30] "GET /projects?obj_uuids=7e249f5b-0c9e-43e3-8cab-42592bb41cc7&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001271 10.0.0.23 - - [2025-11-10 03:16:30] "GET /projects?obj_uuids=68f91c5d-4873-44aa-a390-353aec1b5dec&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001052 10.0.0.23 - - [2025-11-10 03:16:30] "GET /project/d30976ff-0e11-4bd2-96bc-352eedbbd84b?fields=application_policy_sets HTTP/1.1" 200 1418 0.125252 10.0.0.50 - - [2025-11-10 03:16:30] "DELETE /access-control-list/3de8e192-cf71-44ee-83b1-226e5ff63363 HTTP/1.1" 200 115 0.142297 10.0.0.23 - - [2025-11-10 03:16:30] "GET /project/7e249f5b-0c9e-43e3-8cab-42592bb41cc7?fields=application_policy_sets HTTP/1.1" 200 1435 0.141564 10.0.0.23 - - [2025-11-10 03:16:30] "DELETE /security-group/316f2c1d-4e5c-4c34-8ac9-89d2273300bb HTTP/1.1" 200 115 0.239525 10.0.0.23 - - [2025-11-10 03:16:30] "GET /project/81328872-6940-46c5-97dd-4e948e237f74?fields=application_policy_sets HTTP/1.1" 200 1384 0.231163 10.0.0.23 - - [2025-11-10 03:16:30] "GET /projects?obj_uuids=586ee164-3d43-447b-af11-a80ddce3ed55&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001121 10.0.0.23 - - [2025-11-10 03:16:30] "GET /project/68f91c5d-4873-44aa-a390-353aec1b5dec?fields=application_policy_sets HTTP/1.1" 200 1387 0.191046 10.0.0.23 - - [2025-11-10 03:16:30] "GET /project/586ee164-3d43-447b-af11-a80ddce3ed55?fields=application_policy_sets HTTP/1.1" 200 1393 0.157549 10.0.0.50 - - [2025-11-10 03:16:31] "DELETE /access-control-list/a8310b36-2517-42e4-a251-b769e46eb0b3 HTTP/1.1" 200 115 0.113234 10.0.0.23 - - [2025-11-10 03:16:31] "DELETE /project/d30976ff-0e11-4bd2-96bc-352eedbbd84b HTTP/1.1" 200 115 1.115937 10.0.0.23 - - [2025-11-10 03:16:31] "DELETE /project/7e249f5b-0c9e-43e3-8cab-42592bb41cc7 HTTP/1.1" 200 115 1.234853 10.0.0.23 - - [2025-11-10 03:16:31] "DELETE /project/81328872-6940-46c5-97dd-4e948e237f74 HTTP/1.1" 200 115 1.231586 10.0.0.23 - - [2025-11-10 03:16:31] "DELETE /project/68f91c5d-4873-44aa-a390-353aec1b5dec HTTP/1.1" 200 115 1.267755 10.0.0.23 - - [2025-11-10 03:16:31] "DELETE /project/586ee164-3d43-447b-af11-a80ddce3ed55 HTTP/1.1" 200 115 1.248161 10.0.0.50 - - [2025-11-10 03:16:31] "DELETE /access-control-list/3c7694d9-0459-4004-9d61-48b54bd0db09 HTTP/1.1" 200 115 0.046955 10.0.0.23 - - [2025-11-10 03:16:32] "GET /projects?obj_uuids=fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002124 10.0.0.22 - - [2025-11-10 03:16:32] "GET /project/fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041919 10.0.0.23 - - [2025-11-10 03:16:32] "GET /projects?obj_uuids=fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.22 - - [2025-11-10 03:16:32] "GET /project/fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f?fields=virtual_networks HTTP/1.1" 200 1029 0.053405 10.0.0.23 - - [2025-11-10 03:16:32] "GET /projects?obj_uuids=fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001957 10.0.0.22 - - [2025-11-10 03:16:32] "GET /project/fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.051856 10.0.0.23 - - [2025-11-10 03:16:32] "GET /projects?obj_uuids=fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001657 10.0.0.22 - - [2025-11-10 03:16:32] "GET /project/fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f?fields=security_groups HTTP/1.1" 200 1253 0.054914 10.0.0.22 - - [2025-11-10 03:16:33] "POST /fqname-to-id HTTP/1.1" 404 186 0.030029 10.0.0.23 - - [2025-11-10 03:16:33] "GET /projects?obj_uuids=40ad204b-00ed-4ee9-a215-d9063c20027a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003447 10.0.0.23 - - [2025-11-10 03:16:33] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000854 10.0.0.23 - - [2025-11-10 03:16:33] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006552 10.0.0.23 - - [2025-11-10 03:16:33] "POST /id-to-fqname HTTP/1.1" 200 188 0.003181 10.0.0.23 - - [2025-11-10 03:16:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.009337 10.0.0.23 - - [2025-11-10 03:16:33] "POST /security-groups HTTP/1.1" 200 589 0.074679 10.0.0.50 - - [2025-11-10 03:16:33] "POST /fqname-to-id HTTP/1.1" 404 232 0.006204 10.0.0.23 - - [2025-11-10 03:16:33] "POST /projects HTTP/1.1" 200 581 0.285061 10.0.0.23 - - [2025-11-10 03:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.360892 10.0.0.50 - - [2025-11-10 03:16:34] "POST /access-control-lists HTTP/1.1" 200 592 0.031991 10.0.0.22 - - [2025-11-10 03:16:34] "GET /project/40ad204b-00ed-4ee9-a215-d9063c20027a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.538197 10.0.0.22 - - [2025-11-10 03:16:35] "GET / HTTP/1.1" 200 35931 0.002165 10.0.0.22 - - [2025-11-10 03:16:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.22 - - [2025-11-10 03:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.061558 10.0.0.23 - - [2025-11-10 03:16:37] "GET /projects?obj_uuids=40ad204b-00ed-4ee9-a215-d9063c20027a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.22 - - [2025-11-10 03:16:37] "GET /project/40ad204b-00ed-4ee9-a215-d9063c20027a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.055524 10.0.0.23 - - [2025-11-10 03:16:37] "GET /projects?obj_uuids=40ad204b-00ed-4ee9-a215-d9063c20027a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.22 - - [2025-11-10 03:16:37] "POST /neutron/network HTTP/1.1" 200 603 0.170442 10.0.0.22 - - [2025-11-10 03:16:38] "POST /id-to-fqname HTTP/1.1" 200 218 0.003056 10.0.0.22 - - [2025-11-10 03:16:38] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005243 10.0.0.22 - - [2025-11-10 03:16:38] "POST /neutron/network HTTP/1.1" 200 823 0.008427 10.0.0.22 - - [2025-11-10 03:16:38] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005591 10.0.0.22 - - [2025-11-10 03:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.22 - - [2025-11-10 03:16:38] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007526 10.0.0.50 - - [2025-11-10 03:16:38] "POST /route-targets HTTP/1.1" 200 323 0.014818 10.0.0.22 - - [2025-11-10 03:16:38] "PUT /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac HTTP/1.1" 200 264 0.071697 10.0.0.22 - - [2025-11-10 03:16:38] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006947 10.0.0.50 - - [2025-11-10 03:16:39] "GET /obj-perms HTTP/1.1" 200 5026 0.052394 10.0.0.22 - - [2025-11-10 03:16:40] "POST /neutron/network HTTP/1.1" 200 823 0.008329 10.0.0.22 - - [2025-11-10 03:16:40] "POST /id-to-fqname HTTP/1.1" 200 218 0.001472 10.0.0.23 - - [2025-11-10 03:16:41] "GET /projects?obj_uuids=40ad204b-00ed-4ee9-a215-d9063c20027a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.22 - - [2025-11-10 03:16:41] "GET /project/40ad204b-00ed-4ee9-a215-d9063c20027a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.058947 10.0.0.22 - - [2025-11-10 03:16:41] "POST /neutron/network HTTP/1.1" 200 823 0.029070 10.0.0.22 - - [2025-11-10 03:16:41] "POST /neutron/port HTTP/1.1" 200 117 0.007324 10.0.0.22 - - [2025-11-10 03:16:42] "POST /neutron/port HTTP/1.1" 200 1059 0.042101 10.0.0.22 - - [2025-11-10 03:16:42] "POST /neutron/port HTTP/1.1" 200 1087 0.022611 10.0.0.22 - - [2025-11-10 03:16:42] "POST /neutron/port HTTP/1.1" 200 117 0.001757 10.0.0.22 - - [2025-11-10 03:16:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011124 10.0.0.22 - - [2025-11-10 03:16:46] "POST /neutron/port HTTP/1.1" 200 1087 0.015963 10.0.0.22 - - [2025-11-10 03:16:46] "GET /virtual-machine/716e38af-804b-43c4-8acf-1be349840398 HTTP/1.1" 401 292 0.000452 10.0.0.22 - - [2025-11-10 03:16:47] "GET /virtual-machine/716e38af-804b-43c4-8acf-1be349840398 HTTP/1.1" 200 1290 0.031261 10.0.0.22 - - [2025-11-10 03:16:47] "GET /virtual-machine-interface/d595119a-8bb8-41b3-86e1-379aa06135fb HTTP/1.1" 200 2931 0.005589 10.0.0.22 - - [2025-11-10 03:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.22 - - [2025-11-10 03:16:47] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006400 10.0.0.22 - - [2025-11-10 03:16:47] "GET /virtual-networks?parent_id=40ad204b-00ed-4ee9-a215-d9063c20027a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004367 10.0.0.22 - - [2025-11-10 03:16:47] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006948 10.0.0.22 - - [2025-11-10 03:16:49] "POST /neutron/port HTTP/1.1" 200 1087 0.021244 10.0.0.22 - - [2025-11-10 03:16:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.010193 10.0.0.22 - - [2025-11-10 03:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.22 - - [2025-11-10 03:16:50] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.013978 10.0.0.22 - - [2025-11-10 03:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.22 - - [2025-11-10 03:16:54] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006091 10.0.0.22 - - [2025-11-10 03:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.22 - - [2025-11-10 03:16:58] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005151 10.0.0.22 - - [2025-11-10 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.22 - - [2025-11-10 03:17:02] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.008148 10.0.0.22 - - [2025-11-10 03:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.22 - - [2025-11-10 03:17:06] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005173 10.0.0.22 - - [2025-11-10 03:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.22 - - [2025-11-10 03:17:10] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005631 10.0.0.23 - - [2025-11-10 03:17:13] "GET /obj-perms HTTP/1.1" 200 5056 0.065597 10.0.0.22 - - [2025-11-10 03:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941 10.0.0.22 - - [2025-11-10 03:17:14] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005498 10.0.0.22 - - [2025-11-10 03:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.22 - - [2025-11-10 03:17:19] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006658 10.0.0.22 - - [2025-11-10 03:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.22 - - [2025-11-10 03:17:21] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005524 10.0.0.22 - - [2025-11-10 03:17:21] "GET /virtual-networks?parent_id=40ad204b-00ed-4ee9-a215-d9063c20027a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004464 10.0.0.22 - - [2025-11-10 03:17:21] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006382 10.0.0.22 - - [2025-11-10 03:17:21] "POST /neutron/port HTTP/1.1" 200 1087 0.022503 10.0.0.22 - - [2025-11-10 03:17:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009272 10.0.0.23 - - [2025-11-10 03:17:31] "DELETE /project/40ad204b00ed4ee9a215d9063c20027a HTTP/1.1" 404 173 0.009056 10.0.0.23 - - [2025-11-10 03:17:31] "GET /projects?obj_uuids=fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001235 10.0.0.23 - - [2025-11-10 03:17:31] "GET /project/fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.066290 10.0.0.23 - - [2025-11-10 03:17:31] "GET /projects?obj_uuids=fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001929 10.0.0.23 - - [2025-11-10 03:17:31] "GET /project/fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f?fields=security_groups HTTP/1.1" 200 1358 0.077264 10.0.0.23 - - [2025-11-10 03:17:31] "DELETE /security-group/dac90be6-a398-4049-af11-8d9a3b779cc5 HTTP/1.1" 200 115 0.069252 10.0.0.23 - - [2025-11-10 03:17:31] "GET /projects?obj_uuids=fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001311 10.0.0.23 - - [2025-11-10 03:17:31] "GET /project/fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f?fields=application_policy_sets HTTP/1.1" 200 1397 0.063056 10.0.0.50 - - [2025-11-10 03:17:31] "DELETE /access-control-list/c2fc507b-985c-4e80-aafe-719990612856 HTTP/1.1" 200 115 0.043469 10.0.0.22 - - [2025-11-10 03:17:31] "POST /neutron/port HTTP/1.1" 200 1087 0.025315 10.0.0.23 - - [2025-11-10 03:17:31] "DELETE /project/fcad27c4-ea8e-4487-ac6d-2fbac12d9f7f HTTP/1.1" 200 115 0.514357 10.0.0.22 - - [2025-11-10 03:17:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011223 10.0.0.22 - - [2025-11-10 03:17:42] "POST /neutron/port HTTP/1.1" 200 1087 0.014788 10.0.0.22 - - [2025-11-10 03:17:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008368 10.0.0.22 - - [2025-11-10 03:17:42] "POST /neutron/network HTTP/1.1" 200 797 0.016653 10.0.0.22 - - [2025-11-10 03:17:42] "POST /id-to-fqname HTTP/1.1" 200 218 0.001448 10.0.0.22 - - [2025-11-10 03:17:42] "GET /virtual-machine/716e38af-804b-43c4-8acf-1be349840398 HTTP/1.1" 200 1290 0.004468 10.0.0.22 - - [2025-11-10 03:17:42] "GET /virtual-machine-interface/d595119a-8bb8-41b3-86e1-379aa06135fb HTTP/1.1" 200 2931 0.005970 10.0.0.22 - - [2025-11-10 03:17:42] "GET /instance-ip/d1233fa6-30a3-4ac3-a1a4-cc8300068326 HTTP/1.1" 200 1618 0.007056 10.0.0.22 - - [2025-11-10 03:17:42] "POST /fqname-to-id HTTP/1.1" 404 208 0.003581 10.0.0.22 - - [2025-11-10 03:17:42] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006798 10.0.0.23 - - [2025-11-10 03:17:42] "GET /projects?obj_uuids=40ad204b-00ed-4ee9-a215-d9063c20027a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001180 10.0.0.22 - - [2025-11-10 03:17:42] "GET /project/40ad204b-00ed-4ee9-a215-d9063c20027a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050213 10.0.0.22 - - [2025-11-10 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005118 10.0.0.22 - - [2025-11-10 03:17:42] "GET /security-group/0d6eb788-aef1-4bf9-b2ae-93609fe29558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3747 0.005890 10.0.0.22 - - [2025-11-10 03:17:42] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.075827 10.0.0.22 - - [2025-11-10 03:17:42] "POST /instance-ips HTTP/1.1" 200 357 0.033871 10.0.0.22 - - [2025-11-10 03:17:42] "GET /instance-ip/8865055f-8bc6-4e8c-b049-ae79652bbb70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.007051 10.0.0.22 - - [2025-11-10 03:17:43] "GET /virtual-machine-interface/f1c5c950-8ef0-413f-ab8b-af615e72574c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.010859 10.0.0.22 - - [2025-11-10 03:17:43] "GET /virtual-machine-interface/f1c5c950-8ef0-413f-ab8b-af615e72574c?fields=instance_ip_back_refs HTTP/1.1" 200 1324 0.009221 10.0.0.22 - - [2025-11-10 03:17:43] "GET /instance-ip/8865055f-8bc6-4e8c-b049-ae79652bbb70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.007278 10.0.0.22 - - [2025-11-10 03:17:43] "POST /id-to-fqname HTTP/1.1" 200 218 0.001731 10.0.0.22 - - [2025-11-10 03:17:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009648 10.0.0.22 - - [2025-11-10 03:17:43] "POST /neutron/network HTTP/1.1" 200 823 0.007738 10.0.0.22 - - [2025-11-10 03:17:43] "POST /neutron/port HTTP/1.1" 200 1087 0.018299 10.0.0.22 - - [2025-11-10 03:17:43] "POST /neutron/port HTTP/1.1" 200 117 0.006754 10.0.0.22 - - [2025-11-10 03:17:44] "POST /neutron/port HTTP/1.1" 200 966 0.011932 10.0.0.22 - - [2025-11-10 03:17:44] "POST /neutron/port HTTP/1.1" 200 1032 0.021649 10.0.0.22 - - [2025-11-10 03:17:44] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.22 - - [2025-11-10 03:17:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006722 10.0.0.22 - - [2025-11-10 03:17:49] "POST /neutron/port HTTP/1.1" 200 1032 0.017394 10.0.0.22 - - [2025-11-10 03:17:49] "GET /virtual-machine/b322032d-c812-43bb-9c89-3cca1acb16a8 HTTP/1.1" 200 1269 0.006058 10.0.0.22 - - [2025-11-10 03:17:49] "GET /virtual-machine-interface/f1c5c950-8ef0-413f-ab8b-af615e72574c HTTP/1.1" 200 2982 0.005632 10.0.0.22 - - [2025-11-10 03:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.22 - - [2025-11-10 03:17:49] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006073 10.0.0.22 - - [2025-11-10 03:17:49] "GET /virtual-networks?parent_id=40ad204b-00ed-4ee9-a215-d9063c20027a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003088 10.0.0.22 - - [2025-11-10 03:17:49] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006881 10.0.0.22 - - [2025-11-10 03:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.22 - - [2025-11-10 03:17:52] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005192 10.0.0.22 - - [2025-11-10 03:17:52] "POST /neutron/port HTTP/1.1" 200 1087 0.015476 10.0.0.22 - - [2025-11-10 03:17:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.008845 10.0.0.22 - - [2025-11-10 03:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.22 - - [2025-11-10 03:17:56] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005078 10.0.0.22 - - [2025-11-10 03:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.22 - - [2025-11-10 03:18:00] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006563 10.0.0.22 - - [2025-11-10 03:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.22 - - [2025-11-10 03:18:04] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005086 10.0.0.22 - - [2025-11-10 03:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.22 - - [2025-11-10 03:18:08] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006104 10.0.0.22 - - [2025-11-10 03:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.22 - - [2025-11-10 03:18:12] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005488 10.0.0.22 - - [2025-11-10 03:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.22 - - [2025-11-10 03:18:16] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005951 10.0.0.22 - - [2025-11-10 03:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.22 - - [2025-11-10 03:18:21] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006415 10.0.0.22 - - [2025-11-10 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.22 - - [2025-11-10 03:18:25] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007466 10.0.0.22 - - [2025-11-10 03:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005066 10.0.0.22 - - [2025-11-10 03:18:29] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005001 10.0.0.22 - - [2025-11-10 03:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.22 - - [2025-11-10 03:18:31] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003940 10.0.0.22 - - [2025-11-10 03:18:31] "GET /virtual-networks?parent_id=40ad204b-00ed-4ee9-a215-d9063c20027a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003112 10.0.0.22 - - [2025-11-10 03:18:31] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006661 10.0.0.22 - - [2025-11-10 03:18:31] "POST /neutron/port HTTP/1.1" 200 1032 0.016149 10.0.0.22 - - [2025-11-10 03:18:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007686 10.0.0.22 - - [2025-11-10 03:18:41] "POST /neutron/port HTTP/1.1" 200 1032 0.018575 10.0.0.22 - - [2025-11-10 03:18:47] "POST /id-to-fqname HTTP/1.1" 200 218 0.001491 10.0.0.22 - - [2025-11-10 03:18:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010183 10.0.0.23 - - [2025-11-10 03:18:47] "GET /projects?obj_uuids=40ad204b-00ed-4ee9-a215-d9063c20027a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001972 10.0.0.22 - - [2025-11-10 03:18:47] "GET /project/40ad204b-00ed-4ee9-a215-d9063c20027a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.094284 10.0.0.22 - - [2025-11-10 03:18:48] "POST /neutron/port HTTP/1.1" 200 2003 0.024739 10.0.0.22 - - [2025-11-10 03:18:48] "POST /neutron/port HTTP/1.1" 200 117 0.007617 10.0.0.22 - - [2025-11-10 03:18:48] "POST /neutron/port HTTP/1.1" 200 1059 0.038782 10.0.0.22 - - [2025-11-10 03:18:49] "POST /neutron/port HTTP/1.1" 200 1087 0.023216 10.0.0.22 - - [2025-11-10 03:18:49] "POST /neutron/port HTTP/1.1" 200 117 0.001139 10.0.0.22 - - [2025-11-10 03:18:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011191 10.0.0.22 - - [2025-11-10 03:18:53] "POST /neutron/port HTTP/1.1" 200 1087 0.017817 10.0.0.22 - - [2025-11-10 03:18:53] "GET /virtual-machine/57498184-e438-4015-a7e9-d64e62540e32 HTTP/1.1" 200 1290 0.005790 10.0.0.22 - - [2025-11-10 03:18:53] "GET /virtual-machine-interface/ccb834d2-74b7-4af4-8509-adac2453c826 HTTP/1.1" 200 2931 0.006034 10.0.0.22 - - [2025-11-10 03:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006495 10.0.0.22 - - [2025-11-10 03:18:53] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004387 10.0.0.22 - - [2025-11-10 03:18:53] "GET /virtual-networks?parent_id=40ad204b-00ed-4ee9-a215-d9063c20027a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003217 10.0.0.22 - - [2025-11-10 03:18:53] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005816 10.0.0.22 - - [2025-11-10 03:18:54] "POST /neutron/port HTTP/1.1" 200 1032 0.018591 10.0.0.22 - - [2025-11-10 03:18:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.009760 10.0.0.22 - - [2025-11-10 03:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.22 - - [2025-11-10 03:18:56] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005713 10.0.0.22 - - [2025-11-10 03:18:58] "POST /neutron/port HTTP/1.1" 200 1087 0.018087 10.0.0.22 - - [2025-11-10 03:18:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004340 10.0.0.22 - - [2025-11-10 03:18:58] "POST /neutron/network HTTP/1.1" 200 823 0.006976 10.0.0.22 - - [2025-11-10 03:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.22 - - [2025-11-10 03:19:00] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005240 10.0.0.22 - - [2025-11-10 03:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.22 - - [2025-11-10 03:19:04] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006259 10.0.0.22 - - [2025-11-10 03:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.22 - - [2025-11-10 03:19:09] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005887 10.0.0.22 - - [2025-11-10 03:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.009292 10.0.0.22 - - [2025-11-10 03:19:13] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007106 10.0.0.22 - - [2025-11-10 03:19:14] "GET /obj-perms HTTP/1.1" 200 5056 0.052262 10.0.0.22 - - [2025-11-10 03:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008812 10.0.0.22 - - [2025-11-10 03:19:17] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005793 10.0.0.22 - - [2025-11-10 03:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.22 - - [2025-11-10 03:19:21] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005741 10.0.0.22 - - [2025-11-10 03:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.22 - - [2025-11-10 03:19:25] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005916 10.0.0.22 - - [2025-11-10 03:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.22 - - [2025-11-10 03:19:29] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.008346 10.0.0.22 - - [2025-11-10 03:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.22 - - [2025-11-10 03:19:31] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003991 10.0.0.22 - - [2025-11-10 03:19:31] "GET /virtual-networks?parent_id=40ad204b-00ed-4ee9-a215-d9063c20027a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004342 10.0.0.22 - - [2025-11-10 03:19:31] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007081 10.0.0.22 - - [2025-11-10 03:19:37] "POST /neutron/port HTTP/1.1" 200 1087 0.023573 10.0.0.22 - - [2025-11-10 03:19:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010713 10.0.0.22 - - [2025-11-10 03:19:47] "POST /neutron/port HTTP/1.1" 200 1087 0.015426 10.0.0.22 - - [2025-11-10 03:19:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008998 10.0.0.22 - - [2025-11-10 03:19:52] "POST /neutron/port HTTP/1.1" 200 1087 0.019930 10.0.0.22 - - [2025-11-10 03:19:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008318 10.0.0.22 - - [2025-11-10 03:19:53] "POST /id-to-fqname HTTP/1.1" 200 218 0.001682 10.0.0.22 - - [2025-11-10 03:19:53] "GET /virtual-machine/57498184-e438-4015-a7e9-d64e62540e32 HTTP/1.1" 200 1290 0.004186 10.0.0.22 - - [2025-11-10 03:19:53] "GET /virtual-machine-interface/ccb834d2-74b7-4af4-8509-adac2453c826 HTTP/1.1" 200 2931 0.006857 10.0.0.22 - - [2025-11-10 03:19:53] "GET /instance-ip/b373efe2-81ac-439c-aba9-cd1b3d0327ec HTTP/1.1" 200 1618 0.006625 10.0.0.22 - - [2025-11-10 03:19:53] "GET /virtual-machine-interface/ccb834d2-74b7-4af4-8509-adac2453c826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.006067 10.0.0.22 - - [2025-11-10 03:19:53] "PUT /virtual-machine-interface/ccb834d2-74b7-4af4-8509-adac2453c826 HTTP/1.1" 200 284 0.017623 10.0.0.22 - - [2025-11-10 03:19:56] "POST /neutron/port HTTP/1.1" 200 1087 0.017860 10.0.0.22 - - [2025-11-10 03:19:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004954 10.0.0.22 - - [2025-11-10 03:19:56] "POST /neutron/network HTTP/1.1" 200 823 0.009842 10.0.0.22 - - [2025-11-10 03:20:00] "POST /neutron/network HTTP/1.1" 200 833 0.008517 10.0.0.22 - - [2025-11-10 03:20:00] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.50 - - [2025-11-10 03:20:15] "GET /obj-perms HTTP/1.1" 200 5056 0.053241 10.0.0.22 - - [2025-11-10 03:20:56] "POST /neutron/port HTTP/1.1" 200 1032 0.018573 10.0.0.22 - - [2025-11-10 03:20:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.008417 10.0.0.22 - - [2025-11-10 03:21:01] "POST /neutron/port HTTP/1.1" 200 1087 0.018672 10.0.0.22 - - [2025-11-10 03:21:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004393 10.0.0.22 - - [2025-11-10 03:21:01] "POST /neutron/network HTTP/1.1" 200 823 0.007595 10.0.0.22 - - [2025-11-10 03:21:12] "DELETE /instance-ip/8865055f-8bc6-4e8c-b049-ae79652bbb70 HTTP/1.1" 200 115 0.046544 10.0.0.22 - - [2025-11-10 03:21:12] "DELETE /virtual-machine-interface/f1c5c950-8ef0-413f-ab8b-af615e72574c HTTP/1.1" 200 115 0.088600 10.0.0.22 - - [2025-11-10 03:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.22 - - [2025-11-10 03:21:12] "GET /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005525 10.0.0.22 - - [2025-11-10 03:21:12] "PUT /virtual-network/956ce398-5afd-46c3-af4b-a1da5135abac HTTP/1.1" 200 264 0.058084 10.0.0.22 - - [2025-11-10 03:21:12] "POST /neutron/port HTTP/1.1" 200 1087 0.016845 10.0.0.50 - - [2025-11-10 03:21:13] "DELETE /route-target/d1ee1471-dede-429a-a21e-4dff5fa24b33 HTTP/1.1" 200 115 0.052511 10.0.0.22 - - [2025-11-10 03:21:13] "POST /neutron/port HTTP/1.1" 200 1087 0.016620 10.0.0.22 - - [2025-11-10 03:21:14] "POST /neutron/network HTTP/1.1" 200 823 0.006932 10.0.0.23 - - [2025-11-10 03:21:16] "GET /projects?obj_uuids=40ad204b-00ed-4ee9-a215-d9063c20027a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.024411 10.0.0.22 - - [2025-11-10 03:21:16] "GET /project/40ad204b-00ed-4ee9-a215-d9063c20027a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.088056 10.0.0.23 - - [2025-11-10 03:21:16] "GET /projects?obj_uuids=40ad204b-00ed-4ee9-a215-d9063c20027a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001569 10.0.0.22 - - [2025-11-10 03:21:16] "GET /project/40ad204b-00ed-4ee9-a215-d9063c20027a?fields=virtual_networks HTTP/1.1" 200 1028 0.041763 10.0.0.23 - - [2025-11-10 03:21:16] "GET /projects?obj_uuids=40ad204b-00ed-4ee9-a215-d9063c20027a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000989 10.0.0.22 - - [2025-11-10 03:21:16] "GET /project/40ad204b-00ed-4ee9-a215-d9063c20027a?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.042169 10.0.0.23 - - [2025-11-10 03:21:16] "GET /projects?obj_uuids=40ad204b-00ed-4ee9-a215-d9063c20027a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.22 - - [2025-11-10 03:21:16] "GET /project/40ad204b-00ed-4ee9-a215-d9063c20027a?fields=security_groups HTTP/1.1" 200 1252 0.033345 10.0.0.22 - - [2025-11-10 03:21:17] "POST /fqname-to-id HTTP/1.1" 404 185 0.030949 10.0.0.23 - - [2025-11-10 03:21:17] "GET /projects?obj_uuids=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003895 10.0.0.22 - - [2025-11-10 03:21:17] "POST /neutron/port HTTP/1.1" 400 205 0.007028 10.0.0.23 - - [2025-11-10 03:21:17] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001373 10.0.0.23 - - [2025-11-10 03:21:17] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039982 10.0.0.23 - - [2025-11-10 03:21:18] "POST /id-to-fqname HTTP/1.1" 200 187 0.001183 10.0.0.23 - - [2025-11-10 03:21:18] "POST /fqname-to-id HTTP/1.1" 404 196 0.006638 10.0.0.23 - - [2025-11-10 03:21:18] "POST /security-groups HTTP/1.1" 200 588 0.034791 10.0.0.50 - - [2025-11-10 03:21:18] "POST /fqname-to-id HTTP/1.1" 404 231 0.003415 10.0.0.23 - - [2025-11-10 03:21:18] "POST /projects HTTP/1.1" 200 579 0.268787 10.0.0.23 - - [2025-11-10 03:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.339565 10.0.0.50 - - [2025-11-10 03:21:18] "POST /access-control-lists HTTP/1.1" 200 591 0.054239 10.0.0.22 - - [2025-11-10 03:21:18] "GET /project/b8bab897-e871-424a-b92d-6ec22a468e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.523816 10.0.0.22 - - [2025-11-10 03:21:19] "GET / HTTP/1.1" 200 35931 0.001984 10.0.0.23 - - [2025-11-10 03:21:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2025-11-10 03:21:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.23 - - [2025-11-10 03:21:20] "GET /global-system-configs HTTP/1.1" 401 292 0.001116 10.0.0.23 - - [2025-11-10 03:21:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.50 - - [2025-11-10 03:21:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.50 - - [2025-11-10 03:21:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.22 - - [2025-11-10 03:21:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.22 - - [2025-11-10 03:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.057970 10.0.0.23 - - [2025-11-10 03:21:21] "GET /projects?obj_uuids=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000952 10.0.0.22 - - [2025-11-10 03:21:21] "GET /project/b8bab897-e871-424a-b92d-6ec22a468e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.039403 10.0.0.50 - - [2025-11-10 03:21:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.50 - - [2025-11-10 03:21:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.22 - - [2025-11-10 03:21:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.22 - - [2025-11-10 03:21:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.23 - - [2025-11-10 03:21:22] "POST /useragent-kv HTTP/1.1" 200 115 0.012955 10.0.0.22 - - [2025-11-10 03:21:22] "POST /neutron/subnet HTTP/1.1" 200 729 0.291766 10.0.0.22 - - [2025-11-10 03:21:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001345 10.0.0.22 - - [2025-11-10 03:21:22] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007312 10.0.0.22 - - [2025-11-10 03:21:22] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006136 10.0.0.22 - - [2025-11-10 03:21:22] "POST /neutron/network HTTP/1.1" 200 830 0.007545 10.0.0.22 - - [2025-11-10 03:21:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.003695 10.0.0.22 - - [2025-11-10 03:21:22] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006360 10.0.0.22 - - [2025-11-10 03:21:22] "GET /virtual-machine-interface/db0ce6f4-e3d2-4415-ad15-175475abe7bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2351 0.007722 10.0.0.22 - - [2025-11-10 03:21:22] "GET /virtual-machine-interface/db0ce6f4-e3d2-4415-ad15-175475abe7bd?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.008995 10.0.0.22 - - [2025-11-10 03:21:22] "GET /instance-ip/ff8859fa-4616-4012-b0bf-eca26d53b7d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1602 0.005231 10.0.0.22 - - [2025-11-10 03:21:22] "POST /id-to-fqname HTTP/1.1" 200 221 0.001323 10.0.0.50 - - [2025-11-10 03:21:22] "DELETE /access-control-list/2e76b8d5-6391-4183-9776-d3dd4fb4cf1e HTTP/1.1" 200 115 0.049062 10.0.0.22 - - [2025-11-10 03:21:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.22 - - [2025-11-10 03:21:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.22 - - [2025-11-10 03:21:22] "POST /neutron/network HTTP/1.1" 200 840 0.020756 10.0.0.23 - - [2025-11-10 03:21:23] "GET /projects?obj_uuids=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000987 10.0.0.22 - - [2025-11-10 03:21:23] "GET /project/b8bab897-e871-424a-b92d-6ec22a468e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.076362 10.0.0.22 - - [2025-11-10 03:21:23] "POST /neutron/port HTTP/1.1" 200 117 0.006574 10.0.0.22 - - [2025-11-10 03:21:23] "POST /id-to-fqname HTTP/1.1" 200 221 0.001336 10.0.0.22 - - [2025-11-10 03:21:24] "POST /neutron/port HTTP/1.1" 200 984 0.013767 10.0.0.22 - - [2025-11-10 03:21:24] "POST /neutron/network HTTP/1.1" 200 840 0.006846 10.0.0.22 - - [2025-11-10 03:21:24] "POST /neutron/port HTTP/1.1" 200 117 0.008255 10.0.0.23 - - [2025-11-10 03:21:24] "GET /projects?obj_uuids=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001304 10.0.0.22 - - [2025-11-10 03:21:24] "GET /project/b8bab897-e871-424a-b92d-6ec22a468e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.053095 10.0.0.22 - - [2025-11-10 03:21:24] "POST /fqname-to-id HTTP/1.1" 404 208 0.004424 10.0.0.22 - - [2025-11-10 03:21:24] "POST /interface-route-tables HTTP/1.1" 200 556 0.053289 10.0.0.22 - - [2025-11-10 03:21:24] "GET /interface-route-table/fb21c934-b89a-482c-acb3-57de108c0051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.008225 10.0.0.22 - - [2025-11-10 03:21:24] "POST /neutron/port HTTP/1.1" 200 1058 0.018027 10.0.0.22 - - [2025-11-10 03:21:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004158 10.0.0.22 - - [2025-11-10 03:21:25] "POST /neutron/network HTTP/1.1" 200 830 0.007158 10.0.0.22 - - [2025-11-10 03:21:25] "POST /neutron/port HTTP/1.1" 200 984 0.009824 10.0.0.22 - - [2025-11-10 03:21:25] "POST /neutron/port HTTP/1.1" 200 1050 0.017931 10.0.0.22 - - [2025-11-10 03:21:25] "POST /neutron/port HTTP/1.1" 200 117 0.001334 10.0.0.22 - - [2025-11-10 03:21:25] "GET /virtual-machine-interface/db0ce6f4-e3d2-4415-ad15-175475abe7bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2664 0.006570 10.0.0.22 - - [2025-11-10 03:21:25] "POST /ref-update HTTP/1.1" 200 156 0.019069 10.0.0.22 - - [2025-11-10 03:21:25] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008983 10.0.0.22 - - [2025-11-10 03:21:31] "POST /neutron/port HTTP/1.1" 200 1086 0.017941 10.0.0.22 - - [2025-11-10 03:21:31] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007841 10.0.0.22 - - [2025-11-10 03:21:31] "GET /virtual-machine/4e336b28-8fe3-44f0-90d9-cb87d7729243 HTTP/1.1" 401 292 0.000440 10.0.0.22 - - [2025-11-10 03:21:31] "GET /virtual-machine/4e336b28-8fe3-44f0-90d9-cb87d7729243 HTTP/1.1" 200 1289 0.035198 10.0.0.22 - - [2025-11-10 03:21:31] "GET /virtual-machine/4e336b28-8fe3-44f0-90d9-cb87d7729243 HTTP/1.1" 200 1289 0.005781 10.0.0.22 - - [2025-11-10 03:21:31] "GET /virtual-machine-interface/e44dbd92-a660-4155-bc5f-150f6b42c9b2 HTTP/1.1" 200 2939 0.005881 10.0.0.22 - - [2025-11-10 03:21:31] "GET /virtual-machine/4e336b28-8fe3-44f0-90d9-cb87d7729243 HTTP/1.1" 200 1289 0.004502 10.0.0.22 - - [2025-11-10 03:21:31] "GET /virtual-machine-interface/e44dbd92-a660-4155-bc5f-150f6b42c9b2 HTTP/1.1" 200 2939 0.007111 10.0.0.22 - - [2025-11-10 03:21:31] "GET /instance-ip/f137a9d8-3439-45c6-b2ec-53ac5010fbb7 HTTP/1.1" 200 1620 0.007090 10.0.0.22 - - [2025-11-10 03:21:31] "GET /virtual-machine/4e336b28-8fe3-44f0-90d9-cb87d7729243 HTTP/1.1" 200 1289 0.004592 10.0.0.22 - - [2025-11-10 03:21:31] "GET /virtual-machine-interface/e44dbd92-a660-4155-bc5f-150f6b42c9b2 HTTP/1.1" 200 2939 0.007308 10.0.0.22 - - [2025-11-10 03:21:31] "GET /instance-ip/f137a9d8-3439-45c6-b2ec-53ac5010fbb7 HTTP/1.1" 200 1620 0.004732 10.0.0.22 - - [2025-11-10 03:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.22 - - [2025-11-10 03:21:31] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005341 10.0.0.22 - - [2025-11-10 03:21:31] "GET /virtual-networks?parent_id=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002997 10.0.0.22 - - [2025-11-10 03:21:31] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006756 10.0.0.22 - - [2025-11-10 03:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.22 - - [2025-11-10 03:21:32] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004609 10.0.0.22 - - [2025-11-10 03:21:32] "GET /virtual-networks?parent_id=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004232 10.0.0.23 - - [2025-11-10 03:21:32] "DELETE /project/40ad204b-00ed-4ee9-a215-d9063c20027a HTTP/1.1" 404 177 0.003272 10.0.0.23 - - [2025-11-10 03:21:32] "DELETE /project/b8bab897e871424ab92d6ec22a468e67 HTTP/1.1" 404 173 0.006121 10.0.0.22 - - [2025-11-10 03:21:32] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010786 10.0.0.22 - - [2025-11-10 03:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.22 - - [2025-11-10 03:21:32] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004246 10.0.0.22 - - [2025-11-10 03:21:32] "GET /virtual-networks?parent_id=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003680 10.0.0.22 - - [2025-11-10 03:21:32] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009059 10.0.0.22 - - [2025-11-10 03:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.22 - - [2025-11-10 03:21:32] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004738 10.0.0.22 - - [2025-11-10 03:21:32] "GET /virtual-networks?parent_id=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003090 10.0.0.22 - - [2025-11-10 03:21:32] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006472 10.0.0.22 - - [2025-11-10 03:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.008512 10.0.0.22 - - [2025-11-10 03:21:32] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004567 10.0.0.22 - - [2025-11-10 03:21:32] "GET /virtual-networks?parent_id=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003242 10.0.0.22 - - [2025-11-10 03:21:32] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006823 10.0.0.22 - - [2025-11-10 03:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.22 - - [2025-11-10 03:21:32] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004475 10.0.0.22 - - [2025-11-10 03:21:32] "GET /virtual-networks?parent_id=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004050 10.0.0.22 - - [2025-11-10 03:21:32] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006448 10.0.0.22 - - [2025-11-10 03:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.22 - - [2025-11-10 03:21:32] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006380 10.0.0.22 - - [2025-11-10 03:21:32] "GET /virtual-networks?parent_id=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004040 10.0.0.22 - - [2025-11-10 03:21:32] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008074 10.0.0.22 - - [2025-11-10 03:21:34] "POST /neutron/port HTTP/1.1" 200 1050 0.045441 10.0.0.22 - - [2025-11-10 03:21:35] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006711 10.0.0.22 - - [2025-11-10 03:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.22 - - [2025-11-10 03:21:35] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005735 10.0.0.22 - - [2025-11-10 03:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005001 10.0.0.22 - - [2025-11-10 03:21:37] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005759 10.0.0.22 - - [2025-11-10 03:21:37] "GET /virtual-networks?parent_id=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004450 10.0.0.22 - - [2025-11-10 03:21:37] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007540 10.0.0.22 - - [2025-11-10 03:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005605 10.0.0.22 - - [2025-11-10 03:21:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004617 10.0.0.22 - - [2025-11-10 03:21:38] "GET /virtual-networks?parent_id=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003833 10.0.0.22 - - [2025-11-10 03:21:38] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007320 10.0.0.22 - - [2025-11-10 03:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.22 - - [2025-11-10 03:21:38] "GET /routing-instance/c481e2f3-f287-4b00-a724-01a5da98466c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.006006 10.0.0.22 - - [2025-11-10 03:21:38] "GET /route-target/ea2d5362-8c02-47db-80bb-68bce2cd4fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006280 10.0.0.22 - - [2025-11-10 03:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.22 - - [2025-11-10 03:21:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004911 10.0.0.22 - - [2025-11-10 03:21:38] "GET /virtual-networks?parent_id=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003534 10.0.0.22 - - [2025-11-10 03:21:38] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006603 10.0.0.22 - - [2025-11-10 03:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.22 - - [2025-11-10 03:21:38] "GET /routing-instance/c481e2f3-f287-4b00-a724-01a5da98466c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.005195 10.0.0.22 - - [2025-11-10 03:21:38] "GET /route-target/ea2d5362-8c02-47db-80bb-68bce2cd4fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004018 10.0.0.22 - - [2025-11-10 03:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004652 10.0.0.22 - - [2025-11-10 03:21:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004966 10.0.0.22 - - [2025-11-10 03:21:38] "GET /virtual-networks?parent_id=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003368 10.0.0.22 - - [2025-11-10 03:21:38] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005810 10.0.0.22 - - [2025-11-10 03:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.22 - - [2025-11-10 03:21:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005228 10.0.0.22 - - [2025-11-10 03:21:38] "GET /virtual-networks?parent_id=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003115 10.0.0.22 - - [2025-11-10 03:21:39] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007098 10.0.0.22 - - [2025-11-10 03:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.22 - - [2025-11-10 03:21:39] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004412 10.0.0.22 - - [2025-11-10 03:21:39] "GET /virtual-networks?parent_id=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003547 10.0.0.22 - - [2025-11-10 03:21:39] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006067 10.0.0.23 - - [2025-11-10 03:21:39] "GET /obj-perms HTTP/1.1" 200 5024 0.050769 10.0.0.22 - - [2025-11-10 03:21:39] "GET /obj-perms HTTP/1.1" 200 5024 0.052325 10.0.0.22 - - [2025-11-10 03:21:40] "GET /obj-perms HTTP/1.1" 200 5024 0.003321 10.0.0.50 - - [2025-11-10 03:21:40] "GET /obj-perms HTTP/1.1" 200 5024 0.054610 10.0.0.23 - - [2025-11-10 03:21:40] "GET /obj-perms HTTP/1.1" 200 5024 0.003975 10.0.0.22 - - [2025-11-10 03:21:40] "POST /neutron/port HTTP/1.1" 200 1050 0.015798 10.0.0.22 - - [2025-11-10 03:21:41] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007258 10.0.0.22 - - [2025-11-10 03:21:41] "GET /virtual-machine/ef56ee8c-1182-4c03-9eb2-8aebc4fccbbd HTTP/1.1" 200 1268 0.005904 10.0.0.22 - - [2025-11-10 03:21:41] "GET /virtual-machine-interface/db0ce6f4-e3d2-4415-ad15-175475abe7bd HTTP/1.1" 200 3151 0.005273 10.0.0.22 - - [2025-11-10 03:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.22 - - [2025-11-10 03:21:41] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003500 10.0.0.22 - - [2025-11-10 03:21:41] "GET /virtual-networks?parent_id=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003209 10.0.0.22 - - [2025-11-10 03:21:41] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007106 10.0.0.22 - - [2025-11-10 03:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.22 - - [2025-11-10 03:21:42] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003855 10.0.0.22 - - [2025-11-10 03:21:42] "GET /virtual-networks?parent_id=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003187 10.0.0.22 - - [2025-11-10 03:21:42] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007576 10.0.0.22 - - [2025-11-10 03:21:43] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008601 10.0.0.22 - - [2025-11-10 03:21:43] "GET /obj-perms HTTP/1.1" 200 5024 0.005010 10.0.0.22 - - [2025-11-10 03:21:43] "GET /virtual-machine/4e336b28-8fe3-44f0-90d9-cb87d7729243 HTTP/1.1" 200 1289 0.005769 10.0.0.22 - - [2025-11-10 03:21:44] "POST /neutron/port HTTP/1.1" 200 151 0.200382 10.0.0.22 - - [2025-11-10 03:21:45] "GET /virtual-machine/4e336b28-8fe3-44f0-90d9-cb87d7729243 HTTP/1.1" 404 171 0.004651 10.0.0.22 - - [2025-11-10 03:21:45] "GET /virtual-machine/4e336b28-8fe3-44f0-90d9-cb87d7729243 HTTP/1.1" 404 171 0.004703 10.0.0.22 - - [2025-11-10 03:21:45] "GET /virtual-machine/4e336b28-8fe3-44f0-90d9-cb87d7729243 HTTP/1.1" 404 171 0.003537 10.0.0.22 - - [2025-11-10 03:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005279 10.0.0.22 - - [2025-11-10 03:21:45] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006434 10.0.0.22 - - [2025-11-10 03:21:45] "GET /virtual-networks?parent_id=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004920 10.0.0.22 - - [2025-11-10 03:21:45] "GET /virtual-network/a2db0a91-857b-43e2-a16e-1b0f9f36ce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005807 10.0.0.22 - - [2025-11-10 03:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.22 - - [2025-11-10 03:21:45] "GET /routing-instance/c481e2f3-f287-4b00-a724-01a5da98466c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004937 10.0.0.22 - - [2025-11-10 03:21:45] "GET /route-target/ea2d5362-8c02-47db-80bb-68bce2cd4fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006861 10.0.0.50 - - [2025-11-10 03:21:46] "GET /obj-perms HTTP/1.1" 200 5024 0.006835 10.0.0.22 - - [2025-11-10 03:21:52] "GET /obj-perms HTTP/1.1" 200 5024 0.004495 10.0.0.50 - - [2025-11-10 03:21:55] "GET /obj-perms HTTP/1.1" 200 5024 0.003847 10.0.0.22 - - [2025-11-10 03:22:01] "POST /neutron/network HTTP/1.1" 200 840 0.007986 10.0.0.22 - - [2025-11-10 03:22:01] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.22 - - [2025-11-10 03:22:01] "GET /obj-perms HTTP/1.1" 200 5024 0.004817 10.0.0.50 - - [2025-11-10 03:22:04] "GET /obj-perms HTTP/1.1" 200 5024 0.004799 10.0.0.22 - - [2025-11-10 03:22:04] "GET /obj-perms HTTP/1.1" 200 5024 0.003856 10.0.0.22 - - [2025-11-10 03:22:04] "GET /interface-route-table/fb21c934-b89a-482c-acb3-57de108c0051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.004069 10.0.0.22 - - [2025-11-10 03:22:04] "GET /virtual-machine-interface/db0ce6f4-e3d2-4415-ad15-175475abe7bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2930 0.007079 10.0.0.22 - - [2025-11-10 03:22:04] "POST /ref-update HTTP/1.1" 200 156 0.017718 10.0.0.22 - - [2025-11-10 03:22:04] "DELETE /interface-route-table/fb21c934-b89a-482c-acb3-57de108c0051 HTTP/1.1" 200 115 0.035351 10.0.0.22 - - [2025-11-10 03:22:05] "POST /neutron/port HTTP/1.1" 200 151 0.179731 10.0.0.50 - - [2025-11-10 03:22:05] "DELETE /route-target/ea2d5362-8c02-47db-80bb-68bce2cd4fa0 HTTP/1.1" 200 115 0.029435 10.0.0.23 - - [2025-11-10 03:22:06] "GET /projects?obj_uuids=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000993 10.0.0.22 - - [2025-11-10 03:22:06] "GET /project/b8bab897-e871-424a-b92d-6ec22a468e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.047392 10.0.0.23 - - [2025-11-10 03:22:06] "GET /projects?obj_uuids=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001108 10.0.0.22 - - [2025-11-10 03:22:06] "GET /project/b8bab897-e871-424a-b92d-6ec22a468e67?fields=virtual_networks HTTP/1.1" 200 1027 0.050831 10.0.0.23 - - [2025-11-10 03:22:06] "GET /projects?obj_uuids=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001112 10.0.0.22 - - [2025-11-10 03:22:06] "GET /project/b8bab897-e871-424a-b92d-6ec22a468e67?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.041153 10.0.0.23 - - [2025-11-10 03:22:07] "GET /projects?obj_uuids=b8bab897-e871-424a-b92d-6ec22a468e67&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002543 10.0.0.22 - - [2025-11-10 03:22:07] "GET /project/b8bab897-e871-424a-b92d-6ec22a468e67?fields=security_groups HTTP/1.1" 200 1250 0.057062 10.0.0.22 - - [2025-11-10 03:22:07] "POST /fqname-to-id HTTP/1.1" 404 192 0.028764 10.0.0.23 - - [2025-11-10 03:22:07] "GET /projects?obj_uuids=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003650 10.0.0.23 - - [2025-11-10 03:22:08] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001425 10.0.0.23 - - [2025-11-10 03:22:08] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007612 10.0.0.23 - - [2025-11-10 03:22:08] "POST /id-to-fqname HTTP/1.1" 200 194 0.008466 10.0.0.23 - - [2025-11-10 03:22:08] "POST /fqname-to-id HTTP/1.1" 404 203 0.003032 10.0.0.23 - - [2025-11-10 03:22:08] "POST /security-groups HTTP/1.1" 200 595 0.077370 10.0.0.23 - - [2025-11-10 03:22:08] "POST /projects HTTP/1.1" 200 593 0.284475 10.0.0.50 - - [2025-11-10 03:22:08] "POST /fqname-to-id HTTP/1.1" 404 237 0.011269 10.0.0.23 - - [2025-11-10 03:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.355362 10.0.0.22 - - [2025-11-10 03:22:08] "GET /project/2a692c46-5d63-43b5-8589-571a3303dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.496224 10.0.0.22 - - [2025-11-10 03:22:09] "GET / HTTP/1.1" 200 35931 0.001541 10.0.0.22 - - [2025-11-10 03:22:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.22 - - [2025-11-10 03:22:10] "POST /neutron/port HTTP/1.1" 200 117 0.006485 10.0.0.22 - - [2025-11-10 03:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.060048 10.0.0.23 - - [2025-11-10 03:22:10] "GET /projects?obj_uuids=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001019 10.0.0.22 - - [2025-11-10 03:22:10] "GET /project/2a692c46-5d63-43b5-8589-571a3303dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.040255 10.0.0.23 - - [2025-11-10 03:22:10] "GET /projects?obj_uuids=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001100 10.0.0.22 - - [2025-11-10 03:22:10] "POST /neutron/network HTTP/1.1" 200 609 0.150144 10.0.0.50 - - [2025-11-10 03:22:10] "POST /ref-update HTTP/1.1" 200 156 0.031884 10.0.0.22 - - [2025-11-10 03:22:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.003120 10.0.0.22 - - [2025-11-10 03:22:11] "GET /virtual-network/cb5ccbe7-9206-4449-8208-70453d67c1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005747 10.0.0.22 - - [2025-11-10 03:22:11] "POST /neutron/network HTTP/1.1" 200 828 0.006732 10.0.0.22 - - [2025-11-10 03:22:11] "GET /virtual-network/cb5ccbe7-9206-4449-8208-70453d67c1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005574 10.0.0.22 - - [2025-11-10 03:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.23 - - [2025-11-10 03:22:11] "GET /projects?obj_uuids=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000925 10.0.0.22 - - [2025-11-10 03:22:11] "GET /project/2a692c46-5d63-43b5-8589-571a3303dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.037842 10.0.0.22 - - [2025-11-10 03:22:11] "POST /neutron/network HTTP/1.1" 200 117 0.014868 10.0.0.22 - - [2025-11-10 03:22:11] "POST /neutron/network HTTP/1.1" 200 828 0.009058 10.0.0.22 - - [2025-11-10 03:22:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.001208 10.0.0.22 - - [2025-11-10 03:22:11] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005096 10.0.0.22 - - [2025-11-10 03:22:11] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006004 10.0.0.22 - - [2025-11-10 03:22:11] "POST /neutron/subnet HTTP/1.1" 200 725 0.009469 10.0.0.22 - - [2025-11-10 03:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2025-11-10 03:22:11] "GET /projects?obj_uuids=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001007 10.0.0.22 - - [2025-11-10 03:22:11] "GET /project/2a692c46-5d63-43b5-8589-571a3303dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.044024 10.0.0.50 - - [2025-11-10 03:22:12] "POST /route-targets HTTP/1.1" 200 327 0.016153 10.0.0.23 - - [2025-11-10 03:22:12] "POST /useragent-kv HTTP/1.1" 200 115 0.008727 10.0.0.22 - - [2025-11-10 03:22:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.188256 10.0.0.22 - - [2025-11-10 03:22:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001387 10.0.0.22 - - [2025-11-10 03:22:12] "GET /virtual-network/c1e75f34-a9d8-4ca3-b807-e5919dc966c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005476 10.0.0.22 - - [2025-11-10 03:22:12] "GET /virtual-network/c1e75f34-a9d8-4ca3-b807-e5919dc966c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006433 10.0.0.22 - - [2025-11-10 03:22:12] "POST /neutron/network HTTP/1.1" 200 827 0.006922 10.0.0.22 - - [2025-11-10 03:22:12] "POST /fqname-to-id HTTP/1.1" 404 214 0.003575 10.0.0.22 - - [2025-11-10 03:22:12] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005539 10.0.0.22 - - [2025-11-10 03:22:12] "GET /virtual-machine-interface/f6cd0d37-9e6f-4019-90a1-a112cfe13f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.007790 10.0.0.22 - - [2025-11-10 03:22:12] "GET /virtual-machine-interface/f6cd0d37-9e6f-4019-90a1-a112cfe13f1c?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.009883 10.0.0.22 - - [2025-11-10 03:22:12] "GET /instance-ip/1da62dbc-2038-4c35-9b76-6465ef5a4ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.005487 10.0.0.22 - - [2025-11-10 03:22:12] "POST /fqname-to-id HTTP/1.1" 404 214 0.003493 10.0.0.22 - - [2025-11-10 03:22:12] "GET /virtual-network/cb5ccbe7-9206-4449-8208-70453d67c1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006855 10.0.0.23 - - [2025-11-10 03:22:12] "GET /projects?obj_uuids=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000890 10.0.0.22 - - [2025-11-10 03:22:12] "GET /project/2a692c46-5d63-43b5-8589-571a3303dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.042207 10.0.0.22 - - [2025-11-10 03:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.22 - - [2025-11-10 03:22:12] "GET /security-group/f4b6ec41-f476-429c-b6a9-96aae45f9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.006041 10.0.0.22 - - [2025-11-10 03:22:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.110232 10.0.0.22 - - [2025-11-10 03:22:13] "POST /instance-ips HTTP/1.1" 200 357 0.048535 10.0.0.22 - - [2025-11-10 03:22:13] "GET /virtual-machine-interface/d69f11b2-1a46-4319-acd7-d162b21540cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005562 10.0.0.22 - - [2025-11-10 03:22:13] "GET /virtual-machine-interface/d69f11b2-1a46-4319-acd7-d162b21540cc?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.008692 10.0.0.22 - - [2025-11-10 03:22:13] "GET /instance-ip/d4e33ed0-af31-4c29-83db-6992b9ddf3e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.005151 10.0.0.22 - - [2025-11-10 03:22:13] "POST /fqname-to-id HTTP/1.1" 404 214 0.003721 10.0.0.22 - - [2025-11-10 03:22:13] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005938 10.0.0.23 - - [2025-11-10 03:22:13] "GET /projects?obj_uuids=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001115 10.0.0.22 - - [2025-11-10 03:22:13] "POST /neutron/port HTTP/1.1" 200 990 0.245940 10.0.0.22 - - [2025-11-10 03:22:13] "GET /virtual-machine-interface/90d3a894-78c8-437c-af51-9b89b71adb0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.005549 10.0.0.22 - - [2025-11-10 03:22:13] "GET /virtual-machine-interface/90d3a894-78c8-437c-af51-9b89b71adb0a?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.005327 10.0.0.22 - - [2025-11-10 03:22:13] "GET /instance-ip/fa980a8f-02e7-4a49-a6f4-06e01bb728e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.004824 10.0.0.22 - - [2025-11-10 03:22:13] "POST /fqname-to-id HTTP/1.1" 404 214 0.002912 10.0.0.22 - - [2025-11-10 03:22:13] "GET /virtual-network/cb5ccbe7-9206-4449-8208-70453d67c1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007080 10.0.0.23 - - [2025-11-10 03:22:13] "GET /projects?obj_uuids=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000937 10.0.0.22 - - [2025-11-10 03:22:13] "GET /project/2a692c46-5d63-43b5-8589-571a3303dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.055445 10.0.0.22 - - [2025-11-10 03:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.22 - - [2025-11-10 03:22:13] "GET /security-group/f4b6ec41-f476-429c-b6a9-96aae45f9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005293 10.0.0.22 - - [2025-11-10 03:22:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.121132 10.0.0.22 - - [2025-11-10 03:22:14] "POST /instance-ips HTTP/1.1" 200 357 0.046757 10.0.0.22 - - [2025-11-10 03:22:14] "GET /virtual-machine-interface/19de4586-82a2-4220-9c4e-347170dac238?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.007481 10.0.0.22 - - [2025-11-10 03:22:14] "GET /virtual-machine-interface/19de4586-82a2-4220-9c4e-347170dac238?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009901 10.0.0.22 - - [2025-11-10 03:22:14] "GET /instance-ip/d3b4606f-beee-49f6-8406-247ada16d4cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.005132 10.0.0.22 - - [2025-11-10 03:22:14] "POST /fqname-to-id HTTP/1.1" 404 214 0.004505 10.0.0.22 - - [2025-11-10 03:22:14] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009438 10.0.0.22 - - [2025-11-10 03:22:14] "GET /virtual-machine-interface/8f792e54-6228-4ba6-81a6-2d11f168131a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.008257 10.0.0.22 - - [2025-11-10 03:22:14] "GET /virtual-machine-interface/8f792e54-6228-4ba6-81a6-2d11f168131a?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.012701 10.0.0.22 - - [2025-11-10 03:22:14] "GET /instance-ip/8db726b7-b269-4864-918d-b08d7f84ab05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.006380 10.0.0.22 - - [2025-11-10 03:22:14] "POST /fqname-to-id HTTP/1.1" 404 214 0.004149 10.0.0.22 - - [2025-11-10 03:22:14] "GET /virtual-network/c1e75f34-a9d8-4ca3-b807-e5919dc966c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.013260 10.0.0.23 - - [2025-11-10 03:22:14] "GET /projects?obj_uuids=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001446 10.0.0.22 - - [2025-11-10 03:22:14] "GET /project/2a692c46-5d63-43b5-8589-571a3303dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.051717 10.0.0.22 - - [2025-11-10 03:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.22 - - [2025-11-10 03:22:14] "GET /security-group/f4b6ec41-f476-429c-b6a9-96aae45f9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004770 10.0.0.22 - - [2025-11-10 03:22:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.116552 10.0.0.22 - - [2025-11-10 03:22:15] "POST /instance-ips HTTP/1.1" 200 357 0.043090 10.0.0.22 - - [2025-11-10 03:22:15] "GET /virtual-machine-interface/5f5799f8-359f-41a0-9657-edba385017ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006547 10.0.0.22 - - [2025-11-10 03:22:15] "GET /virtual-machine-interface/5f5799f8-359f-41a0-9657-edba385017ee?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009265 10.0.0.22 - - [2025-11-10 03:22:15] "GET /instance-ip/87fb3915-053f-4952-9f1c-15616ca71bf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.004717 10.0.0.22 - - [2025-11-10 03:22:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.001432 10.0.0.23 - - [2025-11-10 03:22:16] "GET /obj-perms HTTP/1.1" 200 5056 0.051229 10.0.0.22 - - [2025-11-10 03:22:17] "POST /neutron/port HTTP/1.1" 200 990 0.048208 10.0.0.22 - - [2025-11-10 03:22:17] "POST /neutron/port HTTP/1.1" 200 990 0.010273 10.0.0.22 - - [2025-11-10 03:22:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001356 10.0.0.22 - - [2025-11-10 03:22:17] "POST /neutron/port HTTP/1.1" 200 117 0.006419 10.0.0.22 - - [2025-11-10 03:22:18] "POST /neutron/network HTTP/1.1" 200 838 0.008747 10.0.0.22 - - [2025-11-10 03:22:18] "POST /neutron/port HTTP/1.1" 200 1082 0.143289 10.0.0.22 - - [2025-11-10 03:22:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.013824 10.0.0.23 - - [2025-11-10 03:22:18] "GET /projects?obj_uuids=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001003 10.0.0.22 - - [2025-11-10 03:22:18] "GET /project/2a692c46-5d63-43b5-8589-571a3303dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.067672 10.0.0.22 - - [2025-11-10 03:22:18] "POST /neutron/network HTTP/1.1" 200 827 0.006613 10.0.0.22 - - [2025-11-10 03:22:18] "POST /neutron/port HTTP/1.1" 200 117 0.007925 10.0.0.22 - - [2025-11-10 03:22:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001788 10.0.0.22 - - [2025-11-10 03:22:18] "POST /neutron/port HTTP/1.1" 200 990 0.011630 10.0.0.22 - - [2025-11-10 03:22:19] "POST /neutron/network HTTP/1.1" 200 828 0.007230 10.0.0.22 - - [2025-11-10 03:22:19] "POST /neutron/port HTTP/1.1" 200 990 0.022723 10.0.0.22 - - [2025-11-10 03:22:19] "POST /neutron/port HTTP/1.1" 200 117 0.011744 10.0.0.22 - - [2025-11-10 03:22:19] "POST /neutron/port HTTP/1.1" 200 1063 0.017100 10.0.0.50 - - [2025-11-10 03:22:19] "PUT /logical-router/bcd2632c-43af-479c-b540-8249d0c45342 HTTP/1.1" 200 262 0.040562 10.0.0.23 - - [2025-11-10 03:22:19] "GET /projects?obj_uuids=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002567 10.0.0.22 - - [2025-11-10 03:22:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.009424 10.0.0.22 - - [2025-11-10 03:22:19] "POST /neutron/router HTTP/1.1" 200 344 0.365504 10.0.0.22 - - [2025-11-10 03:22:19] "POST /neutron/router HTTP/1.1" 200 598 0.007678 10.0.0.22 - - [2025-11-10 03:22:20] "POST /neutron/network HTTP/1.1" 200 838 0.006413 10.0.0.22 - - [2025-11-10 03:22:20] "POST /neutron/port HTTP/1.1" 200 1082 0.191362 10.0.0.22 - - [2025-11-10 03:22:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.011109 10.0.0.22 - - [2025-11-10 03:22:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007756 10.0.0.22 - - [2025-11-10 03:22:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007671 10.0.0.22 - - [2025-11-10 03:22:20] "GET /virtual-machine/efb63a59-94c4-4f7c-b285-cd1b3fedab12 HTTP/1.1" 401 292 0.000463 10.0.0.22 - - [2025-11-10 03:22:21] "GET /virtual-machine/efb63a59-94c4-4f7c-b285-cd1b3fedab12 HTTP/1.1" 200 1275 0.040627 10.0.0.22 - - [2025-11-10 03:22:21] "GET /virtual-machine-interface/f6cd0d37-9e6f-4019-90a1-a112cfe13f1c HTTP/1.1" 200 3188 0.006245 10.0.0.22 - - [2025-11-10 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005616 10.0.0.22 - - [2025-11-10 03:22:21] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004220 10.0.0.22 - - [2025-11-10 03:22:21] "GET /virtual-networks?parent_id=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003897 10.0.0.22 - - [2025-11-10 03:22:21] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006311 10.0.0.50 - - [2025-11-10 03:22:23] "DELETE /access-control-list/019a2266-dbc2-40d7-894f-c9c92fdea3f3 HTTP/1.1" 200 115 0.050143 10.0.0.22 - - [2025-11-10 03:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.22 - - [2025-11-10 03:22:24] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005543 10.0.0.22 - - [2025-11-10 03:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.22 - - [2025-11-10 03:22:28] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005569 10.0.0.23 - - [2025-11-10 03:22:32] "DELETE /project/2a692c465d6343b58589571a3303dd9f HTTP/1.1" 404 173 0.003800 10.0.0.23 - - [2025-11-10 03:22:32] "DELETE /project/b8bab897-e871-424a-b92d-6ec22a468e67 HTTP/1.1" 404 177 0.003450 10.0.0.22 - - [2025-11-10 03:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.22 - - [2025-11-10 03:22:32] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005446 10.0.0.22 - - [2025-11-10 03:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.22 - - [2025-11-10 03:22:36] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005446 10.0.0.22 - - [2025-11-10 03:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.22 - - [2025-11-10 03:22:40] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005538 10.0.0.22 - - [2025-11-10 03:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.22 - - [2025-11-10 03:22:44] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006731 10.0.0.22 - - [2025-11-10 03:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.22 - - [2025-11-10 03:22:49] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005433 10.0.0.22 - - [2025-11-10 03:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.22 - - [2025-11-10 03:22:53] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008278 10.0.0.22 - - [2025-11-10 03:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.22 - - [2025-11-10 03:22:57] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005907 10.0.0.22 - - [2025-11-10 03:22:58] "POST /neutron/port HTTP/1.1" 200 1056 0.018332 10.0.0.22 - - [2025-11-10 03:22:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004191 10.0.0.22 - - [2025-11-10 03:22:58] "POST /neutron/network HTTP/1.1" 200 828 0.007001 10.0.0.22 - - [2025-11-10 03:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.22 - - [2025-11-10 03:23:01] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005460 10.0.0.22 - - [2025-11-10 03:23:02] "POST /neutron/network HTTP/1.1" 200 837 0.007820 10.0.0.22 - - [2025-11-10 03:23:02] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.22 - - [2025-11-10 03:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.22 - - [2025-11-10 03:23:03] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005111 10.0.0.22 - - [2025-11-10 03:23:03] "GET /virtual-networks?parent_id=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004505 10.0.0.22 - - [2025-11-10 03:23:03] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006970 10.0.0.22 - - [2025-11-10 03:23:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009840 10.0.0.22 - - [2025-11-10 03:23:12] "POST /neutron/port HTTP/1.1" 200 1056 0.016384 10.0.0.22 - - [2025-11-10 03:23:14] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008208 10.0.0.22 - - [2025-11-10 03:23:15] "POST /neutron/port HTTP/1.1" 200 1091 0.022020 10.0.0.22 - - [2025-11-10 03:23:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008042 10.0.0.22 - - [2025-11-10 03:23:24] "POST /neutron/port HTTP/1.1" 200 1091 0.023979 10.0.0.22 - - [2025-11-10 03:23:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010894 10.0.0.22 - - [2025-11-10 03:23:24] "GET /virtual-machine/935c74a1-e71c-491a-a6ec-7647e8b9ab17 HTTP/1.1" 200 1297 0.009733 10.0.0.22 - - [2025-11-10 03:23:24] "GET /virtual-machine-interface/dc0cd8cf-e082-42fd-acd3-c5cc344028ed HTTP/1.1" 200 2962 0.006767 10.0.0.22 - - [2025-11-10 03:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005089 10.0.0.22 - - [2025-11-10 03:23:24] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005779 10.0.0.22 - - [2025-11-10 03:23:24] "GET /virtual-networks?parent_id=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003954 10.0.0.22 - - [2025-11-10 03:23:24] "GET /virtual-network/c1e75f34-a9d8-4ca3-b807-e5919dc966c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006286 10.0.0.22 - - [2025-11-10 03:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005696 10.0.0.22 - - [2025-11-10 03:23:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004086 10.0.0.22 - - [2025-11-10 03:23:25] "GET /virtual-networks?parent_id=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003267 10.0.0.22 - - [2025-11-10 03:23:25] "GET /virtual-network/c1e75f34-a9d8-4ca3-b807-e5919dc966c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007040 10.0.0.22 - - [2025-11-10 03:23:26] "POST /neutron/port HTTP/1.1" 200 1056 0.019306 10.0.0.22 - - [2025-11-10 03:23:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007788 10.0.0.22 - - [2025-11-10 03:23:26] "GET /virtual-machine/37bf4f99-2f00-4725-8aca-8ed40fbde090 HTTP/1.1" 200 1274 0.006134 10.0.0.22 - - [2025-11-10 03:23:26] "GET /virtual-machine-interface/8f792e54-6228-4ba6-81a6-2d11f168131a HTTP/1.1" 200 3187 0.004983 10.0.0.22 - - [2025-11-10 03:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.22 - - [2025-11-10 03:23:26] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003282 10.0.0.22 - - [2025-11-10 03:23:26] "GET /virtual-networks?parent_id=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003256 10.0.0.22 - - [2025-11-10 03:23:26] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006335 10.0.0.22 - - [2025-11-10 03:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.22 - - [2025-11-10 03:23:27] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004174 10.0.0.22 - - [2025-11-10 03:23:27] "GET /virtual-networks?parent_id=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003999 10.0.0.22 - - [2025-11-10 03:23:27] "GET /virtual-network/1f978933-5f68-463a-a78b-c094bffbb1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005694 10.0.0.22 - - [2025-11-10 03:23:59] "POST /neutron/network HTTP/1.1" 200 838 0.006628 10.0.0.22 - - [2025-11-10 03:23:59] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.22 - - [2025-11-10 03:24:02] "POST /neutron/port HTTP/1.1" 200 1091 0.044044 10.0.0.22 - - [2025-11-10 03:24:02] "POST /neutron/subnet HTTP/1.1" 200 694 0.013127 10.0.0.50 - - [2025-11-10 03:24:18] "GET /obj-perms HTTP/1.1" 200 5056 0.048500 10.0.0.22 - - [2025-11-10 03:24:41] "POST /neutron/router HTTP/1.1" 200 598 0.008452 10.0.0.22 - - [2025-11-10 03:24:42] "POST /neutron/router HTTP/1.1" 200 344 0.171160 10.0.0.50 - - [2025-11-10 03:24:42] "POST /ref-update HTTP/1.1" 200 156 0.018158 10.0.0.22 - - [2025-11-10 03:24:42] "POST /neutron/port HTTP/1.1" 200 1091 0.015523 10.0.0.22 - - [2025-11-10 03:24:43] "DELETE /instance-ip/87fb3915-053f-4952-9f1c-15616ca71bf0 HTTP/1.1" 200 115 0.044220 10.0.0.22 - - [2025-11-10 03:24:43] "DELETE /virtual-machine-interface/5f5799f8-359f-41a0-9657-edba385017ee HTTP/1.1" 200 115 0.062696 10.0.0.22 - - [2025-11-10 03:24:43] "POST /neutron/port HTTP/1.1" 200 1082 0.019479 10.0.0.22 - - [2025-11-10 03:24:44] "DELETE /instance-ip/d3b4606f-beee-49f6-8406-247ada16d4cf HTTP/1.1" 200 115 0.059649 10.0.0.22 - - [2025-11-10 03:24:44] "DELETE /virtual-machine-interface/19de4586-82a2-4220-9c4e-347170dac238 HTTP/1.1" 200 115 0.065108 10.0.0.22 - - [2025-11-10 03:24:44] "POST /neutron/port HTTP/1.1" 200 151 0.118965 10.0.0.22 - - [2025-11-10 03:24:44] "DELETE /instance-ip/d4e33ed0-af31-4c29-83db-6992b9ddf3e4 HTTP/1.1" 200 115 0.062190 10.0.0.22 - - [2025-11-10 03:24:44] "DELETE /virtual-machine-interface/d69f11b2-1a46-4319-acd7-d162b21540cc HTTP/1.1" 200 115 0.076865 10.0.0.22 - - [2025-11-10 03:24:44] "POST /neutron/network HTTP/1.1" 200 827 0.007292 10.0.0.50 - - [2025-11-10 03:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.23 - - [2025-11-10 03:24:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005564 10.0.0.23 - - [2025-11-10 03:24:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003351 10.0.0.22 - - [2025-11-10 03:24:45] "POST /neutron/network HTTP/1.1" 200 151 0.130950 10.0.0.50 - - [2025-11-10 03:24:45] "DELETE /route-target/ada16de2-38e6-4e90-bd71-0e2441af2692 HTTP/1.1" 200 115 0.027796 10.0.0.23 - - [2025-11-10 03:24:45] "GET /projects?obj_uuids=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000986 10.0.0.22 - - [2025-11-10 03:24:45] "GET /project/2a692c46-5d63-43b5-8589-571a3303dd9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.047061 10.0.0.23 - - [2025-11-10 03:24:45] "GET /projects?obj_uuids=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004371 10.0.0.22 - - [2025-11-10 03:24:45] "GET /project/2a692c46-5d63-43b5-8589-571a3303dd9f?fields=virtual_networks HTTP/1.1" 200 1039 0.043987 10.0.0.23 - - [2025-11-10 03:24:45] "GET /projects?obj_uuids=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001050 10.0.0.22 - - [2025-11-10 03:24:45] "GET /project/2a692c46-5d63-43b5-8589-571a3303dd9f?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.044997 10.0.0.23 - - [2025-11-10 03:24:45] "GET /projects?obj_uuids=2a692c46-5d63-43b5-8589-571a3303dd9f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001158 10.0.0.22 - - [2025-11-10 03:24:45] "GET /project/2a692c46-5d63-43b5-8589-571a3303dd9f?fields=security_groups HTTP/1.1" 200 1269 0.060712 10.0.0.22 - - [2025-11-10 03:24:46] "POST /fqname-to-id HTTP/1.1" 404 187 0.028502 10.0.0.23 - - [2025-11-10 03:24:46] "GET /projects?obj_uuids=e9207f92-2ca1-4c9d-a9d5-beeee009ca37&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004342 10.0.0.23 - - [2025-11-10 03:24:46] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001503 10.0.0.23 - - [2025-11-10 03:24:46] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009956 10.0.0.23 - - [2025-11-10 03:24:46] "POST /id-to-fqname HTTP/1.1" 200 189 0.005515 10.0.0.23 - - [2025-11-10 03:24:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.007097 10.0.0.23 - - [2025-11-10 03:24:46] "POST /security-groups HTTP/1.1" 200 590 0.073311 10.0.0.50 - - [2025-11-10 03:24:46] "POST /fqname-to-id HTTP/1.1" 404 233 0.003190 10.0.0.23 - - [2025-11-10 03:24:46] "POST /projects HTTP/1.1" 200 583 0.301124 10.0.0.23 - - [2025-11-10 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.376117 10.0.0.50 - - [2025-11-10 03:24:47] "POST /access-control-lists HTTP/1.1" 200 593 0.032035 10.0.0.22 - - [2025-11-10 03:24:47] "GET /project/e9207f92-2ca1-4c9d-a9d5-beeee009ca37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.529869 10.0.0.22 - - [2025-11-10 03:24:47] "POST /neutron/port HTTP/1.1" 200 117 0.009023 10.0.0.22 - - [2025-11-10 03:24:48] "GET / HTTP/1.1" 200 35931 0.002847 10.0.0.22 - - [2025-11-10 03:24:48] "POST /neutron/port HTTP/1.1" 400 205 0.003728 10.0.0.22 - - [2025-11-10 03:24:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.22 - - [2025-11-10 03:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.054566 10.0.0.23 - - [2025-11-10 03:24:50] "GET /projects?obj_uuids=e9207f92-2ca1-4c9d-a9d5-beeee009ca37&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001369 10.0.0.22 - - [2025-11-10 03:24:50] "GET /project/e9207f92-2ca1-4c9d-a9d5-beeee009ca37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.044300 10.0.0.23 - - [2025-11-10 03:24:50] "POST /useragent-kv HTTP/1.1" 200 115 0.012690 10.0.0.22 - - [2025-11-10 03:24:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.286310 10.0.0.22 - - [2025-11-10 03:24:50] "POST /id-to-fqname HTTP/1.1" 200 219 0.001458 10.0.0.22 - - [2025-11-10 03:24:50] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005380 10.0.0.22 - - [2025-11-10 03:24:51] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006295 10.0.0.22 - - [2025-11-10 03:24:51] "POST /neutron/network HTTP/1.1" 200 822 0.006940 10.0.0.22 - - [2025-11-10 03:24:51] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007399 10.0.0.22 - - [2025-11-10 03:24:52] "GET /obj-perms HTTP/1.1" 200 5028 0.054537 10.0.0.22 - - [2025-11-10 03:24:53] "POST /id-to-fqname HTTP/1.1" 200 219 0.001436 10.0.0.23 - - [2025-11-10 03:24:53] "GET /projects?obj_uuids=e9207f92-2ca1-4c9d-a9d5-beeee009ca37&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001340 10.0.0.22 - - [2025-11-10 03:24:54] "GET /project/e9207f92-2ca1-4c9d-a9d5-beeee009ca37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.075494 10.0.0.22 - - [2025-11-10 03:24:54] "POST /neutron/network HTTP/1.1" 200 822 0.006837 10.0.0.22 - - [2025-11-10 03:24:54] "POST /id-to-fqname HTTP/1.1" 200 219 0.001379 10.0.0.22 - - [2025-11-10 03:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.010082 10.0.0.23 - - [2025-11-10 03:24:54] "GET /projects?obj_uuids=e9207f92-2ca1-4c9d-a9d5-beeee009ca37&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001054 10.0.0.22 - - [2025-11-10 03:24:55] "POST /neutron/port HTTP/1.1" 200 1058 0.345205 10.0.0.23 - - [2025-11-10 03:24:55] "GET /projects?obj_uuids=e9207f92-2ca1-4c9d-a9d5-beeee009ca37&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000946 10.0.0.22 - - [2025-11-10 03:24:55] "GET /project/e9207f92-2ca1-4c9d-a9d5-beeee009ca37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.073302 10.0.0.22 - - [2025-11-10 03:24:55] "POST /neutron/port HTTP/1.1" 200 1112 0.183489 10.0.0.22 - - [2025-11-10 03:24:55] "POST /neutron/port HTTP/1.1" 200 1086 0.037421 10.0.0.22 - - [2025-11-10 03:24:55] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007519 10.0.0.22 - - [2025-11-10 03:24:55] "POST /neutron/port HTTP/1.1" 200 117 0.007049 10.0.0.22 - - [2025-11-10 03:24:56] "POST /neutron/network HTTP/1.1" 200 832 0.010027 10.0.0.22 - - [2025-11-10 03:24:56] "POST /neutron/port HTTP/1.1" 200 1058 0.013370 10.0.0.22 - - [2025-11-10 03:24:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004440 10.0.0.22 - - [2025-11-10 03:24:57] "POST /neutron/network HTTP/1.1" 200 822 0.009436 10.0.0.22 - - [2025-11-10 03:25:01] "POST /neutron/port HTTP/1.1" 200 1086 0.024981 10.0.0.22 - - [2025-11-10 03:25:01] "POST /neutron/security_group HTTP/1.1" 200 2057 0.012868 10.0.0.22 - - [2025-11-10 03:25:01] "GET /virtual-machine/503a7272-7235-46c0-8a78-afbf9243dc49 HTTP/1.1" 401 292 0.000625 10.0.0.22 - - [2025-11-10 03:25:01] "GET /virtual-machine/503a7272-7235-46c0-8a78-afbf9243dc49 HTTP/1.1" 200 1290 0.036940 10.0.0.22 - - [2025-11-10 03:25:01] "GET /virtual-machine-interface/4087bd7e-4a0e-4544-b882-740e2ee2f439 HTTP/1.1" 200 2936 0.006407 10.0.0.22 - - [2025-11-10 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.22 - - [2025-11-10 03:25:01] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004686 10.0.0.22 - - [2025-11-10 03:25:01] "GET /virtual-networks?parent_id=e9207f92-2ca1-4c9d-a9d5-beeee009ca37&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003965 10.0.0.22 - - [2025-11-10 03:25:01] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.010085 10.0.0.22 - - [2025-11-10 03:25:02] "POST /neutron/network HTTP/1.1" 200 832 0.013984 10.0.0.22 - - [2025-11-10 03:25:02] "POST /neutron/port HTTP/1.1" 200 117 0.001327 10.0.0.22 - - [2025-11-10 03:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.22 - - [2025-11-10 03:25:04] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006937 10.0.0.22 - - [2025-11-10 03:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005011 10.0.0.22 - - [2025-11-10 03:25:08] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007090 10.0.0.22 - - [2025-11-10 03:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.22 - - [2025-11-10 03:25:13] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007892 10.0.0.22 - - [2025-11-10 03:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.22 - - [2025-11-10 03:25:17] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006168 10.0.0.23 - - [2025-11-10 03:25:19] "GET /obj-perms HTTP/1.1" 200 5056 0.057781 10.0.0.22 - - [2025-11-10 03:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.22 - - [2025-11-10 03:25:21] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.009057 10.0.0.50 - - [2025-11-10 03:25:23] "DELETE /access-control-list/d810f836-35a2-46a3-a491-23e40a594e23 HTTP/1.1" 200 115 0.035702 10.0.0.22 - - [2025-11-10 03:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.22 - - [2025-11-10 03:25:25] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006766 10.0.0.22 - - [2025-11-10 03:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.22 - - [2025-11-10 03:25:29] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006636 10.0.0.23 - - [2025-11-10 03:25:32] "DELETE /project/e9207f922ca14c9da9d5beeee009ca37 HTTP/1.1" 404 173 0.004101 10.0.0.23 - - [2025-11-10 03:25:32] "DELETE /project/2a692c46-5d63-43b5-8589-571a3303dd9f HTTP/1.1" 404 177 0.003551 10.0.0.22 - - [2025-11-10 03:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.22 - - [2025-11-10 03:25:33] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005286 10.0.0.22 - - [2025-11-10 03:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.22 - - [2025-11-10 03:25:37] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006374 10.0.0.22 - - [2025-11-10 03:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005070 10.0.0.22 - - [2025-11-10 03:25:41] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007324 10.0.0.22 - - [2025-11-10 03:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.22 - - [2025-11-10 03:25:45] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005344 10.0.0.22 - - [2025-11-10 03:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.22 - - [2025-11-10 03:25:49] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005388 10.0.0.22 - - [2025-11-10 03:25:49] "GET /virtual-networks?parent_id=e9207f92-2ca1-4c9d-a9d5-beeee009ca37&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003719 10.0.0.22 - - [2025-11-10 03:25:49] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005968 10.0.0.22 - - [2025-11-10 03:25:50] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008616 10.0.0.22 - - [2025-11-10 03:26:00] "POST /neutron/port HTTP/1.1" 200 1086 0.019170 10.0.0.22 - - [2025-11-10 03:26:00] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006652 10.0.0.22 - - [2025-11-10 03:26:01] "POST /neutron/network HTTP/1.1" 200 832 0.010216 10.0.0.22 - - [2025-11-10 03:26:01] "POST /neutron/port HTTP/1.1" 200 117 0.001425 10.0.0.22 - - [2025-11-10 03:26:04] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008193 10.0.0.22 - - [2025-11-10 03:26:10] "POST /neutron/port HTTP/1.1" 200 1086 0.016783 10.0.0.22 - - [2025-11-10 03:26:10] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007858 10.0.0.22 - - [2025-11-10 03:26:11] "GET /virtual-machine/2aaaba6d-be0a-4e99-a323-4557866e3f4e HTTP/1.1" 200 1291 0.006069 10.0.0.22 - - [2025-11-10 03:26:11] "GET /virtual-machine-interface/eee47db8-95e2-4b93-855a-ef365a2ad80c HTTP/1.1" 200 2936 0.005232 10.0.0.22 - - [2025-11-10 03:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.22 - - [2025-11-10 03:26:11] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003935 10.0.0.22 - - [2025-11-10 03:26:11] "GET /virtual-networks?parent_id=e9207f92-2ca1-4c9d-a9d5-beeee009ca37&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003031 10.0.0.22 - - [2025-11-10 03:26:11] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006242 10.0.0.22 - - [2025-11-10 03:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.22 - - [2025-11-10 03:26:12] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004201 10.0.0.22 - - [2025-11-10 03:26:12] "GET /virtual-networks?parent_id=e9207f92-2ca1-4c9d-a9d5-beeee009ca37&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002767 10.0.0.22 - - [2025-11-10 03:26:12] "GET /virtual-network/57217290-5be2-4503-9905-9244cc252074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008240 10.0.0.23 - - [2025-11-10 03:26:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2025-11-10 03:26:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2025-11-10 03:26:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.23 - - [2025-11-10 03:26:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.50 - - [2025-11-10 03:26:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.50 - - [2025-11-10 03:26:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2025-11-10 03:26:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.50 - - [2025-11-10 03:26:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.22 - - [2025-11-10 03:26:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.22 - - [2025-11-10 03:26:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.22 - - [2025-11-10 03:26:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.22 - - [2025-11-10 03:26:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.22 - - [2025-11-10 03:27:03] "POST /neutron/port HTTP/1.1" 200 1086 0.016326 10.0.0.22 - - [2025-11-10 03:27:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005199 10.0.0.22 - - [2025-11-10 03:27:03] "POST /neutron/network HTTP/1.1" 200 822 0.007339 10.0.0.50 - - [2025-11-10 03:27:20] "GET /obj-perms HTTP/1.1" 200 5056 0.058883 10.0.0.22 - - [2025-11-10 03:27:29] "POST /neutron/port HTTP/1.1" 200 1086 0.016653 10.0.0.22 - - [2025-11-10 03:27:29] "POST /neutron/port HTTP/1.1" 200 1086 0.017651 10.0.0.22 - - [2025-11-10 03:27:30] "POST /neutron/network HTTP/1.1" 200 822 0.007540 10.0.0.50 - - [2025-11-10 03:27:31] "DELETE /route-target/4b3acfde-e8f2-4313-ae51-4c14ac6af699 HTTP/1.1" 200 115 0.051762 10.0.0.23 - - [2025-11-10 03:27:32] "GET /projects?obj_uuids=e9207f92-2ca1-4c9d-a9d5-beeee009ca37&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.024896 10.0.0.22 - - [2025-11-10 03:27:32] "GET /project/e9207f92-2ca1-4c9d-a9d5-beeee009ca37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.115620 10.0.0.23 - - [2025-11-10 03:27:32] "GET /projects?obj_uuids=e9207f92-2ca1-4c9d-a9d5-beeee009ca37&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001352 10.0.0.22 - - [2025-11-10 03:27:32] "GET /project/e9207f92-2ca1-4c9d-a9d5-beeee009ca37?fields=virtual_networks HTTP/1.1" 200 1031 0.064320 10.0.0.23 - - [2025-11-10 03:27:32] "GET /projects?obj_uuids=e9207f92-2ca1-4c9d-a9d5-beeee009ca37&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001413 10.0.0.22 - - [2025-11-10 03:27:32] "GET /project/e9207f92-2ca1-4c9d-a9d5-beeee009ca37?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.051197 10.0.0.23 - - [2025-11-10 03:27:32] "GET /projects?obj_uuids=e9207f92-2ca1-4c9d-a9d5-beeee009ca37&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002926 10.0.0.22 - - [2025-11-10 03:27:33] "GET /project/e9207f92-2ca1-4c9d-a9d5-beeee009ca37?fields=security_groups HTTP/1.1" 200 1256 0.055437 10.0.0.22 - - [2025-11-10 03:27:33] "POST /fqname-to-id HTTP/1.1" 404 187 0.028898 10.0.0.23 - - [2025-11-10 03:27:33] "GET /projects?obj_uuids=654531fe-b5ce-43bb-af1e-12d85cdc77dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003285 10.0.0.23 - - [2025-11-10 03:27:33] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001296 10.0.0.23 - - [2025-11-10 03:27:33] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034068 10.0.0.23 - - [2025-11-10 03:27:34] "POST /id-to-fqname HTTP/1.1" 200 189 0.002762 10.0.0.23 - - [2025-11-10 03:27:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.005781 10.0.0.23 - - [2025-11-10 03:27:34] "POST /security-groups HTTP/1.1" 200 590 0.075657 10.0.0.23 - - [2025-11-10 03:27:34] "POST /projects HTTP/1.1" 200 583 0.296791 10.0.0.23 - - [2025-11-10 03:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.370927 10.0.0.50 - - [2025-11-10 03:27:34] "POST /fqname-to-id HTTP/1.1" 404 232 0.005206 10.0.0.22 - - [2025-11-10 03:27:34] "GET /project/654531fe-b5ce-43bb-af1e-12d85cdc77dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.533976 10.0.0.22 - - [2025-11-10 03:27:35] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.22 - - [2025-11-10 03:27:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.22 - - [2025-11-10 03:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.065275 10.0.0.23 - - [2025-11-10 03:27:37] "GET /projects?obj_uuids=654531fe-b5ce-43bb-af1e-12d85cdc77dc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001126 10.0.0.22 - - [2025-11-10 03:27:37] "GET /project/654531fe-b5ce-43bb-af1e-12d85cdc77dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.063695 10.0.0.23 - - [2025-11-10 03:27:37] "GET /projects?obj_uuids=654531fe-b5ce-43bb-af1e-12d85cdc77dc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001122 10.0.0.22 - - [2025-11-10 03:27:38] "POST /neutron/network HTTP/1.1" 200 604 0.154707 10.0.0.50 - - [2025-11-10 03:27:38] "POST /ref-update HTTP/1.1" 200 156 0.022586 10.0.0.22 - - [2025-11-10 03:27:38] "POST /id-to-fqname HTTP/1.1" 200 219 0.003342 10.0.0.22 - - [2025-11-10 03:27:38] "GET /virtual-network/cc3263a7-d839-4c11-be66-78c4f04ccf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006298 10.0.0.22 - - [2025-11-10 03:27:38] "POST /neutron/network HTTP/1.1" 200 822 0.006269 10.0.0.22 - - [2025-11-10 03:27:38] "GET /virtual-network/cc3263a7-d839-4c11-be66-78c4f04ccf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005616 10.0.0.22 - - [2025-11-10 03:27:38] "GET /virtual-network/cc3263a7-d839-4c11-be66-78c4f04ccf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005827 10.0.0.22 - - [2025-11-10 03:27:39] "GET /obj-perms HTTP/1.1" 200 5028 0.061528 10.0.0.22 - - [2025-11-10 03:27:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001509 10.0.0.22 - - [2025-11-10 03:27:40] "POST /neutron/network HTTP/1.1" 200 832 0.007685 10.0.0.23 - - [2025-11-10 03:27:41] "GET /projects?obj_uuids=654531fe-b5ce-43bb-af1e-12d85cdc77dc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001381 10.0.0.22 - - [2025-11-10 03:27:41] "GET /project/654531fe-b5ce-43bb-af1e-12d85cdc77dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.087014 10.0.0.22 - - [2025-11-10 03:27:41] "POST /neutron/port HTTP/1.1" 200 117 0.008830 10.0.0.22 - - [2025-11-10 03:27:41] "POST /id-to-fqname HTTP/1.1" 200 219 0.001836 10.0.0.22 - - [2025-11-10 03:27:42] "POST /neutron/network HTTP/1.1" 200 832 0.007512 10.0.0.22 - - [2025-11-10 03:27:42] "POST /neutron/port HTTP/1.1" 200 1058 0.036332 10.0.0.23 - - [2025-11-10 03:27:42] "GET /projects?obj_uuids=654531fe-b5ce-43bb-af1e-12d85cdc77dc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003338 10.0.0.22 - - [2025-11-10 03:27:42] "GET /project/654531fe-b5ce-43bb-af1e-12d85cdc77dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.095299 10.0.0.22 - - [2025-11-10 03:27:42] "POST /neutron/port HTTP/1.1" 200 1086 0.022434 10.0.0.22 - - [2025-11-10 03:27:42] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.22 - - [2025-11-10 03:27:42] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007982 10.0.0.22 - - [2025-11-10 03:27:43] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010354 10.0.0.22 - - [2025-11-10 03:27:43] "POST /neutron/port HTTP/1.1" 200 1058 0.019047 10.0.0.22 - - [2025-11-10 03:27:43] "POST /neutron/port HTTP/1.1" 200 1086 0.019702 10.0.0.22 - - [2025-11-10 03:27:44] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.22 - - [2025-11-10 03:27:48] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009284 10.0.0.22 - - [2025-11-10 03:27:48] "POST /neutron/port HTTP/1.1" 200 1086 0.014915 10.0.0.22 - - [2025-11-10 03:27:48] "GET /virtual-machine/b83c2328-cafe-4ac3-af5d-5443d498b288 HTTP/1.1" 401 292 0.000421 10.0.0.22 - - [2025-11-10 03:27:48] "GET /virtual-machine/b83c2328-cafe-4ac3-af5d-5443d498b288 HTTP/1.1" 200 1292 0.032167 10.0.0.22 - - [2025-11-10 03:27:48] "GET /virtual-machine-interface/9c706add-25d9-4c91-bd51-be16a551c0c5 HTTP/1.1" 200 2937 0.006359 10.0.0.22 - - [2025-11-10 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.22 - - [2025-11-10 03:27:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003522 10.0.0.22 - - [2025-11-10 03:27:48] "GET /virtual-networks?parent_id=654531fe-b5ce-43bb-af1e-12d85cdc77dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002812 10.0.0.22 - - [2025-11-10 03:27:48] "GET /virtual-network/cc3263a7-d839-4c11-be66-78c4f04ccf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005667 10.0.0.22 - - [2025-11-10 03:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.22 - - [2025-11-10 03:27:51] "GET /virtual-network/cc3263a7-d839-4c11-be66-78c4f04ccf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005183 10.0.0.22 - - [2025-11-10 03:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996 10.0.0.22 - - [2025-11-10 03:27:56] "GET /virtual-network/cc3263a7-d839-4c11-be66-78c4f04ccf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008784 10.0.0.22 - - [2025-11-10 03:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.22 - - [2025-11-10 03:28:00] "GET /virtual-network/cc3263a7-d839-4c11-be66-78c4f04ccf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005740 10.0.0.22 - - [2025-11-10 03:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.22 - - [2025-11-10 03:28:04] "GET /virtual-network/cc3263a7-d839-4c11-be66-78c4f04ccf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008062 10.0.0.22 - - [2025-11-10 03:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.22 - - [2025-11-10 03:28:08] "GET /virtual-network/cc3263a7-d839-4c11-be66-78c4f04ccf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005676 10.0.0.22 - - [2025-11-10 03:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.22 - - [2025-11-10 03:28:12] "GET /virtual-network/cc3263a7-d839-4c11-be66-78c4f04ccf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005438 10.0.0.22 - - [2025-11-10 03:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.22 - - [2025-11-10 03:28:16] "GET /virtual-network/cc3263a7-d839-4c11-be66-78c4f04ccf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007240 10.0.0.22 - - [2025-11-10 03:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.22 - - [2025-11-10 03:28:20] "GET /virtual-network/cc3263a7-d839-4c11-be66-78c4f04ccf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005697 10.0.0.23 - - [2025-11-10 03:28:21] "GET /obj-perms HTTP/1.1" 200 5056 0.055117 10.0.0.22 - - [2025-11-10 03:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.010037 10.0.0.22 - - [2025-11-10 03:28:24] "GET /virtual-network/cc3263a7-d839-4c11-be66-78c4f04ccf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006132 10.0.0.22 - - [2025-11-10 03:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.22 - - [2025-11-10 03:28:26] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003734 10.0.0.22 - - [2025-11-10 03:28:26] "GET /virtual-networks?parent_id=654531fe-b5ce-43bb-af1e-12d85cdc77dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003238 10.0.0.22 - - [2025-11-10 03:28:26] "GET /virtual-network/cc3263a7-d839-4c11-be66-78c4f04ccf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007119 10.0.0.22 - - [2025-11-10 03:28:26] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007793 10.0.0.23 - - [2025-11-10 03:28:32] "DELETE /project/654531feb5ce43bbaf1e12d85cdc77dc HTTP/1.1" 404 173 0.002712 10.0.0.23 - - [2025-11-10 03:28:32] "DELETE /project/e9207f92-2ca1-4c9d-a9d5-beeee009ca37 HTTP/1.1" 404 177 0.004454 10.0.0.22 - - [2025-11-10 03:28:35] "POST /neutron/port HTTP/1.1" 200 1086 0.047675 10.0.0.22 - - [2025-11-10 03:28:37] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007793 10.0.0.22 - - [2025-11-10 03:28:42] "POST /neutron/port HTTP/1.1" 200 1086 0.018439 10.0.0.22 - - [2025-11-10 03:28:47] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008970 10.0.0.22 - - [2025-11-10 03:28:47] "POST /neutron/port HTTP/1.1" 200 1086 0.020716 10.0.0.22 - - [2025-11-10 03:28:47] "GET /virtual-machine/8dbadda7-cd94-4d6f-998d-15104b7556d1 HTTP/1.1" 200 1292 0.009578 10.0.0.22 - - [2025-11-10 03:28:47] "GET /virtual-machine-interface/e1efb3e8-7272-4f3f-8d4e-55520053f6ff HTTP/1.1" 200 2937 0.007173 10.0.0.22 - - [2025-11-10 03:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.22 - - [2025-11-10 03:28:47] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004205 10.0.0.22 - - [2025-11-10 03:28:48] "GET /virtual-networks?parent_id=654531fe-b5ce-43bb-af1e-12d85cdc77dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004537 10.0.0.22 - - [2025-11-10 03:28:48] "GET /virtual-network/cc3263a7-d839-4c11-be66-78c4f04ccf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006109 10.0.0.22 - - [2025-11-10 03:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.22 - - [2025-11-10 03:28:49] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004182 10.0.0.22 - - [2025-11-10 03:28:49] "GET /virtual-networks?parent_id=654531fe-b5ce-43bb-af1e-12d85cdc77dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003222 10.0.0.22 - - [2025-11-10 03:28:49] "GET /virtual-network/cc3263a7-d839-4c11-be66-78c4f04ccf38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005795 10.0.0.22 - - [2025-11-10 03:29:03] "POST /neutron/port HTTP/1.1" 200 1086 0.016527 10.0.0.22 - - [2025-11-10 03:29:03] "POST /neutron/subnet HTTP/1.1" 200 694 0.010179 10.0.0.22 - - [2025-11-10 03:29:13] "POST /neutron/network HTTP/1.1" 200 822 0.007720 10.0.0.22 - - [2025-11-10 03:29:13] "POST /neutron/port HTTP/1.1" 200 1112 0.012253 10.0.0.22 - - [2025-11-10 03:29:13] "POST /neutron/port HTTP/1.1" 200 1112 0.016873 10.0.0.23 - - [2025-11-10 03:29:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004615 10.0.0.50 - - [2025-11-10 03:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409 10.0.0.23 - - [2025-11-10 03:29:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002233 10.0.0.22 - - [2025-11-10 03:29:15] "POST /neutron/network HTTP/1.1" 200 151 0.129197 10.0.0.23 - - [2025-11-10 03:29:16] "GET /projects?obj_uuids=654531fe-b5ce-43bb-af1e-12d85cdc77dc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001018 10.0.0.22 - - [2025-11-10 03:29:17] "GET /project/654531fe-b5ce-43bb-af1e-12d85cdc77dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.040879 10.0.0.23 - - [2025-11-10 03:29:17] "GET /projects?obj_uuids=654531fe-b5ce-43bb-af1e-12d85cdc77dc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001804 10.0.0.22 - - [2025-11-10 03:29:17] "GET /project/654531fe-b5ce-43bb-af1e-12d85cdc77dc?fields=virtual_networks HTTP/1.1" 200 1030 0.055732 10.0.0.23 - - [2025-11-10 03:29:17] "GET /projects?obj_uuids=654531fe-b5ce-43bb-af1e-12d85cdc77dc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001140 10.0.0.22 - - [2025-11-10 03:29:17] "GET /project/654531fe-b5ce-43bb-af1e-12d85cdc77dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.040353 10.0.0.23 - - [2025-11-10 03:29:17] "GET /projects?obj_uuids=654531fe-b5ce-43bb-af1e-12d85cdc77dc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001277 10.0.0.22 - - [2025-11-10 03:29:17] "GET /project/654531fe-b5ce-43bb-af1e-12d85cdc77dc?fields=security_groups HTTP/1.1" 200 1255 0.066198 10.0.0.50 - - [2025-11-10 03:29:25] "DELETE /access-control-list/93ac4635-251a-47c4-8ba7-084a26e6beac HTTP/1.1" 200 115 0.033594 10.0.0.22 - - [2025-11-10 03:29:32] "GET / HTTP/1.1" 200 35931 0.002887 10.0.0.23 - - [2025-11-10 03:29:32] "DELETE /project/654531fe-b5ce-43bb-af1e-12d85cdc77dc HTTP/1.1" 404 177 0.005372 10.0.0.22 - - [2025-11-10 03:29:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.22 - - [2025-11-10 03:29:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.044047 10.0.0.23 - - [2025-11-10 03:29:33] "GET /projects?obj_uuids=eec87e19-764c-486e-84b9-1f262aaa764e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002663 10.0.0.23 - - [2025-11-10 03:29:33] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.23 - - [2025-11-10 03:29:33] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008070 10.0.0.23 - - [2025-11-10 03:29:33] "POST /id-to-fqname HTTP/1.1" 200 203 0.002474 10.0.0.23 - - [2025-11-10 03:29:33] "POST /fqname-to-id HTTP/1.1" 404 212 0.003536 10.0.0.23 - - [2025-11-10 03:29:33] "POST /security-groups HTTP/1.1" 200 604 0.076459 10.0.0.23 - - [2025-11-10 03:29:33] "POST /projects HTTP/1.1" 200 611 0.272377 10.0.0.50 - - [2025-11-10 03:29:33] "POST /fqname-to-id HTTP/1.1" 404 246 0.004800 10.0.0.23 - - [2025-11-10 03:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.344806 10.0.0.22 - - [2025-11-10 03:29:33] "GET /project/eec87e19-764c-486e-84b9-1f262aaa764e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.489666 10.0.0.22 - - [2025-11-10 03:29:35] "GET / HTTP/1.1" 200 35931 0.002373 10.0.0.22 - - [2025-11-10 03:29:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.22 - - [2025-11-10 03:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.059273 10.0.0.23 - - [2025-11-10 03:29:35] "GET /projects?obj_uuids=eec87e19-764c-486e-84b9-1f262aaa764e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001223 10.0.0.22 - - [2025-11-10 03:29:35] "GET /project/eec87e19-764c-486e-84b9-1f262aaa764e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.076002 10.0.0.50 - - [2025-11-10 03:29:36] "POST /ref-update HTTP/1.1" 200 156 0.032743 10.0.0.23 - - [2025-11-10 03:29:36] "POST /useragent-kv HTTP/1.1" 200 115 0.013210 10.0.0.22 - - [2025-11-10 03:29:36] "POST /neutron/subnet HTTP/1.1" 200 719 0.278560 10.0.0.22 - - [2025-11-10 03:29:36] "POST /id-to-fqname HTTP/1.1" 200 234 0.001399 10.0.0.22 - - [2025-11-10 03:29:36] "GET /virtual-network/4fcb42ea-0aea-4b58-b10a-78c0aa96d8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007393 10.0.0.22 - - [2025-11-10 03:29:36] "GET /virtual-network/4fcb42ea-0aea-4b58-b10a-78c0aa96d8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007056 10.0.0.22 - - [2025-11-10 03:29:36] "POST /neutron/network HTTP/1.1" 200 838 0.008324 10.0.0.22 - - [2025-11-10 03:29:36] "POST /id-to-fqname HTTP/1.1" 200 234 0.001654 10.0.0.23 - - [2025-11-10 03:29:37] "GET /projects?obj_uuids=eec87e19-764c-486e-84b9-1f262aaa764e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002681 10.0.0.22 - - [2025-11-10 03:29:37] "GET /project/eec87e19-764c-486e-84b9-1f262aaa764e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.083818 10.0.0.22 - - [2025-11-10 03:29:37] "POST /neutron/network HTTP/1.1" 200 838 0.035293 10.0.0.22 - - [2025-11-10 03:29:37] "POST /id-to-fqname HTTP/1.1" 200 234 0.001586 10.0.0.22 - - [2025-11-10 03:29:38] "POST /neutron/port HTTP/1.1" 200 117 0.006903 10.0.0.23 - - [2025-11-10 03:29:38] "GET /projects?obj_uuids=eec87e19-764c-486e-84b9-1f262aaa764e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001162 10.0.0.22 - - [2025-11-10 03:29:38] "POST /neutron/port HTTP/1.1" 200 1072 0.349683 10.0.0.22 - - [2025-11-10 03:29:38] "POST /neutron/port HTTP/1.1" 200 1126 0.116752 10.0.0.23 - - [2025-11-10 03:29:39] "GET /projects?obj_uuids=eec87e19-764c-486e-84b9-1f262aaa764e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001064 10.0.0.22 - - [2025-11-10 03:29:39] "GET /project/eec87e19-764c-486e-84b9-1f262aaa764e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.089321 10.0.0.22 - - [2025-11-10 03:29:39] "POST /neutron/subnet HTTP/1.1" 200 693 0.015330 10.0.0.22 - - [2025-11-10 03:29:39] "POST /neutron/network HTTP/1.1" 200 838 0.007830 10.0.0.22 - - [2025-11-10 03:29:39] "POST /neutron/port HTTP/1.1" 200 117 0.009189 10.0.0.22 - - [2025-11-10 03:29:40] "GET /virtual-network/4fcb42ea-0aea-4b58-b10a-78c0aa96d8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007789 10.0.0.22 - - [2025-11-10 03:29:40] "POST /neutron/port HTTP/1.1" 200 1072 0.014885 10.0.0.22 - - [2025-11-10 03:29:40] "POST /neutron/port HTTP/1.1" 200 1100 0.017217 10.0.0.22 - - [2025-11-10 03:29:40] "POST /neutron/port HTTP/1.1" 200 117 0.001546 10.0.0.50 - - [2025-11-10 03:29:41] "GET /obj-perms HTTP/1.1" 200 5056 0.058744 10.0.0.22 - - [2025-11-10 03:29:41] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010650 10.0.0.22 - - [2025-11-10 03:29:41] "POST /neutron/port HTTP/1.1" 200 1100 0.020982 10.0.0.22 - - [2025-11-10 03:29:42] "GET /virtual-machine/b032dd35-dc21-47d3-a68a-6268ae7a15fd HTTP/1.1" 401 292 0.000431 10.0.0.22 - - [2025-11-10 03:29:42] "GET /virtual-machine/b032dd35-dc21-47d3-a68a-6268ae7a15fd HTTP/1.1" 200 1306 0.037132 10.0.0.22 - - [2025-11-10 03:29:42] "GET /virtual-machine-interface/9d510a8b-145d-4882-92cd-b6557f1e0813 HTTP/1.1" 200 3010 0.007168 10.0.0.22 - - [2025-11-10 03:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.22 - - [2025-11-10 03:29:42] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004726 10.0.0.22 - - [2025-11-10 03:29:42] "GET /virtual-networks?parent_id=eec87e19-764c-486e-84b9-1f262aaa764e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004134 10.0.0.22 - - [2025-11-10 03:29:42] "GET /virtual-network/4fcb42ea-0aea-4b58-b10a-78c0aa96d8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005783 10.0.0.22 - - [2025-11-10 03:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.22 - - [2025-11-10 03:29:45] "GET /virtual-network/4fcb42ea-0aea-4b58-b10a-78c0aa96d8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006711 10.0.0.22 - - [2025-11-10 03:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.22 - - [2025-11-10 03:29:49] "GET /virtual-network/4fcb42ea-0aea-4b58-b10a-78c0aa96d8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005250 10.0.0.22 - - [2025-11-10 03:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.22 - - [2025-11-10 03:29:53] "GET /virtual-network/4fcb42ea-0aea-4b58-b10a-78c0aa96d8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005290 10.0.0.22 - - [2025-11-10 03:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.22 - - [2025-11-10 03:29:57] "GET /virtual-network/4fcb42ea-0aea-4b58-b10a-78c0aa96d8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005518 10.0.0.22 - - [2025-11-10 03:29:58] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006923 10.0.0.22 - - [2025-11-10 03:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.22 - - [2025-11-10 03:29:59] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004436 10.0.0.22 - - [2025-11-10 03:29:59] "GET /virtual-networks?parent_id=eec87e19-764c-486e-84b9-1f262aaa764e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003536 10.0.0.22 - - [2025-11-10 03:29:59] "GET /virtual-network/4fcb42ea-0aea-4b58-b10a-78c0aa96d8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007818 10.0.0.22 - - [2025-11-10 03:30:01] "POST /neutron/port HTTP/1.1" 200 1100 0.019024 10.0.0.22 - - [2025-11-10 03:30:05] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009131 10.0.0.22 - - [2025-11-10 03:30:10] "POST /neutron/port HTTP/1.1" 200 1100 0.016439 10.0.0.22 - - [2025-11-10 03:30:10] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007527 10.0.0.22 - - [2025-11-10 03:30:10] "GET /virtual-machine/6e9f87f1-ab83-4d63-afb2-5c089b083409 HTTP/1.1" 200 1305 0.006371 10.0.0.22 - - [2025-11-10 03:30:10] "GET /virtual-machine-interface/d33a0261-f6dc-4462-937b-b004fc445748 HTTP/1.1" 200 3010 0.006482 10.0.0.22 - - [2025-11-10 03:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.22 - - [2025-11-10 03:30:10] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005081 10.0.0.22 - - [2025-11-10 03:30:10] "GET /virtual-networks?parent_id=eec87e19-764c-486e-84b9-1f262aaa764e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003240 10.0.0.22 - - [2025-11-10 03:30:10] "GET /virtual-network/4fcb42ea-0aea-4b58-b10a-78c0aa96d8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006564 10.0.0.22 - - [2025-11-10 03:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.22 - - [2025-11-10 03:30:11] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004277 10.0.0.22 - - [2025-11-10 03:30:11] "GET /virtual-networks?parent_id=eec87e19-764c-486e-84b9-1f262aaa764e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003224 10.0.0.22 - - [2025-11-10 03:30:11] "GET /virtual-network/4fcb42ea-0aea-4b58-b10a-78c0aa96d8fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007858 10.0.0.22 - - [2025-11-10 03:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.22 - - [2025-11-10 03:30:12] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003952 10.0.0.22 - - [2025-11-10 03:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.22 - - [2025-11-10 03:30:12] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004530 10.0.0.22 - - [2025-11-10 03:30:12] "PUT /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e HTTP/1.1" 200 276 0.013619 10.0.0.22 - - [2025-11-10 03:30:22] "GET /obj-perms HTTP/1.1" 200 5056 0.051848 10.0.0.22 - - [2025-11-10 03:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.22 - - [2025-11-10 03:30:23] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1638 0.004221 10.0.0.22 - - [2025-11-10 03:30:23] "PUT /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e HTTP/1.1" 200 276 0.018302 10.0.0.23 - - [2025-11-10 03:30:32] "DELETE /project/eec87e19764c486e84b91f262aaa764e HTTP/1.1" 404 173 0.003764 10.0.0.22 - - [2025-11-10 03:31:06] "POST /neutron/network HTTP/1.1" 200 848 0.006981 10.0.0.22 - - [2025-11-10 03:31:06] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.22 - - [2025-11-10 03:31:15] "POST /neutron/network HTTP/1.1" 400 204 0.019117 10.0.0.22 - - [2025-11-10 03:31:15] "POST /neutron/port HTTP/1.1" 200 1100 0.016111 10.0.0.22 - - [2025-11-10 03:31:15] "POST /neutron/port HTTP/1.1" 200 151 0.260050 10.0.0.23 - - [2025-11-10 03:31:17] "GET /projects?obj_uuids=eec87e19-764c-486e-84b9-1f262aaa764e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001128 10.0.0.22 - - [2025-11-10 03:31:17] "GET /project/eec87e19-764c-486e-84b9-1f262aaa764e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.040538 10.0.0.23 - - [2025-11-10 03:31:17] "GET /projects?obj_uuids=eec87e19-764c-486e-84b9-1f262aaa764e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000905 10.0.0.22 - - [2025-11-10 03:31:17] "GET /project/eec87e19-764c-486e-84b9-1f262aaa764e?fields=virtual_networks HTTP/1.1" 200 1058 0.026579 10.0.0.23 - - [2025-11-10 03:31:17] "GET /projects?obj_uuids=eec87e19-764c-486e-84b9-1f262aaa764e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001139 10.0.0.22 - - [2025-11-10 03:31:17] "GET /project/eec87e19-764c-486e-84b9-1f262aaa764e?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.044484 10.0.0.23 - - [2025-11-10 03:31:17] "GET /projects?obj_uuids=eec87e19-764c-486e-84b9-1f262aaa764e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001292 10.0.0.22 - - [2025-11-10 03:31:17] "GET /project/eec87e19-764c-486e-84b9-1f262aaa764e?fields=security_groups HTTP/1.1" 200 1297 0.040254 10.0.0.22 - - [2025-11-10 03:31:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.026013 10.0.0.23 - - [2025-11-10 03:31:18] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004372 10.0.0.23 - - [2025-11-10 03:31:18] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001316 10.0.0.23 - - [2025-11-10 03:31:18] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008903 10.0.0.23 - - [2025-11-10 03:31:18] "POST /id-to-fqname HTTP/1.1" 200 209 0.001633 10.0.0.23 - - [2025-11-10 03:31:18] "POST /fqname-to-id HTTP/1.1" 404 217 0.004203 10.0.0.23 - - [2025-11-10 03:31:18] "POST /security-groups HTTP/1.1" 200 609 0.097832 10.0.0.50 - - [2025-11-10 03:31:18] "POST /fqname-to-id HTTP/1.1" 404 252 0.004114 10.0.0.23 - - [2025-11-10 03:31:18] "POST /projects HTTP/1.1" 200 621 0.329389 10.0.0.23 - - [2025-11-10 03:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.409497 10.0.0.50 - - [2025-11-10 03:31:19] "POST /access-control-lists HTTP/1.1" 200 612 0.036816 10.0.0.22 - - [2025-11-10 03:31:19] "GET /project/3f5a2708-a345-4e1a-ae4e-b8c4d50b445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.562936 10.0.0.23 - - [2025-11-10 03:31:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.22 - - [2025-11-10 03:31:20] "GET / HTTP/1.1" 200 35931 0.002155 10.0.0.23 - - [2025-11-10 03:31:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.22 - - [2025-11-10 03:31:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.23 - - [2025-11-10 03:31:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.22 - - [2025-11-10 03:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.099837 10.0.0.23 - - [2025-11-10 03:31:20] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000928 10.0.0.23 - - [2025-11-10 03:31:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.22 - - [2025-11-10 03:31:21] "GET /project/3f5a2708-a345-4e1a-ae4e-b8c4d50b445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.036637 10.0.0.50 - - [2025-11-10 03:31:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.50 - - [2025-11-10 03:31:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.22 - - [2025-11-10 03:31:21] "POST /neutron/network HTTP/1.1" 200 117 0.034272 10.0.0.22 - - [2025-11-10 03:31:21] "POST /neutron/network HTTP/1.1" 200 845 0.011919 10.0.0.22 - - [2025-11-10 03:31:21] "POST /id-to-fqname HTTP/1.1" 200 239 0.001451 10.0.0.22 - - [2025-11-10 03:31:21] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005507 10.0.0.50 - - [2025-11-10 03:31:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000528 10.0.0.22 - - [2025-11-10 03:31:21] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005806 10.0.0.22 - - [2025-11-10 03:31:21] "POST /neutron/subnet HTTP/1.1" 200 730 0.016199 10.0.0.50 - - [2025-11-10 03:31:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.22 - - [2025-11-10 03:31:21] "POST /id-to-fqname HTTP/1.1" 200 239 0.001384 10.0.0.22 - - [2025-11-10 03:31:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000673 10.0.0.22 - - [2025-11-10 03:31:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.23 - - [2025-11-10 03:31:22] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001158 10.0.0.22 - - [2025-11-10 03:31:22] "GET /project/3f5a2708-a345-4e1a-ae4e-b8c4d50b445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.076707 10.0.0.22 - - [2025-11-10 03:31:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.22 - - [2025-11-10 03:31:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.22 - - [2025-11-10 03:31:22] "POST /neutron/port HTTP/1.1" 200 117 0.008012 10.0.0.22 - - [2025-11-10 03:31:22] "POST /id-to-fqname HTTP/1.1" 200 239 0.001602 10.0.0.22 - - [2025-11-10 03:31:23] "POST /neutron/network HTTP/1.1" 200 855 0.008013 10.0.0.22 - - [2025-11-10 03:31:23] "POST /neutron/port HTTP/1.1" 200 1079 0.028593 10.0.0.23 - - [2025-11-10 03:31:23] "GET /obj-perms HTTP/1.1" 200 5056 0.078769 10.0.0.22 - - [2025-11-10 03:31:24] "POST /neutron/port HTTP/1.1" 200 1107 0.017440 10.0.0.22 - - [2025-11-10 03:31:24] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.23 - - [2025-11-10 03:31:24] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001039 10.0.0.22 - - [2025-11-10 03:31:24] "GET /project/3f5a2708-a345-4e1a-ae4e-b8c4d50b445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.271966 10.0.0.22 - - [2025-11-10 03:31:24] "POST /neutron/port HTTP/1.1" 200 1107 0.020671 10.0.0.22 - - [2025-11-10 03:31:24] "POST /neutron/network HTTP/1.1" 200 855 0.010849 10.0.0.22 - - [2025-11-10 03:31:25] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005013 10.0.0.22 - - [2025-11-10 03:31:25] "POST /neutron/port HTTP/1.1" 200 1079 0.028148 10.0.0.50 - - [2025-11-10 03:31:25] "DELETE /access-control-list/377724ae-17d0-4cf0-bd13-7ccce333ea4e HTTP/1.1" 200 115 0.063955 10.0.0.22 - - [2025-11-10 03:31:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009618 10.0.0.22 - - [2025-11-10 03:31:25] "POST /neutron/network HTTP/1.1" 200 845 0.007068 10.0.0.22 - - [2025-11-10 03:31:27] "POST /neutron/port HTTP/1.1" 200 1107 0.020226 10.0.0.22 - - [2025-11-10 03:31:27] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007955 10.0.0.22 - - [2025-11-10 03:31:27] "GET /virtual-machine/96367e50-54f5-419f-98c4-4f6815c7032c HTTP/1.1" 401 292 0.000390 10.0.0.22 - - [2025-11-10 03:31:27] "GET /virtual-machine/96367e50-54f5-419f-98c4-4f6815c7032c HTTP/1.1" 200 1311 0.028573 10.0.0.22 - - [2025-11-10 03:31:27] "GET /virtual-machine-interface/f774508c-25a0-4f0f-a6e5-ec497c2ddac1 HTTP/1.1" 200 3035 0.005487 10.0.0.22 - - [2025-11-10 03:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.22 - - [2025-11-10 03:31:27] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005019 10.0.0.22 - - [2025-11-10 03:31:27] "GET /virtual-networks?parent_id=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004139 10.0.0.22 - - [2025-11-10 03:31:27] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005932 10.0.0.22 - - [2025-11-10 03:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.22 - - [2025-11-10 03:31:30] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007010 10.0.0.23 - - [2025-11-10 03:31:32] "DELETE /project/eec87e19-764c-486e-84b9-1f262aaa764e HTTP/1.1" 404 177 0.005151 10.0.0.23 - - [2025-11-10 03:31:32] "DELETE /project/3f5a2708a3454e1aae4eb8c4d50b445f HTTP/1.1" 404 173 0.004920 10.0.0.22 - - [2025-11-10 03:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.22 - - [2025-11-10 03:31:34] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007389 10.0.0.22 - - [2025-11-10 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.22 - - [2025-11-10 03:31:39] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005966 10.0.0.22 - - [2025-11-10 03:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.22 - - [2025-11-10 03:31:43] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003980 10.0.0.22 - - [2025-11-10 03:31:43] "GET /virtual-networks?parent_id=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002981 10.0.0.22 - - [2025-11-10 03:31:43] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007842 10.0.0.22 - - [2025-11-10 03:31:43] "POST /neutron/port HTTP/1.1" 200 1107 0.017295 10.0.0.22 - - [2025-11-10 03:31:45] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007623 10.0.0.22 - - [2025-11-10 03:31:53] "POST /neutron/port HTTP/1.1" 200 1107 0.014946 10.0.0.22 - - [2025-11-10 03:31:58] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008217 10.0.0.22 - - [2025-11-10 03:31:59] "POST /neutron/port HTTP/1.1" 200 1107 0.019559 10.0.0.22 - - [2025-11-10 03:31:59] "GET /virtual-machine/5d04d320-4c56-46d3-94c9-04b708cd4ad7 HTTP/1.1" 200 1310 0.006106 10.0.0.22 - - [2025-11-10 03:31:59] "GET /virtual-machine-interface/76629249-8eef-4552-bcb6-9c89e796145d HTTP/1.1" 200 3034 0.006253 10.0.0.22 - - [2025-11-10 03:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.22 - - [2025-11-10 03:31:59] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004313 10.0.0.22 - - [2025-11-10 03:31:59] "GET /virtual-networks?parent_id=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003685 10.0.0.22 - - [2025-11-10 03:31:59] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007365 10.0.0.22 - - [2025-11-10 03:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.22 - - [2025-11-10 03:32:00] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004621 10.0.0.22 - - [2025-11-10 03:32:00] "GET /virtual-networks?parent_id=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003961 10.0.0.22 - - [2025-11-10 03:32:00] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.010315 10.0.0.22 - - [2025-11-10 03:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005528 10.0.0.23 - - [2025-11-10 03:32:00] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001718 10.0.0.22 - - [2025-11-10 03:32:00] "GET /project/3f5a2708-a345-4e1a-ae4e-b8c4d50b445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.047696 10.0.0.23 - - [2025-11-10 03:32:00] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001031 10.0.0.22 - - [2025-11-10 03:32:00] "POST /neutron/network HTTP/1.1" 200 625 0.140139 10.0.0.50 - - [2025-11-10 03:32:00] "POST /ref-update HTTP/1.1" 200 156 0.035145 10.0.0.22 - - [2025-11-10 03:32:01] "POST /id-to-fqname HTTP/1.1" 200 239 0.003944 10.0.0.22 - - [2025-11-10 03:32:01] "GET /virtual-network/e91d3bd8-9c5e-4d54-895b-149b4824926d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006257 10.0.0.22 - - [2025-11-10 03:32:01] "POST /neutron/network HTTP/1.1" 200 843 0.008498 10.0.0.22 - - [2025-11-10 03:32:01] "GET /virtual-network/e91d3bd8-9c5e-4d54-895b-149b4824926d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005740 10.0.0.22 - - [2025-11-10 03:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.23 - - [2025-11-10 03:32:01] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001106 10.0.0.22 - - [2025-11-10 03:32:01] "GET /project/3f5a2708-a345-4e1a-ae4e-b8c4d50b445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.072571 10.0.0.22 - - [2025-11-10 03:32:01] "POST /neutron/network HTTP/1.1" 200 117 0.018307 10.0.0.22 - - [2025-11-10 03:32:01] "POST /neutron/network HTTP/1.1" 200 851 0.012822 10.0.0.22 - - [2025-11-10 03:32:01] "POST /id-to-fqname HTTP/1.1" 200 242 0.001327 10.0.0.22 - - [2025-11-10 03:32:01] "GET /virtual-network/bcaf9d3a-bdbc-46a5-92c5-6563bc2628bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005171 10.0.0.22 - - [2025-11-10 03:32:01] "GET /virtual-network/bcaf9d3a-bdbc-46a5-92c5-6563bc2628bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005844 10.0.0.22 - - [2025-11-10 03:32:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.011169 10.0.0.22 - - [2025-11-10 03:32:01] "POST /id-to-fqname HTTP/1.1" 200 239 0.001473 10.0.0.22 - - [2025-11-10 03:32:02] "POST /neutron/network HTTP/1.1" 200 853 0.007387 10.0.0.23 - - [2025-11-10 03:32:02] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001116 10.0.0.22 - - [2025-11-10 03:32:03] "GET /project/3f5a2708-a345-4e1a-ae4e-b8c4d50b445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.072284 10.0.0.22 - - [2025-11-10 03:32:03] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007529 10.0.0.22 - - [2025-11-10 03:32:03] "POST /id-to-fqname HTTP/1.1" 200 242 0.001704 10.0.0.22 - - [2025-11-10 03:32:03] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007827 10.0.0.23 - - [2025-11-10 03:32:03] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001077 10.0.0.22 - - [2025-11-10 03:32:03] "POST /neutron/port HTTP/1.1" 200 1077 0.335439 10.0.0.22 - - [2025-11-10 03:32:04] "POST /neutron/port HTTP/1.1" 200 1131 0.157757 10.0.0.23 - - [2025-11-10 03:32:04] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001506 10.0.0.22 - - [2025-11-10 03:32:04] "POST /neutron/subnet HTTP/1.1" 200 693 0.010082 10.0.0.22 - - [2025-11-10 03:32:04] "GET /project/3f5a2708-a345-4e1a-ae4e-b8c4d50b445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.080540 10.0.0.22 - - [2025-11-10 03:32:04] "POST /neutron/network HTTP/1.1" 200 851 0.007585 10.0.0.22 - - [2025-11-10 03:32:04] "POST /neutron/port HTTP/1.1" 200 117 0.007631 10.0.0.22 - - [2025-11-10 03:32:04] "POST /id-to-fqname HTTP/1.1" 200 239 0.001399 10.0.0.22 - - [2025-11-10 03:32:04] "POST /id-to-fqname HTTP/1.1" 200 239 0.001301 10.0.0.22 - - [2025-11-10 03:32:05] "POST /neutron/network HTTP/1.1" 200 1556 0.009826 10.0.0.22 - - [2025-11-10 03:32:05] "POST /neutron/port HTTP/1.1" 200 1079 0.018080 10.0.0.22 - - [2025-11-10 03:32:05] "POST /neutron/port HTTP/1.1" 200 1107 0.016654 10.0.0.22 - - [2025-11-10 03:32:05] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.23 - - [2025-11-10 03:32:05] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001646 10.0.0.22 - - [2025-11-10 03:32:05] "GET /project/3f5a2708-a345-4e1a-ae4e-b8c4d50b445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.092545 10.0.0.22 - - [2025-11-10 03:32:06] "POST /neutron/network HTTP/1.1" 200 843 0.007111 10.0.0.22 - - [2025-11-10 03:32:06] "POST /neutron/port HTTP/1.1" 200 117 0.006514 10.0.0.22 - - [2025-11-10 03:32:06] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005693 10.0.0.22 - - [2025-11-10 03:32:06] "GET /obj-perms HTTP/1.1" 200 5066 0.068161 10.0.0.50 - - [2025-11-10 03:32:06] "GET /obj-perms HTTP/1.1" 200 5066 0.071921 10.0.0.23 - - [2025-11-10 03:32:07] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001120 10.0.0.22 - - [2025-11-10 03:32:07] "POST /neutron/port HTTP/1.1" 200 1077 0.320295 10.0.0.22 - - [2025-11-10 03:32:07] "GET /virtual-network/e91d3bd8-9c5e-4d54-895b-149b4824926d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008962 10.0.0.22 - - [2025-11-10 03:32:07] "POST /neutron/port HTTP/1.1" 200 1133 0.126223 10.0.0.22 - - [2025-11-10 03:32:07] "POST /neutron/port HTTP/1.1" 200 1131 0.127220 10.0.0.23 - - [2025-11-10 03:32:07] "GET /obj-perms HTTP/1.1" 200 5066 0.057042 10.0.0.22 - - [2025-11-10 03:32:07] "POST /neutron/subnet HTTP/1.1" 200 704 0.015113 10.0.0.22 - - [2025-11-10 03:32:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004591 10.0.0.22 - - [2025-11-10 03:32:08] "POST /neutron/network HTTP/1.1" 200 843 0.006630 10.0.0.22 - - [2025-11-10 03:32:08] "GET /virtual-network/bcaf9d3a-bdbc-46a5-92c5-6563bc2628bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006634 10.0.0.22 - - [2025-11-10 03:32:08] "POST /neutron/port HTTP/1.1" 200 1107 0.022097 10.0.0.22 - - [2025-11-10 03:32:08] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007091 10.0.0.22 - - [2025-11-10 03:32:08] "GET /virtual-machine/58ba15ab-c7cf-4d9e-852f-47e972a7a7ca HTTP/1.1" 200 1309 0.006046 10.0.0.22 - - [2025-11-10 03:32:08] "GET /virtual-machine-interface/9d3cf700-f7cd-43ea-96d1-e807f2266777 HTTP/1.1" 200 3044 0.005755 10.0.0.22 - - [2025-11-10 03:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.22 - - [2025-11-10 03:32:08] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004133 10.0.0.22 - - [2025-11-10 03:32:08] "GET /virtual-networks?parent_id=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003754 10.0.0.22 - - [2025-11-10 03:32:08] "GET /virtual-network/bcaf9d3a-bdbc-46a5-92c5-6563bc2628bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006931 10.0.0.22 - - [2025-11-10 03:32:11] "POST /neutron/network HTTP/1.1" 200 853 0.007461 10.0.0.22 - - [2025-11-10 03:32:11] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.22 - - [2025-11-10 03:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.22 - - [2025-11-10 03:32:11] "GET /virtual-network/bcaf9d3a-bdbc-46a5-92c5-6563bc2628bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005989 10.0.0.22 - - [2025-11-10 03:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.22 - - [2025-11-10 03:32:15] "GET /virtual-network/bcaf9d3a-bdbc-46a5-92c5-6563bc2628bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006258 10.0.0.22 - - [2025-11-10 03:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.22 - - [2025-11-10 03:32:20] "GET /virtual-network/bcaf9d3a-bdbc-46a5-92c5-6563bc2628bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005968 10.0.0.22 - - [2025-11-10 03:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.22 - - [2025-11-10 03:32:24] "GET /virtual-network/bcaf9d3a-bdbc-46a5-92c5-6563bc2628bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005897 10.0.0.22 - - [2025-11-10 03:32:24] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006696 10.0.0.50 - - [2025-11-10 03:32:24] "GET /obj-perms HTTP/1.1" 200 5056 0.046546 10.0.0.22 - - [2025-11-10 03:32:27] "POST /neutron/port HTTP/1.1" 200 1107 0.017745 10.0.0.22 - - [2025-11-10 03:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.22 - - [2025-11-10 03:32:28] "GET /virtual-network/bcaf9d3a-bdbc-46a5-92c5-6563bc2628bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006534 10.0.0.22 - - [2025-11-10 03:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.22 - - [2025-11-10 03:32:30] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004828 10.0.0.22 - - [2025-11-10 03:32:30] "GET /virtual-networks?parent_id=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003607 10.0.0.22 - - [2025-11-10 03:32:30] "GET /virtual-network/bcaf9d3a-bdbc-46a5-92c5-6563bc2628bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.006325 10.0.0.22 - - [2025-11-10 03:32:30] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008835 10.0.0.22 - - [2025-11-10 03:32:40] "POST /neutron/port HTTP/1.1" 200 1105 0.014779 10.0.0.22 - - [2025-11-10 03:32:41] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007064 10.0.0.22 - - [2025-11-10 03:32:41] "GET /virtual-machine/b9e55732-a368-42aa-9751-4dee0ee8537c HTTP/1.1" 200 1311 0.005656 10.0.0.22 - - [2025-11-10 03:32:41] "GET /virtual-machine-interface/798afa47-f630-4cba-9bda-a352b6afc254 HTTP/1.1" 200 3034 0.006459 10.0.0.22 - - [2025-11-10 03:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004830 10.0.0.22 - - [2025-11-10 03:32:41] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004628 10.0.0.22 - - [2025-11-10 03:32:41] "GET /virtual-networks?parent_id=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004884 10.0.0.22 - - [2025-11-10 03:32:41] "GET /virtual-network/e91d3bd8-9c5e-4d54-895b-149b4824926d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007407 10.0.0.22 - - [2025-11-10 03:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.22 - - [2025-11-10 03:32:42] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004729 10.0.0.22 - - [2025-11-10 03:32:42] "GET /virtual-networks?parent_id=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003370 10.0.0.22 - - [2025-11-10 03:32:42] "GET /virtual-network/e91d3bd8-9c5e-4d54-895b-149b4824926d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006268 10.0.0.22 - - [2025-11-10 03:32:42] "POST /neutron/port HTTP/1.1" 200 2096 0.016963 10.0.0.22 - - [2025-11-10 03:32:42] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008435 10.0.0.22 - - [2025-11-10 03:32:42] "POST /neutron/port HTTP/1.1" 200 2096 0.017728 10.0.0.22 - - [2025-11-10 03:32:42] "GET /virtual-machine/41391809-9761-4732-bfc6-d4bc43aa5c6a HTTP/1.1" 200 1586 0.007074 10.0.0.22 - - [2025-11-10 03:32:42] "GET /virtual-machine-interface/d33eca12-f6f1-481b-bacd-8c34839b29c0 HTTP/1.1" 200 3035 0.006261 10.0.0.22 - - [2025-11-10 03:32:42] "GET /virtual-machine-interface/f2dca88a-1379-4cc9-8454-29cb041852e5 HTTP/1.1" 200 3034 0.005593 10.0.0.22 - - [2025-11-10 03:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.22 - - [2025-11-10 03:32:43] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005270 10.0.0.22 - - [2025-11-10 03:32:43] "GET /virtual-networks?parent_id=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003716 10.0.0.22 - - [2025-11-10 03:32:43] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007305 10.0.0.22 - - [2025-11-10 03:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.22 - - [2025-11-10 03:32:44] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003637 10.0.0.22 - - [2025-11-10 03:32:44] "GET /virtual-networks?parent_id=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002972 10.0.0.22 - - [2025-11-10 03:32:44] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.005871 10.0.0.22 - - [2025-11-10 03:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.22 - - [2025-11-10 03:32:44] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004002 10.0.0.22 - - [2025-11-10 03:32:44] "GET /virtual-networks?parent_id=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003345 10.0.0.22 - - [2025-11-10 03:32:44] "GET /virtual-network/e91d3bd8-9c5e-4d54-895b-149b4824926d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006004 10.0.0.22 - - [2025-11-10 03:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.22 - - [2025-11-10 03:32:45] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003589 10.0.0.22 - - [2025-11-10 03:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.22 - - [2025-11-10 03:32:45] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004499 10.0.0.22 - - [2025-11-10 03:32:45] "PUT /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e HTTP/1.1" 200 276 0.012518 10.0.0.22 - - [2025-11-10 03:32:46] "POST /fqname-to-id HTTP/1.1" 404 217 0.003533 10.0.0.22 - - [2025-11-10 03:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.23 - - [2025-11-10 03:32:46] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.026219 10.0.0.22 - - [2025-11-10 03:32:46] "GET /project/3f5a2708-a345-4e1a-ae4e-b8c4d50b445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.063998 10.0.0.22 - - [2025-11-10 03:32:46] "POST /network-policys HTTP/1.1" 200 539 0.027435 10.0.0.22 - - [2025-11-10 03:32:46] "GET /network-policy/730cff31-9f0c-4a9b-8e66-51115d9e50b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.006213 10.0.0.22 - - [2025-11-10 03:32:46] "POST /neutron/network HTTP/1.1" 200 939 0.065945 10.0.0.22 - - [2025-11-10 03:32:46] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.006255 10.0.0.22 - - [2025-11-10 03:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.22 - - [2025-11-10 03:32:46] "GET /network-policy/730cff31-9f0c-4a9b-8e66-51115d9e50b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.004951 10.0.0.22 - - [2025-11-10 03:32:46] "POST /neutron/network HTTP/1.1" 200 937 0.069381 10.0.0.22 - - [2025-11-10 03:32:46] "GET /virtual-network/e91d3bd8-9c5e-4d54-895b-149b4824926d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.005949 10.0.0.22 - - [2025-11-10 03:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.22 - - [2025-11-10 03:32:46] "GET /network-policy/730cff31-9f0c-4a9b-8e66-51115d9e50b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.004559 10.0.0.50 - - [2025-11-10 03:32:46] "POST /fqname-to-id HTTP/1.1" 404 254 0.050265 10.0.0.22 - - [2025-11-10 03:32:46] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.005785 10.0.0.50 - - [2025-11-10 03:32:47] "POST /access-control-lists HTTP/1.1" 200 609 0.037738 10.0.0.22 - - [2025-11-10 03:32:47] "GET /obj-perms HTTP/1.1" 200 5066 0.003624 10.0.0.23 - - [2025-11-10 03:32:47] "GET /obj-perms HTTP/1.1" 200 5066 0.004213 10.0.0.22 - - [2025-11-10 03:32:47] "GET /virtual-network/e91d3bd8-9c5e-4d54-895b-149b4824926d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.006274 10.0.0.22 - - [2025-11-10 03:32:47] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.005374 10.0.0.50 - - [2025-11-10 03:32:48] "GET /obj-perms HTTP/1.1" 200 5066 0.003524 10.0.0.22 - - [2025-11-10 03:32:48] "GET /virtual-network/e91d3bd8-9c5e-4d54-895b-149b4824926d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.005925 10.0.0.22 - - [2025-11-10 03:32:48] "GET /obj-perms HTTP/1.1" 200 5066 0.003455 10.0.0.23 - - [2025-11-10 03:32:48] "GET /obj-perms HTTP/1.1" 200 5066 0.003374 10.0.0.22 - - [2025-11-10 03:32:48] "GET /virtual-network/bcaf9d3a-bdbc-46a5-92c5-6563bc2628bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.005673 10.0.0.22 - - [2025-11-10 03:33:03] "GET /obj-perms HTTP/1.1" 200 5066 0.003822 10.0.0.22 - - [2025-11-10 03:33:10] "POST /neutron/port HTTP/1.1" 200 1107 0.041113 10.0.0.22 - - [2025-11-10 03:33:10] "POST /neutron/subnet HTTP/1.1" 200 704 0.009957 10.0.0.22 - - [2025-11-10 03:33:11] "POST /neutron/port HTTP/1.1" 200 1107 0.016961 10.0.0.22 - - [2025-11-10 03:33:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007456 10.0.0.22 - - [2025-11-10 03:33:11] "POST /neutron/network HTTP/1.1" 200 851 0.007087 10.0.0.50 - - [2025-11-10 03:33:25] "GET /obj-perms HTTP/1.1" 200 5056 0.060428 10.0.0.22 - - [2025-11-10 03:34:12] "POST /neutron/network HTTP/1.1" 200 947 0.006995 10.0.0.22 - - [2025-11-10 03:34:12] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.22 - - [2025-11-10 03:34:12] "POST /neutron/port HTTP/1.1" 200 1107 0.014070 10.0.0.22 - - [2025-11-10 03:34:12] "POST /neutron/subnet HTTP/1.1" 200 704 0.011910 10.0.0.22 - - [2025-11-10 03:34:26] "GET /obj-perms HTTP/1.1" 200 5056 0.050178 10.0.0.22 - - [2025-11-10 03:35:12] "POST /neutron/port HTTP/1.1" 200 1107 0.015973 10.0.0.22 - - [2025-11-10 03:35:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004479 10.0.0.22 - - [2025-11-10 03:35:12] "POST /neutron/network HTTP/1.1" 200 851 0.007202 10.0.0.22 - - [2025-11-10 03:35:14] "POST /neutron/network HTTP/1.1" 200 1744 0.012471 10.0.0.22 - - [2025-11-10 03:35:14] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.22 - - [2025-11-10 03:35:14] "POST /neutron/subnet HTTP/1.1" 200 693 0.009189 10.0.0.23 - - [2025-11-10 03:35:27] "GET /obj-perms HTTP/1.1" 200 5056 0.059635 10.0.0.22 - - [2025-11-10 03:36:13] "POST /neutron/port HTTP/1.1" 200 1105 0.016809 10.0.0.22 - - [2025-11-10 03:36:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003661 10.0.0.22 - - [2025-11-10 03:36:13] "POST /neutron/network HTTP/1.1" 200 937 0.006671 10.0.0.22 - - [2025-11-10 03:36:15] "POST /neutron/network HTTP/1.1" 200 949 0.007478 10.0.0.22 - - [2025-11-10 03:36:15] "POST /neutron/port HTTP/1.1" 200 117 0.001241 10.0.0.23 - - [2025-11-10 03:36:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.23 - - [2025-11-10 03:36:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2025-11-10 03:36:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.23 - - [2025-11-10 03:36:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.50 - - [2025-11-10 03:36:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000571 10.0.0.50 - - [2025-11-10 03:36:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000569 10.0.0.50 - - [2025-11-10 03:36:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.50 - - [2025-11-10 03:36:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.22 - - [2025-11-10 03:36:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.22 - - [2025-11-10 03:36:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.22 - - [2025-11-10 03:36:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.22 - - [2025-11-10 03:36:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.22 - - [2025-11-10 03:36:27] "GET /obj-perms HTTP/1.1" 200 5066 0.004574 10.0.0.50 - - [2025-11-10 03:36:28] "GET /obj-perms HTTP/1.1" 200 5056 0.052255 10.0.0.22 - - [2025-11-10 03:36:29] "GET /virtual-network/e91d3bd8-9c5e-4d54-895b-149b4824926d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2386 0.029393 10.0.0.22 - - [2025-11-10 03:36:29] "POST /neutron/network HTTP/1.1" 200 843 0.108955 10.0.0.50 - - [2025-11-10 03:36:29] "DELETE /access-control-list/53dd2d2f-ca1d-41cf-a13f-3716b851148b HTTP/1.1" 200 115 0.059534 10.0.0.22 - - [2025-11-10 03:36:29] "GET /virtual-network/e91d3bd8-9c5e-4d54-895b-149b4824926d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.009188 10.0.0.22 - - [2025-11-10 03:36:29] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.005996 10.0.0.22 - - [2025-11-10 03:36:29] "POST /neutron/network HTTP/1.1" 200 845 0.087512 10.0.0.22 - - [2025-11-10 03:36:29] "GET /virtual-network/6897525e-bb28-4674-aa4d-d2b4849cbd0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006906 10.0.0.22 - - [2025-11-10 03:36:29] "DELETE /network-policy/730cff31-9f0c-4a9b-8e66-51115d9e50b7 HTTP/1.1" 200 115 0.034216 10.0.0.22 - - [2025-11-10 03:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.22 - - [2025-11-10 03:36:29] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.004949 10.0.0.22 - - [2025-11-10 03:36:29] "PUT /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e HTTP/1.1" 200 276 0.013369 10.0.0.50 - - [2025-11-10 03:36:29] "DELETE /access-control-list/51a5158c-695f-4b99-92bd-a7802a23d6e3 HTTP/1.1" 200 115 0.037311 10.0.0.22 - - [2025-11-10 03:36:31] "POST /neutron/network HTTP/1.1" 400 204 0.015623 10.0.0.22 - - [2025-11-10 03:36:31] "POST /neutron/port HTTP/1.1" 200 1133 0.014861 10.0.0.22 - - [2025-11-10 03:36:31] "POST /neutron/port HTTP/1.1" 200 1133 0.015604 10.0.0.22 - - [2025-11-10 03:36:32] "POST /neutron/port HTTP/1.1" 200 151 0.240224 10.0.0.22 - - [2025-11-10 03:36:33] "POST /neutron/network HTTP/1.1" 200 851 0.009732 10.0.0.50 - - [2025-11-10 03:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005304 10.0.0.23 - - [2025-11-10 03:36:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002594 10.0.0.23 - - [2025-11-10 03:36:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003926 10.0.0.22 - - [2025-11-10 03:36:33] "POST /neutron/network HTTP/1.1" 200 151 0.131371 10.0.0.50 - - [2025-11-10 03:36:33] "DELETE /route-target/5606679d-420a-46de-9b48-dbfca038f9f6 HTTP/1.1" 200 115 0.040351 10.0.0.22 - - [2025-11-10 03:36:34] "POST /neutron/port HTTP/1.1" 200 1107 0.020399 10.0.0.22 - - [2025-11-10 03:36:35] "POST /neutron/port HTTP/1.1" 200 151 0.245804 10.0.0.22 - - [2025-11-10 03:36:36] "POST /neutron/network HTTP/1.1" 200 845 0.006952 10.0.0.23 - - [2025-11-10 03:36:36] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001100 10.0.0.22 - - [2025-11-10 03:36:36] "GET /project/3f5a2708-a345-4e1a-ae4e-b8c4d50b445f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.083784 10.0.0.23 - - [2025-11-10 03:36:36] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001234 10.0.0.22 - - [2025-11-10 03:36:36] "GET /project/3f5a2708-a345-4e1a-ae4e-b8c4d50b445f?fields=virtual_networks HTTP/1.1" 200 1068 0.060531 10.0.0.23 - - [2025-11-10 03:36:36] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001042 10.0.0.22 - - [2025-11-10 03:36:37] "GET /project/3f5a2708-a345-4e1a-ae4e-b8c4d50b445f?fields=virtual_machine_interfaces HTTP/1.1" 200 1068 0.045569 10.0.0.23 - - [2025-11-10 03:36:37] "GET /projects?obj_uuids=3f5a2708-a345-4e1a-ae4e-b8c4d50b445f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001102 10.0.0.22 - - [2025-11-10 03:36:37] "GET /project/3f5a2708-a345-4e1a-ae4e-b8c4d50b445f?fields=security_groups HTTP/1.1" 200 1312 0.042818 10.0.0.22 - - [2025-11-10 03:36:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.350879 10.0.0.23 - - [2025-11-10 03:36:38] "GET /projects?obj_uuids=a8e1f1da-cf8a-4585-bb0f-9233f282ff92&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003733 10.0.0.23 - - [2025-11-10 03:36:38] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001637 10.0.0.23 - - [2025-11-10 03:36:38] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049042 10.0.0.23 - - [2025-11-10 03:36:38] "POST /id-to-fqname HTTP/1.1" 200 185 0.008811 10.0.0.23 - - [2025-11-10 03:36:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.005694 10.0.0.23 - - [2025-11-10 03:36:38] "POST /security-groups HTTP/1.1" 200 586 0.032619 10.0.0.50 - - [2025-11-10 03:36:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.003874 10.0.0.23 - - [2025-11-10 03:36:38] "POST /projects HTTP/1.1" 200 575 0.267076 10.0.0.23 - - [2025-11-10 03:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.302061 10.0.0.22 - - [2025-11-10 03:36:38] "GET /project/a8e1f1da-cf8a-4585-bb0f-9233f282ff92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.556451 10.0.0.50 - - [2025-11-10 03:36:38] "POST /access-control-lists HTTP/1.1" 200 589 0.057738 10.0.0.22 - - [2025-11-10 03:36:40] "GET / HTTP/1.1" 200 35931 0.002263 10.0.0.23 - - [2025-11-10 03:36:40] "GET /projects?obj_uuids=2689fb53-1855-4a8d-b217-f12f79769004&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001090 10.0.0.22 - - [2025-11-10 03:36:40] "GET /project/2689fb53-1855-4a8d-b217-f12f79769004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.052046 10.0.0.22 - - [2025-11-10 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.22 - - [2025-11-10 03:36:41] "GET /security-group/bfad4b29-ed9c-409a-9151-9d7178c91c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.003766 10.0.0.22 - - [2025-11-10 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.23 - - [2025-11-10 03:36:41] "GET /projects?obj_uuids=2689fb53-1855-4a8d-b217-f12f79769004&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002066 10.0.0.22 - - [2025-11-10 03:36:41] "GET /project/2689fb53-1855-4a8d-b217-f12f79769004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.037342 10.0.0.22 - - [2025-11-10 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.22 - - [2025-11-10 03:36:41] "GET /security-group/bfad4b29-ed9c-409a-9151-9d7178c91c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.004439 10.0.0.22 - - [2025-11-10 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.22 - - [2025-11-10 03:36:41] "PUT /security-group/bfad4b29-ed9c-409a-9151-9d7178c91c77 HTTP/1.1" 200 262 0.017305 10.0.0.23 - - [2025-11-10 03:36:44] "GET /projects?obj_uuids=a8e1f1da-cf8a-4585-bb0f-9233f282ff92&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001427 10.0.0.22 - - [2025-11-10 03:36:44] "GET /project/a8e1f1da-cf8a-4585-bb0f-9233f282ff92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.050360 10.0.0.23 - - [2025-11-10 03:36:44] "GET /projects?obj_uuids=a8e1f1da-cf8a-4585-bb0f-9233f282ff92&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 10.0.0.22 - - [2025-11-10 03:36:44] "GET /project/a8e1f1da-cf8a-4585-bb0f-9233f282ff92?fields=virtual_networks HTTP/1.1" 200 1023 0.048625 10.0.0.23 - - [2025-11-10 03:36:44] "GET /projects?obj_uuids=a8e1f1da-cf8a-4585-bb0f-9233f282ff92&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001153 10.0.0.22 - - [2025-11-10 03:36:44] "GET /project/a8e1f1da-cf8a-4585-bb0f-9233f282ff92?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.059143 10.0.0.23 - - [2025-11-10 03:36:44] "GET /projects?obj_uuids=a8e1f1da-cf8a-4585-bb0f-9233f282ff92&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001169 10.0.0.22 - - [2025-11-10 03:36:44] "GET /project/a8e1f1da-cf8a-4585-bb0f-9233f282ff92?fields=security_groups HTTP/1.1" 200 1244 0.048039 10.0.0.22 - - [2025-11-10 03:36:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.026927 10.0.0.23 - - [2025-11-10 03:36:45] "GET /projects?obj_uuids=7ffafec8-e843-4506-9ec3-27297f3e17df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003771 10.0.0.23 - - [2025-11-10 03:36:45] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.23 - - [2025-11-10 03:36:45] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007571 10.0.0.23 - - [2025-11-10 03:36:45] "POST /id-to-fqname HTTP/1.1" 200 194 0.002395 10.0.0.23 - - [2025-11-10 03:36:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.003790 10.0.0.23 - - [2025-11-10 03:36:45] "POST /security-groups HTTP/1.1" 200 595 0.082378 10.0.0.50 - - [2025-11-10 03:36:45] "POST /fqname-to-id HTTP/1.1" 404 238 0.006608 10.0.0.23 - - [2025-11-10 03:36:45] "POST /projects HTTP/1.1" 200 593 0.295494 10.0.0.23 - - [2025-11-10 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.368985 10.0.0.50 - - [2025-11-10 03:36:45] "POST /access-control-lists HTTP/1.1" 200 598 0.042386 10.0.0.22 - - [2025-11-10 03:36:45] "GET /project/7ffafec8-e843-4506-9ec3-27297f3e17df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.510205 10.0.0.22 - - [2025-11-10 03:36:47] "GET / HTTP/1.1" 200 35931 0.002768 10.0.0.22 - - [2025-11-10 03:36:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.22 - - [2025-11-10 03:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.057794 10.0.0.23 - - [2025-11-10 03:36:49] "GET /projects?obj_uuids=7ffafec8-e843-4506-9ec3-27297f3e17df&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001157 10.0.0.22 - - [2025-11-10 03:36:49] "GET /project/7ffafec8-e843-4506-9ec3-27297f3e17df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.035424 10.0.0.23 - - [2025-11-10 03:36:49] "GET /projects?obj_uuids=7ffafec8-e843-4506-9ec3-27297f3e17df&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001133 10.0.0.22 - - [2025-11-10 03:36:49] "POST /neutron/network HTTP/1.1" 200 623 0.142734 10.0.0.22 - - [2025-11-10 03:36:49] "POST /id-to-fqname HTTP/1.1" 200 231 0.004366 10.0.0.22 - - [2025-11-10 03:36:49] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006320 10.0.0.22 - - [2025-11-10 03:36:49] "POST /neutron/network HTTP/1.1" 200 842 0.007667 10.0.0.22 - - [2025-11-10 03:36:49] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007671 10.0.0.22 - - [2025-11-10 03:36:49] "POST /id-to-fqname HTTP/1.1" 200 231 0.001347 10.0.0.22 - - [2025-11-10 03:36:49] "POST /neutron/network HTTP/1.1" 200 852 0.006976 10.0.0.23 - - [2025-11-10 03:36:50] "GET /projects?obj_uuids=7ffafec8-e843-4506-9ec3-27297f3e17df&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001628 10.0.0.22 - - [2025-11-10 03:36:50] "GET /project/7ffafec8-e843-4506-9ec3-27297f3e17df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.097176 10.0.0.22 - - [2025-11-10 03:36:50] "POST /neutron/port HTTP/1.1" 200 117 0.008001 10.0.0.22 - - [2025-11-10 03:36:50] "POST /id-to-fqname HTTP/1.1" 200 231 0.001470 10.0.0.23 - - [2025-11-10 03:36:51] "GET /projects?obj_uuids=7ffafec8-e843-4506-9ec3-27297f3e17df&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000995 10.0.0.22 - - [2025-11-10 03:36:51] "POST /neutron/port HTTP/1.1" 200 1064 0.372305 10.0.0.22 - - [2025-11-10 03:36:52] "POST /neutron/port HTTP/1.1" 200 1118 0.129117 10.0.0.22 - - [2025-11-10 03:36:52] "POST /neutron/subnet HTTP/1.1" 200 698 0.008827 10.0.0.22 - - [2025-11-10 03:37:07] "POST /neutron/port HTTP/1.1" 200 1092 0.046385 10.0.0.23 - - [2025-11-10 03:37:12] "GET /projects?obj_uuids=7ffafec8-e843-4506-9ec3-27297f3e17df&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001052 10.0.0.22 - - [2025-11-10 03:37:12] "GET /project/7ffafec8-e843-4506-9ec3-27297f3e17df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.065769 10.0.0.22 - - [2025-11-10 03:37:12] "POST /neutron/network HTTP/1.1" 200 842 0.029579 10.0.0.22 - - [2025-11-10 03:37:12] "POST /neutron/port HTTP/1.1" 200 117 0.006662 10.0.0.22 - - [2025-11-10 03:37:12] "POST /neutron/port HTTP/1.1" 200 1092 0.018301 10.0.0.22 - - [2025-11-10 03:37:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012153 10.0.0.22 - - [2025-11-10 03:37:13] "GET /virtual-machine/9d9c819b-da44-4611-b7fc-89ba62313202 HTTP/1.1" 401 292 0.000600 10.0.0.22 - - [2025-11-10 03:37:13] "GET /virtual-machine/9d9c819b-da44-4611-b7fc-89ba62313202 HTTP/1.1" 200 1297 0.101369 10.0.0.22 - - [2025-11-10 03:37:13] "GET /virtual-machine-interface/22bc6d32-ab35-41c4-a747-bfc5ce2b8533 HTTP/1.1" 200 2982 0.006976 10.0.0.22 - - [2025-11-10 03:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.018207 10.0.0.22 - - [2025-11-10 03:37:13] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.013778 10.0.0.22 - - [2025-11-10 03:37:13] "GET /virtual-networks?parent_id=7ffafec8-e843-4506-9ec3-27297f3e17df&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.011343 10.0.0.22 - - [2025-11-10 03:37:13] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007059 10.0.0.22 - - [2025-11-10 03:37:14] "POST /neutron/port HTTP/1.1" 200 1064 0.064262 10.0.0.22 - - [2025-11-10 03:37:14] "POST /neutron/port HTTP/1.1" 200 1092 0.038504 10.0.0.22 - - [2025-11-10 03:37:14] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.22 - - [2025-11-10 03:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.22 - - [2025-11-10 03:37:14] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010876 10.0.0.22 - - [2025-11-10 03:37:14] "GET /virtual-networks?parent_id=7ffafec8-e843-4506-9ec3-27297f3e17df&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003741 10.0.0.22 - - [2025-11-10 03:37:14] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007236 10.0.0.22 - - [2025-11-10 03:37:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.015028 10.0.0.22 - - [2025-11-10 03:37:25] "POST /neutron/port HTTP/1.1" 200 1092 0.016639 10.0.0.50 - - [2025-11-10 03:37:26] "DELETE /access-control-list/41766a4f-4ff9-4521-9f38-82b308ff5ef5 HTTP/1.1" 200 115 0.048774 10.0.0.22 - - [2025-11-10 03:37:28] "GET /obj-perms HTTP/1.1" 200 5056 0.074474 10.0.0.22 - - [2025-11-10 03:37:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008139 10.0.0.23 - - [2025-11-10 03:37:33] "DELETE /project/a8e1f1dacf8a4585bb0f9233f282ff92 HTTP/1.1" 404 173 0.008227 10.0.0.23 - - [2025-11-10 03:37:33] "DELETE /project/3f5a2708-a345-4e1a-ae4e-b8c4d50b445f HTTP/1.1" 404 177 0.010027 10.0.0.23 - - [2025-11-10 03:37:33] "DELETE /project/7ffafec8e84345069ec327297f3e17df HTTP/1.1" 404 173 0.007852 10.0.0.23 - - [2025-11-10 03:37:33] "GET /projects?obj_uuids=a8e1f1da-cf8a-4585-bb0f-9233f282ff92&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000861 10.0.0.23 - - [2025-11-10 03:37:33] "GET /project/a8e1f1da-cf8a-4585-bb0f-9233f282ff92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.052928 10.0.0.23 - - [2025-11-10 03:37:33] "GET /projects?obj_uuids=a8e1f1da-cf8a-4585-bb0f-9233f282ff92&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001009 10.0.0.23 - - [2025-11-10 03:37:33] "GET /project/a8e1f1da-cf8a-4585-bb0f-9233f282ff92?fields=security_groups HTTP/1.1" 200 1349 0.045606 10.0.0.23 - - [2025-11-10 03:37:33] "DELETE /security-group/266455d9-b923-42d1-9b01-cc936cef7885 HTTP/1.1" 200 115 0.065872 10.0.0.23 - - [2025-11-10 03:37:33] "GET /projects?obj_uuids=a8e1f1da-cf8a-4585-bb0f-9233f282ff92&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001095 10.0.0.23 - - [2025-11-10 03:37:33] "GET /project/a8e1f1da-cf8a-4585-bb0f-9233f282ff92?fields=application_policy_sets HTTP/1.1" 200 1388 0.050828 10.0.0.50 - - [2025-11-10 03:37:33] "DELETE /access-control-list/8ea30fb4-1418-4e6d-9b84-06f755250533 HTTP/1.1" 200 115 0.049317 10.0.0.23 - - [2025-11-10 03:37:33] "DELETE /project/a8e1f1da-cf8a-4585-bb0f-9233f282ff92 HTTP/1.1" 200 115 0.435761 10.0.0.22 - - [2025-11-10 03:37:40] "POST /neutron/port HTTP/1.1" 200 1092 0.017113 10.0.0.22 - - [2025-11-10 03:37:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008940 10.0.0.22 - - [2025-11-10 03:37:50] "POST /neutron/port HTTP/1.1" 200 1092 0.017347 10.0.0.22 - - [2025-11-10 03:37:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007854 10.0.0.22 - - [2025-11-10 03:37:51] "GET /virtual-machine/928e6957-2e98-4c9a-a2aa-a5a801758bcd HTTP/1.1" 200 1297 0.006314 10.0.0.22 - - [2025-11-10 03:37:51] "GET /virtual-machine-interface/187c8c96-7abc-4a00-bec1-c38f07f668cb HTTP/1.1" 200 2982 0.004881 10.0.0.22 - - [2025-11-10 03:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.22 - - [2025-11-10 03:37:51] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004186 10.0.0.22 - - [2025-11-10 03:37:51] "GET /virtual-networks?parent_id=7ffafec8-e843-4506-9ec3-27297f3e17df&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004570 10.0.0.22 - - [2025-11-10 03:37:51] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006087 10.0.0.22 - - [2025-11-10 03:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.22 - - [2025-11-10 03:37:54] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005556 10.0.0.22 - - [2025-11-10 03:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.22 - - [2025-11-10 03:37:58] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007069 10.0.0.22 - - [2025-11-10 03:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.22 - - [2025-11-10 03:38:02] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005925 10.0.0.22 - - [2025-11-10 03:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.22 - - [2025-11-10 03:38:06] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005459 10.0.0.22 - - [2025-11-10 03:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.22 - - [2025-11-10 03:38:10] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005538 10.0.0.22 - - [2025-11-10 03:38:14] "POST /neutron/network HTTP/1.1" 200 852 0.008064 10.0.0.22 - - [2025-11-10 03:38:14] "POST /neutron/port HTTP/1.1" 200 117 0.001291 10.0.0.22 - - [2025-11-10 03:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.22 - - [2025-11-10 03:38:14] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006473 10.0.0.22 - - [2025-11-10 03:38:16] "POST /neutron/port HTTP/1.1" 200 1092 0.048508 10.0.0.22 - - [2025-11-10 03:38:16] "POST /neutron/subnet HTTP/1.1" 200 698 0.009555 10.0.0.22 - - [2025-11-10 03:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.22 - - [2025-11-10 03:38:18] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007187 10.0.0.22 - - [2025-11-10 03:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.22 - - [2025-11-10 03:38:23] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007989 10.0.0.22 - - [2025-11-10 03:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.22 - - [2025-11-10 03:38:27] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005445 10.0.0.22 - - [2025-11-10 03:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.22 - - [2025-11-10 03:38:31] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008032 10.0.0.22 - - [2025-11-10 03:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.22 - - [2025-11-10 03:38:35] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006991 10.0.0.22 - - [2025-11-10 03:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.22 - - [2025-11-10 03:38:39] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006234 10.0.0.22 - - [2025-11-10 03:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005274 10.0.0.22 - - [2025-11-10 03:38:43] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007110 10.0.0.22 - - [2025-11-10 03:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.22 - - [2025-11-10 03:38:47] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005640 10.0.0.22 - - [2025-11-10 03:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.22 - - [2025-11-10 03:38:51] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004902 10.0.0.22 - - [2025-11-10 03:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.22 - - [2025-11-10 03:38:55] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005252 10.0.0.22 - - [2025-11-10 03:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.22 - - [2025-11-10 03:38:59] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005855 10.0.0.22 - - [2025-11-10 03:39:01] "POST /neutron/port HTTP/1.1" 200 1092 0.021451 10.0.0.22 - - [2025-11-10 03:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.22 - - [2025-11-10 03:39:01] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004523 10.0.0.22 - - [2025-11-10 03:39:01] "GET /virtual-networks?parent_id=7ffafec8-e843-4506-9ec3-27297f3e17df&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003753 10.0.0.22 - - [2025-11-10 03:39:02] "GET /virtual-network/9af83ae3-7c55-441c-b358-2f2cb9aa54cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006965 10.0.0.22 - - [2025-11-10 03:39:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008635 10.0.0.22 - - [2025-11-10 03:39:12] "POST /neutron/port HTTP/1.1" 200 1092 0.015113 10.0.0.22 - - [2025-11-10 03:39:14] "POST /neutron/port HTTP/1.1" 200 1092 0.017913 10.0.0.22 - - [2025-11-10 03:39:14] "POST /neutron/subnet HTTP/1.1" 200 698 0.009458 10.0.0.22 - - [2025-11-10 03:39:15] "POST /neutron/port HTTP/1.1" 200 1092 0.018080 10.0.0.22 - - [2025-11-10 03:39:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003968 10.0.0.22 - - [2025-11-10 03:39:16] "POST /neutron/network HTTP/1.1" 200 842 0.009013 10.0.0.22 - - [2025-11-10 03:39:22] "POST /neutron/port HTTP/1.1" 200 1092 0.014713 10.0.0.22 - - [2025-11-10 03:39:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007898 10.0.0.22 - - [2025-11-10 03:39:38] "POST /neutron/port HTTP/1.1" 200 1092 0.019008 10.0.0.22 - - [2025-11-10 03:39:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007355 10.0.0.22 - - [2025-11-10 03:39:48] "POST /fqname-to-id HTTP/1.1" 404 240 0.003152 10.0.0.22 - - [2025-11-10 03:39:48] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.033286 10.0.0.22 - - [2025-11-10 03:39:49] "GET /bgp-as-a-service/01c2c65d-e3a6-47d3-8103-20966d1660f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1620 0.006491 10.0.0.22 - - [2025-11-10 03:39:49] "GET /virtual-machine-interface/187c8c96-7abc-4a00-bec1-c38f07f668cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005047 10.0.0.22 - - [2025-11-10 03:39:49] "POST /ref-update HTTP/1.1" 200 156 0.011519 10.0.0.22 - - [2025-11-10 03:39:49] "POST /neutron/network HTTP/1.1" 200 842 0.006707 10.0.0.50 - - [2025-11-10 03:39:49] "POST /ref-update HTTP/1.1" 200 156 0.056884 10.0.0.22 - - [2025-11-10 03:40:14] "POST /neutron/port HTTP/1.1" 200 1092 0.018758 10.0.0.22 - - [2025-11-10 03:40:14] "POST /neutron/subnet HTTP/1.1" 200 698 0.011286 10.0.0.22 - - [2025-11-10 03:40:17] "POST /neutron/port HTTP/1.1" 200 1092 0.044973 10.0.0.22 - - [2025-11-10 03:40:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004481 10.0.0.22 - - [2025-11-10 03:40:17] "POST /neutron/network HTTP/1.1" 200 842 0.007533 10.0.0.22 - - [2025-11-10 03:40:17] "GET /bgp-as-a-service/01c2c65d-e3a6-47d3-8103-20966d1660f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2247 0.007618 10.0.0.22 - - [2025-11-10 03:40:17] "GET /virtual-machine-interface/187c8c96-7abc-4a00-bec1-c38f07f668cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.007025 10.0.0.22 - - [2025-11-10 03:40:18] "POST /ref-update HTTP/1.1" 200 156 0.017496 10.0.0.50 - - [2025-11-10 03:40:18] "POST /ref-update HTTP/1.1" 200 156 0.016705 10.0.0.22 - - [2025-11-10 03:40:18] "DELETE /bgp-as-a-service/01c2c65d-e3a6-47d3-8103-20966d1660f2 HTTP/1.1" 200 115 0.054973 10.0.0.22 - - [2025-11-10 03:40:18] "POST /neutron/port HTTP/1.1" 200 1092 0.016223 10.0.0.22 - - [2025-11-10 03:40:18] "POST /neutron/port HTTP/1.1" 200 1092 0.029283 10.0.0.22 - - [2025-11-10 03:40:20] "POST /neutron/network HTTP/1.1" 200 842 0.007464 10.0.0.50 - - [2025-11-10 03:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.23 - - [2025-11-10 03:40:21] "GET /projects?obj_uuids=7ffafec8-e843-4506-9ec3-27297f3e17df&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.034384 10.0.0.22 - - [2025-11-10 03:40:22] "GET /project/7ffafec8-e843-4506-9ec3-27297f3e17df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.085239 10.0.0.23 - - [2025-11-10 03:40:22] "GET /projects?obj_uuids=7ffafec8-e843-4506-9ec3-27297f3e17df&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001427 10.0.0.22 - - [2025-11-10 03:40:22] "GET /project/7ffafec8-e843-4506-9ec3-27297f3e17df?fields=virtual_networks HTTP/1.1" 200 1040 0.039691 10.0.0.23 - - [2025-11-10 03:40:22] "GET /projects?obj_uuids=7ffafec8-e843-4506-9ec3-27297f3e17df&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001079 10.0.0.22 - - [2025-11-10 03:40:22] "GET /project/7ffafec8-e843-4506-9ec3-27297f3e17df?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.045305 10.0.0.23 - - [2025-11-10 03:40:22] "GET /projects?obj_uuids=7ffafec8-e843-4506-9ec3-27297f3e17df&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001094 10.0.0.22 - - [2025-11-10 03:40:22] "GET /project/7ffafec8-e843-4506-9ec3-27297f3e17df?fields=security_groups HTTP/1.1" 200 1270 0.041459 10.0.0.22 - - [2025-11-10 03:40:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.343696 10.0.0.23 - - [2025-11-10 03:40:23] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003606 10.0.0.23 - - [2025-11-10 03:40:23] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.23 - - [2025-11-10 03:40:23] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006732 10.0.0.23 - - [2025-11-10 03:40:23] "POST /id-to-fqname HTTP/1.1" 200 191 0.008819 10.0.0.23 - - [2025-11-10 03:40:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.005253 10.0.0.23 - - [2025-11-10 03:40:23] "POST /security-groups HTTP/1.1" 200 592 0.030768 10.0.0.23 - - [2025-11-10 03:40:23] "POST /projects HTTP/1.1" 200 587 0.253077 10.0.0.50 - - [2025-11-10 03:40:23] "POST /access-control-lists HTTP/1.1" 200 597 0.033864 10.0.0.23 - - [2025-11-10 03:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.325828 10.0.0.22 - - [2025-11-10 03:40:23] "GET /project/7304cc16-5459-4cc3-929b-b3818d42db06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.467182 10.0.0.22 - - [2025-11-10 03:40:24] "GET / HTTP/1.1" 200 35931 0.002131 10.0.0.22 - - [2025-11-10 03:40:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000450 10.0.0.22 - - [2025-11-10 03:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.076063 10.0.0.23 - - [2025-11-10 03:40:27] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000979 10.0.0.22 - - [2025-11-10 03:40:27] "GET /project/7304cc16-5459-4cc3-929b-b3818d42db06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.038325 10.0.0.23 - - [2025-11-10 03:40:27] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001073 10.0.0.22 - - [2025-11-10 03:40:27] "POST /neutron/network HTTP/1.1" 200 614 0.162881 10.0.0.50 - - [2025-11-10 03:40:27] "DELETE /access-control-list/aa02c3de-39f8-4f4b-95fc-ee242b450847 HTTP/1.1" 200 115 0.041035 10.0.0.50 - - [2025-11-10 03:40:27] "POST /ref-update HTTP/1.1" 200 156 0.036283 10.0.0.22 - - [2025-11-10 03:40:27] "POST /id-to-fqname HTTP/1.1" 200 225 0.003408 10.0.0.22 - - [2025-11-10 03:40:27] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008786 10.0.0.22 - - [2025-11-10 03:40:27] "POST /neutron/network HTTP/1.1" 200 833 0.006531 10.0.0.22 - - [2025-11-10 03:40:27] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006126 10.0.0.22 - - [2025-11-10 03:40:27] "POST /id-to-fqname HTTP/1.1" 200 225 0.001366 10.0.0.22 - - [2025-11-10 03:40:28] "POST /neutron/network HTTP/1.1" 200 843 0.006912 10.0.0.23 - - [2025-11-10 03:40:28] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001452 10.0.0.22 - - [2025-11-10 03:40:28] "GET /project/7304cc16-5459-4cc3-929b-b3818d42db06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.087507 10.0.0.22 - - [2025-11-10 03:40:29] "POST /neutron/port HTTP/1.1" 200 117 0.006716 10.0.0.22 - - [2025-11-10 03:40:29] "POST /id-to-fqname HTTP/1.1" 200 225 0.001369 10.0.0.22 - - [2025-11-10 03:40:29] "POST /neutron/network HTTP/1.1" 200 843 0.008909 10.0.0.23 - - [2025-11-10 03:40:30] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001783 10.0.0.22 - - [2025-11-10 03:40:30] "GET /project/7304cc16-5459-4cc3-929b-b3818d42db06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.115543 10.0.0.22 - - [2025-11-10 03:40:30] "POST /neutron/port HTTP/1.1" 200 1061 0.030248 10.0.0.22 - - [2025-11-10 03:40:30] "POST /neutron/port HTTP/1.1" 200 1089 0.034634 10.0.0.22 - - [2025-11-10 03:40:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015688 10.0.0.22 - - [2025-11-10 03:40:30] "POST /neutron/port HTTP/1.1" 200 117 0.015399 10.0.0.22 - - [2025-11-10 03:40:30] "POST /id-to-fqname HTTP/1.1" 200 225 0.001715 10.0.0.23 - - [2025-11-10 03:40:30] "GET /obj-perms HTTP/1.1" 200 5056 0.082888 10.0.0.22 - - [2025-11-10 03:40:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015566 10.0.0.23 - - [2025-11-10 03:40:31] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000986 10.0.0.22 - - [2025-11-10 03:40:31] "POST /neutron/port HTTP/1.1" 200 1061 0.511748 10.0.0.23 - - [2025-11-10 03:40:32] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002695 10.0.0.22 - - [2025-11-10 03:40:32] "POST /neutron/port HTTP/1.1" 200 1115 0.224397 10.0.0.22 - - [2025-11-10 03:40:32] "GET /project/7304cc16-5459-4cc3-929b-b3818d42db06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.165325 10.0.0.22 - - [2025-11-10 03:40:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004484 10.0.0.22 - - [2025-11-10 03:40:32] "POST /neutron/network HTTP/1.1" 200 833 0.021832 10.0.0.22 - - [2025-11-10 03:40:32] "POST /neutron/port HTTP/1.1" 200 117 0.006329 10.0.0.22 - - [2025-11-10 03:40:32] "POST /neutron/network HTTP/1.1" 200 843 0.012123 10.0.0.22 - - [2025-11-10 03:40:33] "POST /neutron/port HTTP/1.1" 200 1061 0.031851 10.0.0.23 - - [2025-11-10 03:40:33] "DELETE /project/7304cc1654594cc3929bb3818d42db06 HTTP/1.1" 404 173 0.005080 10.0.0.23 - - [2025-11-10 03:40:33] "DELETE /project/7ffafec8-e843-4506-9ec3-27297f3e17df HTTP/1.1" 404 177 0.010039 10.0.0.22 - - [2025-11-10 03:40:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004870 10.0.0.22 - - [2025-11-10 03:40:34] "POST /neutron/network HTTP/1.1" 200 833 0.015532 10.0.0.22 - - [2025-11-10 03:40:42] "POST /neutron/port HTTP/1.1" 200 1089 0.015986 10.0.0.22 - - [2025-11-10 03:40:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008341 10.0.0.22 - - [2025-11-10 03:40:58] "POST /neutron/port HTTP/1.1" 200 1089 0.016238 10.0.0.22 - - [2025-11-10 03:41:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008399 10.0.0.22 - - [2025-11-10 03:41:08] "POST /neutron/port HTTP/1.1" 200 1089 0.016821 10.0.0.22 - - [2025-11-10 03:41:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011229 10.0.0.22 - - [2025-11-10 03:41:08] "GET /virtual-machine/6ce953ed-9652-4120-b83b-dd2b2c4cb7a0 HTTP/1.1" 401 292 0.000746 10.0.0.22 - - [2025-11-10 03:41:08] "GET /virtual-machine/6ce953ed-9652-4120-b83b-dd2b2c4cb7a0 HTTP/1.1" 200 1293 0.038265 10.0.0.22 - - [2025-11-10 03:41:08] "GET /virtual-machine-interface/42c4b28b-4881-4ada-a160-3e85c3a8a478 HTTP/1.1" 200 2958 0.005518 10.0.0.22 - - [2025-11-10 03:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.22 - - [2025-11-10 03:41:08] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004275 10.0.0.22 - - [2025-11-10 03:41:08] "GET /virtual-networks?parent_id=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003475 10.0.0.22 - - [2025-11-10 03:41:08] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005494 10.0.0.22 - - [2025-11-10 03:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.22 - - [2025-11-10 03:41:12] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006104 10.0.0.22 - - [2025-11-10 03:41:15] "POST /neutron/network HTTP/1.1" 200 843 0.007084 10.0.0.22 - - [2025-11-10 03:41:15] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.22 - - [2025-11-10 03:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.22 - - [2025-11-10 03:41:16] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005353 10.0.0.22 - - [2025-11-10 03:41:18] "POST /neutron/port HTTP/1.1" 200 1089 0.016489 10.0.0.22 - - [2025-11-10 03:41:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.009180 10.0.0.23 - - [2025-11-10 03:41:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000563 10.0.0.23 - - [2025-11-10 03:41:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000729 10.0.0.22 - - [2025-11-10 03:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.22 - - [2025-11-10 03:41:20] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006420 10.0.0.23 - - [2025-11-10 03:41:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.23 - - [2025-11-10 03:41:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.50 - - [2025-11-10 03:41:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.50 - - [2025-11-10 03:41:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.50 - - [2025-11-10 03:41:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.50 - - [2025-11-10 03:41:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000586 10.0.0.22 - - [2025-11-10 03:41:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.22 - - [2025-11-10 03:41:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.22 - - [2025-11-10 03:41:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000957 10.0.0.22 - - [2025-11-10 03:41:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.22 - - [2025-11-10 03:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.22 - - [2025-11-10 03:41:24] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005675 10.0.0.22 - - [2025-11-10 03:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.22 - - [2025-11-10 03:41:28] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005808 10.0.0.50 - - [2025-11-10 03:41:31] "GET /obj-perms HTTP/1.1" 200 5056 0.051955 10.0.0.22 - - [2025-11-10 03:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.22 - - [2025-11-10 03:41:32] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006641 10.0.0.22 - - [2025-11-10 03:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.22 - - [2025-11-10 03:41:36] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005277 10.0.0.22 - - [2025-11-10 03:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.22 - - [2025-11-10 03:41:40] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005632 10.0.0.22 - - [2025-11-10 03:41:44] "POST /neutron/port HTTP/1.1" 200 1089 0.019520 10.0.0.22 - - [2025-11-10 03:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.22 - - [2025-11-10 03:41:44] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006346 10.0.0.22 - - [2025-11-10 03:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.22 - - [2025-11-10 03:41:48] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006204 10.0.0.22 - - [2025-11-10 03:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.22 - - [2025-11-10 03:41:53] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006367 10.0.0.22 - - [2025-11-10 03:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.22 - - [2025-11-10 03:41:57] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005497 10.0.0.22 - - [2025-11-10 03:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.22 - - [2025-11-10 03:42:01] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005755 10.0.0.22 - - [2025-11-10 03:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.22 - - [2025-11-10 03:42:05] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007034 10.0.0.22 - - [2025-11-10 03:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.22 - - [2025-11-10 03:42:09] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005787 10.0.0.22 - - [2025-11-10 03:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.22 - - [2025-11-10 03:42:13] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005504 10.0.0.22 - - [2025-11-10 03:42:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.040784 10.0.0.22 - - [2025-11-10 03:42:17] "POST /neutron/network HTTP/1.1" 200 843 0.031749 10.0.0.22 - - [2025-11-10 03:42:17] "POST /neutron/port HTTP/1.1" 200 117 0.001764 10.0.0.22 - - [2025-11-10 03:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.22 - - [2025-11-10 03:42:17] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006693 10.0.0.22 - - [2025-11-10 03:42:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008906 10.0.0.22 - - [2025-11-10 03:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.22 - - [2025-11-10 03:42:19] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005615 10.0.0.22 - - [2025-11-10 03:42:19] "GET /virtual-networks?parent_id=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004455 10.0.0.22 - - [2025-11-10 03:42:19] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007502 10.0.0.22 - - [2025-11-10 03:42:20] "POST /neutron/port HTTP/1.1" 200 1089 0.019149 10.0.0.22 - - [2025-11-10 03:42:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004261 10.0.0.22 - - [2025-11-10 03:42:20] "POST /neutron/network HTTP/1.1" 200 833 0.006971 10.0.0.22 - - [2025-11-10 03:42:30] "POST /neutron/port HTTP/1.1" 200 1089 0.021908 10.0.0.22 - - [2025-11-10 03:42:32] "GET /obj-perms HTTP/1.1" 200 5056 0.052458 10.0.0.22 - - [2025-11-10 03:42:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007877 10.0.0.22 - - [2025-11-10 03:42:45] "POST /neutron/port HTTP/1.1" 200 1089 0.016788 10.0.0.22 - - [2025-11-10 03:42:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007941 10.0.0.22 - - [2025-11-10 03:43:01] "POST /neutron/port HTTP/1.1" 200 1089 0.023970 10.0.0.22 - - [2025-11-10 03:43:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008420 10.0.0.22 - - [2025-11-10 03:43:01] "GET /virtual-machine/4895bf5b-c68d-47ae-be3e-b7a668990944 HTTP/1.1" 200 1293 0.007211 10.0.0.22 - - [2025-11-10 03:43:01] "GET /virtual-machine-interface/60b58b43-3929-4dfb-891d-114338a8da1c HTTP/1.1" 200 2957 0.006153 10.0.0.22 - - [2025-11-10 03:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.22 - - [2025-11-10 03:43:01] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004220 10.0.0.22 - - [2025-11-10 03:43:01] "GET /virtual-networks?parent_id=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003670 10.0.0.22 - - [2025-11-10 03:43:01] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006570 10.0.0.22 - - [2025-11-10 03:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.22 - - [2025-11-10 03:43:02] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004797 10.0.0.22 - - [2025-11-10 03:43:02] "GET /virtual-networks?parent_id=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004494 10.0.0.22 - - [2025-11-10 03:43:02] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008635 10.0.0.22 - - [2025-11-10 03:43:03] "POST /neutron/port HTTP/1.1" 200 1089 0.021128 10.0.0.22 - - [2025-11-10 03:43:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010468 10.0.0.22 - - [2025-11-10 03:43:03] "GET /virtual-machine/57de4157-43fe-4868-8d3b-cd3b5b8ba747 HTTP/1.1" 200 1293 0.006575 10.0.0.22 - - [2025-11-10 03:43:03] "GET /virtual-machine-interface/0a239957-4364-4c2b-b28a-5981129d16bb HTTP/1.1" 200 2957 0.007473 10.0.0.22 - - [2025-11-10 03:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.22 - - [2025-11-10 03:43:03] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004199 10.0.0.22 - - [2025-11-10 03:43:03] "GET /virtual-networks?parent_id=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003369 10.0.0.22 - - [2025-11-10 03:43:03] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006196 10.0.0.22 - - [2025-11-10 03:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.22 - - [2025-11-10 03:43:04] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003819 10.0.0.22 - - [2025-11-10 03:43:04] "GET /virtual-networks?parent_id=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002755 10.0.0.22 - - [2025-11-10 03:43:04] "GET /virtual-network/f6015a97-d8d0-4a55-a6bc-138461fc10d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007130 10.0.0.22 - - [2025-11-10 03:43:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.004085 10.0.0.22 - - [2025-11-10 03:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.22 - - [2025-11-10 03:43:04] "GET /global-system-config/2ca335d8-0665-4254-8ca7-122c5ea5f986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009444 10.0.0.22 - - [2025-11-10 03:43:04] "POST /control-node-zones HTTP/1.1" 200 569 0.032926 10.0.0.22 - - [2025-11-10 03:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.22 - - [2025-11-10 03:43:04] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006176 10.0.0.22 - - [2025-11-10 03:43:04] "GET /control-node-zone/5f2a4114-21a1-4683-9da4-33ff8d3fde07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007930 10.0.0.22 - - [2025-11-10 03:43:04] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.025117 10.0.0.22 - - [2025-11-10 03:43:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.004139 10.0.0.22 - - [2025-11-10 03:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005753 10.0.0.22 - - [2025-11-10 03:43:05] "GET /global-system-config/2ca335d8-0665-4254-8ca7-122c5ea5f986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006763 10.0.0.22 - - [2025-11-10 03:43:05] "POST /control-node-zones HTTP/1.1" 200 569 0.026061 10.0.0.22 - - [2025-11-10 03:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.22 - - [2025-11-10 03:43:05] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005802 10.0.0.22 - - [2025-11-10 03:43:05] "GET /control-node-zone/fd2f0410-9cd6-4221-9064-cae52ec636d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006576 10.0.0.22 - - [2025-11-10 03:43:05] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.021791 10.0.0.22 - - [2025-11-10 03:43:05] "POST /fqname-to-id HTTP/1.1" 404 198 0.003517 10.0.0.22 - - [2025-11-10 03:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.22 - - [2025-11-10 03:43:05] "GET /global-system-config/2ca335d8-0665-4254-8ca7-122c5ea5f986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006676 10.0.0.22 - - [2025-11-10 03:43:05] "POST /control-node-zones HTTP/1.1" 200 569 0.024199 10.0.0.22 - - [2025-11-10 03:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.22 - - [2025-11-10 03:43:05] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005260 10.0.0.22 - - [2025-11-10 03:43:05] "GET /control-node-zone/34fa2101-7ac6-4a75-8bd3-18ccfbb40d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006055 10.0.0.22 - - [2025-11-10 03:43:05] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.022317 10.0.0.22 - - [2025-11-10 03:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.22 - - [2025-11-10 03:43:05] "GET /global-system-config/2ca335d8-0665-4254-8ca7-122c5ea5f986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006805 10.0.0.22 - - [2025-11-10 03:43:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.003557 10.0.0.22 - - [2025-11-10 03:43:05] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.035815 10.0.0.22 - - [2025-11-10 03:43:06] "POST /neutron/network HTTP/1.1" 200 833 0.008600 10.0.0.22 - - [2025-11-10 03:43:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.008672 10.0.0.22 - - [2025-11-10 03:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.22 - - [2025-11-10 03:43:06] "GET /bgp-as-a-service/c59ccbb1-4294-426c-85b6-5291283085c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005402 10.0.0.22 - - [2025-11-10 03:43:06] "GET /control-node-zone/5f2a4114-21a1-4683-9da4-33ff8d3fde07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004749 10.0.0.22 - - [2025-11-10 03:43:06] "POST /ref-update HTTP/1.1" 200 156 0.015057 10.0.0.22 - - [2025-11-10 03:43:19] "POST /neutron/network HTTP/1.1" 200 843 0.010738 10.0.0.22 - - [2025-11-10 03:43:19] "POST /neutron/port HTTP/1.1" 200 117 0.001520 10.0.0.22 - - [2025-11-10 03:43:22] "POST /neutron/port HTTP/1.1" 200 1089 0.040880 10.0.0.22 - - [2025-11-10 03:43:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.009053 10.0.0.22 - - [2025-11-10 03:43:24] "GET /bgp-as-a-service/c59ccbb1-4294-426c-85b6-5291283085c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007008 10.0.0.22 - - [2025-11-10 03:43:24] "GET /virtual-machine-interface/42c4b28b-4881-4ada-a160-3e85c3a8a478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005418 10.0.0.22 - - [2025-11-10 03:43:24] "POST /ref-update HTTP/1.1" 200 156 0.012803 10.0.0.50 - - [2025-11-10 03:43:24] "POST /ref-update HTTP/1.1" 200 156 0.021677 10.0.0.22 - - [2025-11-10 03:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.22 - - [2025-11-10 03:43:25] "GET /global-system-config/2ca335d8-0665-4254-8ca7-122c5ea5f986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006672 10.0.0.22 - - [2025-11-10 03:43:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.003615 10.0.0.22 - - [2025-11-10 03:43:25] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.033100 10.0.0.22 - - [2025-11-10 03:43:25] "POST /neutron/network HTTP/1.1" 200 833 0.008609 10.0.0.22 - - [2025-11-10 03:43:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.010028 10.0.0.22 - - [2025-11-10 03:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.22 - - [2025-11-10 03:43:25] "GET /bgp-as-a-service/408f93b4-3829-4cae-9a06-b53dbf2b3392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005607 10.0.0.22 - - [2025-11-10 03:43:25] "GET /control-node-zone/fd2f0410-9cd6-4221-9064-cae52ec636d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005368 10.0.0.22 - - [2025-11-10 03:43:25] "POST /ref-update HTTP/1.1" 200 156 0.016221 10.0.0.22 - - [2025-11-10 03:43:34] "GET /bgp-as-a-service/408f93b4-3829-4cae-9a06-b53dbf2b3392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.007692 10.0.0.22 - - [2025-11-10 03:43:34] "GET /virtual-machine-interface/60b58b43-3929-4dfb-891d-114338a8da1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005370 10.0.0.22 - - [2025-11-10 03:43:34] "POST /ref-update HTTP/1.1" 200 156 0.012707 10.0.0.50 - - [2025-11-10 03:43:34] "POST /bgp-routers HTTP/1.1" 200 640 0.040326 10.0.0.50 - - [2025-11-10 03:43:34] "PUT /bgp-router/70598a34-b098-4654-a8f6-2ef095e01517 HTTP/1.1" 200 254 0.038646 10.0.0.22 - - [2025-11-10 03:43:53] "GET /control-node-zone/5f2a4114-21a1-4683-9da4-33ff8d3fde07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004314 10.0.0.22 - - [2025-11-10 03:43:53] "POST /ref-update HTTP/1.1" 200 156 0.019576 10.0.0.22 - - [2025-11-10 03:43:53] "GET /control-node-zone/fd2f0410-9cd6-4221-9064-cae52ec636d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004888 10.0.0.22 - - [2025-11-10 03:43:53] "POST /ref-update HTTP/1.1" 200 156 0.019991 10.0.0.22 - - [2025-11-10 03:43:53] "GET /control-node-zone/34fa2101-7ac6-4a75-8bd3-18ccfbb40d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004230 10.0.0.22 - - [2025-11-10 03:43:53] "POST /ref-update HTTP/1.1" 200 156 0.020220 10.0.0.22 - - [2025-11-10 03:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.22 - - [2025-11-10 03:43:53] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005669 10.0.0.22 - - [2025-11-10 03:43:53] "GET /control-node-zone/5f2a4114-21a1-4683-9da4-33ff8d3fde07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003499 10.0.0.22 - - [2025-11-10 03:43:53] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.022426 10.0.0.22 - - [2025-11-10 03:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.22 - - [2025-11-10 03:43:53] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005856 10.0.0.22 - - [2025-11-10 03:43:53] "GET /control-node-zone/fd2f0410-9cd6-4221-9064-cae52ec636d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004481 10.0.0.22 - - [2025-11-10 03:43:53] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.031463 10.0.0.22 - - [2025-11-10 03:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.22 - - [2025-11-10 03:43:53] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005353 10.0.0.22 - - [2025-11-10 03:43:53] "GET /control-node-zone/34fa2101-7ac6-4a75-8bd3-18ccfbb40d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003883 10.0.0.22 - - [2025-11-10 03:43:53] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.021659 10.0.0.22 - - [2025-11-10 03:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.22 - - [2025-11-10 03:44:06] "GET /bgp-as-a-service/c59ccbb1-4294-426c-85b6-5291283085c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.006099 10.0.0.22 - - [2025-11-10 03:44:06] "GET /control-node-zone/5f2a4114-21a1-4683-9da4-33ff8d3fde07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003766 10.0.0.22 - - [2025-11-10 03:44:06] "POST /ref-update HTTP/1.1" 200 156 0.015704 10.0.0.22 - - [2025-11-10 03:44:06] "GET /control-node-zone/5f2a4114-21a1-4683-9da4-33ff8d3fde07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004168 10.0.0.22 - - [2025-11-10 03:44:06] "POST /ref-update HTTP/1.1" 200 156 0.024731 10.0.0.22 - - [2025-11-10 03:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.22 - - [2025-11-10 03:44:06] "GET /global-system-config/2ca335d8-0665-4254-8ca7-122c5ea5f986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006163 10.0.0.22 - - [2025-11-10 03:44:06] "POST /neutron/network HTTP/1.1" 200 833 0.007961 10.0.0.22 - - [2025-11-10 03:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.22 - - [2025-11-10 03:44:06] "GET /bgp-as-a-service/c59ccbb1-4294-426c-85b6-5291283085c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.005439 10.0.0.22 - - [2025-11-10 03:44:06] "GET /control-node-zone/34fa2101-7ac6-4a75-8bd3-18ccfbb40d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.002896 10.0.0.22 - - [2025-11-10 03:44:06] "POST /ref-update HTTP/1.1" 200 156 0.014860 10.0.0.22 - - [2025-11-10 03:44:09] "GET /bgp-as-a-service/c59ccbb1-4294-426c-85b6-5291283085c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.006957 10.0.0.22 - - [2025-11-10 03:44:09] "GET /virtual-machine-interface/42c4b28b-4881-4ada-a160-3e85c3a8a478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007300 10.0.0.22 - - [2025-11-10 03:44:19] "POST /neutron/port HTTP/1.1" 200 1089 0.016997 10.0.0.22 - - [2025-11-10 03:44:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.009071 10.0.0.22 - - [2025-11-10 03:44:24] "POST /neutron/port HTTP/1.1" 200 1089 0.019727 10.0.0.22 - - [2025-11-10 03:44:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003981 10.0.0.22 - - [2025-11-10 03:44:24] "POST /neutron/network HTTP/1.1" 200 833 0.010975 10.0.0.22 - - [2025-11-10 03:44:27] "GET /bgp-as-a-service/c59ccbb1-4294-426c-85b6-5291283085c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.004418 10.0.0.22 - - [2025-11-10 03:44:27] "GET /virtual-machine-interface/42c4b28b-4881-4ada-a160-3e85c3a8a478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.006535 10.0.0.22 - - [2025-11-10 03:44:27] "POST /ref-update HTTP/1.1" 200 156 0.018159 10.0.0.22 - - [2025-11-10 03:44:27] "GET /bgp-as-a-service/408f93b4-3829-4cae-9a06-b53dbf2b3392?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.009083 10.0.0.22 - - [2025-11-10 03:44:27] "GET /virtual-machine-interface/60b58b43-3929-4dfb-891d-114338a8da1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.008290 10.0.0.22 - - [2025-11-10 03:44:27] "POST /ref-update HTTP/1.1" 200 156 0.036274 10.0.0.50 - - [2025-11-10 03:44:27] "DELETE /bgp-router/10138bad-d5d0-49a7-9086-22dcac01ded5 HTTP/1.1" 200 115 0.059005 10.0.0.22 - - [2025-11-10 03:44:28] "DELETE /bgp-as-a-service/408f93b4-3829-4cae-9a06-b53dbf2b3392 HTTP/1.1" 200 115 0.100231 10.0.0.22 - - [2025-11-10 03:44:28] "GET /bgp-as-a-service/c59ccbb1-4294-426c-85b6-5291283085c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.010235 10.0.0.22 - - [2025-11-10 03:44:28] "GET /virtual-machine-interface/42c4b28b-4881-4ada-a160-3e85c3a8a478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.008810 10.0.0.50 - - [2025-11-10 03:44:28] "DELETE /bgp-router/70598a34-b098-4654-a8f6-2ef095e01517 HTTP/1.1" 200 115 0.095076 10.0.0.22 - - [2025-11-10 03:44:28] "DELETE /bgp-as-a-service/c59ccbb1-4294-426c-85b6-5291283085c1 HTTP/1.1" 200 115 0.086021 10.0.0.22 - - [2025-11-10 03:44:28] "GET /control-node-zone/34fa2101-7ac6-4a75-8bd3-18ccfbb40d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004510 10.0.0.22 - - [2025-11-10 03:44:28] "POST /ref-update HTTP/1.1" 200 156 0.021020 10.0.0.22 - - [2025-11-10 03:44:28] "DELETE /control-node-zone/34fa2101-7ac6-4a75-8bd3-18ccfbb40d8e HTTP/1.1" 200 115 0.028368 10.0.0.22 - - [2025-11-10 03:44:28] "GET /control-node-zone/fd2f0410-9cd6-4221-9064-cae52ec636d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004934 10.0.0.22 - - [2025-11-10 03:44:28] "POST /ref-update HTTP/1.1" 200 156 0.019533 10.0.0.22 - - [2025-11-10 03:44:28] "DELETE /control-node-zone/fd2f0410-9cd6-4221-9064-cae52ec636d0 HTTP/1.1" 200 115 0.029010 10.0.0.22 - - [2025-11-10 03:44:28] "GET /control-node-zone/5f2a4114-21a1-4683-9da4-33ff8d3fde07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005085 10.0.0.22 - - [2025-11-10 03:44:28] "DELETE /control-node-zone/5f2a4114-21a1-4683-9da4-33ff8d3fde07 HTTP/1.1" 200 115 0.038287 10.0.0.22 - - [2025-11-10 03:44:29] "POST /neutron/port HTTP/1.1" 200 1089 0.017450 10.0.0.22 - - [2025-11-10 03:44:29] "POST /neutron/port HTTP/1.1" 200 1089 0.020269 10.0.0.22 - - [2025-11-10 03:44:29] "POST /neutron/port HTTP/1.1" 200 1089 0.018633 10.0.0.22 - - [2025-11-10 03:44:30] "POST /neutron/network HTTP/1.1" 200 833 0.007267 10.0.0.22 - - [2025-11-10 03:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.23 - - [2025-11-10 03:44:33] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001460 10.0.0.22 - - [2025-11-10 03:44:33] "GET /project/7304cc16-5459-4cc3-929b-b3818d42db06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042594 10.0.0.23 - - [2025-11-10 03:44:33] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000990 10.0.0.22 - - [2025-11-10 03:44:33] "POST /neutron/network HTTP/1.1" 200 614 0.125012 10.0.0.50 - - [2025-11-10 03:44:33] "POST /route-targets HTTP/1.1" 200 327 0.016253 10.0.0.22 - - [2025-11-10 03:44:34] "POST /id-to-fqname HTTP/1.1" 200 225 0.003687 10.0.0.22 - - [2025-11-10 03:44:34] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005516 10.0.0.22 - - [2025-11-10 03:44:34] "POST /neutron/network HTTP/1.1" 200 835 0.007190 10.0.0.22 - - [2025-11-10 03:44:34] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005219 10.0.0.22 - - [2025-11-10 03:44:34] "POST /id-to-fqname HTTP/1.1" 200 225 0.001389 10.0.0.22 - - [2025-11-10 03:44:34] "POST /neutron/network HTTP/1.1" 200 845 0.007619 10.0.0.23 - - [2025-11-10 03:44:34] "GET /obj-perms HTTP/1.1" 200 5056 0.046860 10.0.0.23 - - [2025-11-10 03:44:35] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001793 10.0.0.22 - - [2025-11-10 03:44:35] "GET /project/7304cc16-5459-4cc3-929b-b3818d42db06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059537 10.0.0.22 - - [2025-11-10 03:44:35] "POST /neutron/port HTTP/1.1" 200 117 0.006195 10.0.0.22 - - [2025-11-10 03:44:35] "POST /id-to-fqname HTTP/1.1" 200 225 0.001406 10.0.0.22 - - [2025-11-10 03:44:36] "POST /neutron/network HTTP/1.1" 200 845 0.007502 10.0.0.23 - - [2025-11-10 03:44:36] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002298 10.0.0.22 - - [2025-11-10 03:44:36] "GET /project/7304cc16-5459-4cc3-929b-b3818d42db06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.122468 10.0.0.22 - - [2025-11-10 03:44:36] "POST /neutron/port HTTP/1.1" 200 1063 0.023773 10.0.0.22 - - [2025-11-10 03:44:36] "POST /neutron/port HTTP/1.1" 200 1091 0.022729 10.0.0.22 - - [2025-11-10 03:44:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006805 10.0.0.22 - - [2025-11-10 03:44:37] "POST /neutron/port HTTP/1.1" 200 117 0.007734 10.0.0.22 - - [2025-11-10 03:44:37] "POST /id-to-fqname HTTP/1.1" 200 225 0.001347 10.0.0.22 - - [2025-11-10 03:44:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011811 10.0.0.23 - - [2025-11-10 03:44:37] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001012 10.0.0.22 - - [2025-11-10 03:44:37] "POST /neutron/port HTTP/1.1" 200 1063 0.349994 10.0.0.22 - - [2025-11-10 03:44:38] "POST /neutron/port HTTP/1.1" 200 1117 0.127445 10.0.0.22 - - [2025-11-10 03:44:38] "POST /neutron/subnet HTTP/1.1" 200 708 0.009563 10.0.0.23 - - [2025-11-10 03:44:38] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000968 10.0.0.22 - - [2025-11-10 03:44:38] "GET /project/7304cc16-5459-4cc3-929b-b3818d42db06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.083597 10.0.0.22 - - [2025-11-10 03:44:38] "POST /neutron/network HTTP/1.1" 200 835 0.033235 10.0.0.22 - - [2025-11-10 03:44:38] "POST /neutron/port HTTP/1.1" 200 117 0.007992 10.0.0.22 - - [2025-11-10 03:44:38] "POST /neutron/port HTTP/1.1" 200 1091 0.016609 10.0.0.22 - - [2025-11-10 03:44:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008218 10.0.0.22 - - [2025-11-10 03:44:38] "GET /virtual-machine/620f1156-8fcd-48f6-bb51-089ff2961bdb HTTP/1.1" 200 1293 0.008420 10.0.0.22 - - [2025-11-10 03:44:38] "GET /virtual-machine-interface/6391100e-6ffd-48fa-8b99-fbe064342abe HTTP/1.1" 200 2958 0.005440 10.0.0.22 - - [2025-11-10 03:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.22 - - [2025-11-10 03:44:39] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.012850 10.0.0.22 - - [2025-11-10 03:44:39] "GET /virtual-networks?parent_id=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004283 10.0.0.22 - - [2025-11-10 03:44:39] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.012011 10.0.0.22 - - [2025-11-10 03:44:39] "POST /neutron/port HTTP/1.1" 200 1063 0.027210 10.0.0.22 - - [2025-11-10 03:44:39] "POST /neutron/port HTTP/1.1" 200 1091 0.024742 10.0.0.22 - - [2025-11-10 03:44:39] "POST /neutron/port HTTP/1.1" 200 117 0.001337 10.0.0.22 - - [2025-11-10 03:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.22 - - [2025-11-10 03:44:42] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006765 10.0.0.22 - - [2025-11-10 03:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005199 10.0.0.22 - - [2025-11-10 03:44:46] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005576 10.0.0.22 - - [2025-11-10 03:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005070 10.0.0.22 - - [2025-11-10 03:44:50] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006007 10.0.0.22 - - [2025-11-10 03:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.22 - - [2025-11-10 03:44:54] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006330 10.0.0.22 - - [2025-11-10 03:44:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.22 - - [2025-11-10 03:44:58] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005443 10.0.0.22 - - [2025-11-10 03:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004739 10.0.0.22 - - [2025-11-10 03:45:02] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006098 10.0.0.22 - - [2025-11-10 03:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.22 - - [2025-11-10 03:45:06] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005822 10.0.0.22 - - [2025-11-10 03:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.22 - - [2025-11-10 03:45:10] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005567 10.0.0.22 - - [2025-11-10 03:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.22 - - [2025-11-10 03:45:14] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005806 10.0.0.22 - - [2025-11-10 03:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.22 - - [2025-11-10 03:45:19] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005842 10.0.0.22 - - [2025-11-10 03:45:19] "POST /neutron/port HTTP/1.1" 200 1091 0.015804 10.0.0.22 - - [2025-11-10 03:45:19] "POST /neutron/subnet HTTP/1.1" 200 708 0.015340 10.0.0.22 - - [2025-11-10 03:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.22 - - [2025-11-10 03:45:23] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005564 10.0.0.22 - - [2025-11-10 03:45:24] "POST /neutron/port HTTP/1.1" 200 1091 0.016826 10.0.0.22 - - [2025-11-10 03:45:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004727 10.0.0.22 - - [2025-11-10 03:45:24] "POST /neutron/network HTTP/1.1" 200 835 0.007505 10.0.0.22 - - [2025-11-10 03:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.026687 10.0.0.22 - - [2025-11-10 03:45:27] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005471 10.0.0.22 - - [2025-11-10 03:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005930 10.0.0.22 - - [2025-11-10 03:45:31] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005975 10.0.0.50 - - [2025-11-10 03:45:35] "GET /obj-perms HTTP/1.1" 200 5056 0.057698 10.0.0.22 - - [2025-11-10 03:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.22 - - [2025-11-10 03:45:35] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008388 10.0.0.22 - - [2025-11-10 03:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.22 - - [2025-11-10 03:45:39] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006432 10.0.0.22 - - [2025-11-10 03:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.22 - - [2025-11-10 03:45:43] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006820 10.0.0.22 - - [2025-11-10 03:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.22 - - [2025-11-10 03:45:47] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005973 10.0.0.22 - - [2025-11-10 03:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005636 10.0.0.22 - - [2025-11-10 03:45:51] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008409 10.0.0.22 - - [2025-11-10 03:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006653 10.0.0.22 - - [2025-11-10 03:45:55] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006470 10.0.0.22 - - [2025-11-10 03:45:57] "POST /neutron/port HTTP/1.1" 200 1091 0.019497 10.0.0.22 - - [2025-11-10 03:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.22 - - [2025-11-10 03:45:58] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004172 10.0.0.22 - - [2025-11-10 03:45:58] "GET /virtual-networks?parent_id=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003254 10.0.0.22 - - [2025-11-10 03:45:58] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005658 10.0.0.22 - - [2025-11-10 03:45:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.031711 10.0.0.22 - - [2025-11-10 03:46:03] "POST /neutron/port HTTP/1.1" 200 1091 0.017056 10.0.0.22 - - [2025-11-10 03:46:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011045 10.0.0.22 - - [2025-11-10 03:46:18] "POST /neutron/port HTTP/1.1" 200 1091 0.019716 10.0.0.23 - - [2025-11-10 03:46:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.23 - - [2025-11-10 03:46:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.22 - - [2025-11-10 03:46:20] "POST /neutron/port HTTP/1.1" 200 1091 0.015490 10.0.0.22 - - [2025-11-10 03:46:20] "POST /neutron/subnet HTTP/1.1" 200 708 0.009342 10.0.0.23 - - [2025-11-10 03:46:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2025-11-10 03:46:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.50 - - [2025-11-10 03:46:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000596 10.0.0.50 - - [2025-11-10 03:46:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.50 - - [2025-11-10 03:46:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.50 - - [2025-11-10 03:46:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.22 - - [2025-11-10 03:46:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.22 - - [2025-11-10 03:46:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.22 - - [2025-11-10 03:46:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.22 - - [2025-11-10 03:46:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.22 - - [2025-11-10 03:46:24] "POST /neutron/port HTTP/1.1" 200 1091 0.018232 10.0.0.22 - - [2025-11-10 03:46:25] "POST /neutron/port HTTP/1.1" 200 1091 0.015989 10.0.0.22 - - [2025-11-10 03:46:25] "POST /neutron/subnet HTTP/1.1" 200 708 0.010796 10.0.0.22 - - [2025-11-10 03:46:29] "POST /neutron/port HTTP/1.1" 200 1091 0.026749 10.0.0.22 - - [2025-11-10 03:46:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007570 10.0.0.22 - - [2025-11-10 03:46:36] "GET /obj-perms HTTP/1.1" 200 5056 0.050984 10.0.0.22 - - [2025-11-10 03:46:44] "POST /neutron/port HTTP/1.1" 200 1091 0.017022 10.0.0.22 - - [2025-11-10 03:46:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008015 10.0.0.22 - - [2025-11-10 03:46:50] "POST /neutron/port HTTP/1.1" 200 1091 0.018283 10.0.0.22 - - [2025-11-10 03:46:50] "GET /virtual-machine/1a0aa22e-01ff-440c-942d-f9e8eaab9284 HTTP/1.1" 200 1293 0.029708 10.0.0.22 - - [2025-11-10 03:46:50] "GET /virtual-machine-interface/4e27a2d6-feea-4170-80e4-cfd4db21fcb0 HTTP/1.1" 200 2957 0.005210 10.0.0.22 - - [2025-11-10 03:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843 10.0.0.22 - - [2025-11-10 03:46:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005343 10.0.0.22 - - [2025-11-10 03:46:50] "GET /virtual-networks?parent_id=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003395 10.0.0.22 - - [2025-11-10 03:46:50] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006077 10.0.0.22 - - [2025-11-10 03:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005238 10.0.0.22 - - [2025-11-10 03:46:51] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004638 10.0.0.22 - - [2025-11-10 03:46:51] "GET /virtual-networks?parent_id=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003699 10.0.0.22 - - [2025-11-10 03:46:51] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006762 10.0.0.22 - - [2025-11-10 03:46:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009078 10.0.0.22 - - [2025-11-10 03:46:51] "POST /neutron/port HTTP/1.1" 200 1091 0.019267 10.0.0.22 - - [2025-11-10 03:46:52] "GET /virtual-machine/6b991494-27ad-4db8-a886-6b8ab94d54bb HTTP/1.1" 200 1293 0.007504 10.0.0.22 - - [2025-11-10 03:46:52] "GET /virtual-machine-interface/7e0215f9-32d7-405a-a224-e1b6dcd2c508 HTTP/1.1" 200 2958 0.005975 10.0.0.22 - - [2025-11-10 03:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.22 - - [2025-11-10 03:46:52] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006234 10.0.0.22 - - [2025-11-10 03:46:52] "GET /virtual-networks?parent_id=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004126 10.0.0.22 - - [2025-11-10 03:46:52] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006098 10.0.0.22 - - [2025-11-10 03:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.22 - - [2025-11-10 03:46:53] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004400 10.0.0.22 - - [2025-11-10 03:46:53] "GET /virtual-networks?parent_id=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004705 10.0.0.22 - - [2025-11-10 03:46:53] "GET /virtual-network/2b4b710e-7a9d-4665-befb-cbcb59e0291c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006406 10.0.0.22 - - [2025-11-10 03:46:53] "POST /fqname-to-id HTTP/1.1" 404 198 0.005062 10.0.0.22 - - [2025-11-10 03:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.22 - - [2025-11-10 03:46:53] "GET /global-system-config/2ca335d8-0665-4254-8ca7-122c5ea5f986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009347 10.0.0.22 - - [2025-11-10 03:46:53] "POST /control-node-zones HTTP/1.1" 200 569 0.030697 10.0.0.22 - - [2025-11-10 03:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.22 - - [2025-11-10 03:46:53] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006184 10.0.0.22 - - [2025-11-10 03:46:53] "GET /control-node-zone/02e01bb1-5183-4a53-8291-894439a6513a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.006058 10.0.0.22 - - [2025-11-10 03:46:53] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.021568 10.0.0.22 - - [2025-11-10 03:46:53] "POST /fqname-to-id HTTP/1.1" 404 198 0.003616 10.0.0.22 - - [2025-11-10 03:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.22 - - [2025-11-10 03:46:53] "GET /global-system-config/2ca335d8-0665-4254-8ca7-122c5ea5f986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008221 10.0.0.22 - - [2025-11-10 03:46:53] "POST /control-node-zones HTTP/1.1" 200 569 0.030357 10.0.0.22 - - [2025-11-10 03:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.22 - - [2025-11-10 03:46:53] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009081 10.0.0.22 - - [2025-11-10 03:46:54] "GET /control-node-zone/412f1bae-78e9-4ead-aa5f-fd7a7b44b6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006889 10.0.0.22 - - [2025-11-10 03:46:54] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.036019 10.0.0.22 - - [2025-11-10 03:46:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.003431 10.0.0.22 - - [2025-11-10 03:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.22 - - [2025-11-10 03:46:54] "GET /global-system-config/2ca335d8-0665-4254-8ca7-122c5ea5f986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009411 10.0.0.22 - - [2025-11-10 03:46:54] "POST /control-node-zones HTTP/1.1" 200 569 0.034530 10.0.0.22 - - [2025-11-10 03:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004721 10.0.0.22 - - [2025-11-10 03:46:54] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006526 10.0.0.22 - - [2025-11-10 03:46:54] "GET /control-node-zone/6e68a476-9553-40eb-81db-f3aac31f8355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.007824 10.0.0.22 - - [2025-11-10 03:46:54] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.030326 10.0.0.22 - - [2025-11-10 03:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.22 - - [2025-11-10 03:46:54] "GET /global-system-config/2ca335d8-0665-4254-8ca7-122c5ea5f986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.020523 10.0.0.22 - - [2025-11-10 03:46:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.003609 10.0.0.22 - - [2025-11-10 03:46:54] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.034379 10.0.0.22 - - [2025-11-10 03:46:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.012908 10.0.0.22 - - [2025-11-10 03:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.22 - - [2025-11-10 03:46:54] "GET /bgp-as-a-service/9566e8cb-6e19-4e91-9543-fb5fdc12583b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006403 10.0.0.22 - - [2025-11-10 03:46:54] "GET /control-node-zone/02e01bb1-5183-4a53-8291-894439a6513a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004011 10.0.0.22 - - [2025-11-10 03:46:54] "POST /ref-update HTTP/1.1" 200 156 0.022604 10.0.0.22 - - [2025-11-10 03:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.22 - - [2025-11-10 03:46:55] "GET /bgp-as-a-service/9566e8cb-6e19-4e91-9543-fb5fdc12583b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.007844 10.0.0.22 - - [2025-11-10 03:46:55] "GET /control-node-zone/412f1bae-78e9-4ead-aa5f-fd7a7b44b6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003564 10.0.0.22 - - [2025-11-10 03:46:55] "POST /ref-update HTTP/1.1" 200 156 0.015806 10.0.0.22 - - [2025-11-10 03:47:13] "GET /bgp-as-a-service/9566e8cb-6e19-4e91-9543-fb5fdc12583b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.007316 10.0.0.22 - - [2025-11-10 03:47:13] "GET /virtual-machine-interface/6391100e-6ffd-48fa-8b99-fbe064342abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.004923 10.0.0.22 - - [2025-11-10 03:47:13] "POST /ref-update HTTP/1.1" 200 156 0.015627 10.0.0.50 - - [2025-11-10 03:47:13] "POST /bgp-routers HTTP/1.1" 200 640 0.072317 10.0.0.50 - - [2025-11-10 03:47:13] "PUT /bgp-router/a4bddab2-e367-4631-8ed5-87714677dc0c HTTP/1.1" 200 254 0.032324 10.0.0.22 - - [2025-11-10 03:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.22 - - [2025-11-10 03:47:14] "GET /global-system-config/2ca335d8-0665-4254-8ca7-122c5ea5f986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007178 10.0.0.22 - - [2025-11-10 03:47:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.004132 10.0.0.22 - - [2025-11-10 03:47:14] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.041091 10.0.0.22 - - [2025-11-10 03:47:14] "POST /neutron/network HTTP/1.1" 200 835 0.008028 10.0.0.22 - - [2025-11-10 03:47:14] "POST /neutron/subnet HTTP/1.1" 200 734 0.009290 10.0.0.22 - - [2025-11-10 03:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.22 - - [2025-11-10 03:47:14] "GET /bgp-as-a-service/9d2275eb-310f-479e-9cc2-05f50db49571?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.010912 10.0.0.22 - - [2025-11-10 03:47:14] "GET /control-node-zone/02e01bb1-5183-4a53-8291-894439a6513a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.005228 10.0.0.22 - - [2025-11-10 03:47:14] "POST /ref-update HTTP/1.1" 200 156 0.016463 10.0.0.22 - - [2025-11-10 03:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.011708 10.0.0.22 - - [2025-11-10 03:47:14] "GET /bgp-as-a-service/9d2275eb-310f-479e-9cc2-05f50db49571?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.006550 10.0.0.22 - - [2025-11-10 03:47:14] "GET /control-node-zone/412f1bae-78e9-4ead-aa5f-fd7a7b44b6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003844 10.0.0.22 - - [2025-11-10 03:47:14] "POST /ref-update HTTP/1.1" 200 156 0.018353 10.0.0.22 - - [2025-11-10 03:47:20] "POST /neutron/network HTTP/1.1" 200 845 0.034383 10.0.0.22 - - [2025-11-10 03:47:20] "POST /neutron/port HTTP/1.1" 200 117 0.001449 10.0.0.22 - - [2025-11-10 03:47:23] "GET /bgp-as-a-service/9d2275eb-310f-479e-9cc2-05f50db49571?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.007776 10.0.0.22 - - [2025-11-10 03:47:23] "GET /virtual-machine-interface/4e27a2d6-feea-4170-80e4-cfd4db21fcb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.006638 10.0.0.22 - - [2025-11-10 03:47:23] "POST /ref-update HTTP/1.1" 200 156 0.016349 10.0.0.50 - - [2025-11-10 03:47:23] "POST /ref-update HTTP/1.1" 200 156 0.022422 10.0.0.22 - - [2025-11-10 03:47:25] "POST /neutron/port HTTP/1.1" 200 1091 0.016357 10.0.0.22 - - [2025-11-10 03:47:25] "POST /neutron/subnet HTTP/1.1" 200 708 0.011608 10.0.0.22 - - [2025-11-10 03:47:45] "GET /bgp-as-a-service/9d2275eb-310f-479e-9cc2-05f50db49571?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.006873 10.0.0.22 - - [2025-11-10 03:47:45] "GET /virtual-machine-interface/4e27a2d6-feea-4170-80e4-cfd4db21fcb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.005580 10.0.0.22 - - [2025-11-10 03:47:45] "POST /ref-update HTTP/1.1" 200 156 0.098406 10.0.0.50 - - [2025-11-10 03:47:45] "POST /ref-update HTTP/1.1" 200 156 0.030826 10.0.0.22 - - [2025-11-10 03:47:45] "DELETE /bgp-as-a-service/9d2275eb-310f-479e-9cc2-05f50db49571 HTTP/1.1" 200 115 0.091859 10.0.0.22 - - [2025-11-10 03:47:45] "GET /bgp-as-a-service/9566e8cb-6e19-4e91-9543-fb5fdc12583b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.013166 10.0.0.22 - - [2025-11-10 03:47:45] "GET /virtual-machine-interface/6391100e-6ffd-48fa-8b99-fbe064342abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.011219 10.0.0.22 - - [2025-11-10 03:47:45] "POST /ref-update HTTP/1.1" 200 156 0.016325 10.0.0.50 - - [2025-11-10 03:47:45] "POST /ref-update HTTP/1.1" 200 156 0.026924 10.0.0.22 - - [2025-11-10 03:47:45] "DELETE /bgp-as-a-service/9566e8cb-6e19-4e91-9543-fb5fdc12583b HTTP/1.1" 200 115 0.064255 10.0.0.22 - - [2025-11-10 03:47:45] "GET /control-node-zone/6e68a476-9553-40eb-81db-f3aac31f8355?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005188 10.0.0.22 - - [2025-11-10 03:47:45] "POST /ref-update HTTP/1.1" 200 156 0.021395 10.0.0.22 - - [2025-11-10 03:47:45] "DELETE /control-node-zone/6e68a476-9553-40eb-81db-f3aac31f8355 HTTP/1.1" 200 115 0.028550 10.0.0.22 - - [2025-11-10 03:47:45] "GET /control-node-zone/412f1bae-78e9-4ead-aa5f-fd7a7b44b6e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004747 10.0.0.22 - - [2025-11-10 03:47:45] "POST /ref-update HTTP/1.1" 200 156 0.017610 10.0.0.22 - - [2025-11-10 03:47:45] "DELETE /control-node-zone/412f1bae-78e9-4ead-aa5f-fd7a7b44b6e9 HTTP/1.1" 200 115 0.028492 10.0.0.22 - - [2025-11-10 03:47:45] "GET /control-node-zone/02e01bb1-5183-4a53-8291-894439a6513a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004315 10.0.0.22 - - [2025-11-10 03:47:46] "POST /ref-update HTTP/1.1" 200 156 0.018735 10.0.0.22 - - [2025-11-10 03:47:46] "DELETE /control-node-zone/02e01bb1-5183-4a53-8291-894439a6513a HTTP/1.1" 200 115 0.031281 10.0.0.22 - - [2025-11-10 03:47:46] "POST /neutron/network HTTP/1.1" 200 835 0.007246 10.0.0.22 - - [2025-11-10 03:47:46] "POST /neutron/port HTTP/1.1" 200 1117 0.014936 10.0.0.22 - - [2025-11-10 03:47:46] "POST /neutron/port HTTP/1.1" 200 1117 0.010902 10.0.0.22 - - [2025-11-10 03:47:47] "POST /neutron/port HTTP/1.1" 200 1117 0.025995 10.0.0.23 - - [2025-11-10 03:47:48] "POST /useragent-kv HTTP/1.1" 200 115 0.029676 10.0.0.23 - - [2025-11-10 03:47:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002468 10.0.0.50 - - [2025-11-10 03:47:48] "DELETE /route-target/2b07997e-ee86-4140-85e8-7371022d1796 HTTP/1.1" 200 115 0.027232 10.0.0.22 - - [2025-11-10 03:47:48] "POST /neutron/network HTTP/1.1" 200 151 0.200017 10.0.0.23 - - [2025-11-10 03:47:49] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001047 10.0.0.22 - - [2025-11-10 03:47:49] "GET /project/7304cc16-5459-4cc3-929b-b3818d42db06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.075072 10.0.0.23 - - [2025-11-10 03:47:49] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001002 10.0.0.22 - - [2025-11-10 03:47:49] "GET /project/7304cc16-5459-4cc3-929b-b3818d42db06?fields=virtual_networks HTTP/1.1" 200 1034 0.043965 10.0.0.23 - - [2025-11-10 03:47:50] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000977 10.0.0.22 - - [2025-11-10 03:47:50] "GET /project/7304cc16-5459-4cc3-929b-b3818d42db06?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.051448 10.0.0.23 - - [2025-11-10 03:47:50] "GET /projects?obj_uuids=7304cc16-5459-4cc3-929b-b3818d42db06&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000989 10.0.0.22 - - [2025-11-10 03:47:50] "GET /project/7304cc16-5459-4cc3-929b-b3818d42db06?fields=security_groups HTTP/1.1" 200 1261 0.046758 10.0.0.22 - - [2025-11-10 03:47:50] "POST /fqname-to-id HTTP/1.1" 404 181 0.026120 10.0.0.23 - - [2025-11-10 03:47:51] "GET /projects?obj_uuids=d32a307f-83cb-4eda-9335-51c70c09fd97&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003229 10.0.0.23 - - [2025-11-10 03:47:51] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001420 10.0.0.23 - - [2025-11-10 03:47:51] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.043033 10.0.0.23 - - [2025-11-10 03:47:51] "POST /id-to-fqname HTTP/1.1" 200 183 0.001452 10.0.0.23 - - [2025-11-10 03:47:51] "POST /fqname-to-id HTTP/1.1" 404 192 0.005890 10.0.0.23 - - [2025-11-10 03:47:51] "POST /security-groups HTTP/1.1" 200 584 0.041339 10.0.0.23 - - [2025-11-10 03:47:51] "POST /projects HTTP/1.1" 200 571 0.274911 10.0.0.50 - - [2025-11-10 03:47:51] "POST /fqname-to-id HTTP/1.1" 404 226 0.015135 10.0.0.23 - - [2025-11-10 03:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.352952 10.0.0.22 - - [2025-11-10 03:47:51] "GET /project/d32a307f-83cb-4eda-9335-51c70c09fd97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.545264 10.0.0.22 - - [2025-11-10 03:47:52] "GET / HTTP/1.1" 200 35931 0.001998 10.0.0.23 - - [2025-11-10 03:47:55] "GET /projects?obj_uuids=d32a307f-83cb-4eda-9335-51c70c09fd97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000959 10.0.0.22 - - [2025-11-10 03:47:55] "GET /project/d32a307f-83cb-4eda-9335-51c70c09fd97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.051102 10.0.0.23 - - [2025-11-10 03:47:55] "GET /projects?obj_uuids=d32a307f-83cb-4eda-9335-51c70c09fd97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001069 10.0.0.22 - - [2025-11-10 03:47:55] "GET /project/d32a307f-83cb-4eda-9335-51c70c09fd97?fields=virtual_networks HTTP/1.1" 200 1019 0.048387 10.0.0.23 - - [2025-11-10 03:47:55] "GET /projects?obj_uuids=d32a307f-83cb-4eda-9335-51c70c09fd97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001134 10.0.0.22 - - [2025-11-10 03:47:55] "GET /project/d32a307f-83cb-4eda-9335-51c70c09fd97?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.055828 10.0.0.23 - - [2025-11-10 03:47:55] "GET /projects?obj_uuids=d32a307f-83cb-4eda-9335-51c70c09fd97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001440 10.0.0.22 - - [2025-11-10 03:47:55] "GET /project/d32a307f-83cb-4eda-9335-51c70c09fd97?fields=security_groups HTTP/1.1" 200 1238 0.060825 10.0.0.22 - - [2025-11-10 03:47:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.028690 10.0.0.23 - - [2025-11-10 03:47:56] "GET /projects?obj_uuids=9e777857-88fd-4787-8c59-3c479394ca31&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002608 10.0.0.23 - - [2025-11-10 03:47:56] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.23 - - [2025-11-10 03:47:56] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006903 10.0.0.23 - - [2025-11-10 03:47:57] "POST /id-to-fqname HTTP/1.1" 200 191 0.001209 10.0.0.23 - - [2025-11-10 03:47:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.006140 10.0.0.23 - - [2025-11-10 03:47:57] "POST /security-groups HTTP/1.1" 200 592 0.073738 10.0.0.23 - - [2025-11-10 03:47:57] "POST /projects HTTP/1.1" 200 587 0.288356 10.0.0.50 - - [2025-11-10 03:47:57] "POST /access-control-lists HTTP/1.1" 200 597 0.026333 10.0.0.23 - - [2025-11-10 03:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.363080 10.0.0.22 - - [2025-11-10 03:47:57] "GET /project/9e777857-88fd-4787-8c59-3c479394ca31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.499343 10.0.0.22 - - [2025-11-10 03:47:58] "GET / HTTP/1.1" 200 35931 0.002281 10.0.0.23 - - [2025-11-10 03:48:01] "GET /projects?obj_uuids=9e777857-88fd-4787-8c59-3c479394ca31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001180 10.0.0.22 - - [2025-11-10 03:48:01] "GET /project/9e777857-88fd-4787-8c59-3c479394ca31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.038051 10.0.0.23 - - [2025-11-10 03:48:01] "GET /projects?obj_uuids=9e777857-88fd-4787-8c59-3c479394ca31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001056 10.0.0.22 - - [2025-11-10 03:48:01] "GET /project/9e777857-88fd-4787-8c59-3c479394ca31?fields=virtual_networks HTTP/1.1" 200 1035 0.050236 10.0.0.23 - - [2025-11-10 03:48:01] "GET /projects?obj_uuids=9e777857-88fd-4787-8c59-3c479394ca31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001187 10.0.0.22 - - [2025-11-10 03:48:01] "GET /project/9e777857-88fd-4787-8c59-3c479394ca31?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.060257 10.0.0.23 - - [2025-11-10 03:48:01] "GET /projects?obj_uuids=9e777857-88fd-4787-8c59-3c479394ca31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001295 10.0.0.22 - - [2025-11-10 03:48:01] "GET /project/9e777857-88fd-4787-8c59-3c479394ca31?fields=security_groups HTTP/1.1" 200 1262 0.045298 10.0.0.22 - - [2025-11-10 03:48:02] "POST /fqname-to-id HTTP/1.1" 404 195 0.031120 10.0.0.23 - - [2025-11-10 03:48:02] "GET /projects?obj_uuids=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003121 10.0.0.23 - - [2025-11-10 03:48:02] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.23 - - [2025-11-10 03:48:02] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007941 10.0.0.23 - - [2025-11-10 03:48:03] "POST /id-to-fqname HTTP/1.1" 200 197 0.001261 10.0.0.23 - - [2025-11-10 03:48:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.007496 10.0.0.23 - - [2025-11-10 03:48:03] "POST /security-groups HTTP/1.1" 200 598 0.033212 10.0.0.50 - - [2025-11-10 03:48:03] "POST /fqname-to-id HTTP/1.1" 404 241 0.004975 10.0.0.23 - - [2025-11-10 03:48:03] "POST /projects HTTP/1.1" 200 599 0.262955 10.0.0.23 - - [2025-11-10 03:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.338385 10.0.0.50 - - [2025-11-10 03:48:03] "POST /access-control-lists HTTP/1.1" 200 601 0.031097 10.0.0.22 - - [2025-11-10 03:48:03] "GET /project/6093a8b7-d241-447e-821a-5f15e138ef2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.494120 10.0.0.22 - - [2025-11-10 03:48:04] "GET / HTTP/1.1" 200 35931 0.002632 10.0.0.22 - - [2025-11-10 03:48:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000655 10.0.0.22 - - [2025-11-10 03:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.061350 10.0.0.22 - - [2025-11-10 03:48:06] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003667 10.0.0.22 - - [2025-11-10 03:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.22 - - [2025-11-10 03:48:06] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004641 10.0.0.22 - - [2025-11-10 03:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.22 - - [2025-11-10 03:48:06] "PUT /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e HTTP/1.1" 200 276 0.013108 10.0.0.22 - - [2025-11-10 03:48:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.23 - - [2025-11-10 03:48:06] "GET /projects?obj_uuids=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001003 10.0.0.22 - - [2025-11-10 03:48:06] "GET /project/6093a8b7-d241-447e-821a-5f15e138ef2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.043913 10.0.0.23 - - [2025-11-10 03:48:07] "POST /useragent-kv HTTP/1.1" 200 115 0.009581 10.0.0.22 - - [2025-11-10 03:48:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.276288 10.0.0.22 - - [2025-11-10 03:48:07] "POST /id-to-fqname HTTP/1.1" 200 218 0.001336 10.0.0.22 - - [2025-11-10 03:48:07] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006718 10.0.0.22 - - [2025-11-10 03:48:07] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005577 10.0.0.22 - - [2025-11-10 03:48:07] "POST /neutron/network HTTP/1.1" 200 808 0.007573 10.0.0.22 - - [2025-11-10 03:48:07] "POST /id-to-fqname HTTP/1.1" 200 218 0.001461 10.0.0.23 - - [2025-11-10 03:48:08] "GET /projects?obj_uuids=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002015 10.0.0.22 - - [2025-11-10 03:48:08] "GET /project/6093a8b7-d241-447e-821a-5f15e138ef2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.071454 10.0.0.22 - - [2025-11-10 03:48:08] "POST /neutron/network HTTP/1.1" 200 808 0.006422 10.0.0.22 - - [2025-11-10 03:48:08] "POST /id-to-fqname HTTP/1.1" 200 218 0.001449 10.0.0.22 - - [2025-11-10 03:48:08] "POST /neutron/port HTTP/1.1" 200 117 0.008553 10.0.0.23 - - [2025-11-10 03:48:09] "GET /projects?obj_uuids=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001127 10.0.0.22 - - [2025-11-10 03:48:09] "POST /neutron/port HTTP/1.1" 200 1062 0.361629 10.0.0.22 - - [2025-11-10 03:48:09] "POST /neutron/port HTTP/1.1" 200 1116 0.159985 10.0.0.23 - - [2025-11-10 03:48:09] "GET /projects?obj_uuids=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001212 10.0.0.22 - - [2025-11-10 03:48:09] "GET /project/6093a8b7-d241-447e-821a-5f15e138ef2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.118284 10.0.0.22 - - [2025-11-10 03:48:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004775 10.0.0.22 - - [2025-11-10 03:48:09] "POST /neutron/network HTTP/1.1" 200 808 0.007006 10.0.0.22 - - [2025-11-10 03:48:10] "POST /neutron/port HTTP/1.1" 200 117 0.006861 10.0.0.22 - - [2025-11-10 03:48:10] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.017745 10.0.0.22 - - [2025-11-10 03:48:10] "POST /neutron/port HTTP/1.1" 200 1062 0.020552 10.0.0.22 - - [2025-11-10 03:48:11] "POST /neutron/port HTTP/1.1" 200 1090 0.015580 10.0.0.22 - - [2025-11-10 03:48:11] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.23 - - [2025-11-10 03:48:12] "GET /obj-perms HTTP/1.1" 200 5044 0.066175 10.0.0.22 - - [2025-11-10 03:48:12] "POST /neutron/security_group HTTP/1.1" 200 2065 0.011233 10.0.0.22 - - [2025-11-10 03:48:12] "POST /neutron/port HTTP/1.1" 200 1090 0.016689 10.0.0.22 - - [2025-11-10 03:48:12] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008445 10.0.0.22 - - [2025-11-10 03:48:12] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 401 292 0.000414 10.0.0.22 - - [2025-11-10 03:48:12] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 200 1300 0.027869 10.0.0.22 - - [2025-11-10 03:48:12] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 200 1300 0.004508 10.0.0.22 - - [2025-11-10 03:48:12] "GET /virtual-machine-interface/375a50d4-55ee-4ad1-a6fa-89810b756f6e HTTP/1.1" 200 2949 0.005429 10.0.0.22 - - [2025-11-10 03:48:12] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 200 1300 0.005086 10.0.0.22 - - [2025-11-10 03:48:12] "GET /virtual-machine-interface/375a50d4-55ee-4ad1-a6fa-89810b756f6e HTTP/1.1" 200 2949 0.007244 10.0.0.22 - - [2025-11-10 03:48:12] "GET /instance-ip/3713525a-e47b-437e-b003-61bda9945542 HTTP/1.1" 200 1620 0.006570 10.0.0.22 - - [2025-11-10 03:48:12] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 200 1300 0.004212 10.0.0.22 - - [2025-11-10 03:48:12] "GET /virtual-machine-interface/375a50d4-55ee-4ad1-a6fa-89810b756f6e HTTP/1.1" 200 2949 0.005765 10.0.0.22 - - [2025-11-10 03:48:12] "GET /instance-ip/3713525a-e47b-437e-b003-61bda9945542 HTTP/1.1" 200 1620 0.004555 10.0.0.22 - - [2025-11-10 03:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.22 - - [2025-11-10 03:48:13] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004136 10.0.0.22 - - [2025-11-10 03:48:13] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003297 10.0.0.22 - - [2025-11-10 03:48:13] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006471 10.0.0.22 - - [2025-11-10 03:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005656 10.0.0.22 - - [2025-11-10 03:48:13] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005068 10.0.0.22 - - [2025-11-10 03:48:13] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003524 10.0.0.22 - - [2025-11-10 03:48:13] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007771 10.0.0.22 - - [2025-11-10 03:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005196 10.0.0.22 - - [2025-11-10 03:48:13] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005284 10.0.0.22 - - [2025-11-10 03:48:13] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003813 10.0.0.22 - - [2025-11-10 03:48:13] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006090 10.0.0.22 - - [2025-11-10 03:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.22 - - [2025-11-10 03:48:13] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004740 10.0.0.22 - - [2025-11-10 03:48:13] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002995 10.0.0.22 - - [2025-11-10 03:48:13] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007992 10.0.0.22 - - [2025-11-10 03:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.22 - - [2025-11-10 03:48:13] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004803 10.0.0.22 - - [2025-11-10 03:48:13] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003244 10.0.0.22 - - [2025-11-10 03:48:13] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005858 10.0.0.22 - - [2025-11-10 03:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.22 - - [2025-11-10 03:48:13] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004740 10.0.0.22 - - [2025-11-10 03:48:13] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003354 10.0.0.22 - - [2025-11-10 03:48:13] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006509 10.0.0.22 - - [2025-11-10 03:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.22 - - [2025-11-10 03:48:13] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005369 10.0.0.22 - - [2025-11-10 03:48:13] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003617 10.0.0.22 - - [2025-11-10 03:48:13] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007301 10.0.0.22 - - [2025-11-10 03:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.22 - - [2025-11-10 03:48:16] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005590 10.0.0.22 - - [2025-11-10 03:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.22 - - [2025-11-10 03:48:21] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006077 10.0.0.22 - - [2025-11-10 03:48:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.22 - - [2025-11-10 03:48:25] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005751 10.0.0.22 - - [2025-11-10 03:48:26] "POST /neutron/network HTTP/1.1" 200 818 0.032284 10.0.0.22 - - [2025-11-10 03:48:26] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.50 - - [2025-11-10 03:48:28] "DELETE /access-control-list/a32ca676-67ed-4d56-80e8-a97b80e416ea HTTP/1.1" 200 115 0.036317 10.0.0.22 - - [2025-11-10 03:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.22 - - [2025-11-10 03:48:29] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008420 10.0.0.22 - - [2025-11-10 03:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.22 - - [2025-11-10 03:48:33] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007084 10.0.0.23 - - [2025-11-10 03:48:34] "DELETE /project/7304cc16-5459-4cc3-929b-b3818d42db06 HTTP/1.1" 404 177 0.013945 10.0.0.23 - - [2025-11-10 03:48:34] "DELETE /project/9e77785788fd47878c593c479394ca31 HTTP/1.1" 404 173 0.012682 10.0.0.23 - - [2025-11-10 03:48:34] "DELETE /project/6093a8b7d241447e821a5f15e138ef2b HTTP/1.1" 404 173 0.011796 10.0.0.23 - - [2025-11-10 03:48:34] "DELETE /project/d32a307f83cb4eda933551c70c09fd97 HTTP/1.1" 404 173 0.009390 10.0.0.23 - - [2025-11-10 03:48:34] "GET /projects?obj_uuids=d32a307f-83cb-4eda-9335-51c70c09fd97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000879 10.0.0.23 - - [2025-11-10 03:48:34] "GET /projects?obj_uuids=9e777857-88fd-4787-8c59-3c479394ca31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000858 10.0.0.23 - - [2025-11-10 03:48:34] "GET /project/d32a307f-83cb-4eda-9335-51c70c09fd97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.055467 10.0.0.23 - - [2025-11-10 03:48:34] "GET /project/9e777857-88fd-4787-8c59-3c479394ca31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.075033 10.0.0.23 - - [2025-11-10 03:48:34] "GET /projects?obj_uuids=d32a307f-83cb-4eda-9335-51c70c09fd97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001905 10.0.0.23 - - [2025-11-10 03:48:34] "GET /projects?obj_uuids=9e777857-88fd-4787-8c59-3c479394ca31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002429 10.0.0.23 - - [2025-11-10 03:48:34] "GET /project/d32a307f-83cb-4eda-9335-51c70c09fd97?fields=security_groups HTTP/1.1" 200 1343 0.065927 10.0.0.23 - - [2025-11-10 03:48:34] "GET /project/9e777857-88fd-4787-8c59-3c479394ca31?fields=security_groups HTTP/1.1" 200 1367 0.099640 10.0.0.23 - - [2025-11-10 03:48:34] "DELETE /security-group/a2614bff-3f97-42b0-ba5d-96596ca3c258 HTTP/1.1" 200 115 0.064876 10.0.0.23 - - [2025-11-10 03:48:34] "GET /projects?obj_uuids=d32a307f-83cb-4eda-9335-51c70c09fd97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001096 10.0.0.23 - - [2025-11-10 03:48:34] "GET /project/d32a307f-83cb-4eda-9335-51c70c09fd97?fields=application_policy_sets HTTP/1.1" 200 1382 0.089168 10.0.0.23 - - [2025-11-10 03:48:34] "DELETE /security-group/79c9a64b-14ee-4b96-8b0e-053cd806cac0 HTTP/1.1" 200 115 0.120031 10.0.0.23 - - [2025-11-10 03:48:34] "GET /projects?obj_uuids=9e777857-88fd-4787-8c59-3c479394ca31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002066 10.0.0.50 - - [2025-11-10 03:48:34] "DELETE /access-control-list/c7e6a694-a276-4e33-92de-b71c572ae014 HTTP/1.1" 200 115 0.090325 10.0.0.23 - - [2025-11-10 03:48:34] "GET /project/9e777857-88fd-4787-8c59-3c479394ca31?fields=application_policy_sets HTTP/1.1" 200 1406 0.094639 10.0.0.23 - - [2025-11-10 03:48:35] "DELETE /project/d32a307f-83cb-4eda-9335-51c70c09fd97 HTTP/1.1" 200 115 0.687374 10.0.0.23 - - [2025-11-10 03:48:35] "DELETE /project/9e777857-88fd-4787-8c59-3c479394ca31 HTTP/1.1" 200 115 0.735009 10.0.0.22 - - [2025-11-10 03:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.22 - - [2025-11-10 03:48:37] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006487 10.0.0.50 - - [2025-11-10 03:48:37] "GET /obj-perms HTTP/1.1" 200 5056 0.045809 10.0.0.22 - - [2025-11-10 03:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.22 - - [2025-11-10 03:48:41] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006253 10.0.0.22 - - [2025-11-10 03:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.22 - - [2025-11-10 03:48:45] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009711 10.0.0.22 - - [2025-11-10 03:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.22 - - [2025-11-10 03:48:47] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004512 10.0.0.22 - - [2025-11-10 03:48:47] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002812 10.0.0.22 - - [2025-11-10 03:48:47] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007747 10.0.0.22 - - [2025-11-10 03:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.22 - - [2025-11-10 03:48:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005139 10.0.0.22 - - [2025-11-10 03:48:48] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004047 10.0.0.22 - - [2025-11-10 03:48:48] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006155 10.0.0.22 - - [2025-11-10 03:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005097 10.0.0.22 - - [2025-11-10 03:48:48] "GET /routing-instance/49608473-07c8-4cbf-ad7f-5e165f73abc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004997 10.0.0.22 - - [2025-11-10 03:48:48] "GET /route-target/f42fe1e7-8646-4535-b5a3-00af35708678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006789 10.0.0.22 - - [2025-11-10 03:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.22 - - [2025-11-10 03:48:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004858 10.0.0.22 - - [2025-11-10 03:48:48] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004230 10.0.0.22 - - [2025-11-10 03:48:48] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007438 10.0.0.22 - - [2025-11-10 03:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.22 - - [2025-11-10 03:48:48] "GET /routing-instance/49608473-07c8-4cbf-ad7f-5e165f73abc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005787 10.0.0.22 - - [2025-11-10 03:48:48] "GET /route-target/f42fe1e7-8646-4535-b5a3-00af35708678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004149 10.0.0.22 - - [2025-11-10 03:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006192 10.0.0.22 - - [2025-11-10 03:48:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005410 10.0.0.22 - - [2025-11-10 03:48:48] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004287 10.0.0.22 - - [2025-11-10 03:48:48] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008496 10.0.0.22 - - [2025-11-10 03:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.22 - - [2025-11-10 03:48:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006028 10.0.0.22 - - [2025-11-10 03:48:48] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005178 10.0.0.22 - - [2025-11-10 03:48:48] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005898 10.0.0.22 - - [2025-11-10 03:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.22 - - [2025-11-10 03:48:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005073 10.0.0.22 - - [2025-11-10 03:48:48] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003788 10.0.0.22 - - [2025-11-10 03:48:48] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006737 10.0.0.22 - - [2025-11-10 03:48:49] "GET /obj-perms HTTP/1.1" 200 5044 0.053359 10.0.0.22 - - [2025-11-10 03:48:49] "GET /obj-perms HTTP/1.1" 200 5044 0.004356 10.0.0.23 - - [2025-11-10 03:48:49] "GET /obj-perms HTTP/1.1" 200 5044 0.004873 10.0.0.22 - - [2025-11-10 03:48:49] "GET /obj-perms HTTP/1.1" 200 5044 0.005220 10.0.0.50 - - [2025-11-10 03:48:49] "GET /obj-perms HTTP/1.1" 200 5044 0.059951 10.0.0.22 - - [2025-11-10 03:48:49] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008738 10.0.0.22 - - [2025-11-10 03:48:49] "POST /neutron/port HTTP/1.1" 200 1090 0.017498 10.0.0.22 - - [2025-11-10 03:48:49] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008662 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 200 1299 0.007735 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 200 1299 0.005046 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-machine-interface/2ad89e5f-d52e-40e0-adb2-ab084aa483a4 HTTP/1.1" 200 2949 0.005878 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 200 1299 0.004098 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-machine-interface/2ad89e5f-d52e-40e0-adb2-ab084aa483a4 HTTP/1.1" 200 2949 0.007170 10.0.0.22 - - [2025-11-10 03:48:50] "GET /instance-ip/17bf3510-2f17-4835-a10b-a0b8442cf168 HTTP/1.1" 200 1620 0.008874 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 200 1299 0.006043 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-machine-interface/2ad89e5f-d52e-40e0-adb2-ab084aa483a4 HTTP/1.1" 200 2949 0.007235 10.0.0.22 - - [2025-11-10 03:48:50] "GET /instance-ip/17bf3510-2f17-4835-a10b-a0b8442cf168 HTTP/1.1" 200 1620 0.006767 10.0.0.22 - - [2025-11-10 03:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.22 - - [2025-11-10 03:48:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009742 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003982 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009212 10.0.0.22 - - [2025-11-10 03:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.22 - - [2025-11-10 03:48:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004686 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004943 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007803 10.0.0.22 - - [2025-11-10 03:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.22 - - [2025-11-10 03:48:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004198 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004586 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007088 10.0.0.22 - - [2025-11-10 03:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.22 - - [2025-11-10 03:48:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004756 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004476 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006668 10.0.0.22 - - [2025-11-10 03:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006676 10.0.0.22 - - [2025-11-10 03:48:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006019 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005988 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009922 10.0.0.22 - - [2025-11-10 03:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.22 - - [2025-11-10 03:48:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.020144 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004194 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006100 10.0.0.22 - - [2025-11-10 03:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.22 - - [2025-11-10 03:48:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004897 10.0.0.22 - - [2025-11-10 03:48:50] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003705 10.0.0.22 - - [2025-11-10 03:48:51] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005910 10.0.0.22 - - [2025-11-10 03:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005402 10.0.0.22 - - [2025-11-10 03:48:54] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005912 10.0.0.22 - - [2025-11-10 03:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.22 - - [2025-11-10 03:48:56] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004213 10.0.0.22 - - [2025-11-10 03:48:56] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003829 10.0.0.22 - - [2025-11-10 03:48:56] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006781 10.0.0.22 - - [2025-11-10 03:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.22 - - [2025-11-10 03:48:56] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004019 10.0.0.22 - - [2025-11-10 03:48:56] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003398 10.0.0.22 - - [2025-11-10 03:48:56] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007715 10.0.0.22 - - [2025-11-10 03:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006030 10.0.0.22 - - [2025-11-10 03:48:56] "GET /routing-instance/49608473-07c8-4cbf-ad7f-5e165f73abc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005627 10.0.0.22 - - [2025-11-10 03:48:56] "GET /route-target/f42fe1e7-8646-4535-b5a3-00af35708678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006396 10.0.0.22 - - [2025-11-10 03:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006182 10.0.0.22 - - [2025-11-10 03:48:56] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005872 10.0.0.22 - - [2025-11-10 03:48:56] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004447 10.0.0.22 - - [2025-11-10 03:48:56] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009904 10.0.0.22 - - [2025-11-10 03:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107 10.0.0.22 - - [2025-11-10 03:48:57] "GET /routing-instance/49608473-07c8-4cbf-ad7f-5e165f73abc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005107 10.0.0.22 - - [2025-11-10 03:48:57] "GET /route-target/f42fe1e7-8646-4535-b5a3-00af35708678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004625 10.0.0.22 - - [2025-11-10 03:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.22 - - [2025-11-10 03:48:57] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005887 10.0.0.22 - - [2025-11-10 03:48:57] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004233 10.0.0.22 - - [2025-11-10 03:48:57] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007051 10.0.0.22 - - [2025-11-10 03:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005348 10.0.0.22 - - [2025-11-10 03:48:57] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005947 10.0.0.22 - - [2025-11-10 03:48:57] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004658 10.0.0.22 - - [2025-11-10 03:48:57] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007313 10.0.0.22 - - [2025-11-10 03:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.22 - - [2025-11-10 03:48:57] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007104 10.0.0.22 - - [2025-11-10 03:48:57] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.009800 10.0.0.22 - - [2025-11-10 03:48:57] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008629 10.0.0.23 - - [2025-11-10 03:48:57] "GET /obj-perms HTTP/1.1" 200 5044 0.004168 10.0.0.22 - - [2025-11-10 03:48:57] "GET /obj-perms HTTP/1.1" 200 5044 0.004434 10.0.0.22 - - [2025-11-10 03:48:57] "GET /obj-perms HTTP/1.1" 200 5044 0.003870 10.0.0.22 - - [2025-11-10 03:48:57] "GET /obj-perms HTTP/1.1" 200 5044 0.003777 10.0.0.22 - - [2025-11-10 03:48:57] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 200 1300 0.006290 10.0.0.22 - - [2025-11-10 03:48:57] "GET /virtual-machine-interface/375a50d4-55ee-4ad1-a6fa-89810b756f6e HTTP/1.1" 200 2949 0.007053 10.0.0.22 - - [2025-11-10 03:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.22 - - [2025-11-10 03:48:57] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004223 10.0.0.22 - - [2025-11-10 03:48:57] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003252 10.0.0.22 - - [2025-11-10 03:48:58] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009129 10.0.0.22 - - [2025-11-10 03:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005566 10.0.0.22 - - [2025-11-10 03:48:59] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005547 10.0.0.22 - - [2025-11-10 03:48:59] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005666 10.0.0.22 - - [2025-11-10 03:48:59] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010209 10.0.0.22 - - [2025-11-10 03:48:59] "POST /neutron/port HTTP/1.1" 200 1090 0.016127 10.0.0.22 - - [2025-11-10 03:49:04] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009661 10.0.0.22 - - [2025-11-10 03:49:09] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 200 1299 0.004831 10.0.0.22 - - [2025-11-10 03:49:09] "GET /virtual-machine-interface/2ad89e5f-d52e-40e0-adb2-ab084aa483a4 HTTP/1.1" 200 2949 0.007343 10.0.0.22 - - [2025-11-10 03:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.22 - - [2025-11-10 03:49:09] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004329 10.0.0.22 - - [2025-11-10 03:49:09] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004505 10.0.0.22 - - [2025-11-10 03:49:09] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006126 10.0.0.22 - - [2025-11-10 03:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005210 10.0.0.22 - - [2025-11-10 03:49:10] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004983 10.0.0.22 - - [2025-11-10 03:49:10] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003587 10.0.0.22 - - [2025-11-10 03:49:10] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007513 10.0.0.22 - - [2025-11-10 03:49:11] "POST /neutron/port HTTP/1.1" 200 1090 0.019406 10.0.0.22 - - [2025-11-10 03:49:22] "POST /neutron/port HTTP/1.1" 200 1090 0.016203 10.0.0.22 - - [2025-11-10 03:49:22] "POST /neutron/subnet HTTP/1.1" 200 675 0.010103 10.0.0.22 - - [2025-11-10 03:49:27] "POST /neutron/port HTTP/1.1" 200 1090 0.017176 10.0.0.22 - - [2025-11-10 03:49:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004246 10.0.0.22 - - [2025-11-10 03:49:27] "POST /neutron/network HTTP/1.1" 200 808 0.007895 10.0.0.23 - - [2025-11-10 03:49:38] "GET /obj-perms HTTP/1.1" 200 5056 0.061019 10.0.0.22 - - [2025-11-10 03:50:24] "POST /neutron/network HTTP/1.1" 200 818 0.007614 10.0.0.22 - - [2025-11-10 03:50:24] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.22 - - [2025-11-10 03:50:29] "POST /neutron/port HTTP/1.1" 200 1090 0.019313 10.0.0.22 - - [2025-11-10 03:50:29] "POST /neutron/subnet HTTP/1.1" 200 675 0.011078 10.0.0.50 - - [2025-11-10 03:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.029737 10.0.0.22 - - [2025-11-10 03:51:00] "POST /neutron/port HTTP/1.1" 200 1090 0.015192 10.0.0.22 - - [2025-11-10 03:51:00] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 200 1300 0.003971 10.0.0.22 - - [2025-11-10 03:51:00] "GET /virtual-machine-interface/375a50d4-55ee-4ad1-a6fa-89810b756f6e HTTP/1.1" 200 2949 0.005550 10.0.0.22 - - [2025-11-10 03:51:00] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 200 1300 0.003900 10.0.0.22 - - [2025-11-10 03:51:00] "GET /virtual-machine-interface/375a50d4-55ee-4ad1-a6fa-89810b756f6e HTTP/1.1" 200 2949 0.005830 10.0.0.22 - - [2025-11-10 03:51:00] "GET /instance-ip/3713525a-e47b-437e-b003-61bda9945542 HTTP/1.1" 200 1620 0.004945 10.0.0.22 - - [2025-11-10 03:51:00] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 200 1300 0.004361 10.0.0.22 - - [2025-11-10 03:51:00] "GET /virtual-machine-interface/375a50d4-55ee-4ad1-a6fa-89810b756f6e HTTP/1.1" 200 2949 0.005480 10.0.0.22 - - [2025-11-10 03:51:00] "GET /instance-ip/3713525a-e47b-437e-b003-61bda9945542 HTTP/1.1" 200 1620 0.005234 10.0.0.22 - - [2025-11-10 03:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.22 - - [2025-11-10 03:51:00] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004287 10.0.0.22 - - [2025-11-10 03:51:00] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003534 10.0.0.22 - - [2025-11-10 03:51:00] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006026 10.0.0.22 - - [2025-11-10 03:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005453 10.0.0.22 - - [2025-11-10 03:51:00] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.013283 10.0.0.22 - - [2025-11-10 03:51:00] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007104 10.0.0.22 - - [2025-11-10 03:51:00] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005856 10.0.0.22 - - [2025-11-10 03:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.22 - - [2025-11-10 03:51:00] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005635 10.0.0.22 - - [2025-11-10 03:51:00] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005923 10.0.0.22 - - [2025-11-10 03:51:01] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006568 10.0.0.22 - - [2025-11-10 03:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.22 - - [2025-11-10 03:51:01] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004742 10.0.0.22 - - [2025-11-10 03:51:01] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003800 10.0.0.22 - - [2025-11-10 03:51:01] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006223 10.0.0.22 - - [2025-11-10 03:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.22 - - [2025-11-10 03:51:01] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004887 10.0.0.22 - - [2025-11-10 03:51:01] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003457 10.0.0.22 - - [2025-11-10 03:51:01] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005915 10.0.0.22 - - [2025-11-10 03:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.22 - - [2025-11-10 03:51:01] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004258 10.0.0.22 - - [2025-11-10 03:51:01] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003376 10.0.0.22 - - [2025-11-10 03:51:01] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006441 10.0.0.22 - - [2025-11-10 03:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.22 - - [2025-11-10 03:51:01] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004802 10.0.0.22 - - [2025-11-10 03:51:01] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003802 10.0.0.22 - - [2025-11-10 03:51:01] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008371 10.0.0.22 - - [2025-11-10 03:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.22 - - [2025-11-10 03:51:02] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003911 10.0.0.22 - - [2025-11-10 03:51:02] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002957 10.0.0.22 - - [2025-11-10 03:51:02] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006489 10.0.0.22 - - [2025-11-10 03:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.22 - - [2025-11-10 03:51:02] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005980 10.0.0.22 - - [2025-11-10 03:51:02] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003242 10.0.0.22 - - [2025-11-10 03:51:03] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006905 10.0.0.22 - - [2025-11-10 03:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566 10.0.0.22 - - [2025-11-10 03:51:03] "GET /routing-instance/49608473-07c8-4cbf-ad7f-5e165f73abc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004695 10.0.0.22 - - [2025-11-10 03:51:03] "GET /route-target/f42fe1e7-8646-4535-b5a3-00af35708678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004681 10.0.0.22 - - [2025-11-10 03:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.22 - - [2025-11-10 03:51:03] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004791 10.0.0.22 - - [2025-11-10 03:51:03] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003656 10.0.0.22 - - [2025-11-10 03:51:03] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007430 10.0.0.22 - - [2025-11-10 03:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.22 - - [2025-11-10 03:51:03] "GET /routing-instance/49608473-07c8-4cbf-ad7f-5e165f73abc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004754 10.0.0.22 - - [2025-11-10 03:51:03] "GET /route-target/f42fe1e7-8646-4535-b5a3-00af35708678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004455 10.0.0.22 - - [2025-11-10 03:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.22 - - [2025-11-10 03:51:03] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004974 10.0.0.22 - - [2025-11-10 03:51:03] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003154 10.0.0.22 - - [2025-11-10 03:51:03] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006071 10.0.0.22 - - [2025-11-10 03:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.22 - - [2025-11-10 03:51:03] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004563 10.0.0.22 - - [2025-11-10 03:51:03] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003042 10.0.0.22 - - [2025-11-10 03:51:03] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006319 10.0.0.22 - - [2025-11-10 03:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.22 - - [2025-11-10 03:51:03] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005361 10.0.0.22 - - [2025-11-10 03:51:03] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003513 10.0.0.22 - - [2025-11-10 03:51:03] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005566 10.0.0.23 - - [2025-11-10 03:51:05] "GET /obj-perms HTTP/1.1" 200 5044 0.003806 10.0.0.22 - - [2025-11-10 03:51:07] "GET /obj-perms HTTP/1.1" 200 5044 0.004112 10.0.0.23 - - [2025-11-10 03:51:08] "GET /obj-perms HTTP/1.1" 200 5044 0.003668 10.0.0.22 - - [2025-11-10 03:51:08] "GET /obj-perms HTTP/1.1" 200 5044 0.003704 10.0.0.50 - - [2025-11-10 03:51:08] "GET /obj-perms HTTP/1.1" 200 5044 0.004340 10.0.0.23 - - [2025-11-10 03:51:08] "GET /obj-perms HTTP/1.1" 200 5044 0.007294 10.0.0.22 - - [2025-11-10 03:51:08] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008120 10.0.0.22 - - [2025-11-10 03:51:08] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 200 1299 0.004729 10.0.0.22 - - [2025-11-10 03:51:08] "GET /virtual-machine-interface/2ad89e5f-d52e-40e0-adb2-ab084aa483a4 HTTP/1.1" 200 2949 0.005506 10.0.0.22 - - [2025-11-10 03:51:08] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 200 1299 0.004480 10.0.0.22 - - [2025-11-10 03:51:08] "GET /virtual-machine-interface/2ad89e5f-d52e-40e0-adb2-ab084aa483a4 HTTP/1.1" 200 2949 0.005547 10.0.0.22 - - [2025-11-10 03:51:08] "GET /instance-ip/17bf3510-2f17-4835-a10b-a0b8442cf168 HTTP/1.1" 200 1620 0.004238 10.0.0.22 - - [2025-11-10 03:51:08] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 200 1299 0.004729 10.0.0.22 - - [2025-11-10 03:51:08] "GET /virtual-machine-interface/2ad89e5f-d52e-40e0-adb2-ab084aa483a4 HTTP/1.1" 200 2949 0.005863 10.0.0.22 - - [2025-11-10 03:51:08] "GET /instance-ip/17bf3510-2f17-4835-a10b-a0b8442cf168 HTTP/1.1" 200 1620 0.005491 10.0.0.22 - - [2025-11-10 03:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.22 - - [2025-11-10 03:51:08] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005139 10.0.0.22 - - [2025-11-10 03:51:08] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004406 10.0.0.22 - - [2025-11-10 03:51:08] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008825 10.0.0.22 - - [2025-11-10 03:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005235 10.0.0.22 - - [2025-11-10 03:51:08] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005279 10.0.0.22 - - [2025-11-10 03:51:08] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.008273 10.0.0.22 - - [2025-11-10 03:51:08] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010135 10.0.0.22 - - [2025-11-10 03:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.22 - - [2025-11-10 03:51:08] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005572 10.0.0.22 - - [2025-11-10 03:51:08] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003855 10.0.0.22 - - [2025-11-10 03:51:08] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006556 10.0.0.22 - - [2025-11-10 03:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.22 - - [2025-11-10 03:51:08] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004577 10.0.0.22 - - [2025-11-10 03:51:08] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003491 10.0.0.22 - - [2025-11-10 03:51:08] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007087 10.0.0.22 - - [2025-11-10 03:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.22 - - [2025-11-10 03:51:08] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004185 10.0.0.22 - - [2025-11-10 03:51:08] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003444 10.0.0.22 - - [2025-11-10 03:51:09] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008644 10.0.0.22 - - [2025-11-10 03:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.22 - - [2025-11-10 03:51:09] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004385 10.0.0.22 - - [2025-11-10 03:51:09] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003255 10.0.0.22 - - [2025-11-10 03:51:09] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005620 10.0.0.22 - - [2025-11-10 03:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112 10.0.0.22 - - [2025-11-10 03:51:09] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006143 10.0.0.22 - - [2025-11-10 03:51:09] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005212 10.0.0.22 - - [2025-11-10 03:51:09] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007576 10.0.0.22 - - [2025-11-10 03:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.22 - - [2025-11-10 03:51:10] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004986 10.0.0.22 - - [2025-11-10 03:51:10] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004486 10.0.0.22 - - [2025-11-10 03:51:10] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007348 10.0.0.22 - - [2025-11-10 03:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007616 10.0.0.22 - - [2025-11-10 03:51:10] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006710 10.0.0.22 - - [2025-11-10 03:51:10] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004537 10.0.0.22 - - [2025-11-10 03:51:10] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008999 10.0.0.22 - - [2025-11-10 03:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.22 - - [2025-11-10 03:51:10] "GET /routing-instance/49608473-07c8-4cbf-ad7f-5e165f73abc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004604 10.0.0.22 - - [2025-11-10 03:51:10] "GET /route-target/f42fe1e7-8646-4535-b5a3-00af35708678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004998 10.0.0.22 - - [2025-11-10 03:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.22 - - [2025-11-10 03:51:10] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003923 10.0.0.22 - - [2025-11-10 03:51:10] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003239 10.0.0.22 - - [2025-11-10 03:51:11] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008075 10.0.0.22 - - [2025-11-10 03:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.22 - - [2025-11-10 03:51:11] "GET /routing-instance/49608473-07c8-4cbf-ad7f-5e165f73abc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004288 10.0.0.22 - - [2025-11-10 03:51:11] "GET /route-target/f42fe1e7-8646-4535-b5a3-00af35708678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004678 10.0.0.22 - - [2025-11-10 03:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.22 - - [2025-11-10 03:51:11] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004490 10.0.0.22 - - [2025-11-10 03:51:11] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004485 10.0.0.22 - - [2025-11-10 03:51:11] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008433 10.0.0.22 - - [2025-11-10 03:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.22 - - [2025-11-10 03:51:11] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005033 10.0.0.22 - - [2025-11-10 03:51:11] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003184 10.0.0.22 - - [2025-11-10 03:51:11] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005950 10.0.0.22 - - [2025-11-10 03:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.22 - - [2025-11-10 03:51:11] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004681 10.0.0.22 - - [2025-11-10 03:51:11] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003358 10.0.0.22 - - [2025-11-10 03:51:11] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006302 10.0.0.23 - - [2025-11-10 03:51:15] "GET /obj-perms HTTP/1.1" 200 5044 0.004579 10.0.0.22 - - [2025-11-10 03:51:17] "GET /obj-perms HTTP/1.1" 200 5044 0.004923 10.0.0.22 - - [2025-11-10 03:51:17] "GET /obj-perms HTTP/1.1" 200 5044 0.004342 10.0.0.23 - - [2025-11-10 03:51:17] "GET /obj-perms HTTP/1.1" 200 5044 0.003669 10.0.0.22 - - [2025-11-10 03:51:17] "GET /obj-perms HTTP/1.1" 200 5044 0.003777 10.0.0.23 - - [2025-11-10 03:51:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.23 - - [2025-11-10 03:51:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.23 - - [2025-11-10 03:51:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.23 - - [2025-11-10 03:51:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.50 - - [2025-11-10 03:51:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.50 - - [2025-11-10 03:51:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.50 - - [2025-11-10 03:51:21] "GET /global-system-configs HTTP/1.1" 401 292 0.002471 10.0.0.50 - - [2025-11-10 03:51:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.22 - - [2025-11-10 03:51:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000691 10.0.0.22 - - [2025-11-10 03:51:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.22 - - [2025-11-10 03:51:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.22 - - [2025-11-10 03:51:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.22 - - [2025-11-10 03:51:25] "POST /neutron/network HTTP/1.1" 200 818 0.010944 10.0.0.22 - - [2025-11-10 03:51:25] "POST /neutron/port HTTP/1.1" 200 117 0.002150 10.0.0.22 - - [2025-11-10 03:51:30] "POST /neutron/port HTTP/1.1" 200 1090 0.016900 10.0.0.22 - - [2025-11-10 03:51:30] "POST /neutron/subnet HTTP/1.1" 200 675 0.009471 10.0.0.22 - - [2025-11-10 03:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.22 - - [2025-11-10 03:51:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005089 10.0.0.22 - - [2025-11-10 03:51:38] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003388 10.0.0.22 - - [2025-11-10 03:51:38] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005558 10.0.0.22 - - [2025-11-10 03:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.22 - - [2025-11-10 03:51:39] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003897 10.0.0.22 - - [2025-11-10 03:51:39] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003267 10.0.0.22 - - [2025-11-10 03:51:39] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005985 10.0.0.22 - - [2025-11-10 03:51:39] "GET /obj-perms HTTP/1.1" 200 5056 0.051782 10.0.0.22 - - [2025-11-10 03:51:54] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 200 1299 0.004810 10.0.0.22 - - [2025-11-10 03:51:54] "GET /virtual-machine-interface/2ad89e5f-d52e-40e0-adb2-ab084aa483a4 HTTP/1.1" 200 2949 0.005896 10.0.0.22 - - [2025-11-10 03:51:54] "GET /instance-ip/17bf3510-2f17-4835-a10b-a0b8442cf168 HTTP/1.1" 200 1620 0.004937 10.0.0.22 - - [2025-11-10 03:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963 10.0.0.22 - - [2025-11-10 03:51:54] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005959 10.0.0.22 - - [2025-11-10 03:51:54] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.009739 10.0.0.22 - - [2025-11-10 03:51:54] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006207 10.0.0.22 - - [2025-11-10 03:51:58] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 200 1299 0.005954 10.0.0.22 - - [2025-11-10 03:51:58] "POST /neutron/port HTTP/1.1" 200 1090 0.016885 10.0.0.22 - - [2025-11-10 03:52:00] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.004194 10.0.0.22 - - [2025-11-10 03:52:00] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003438 10.0.0.22 - - [2025-11-10 03:52:00] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003638 10.0.0.22 - - [2025-11-10 03:52:01] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003671 10.0.0.22 - - [2025-11-10 03:52:02] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003437 10.0.0.22 - - [2025-11-10 03:52:03] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.004675 10.0.0.22 - - [2025-11-10 03:52:04] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003831 10.0.0.22 - - [2025-11-10 03:52:05] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.004553 10.0.0.22 - - [2025-11-10 03:52:06] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003417 10.0.0.22 - - [2025-11-10 03:52:06] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003214 10.0.0.22 - - [2025-11-10 03:52:07] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003316 10.0.0.22 - - [2025-11-10 03:52:08] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.002967 10.0.0.22 - - [2025-11-10 03:52:09] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003775 10.0.0.22 - - [2025-11-10 03:52:10] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003378 10.0.0.22 - - [2025-11-10 03:52:11] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003700 10.0.0.22 - - [2025-11-10 03:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005117 10.0.0.22 - - [2025-11-10 03:52:11] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010283 10.0.0.22 - - [2025-11-10 03:52:11] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004081 10.0.0.22 - - [2025-11-10 03:52:11] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007758 10.0.0.22 - - [2025-11-10 03:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.22 - - [2025-11-10 03:52:11] "GET /routing-instance/49608473-07c8-4cbf-ad7f-5e165f73abc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005668 10.0.0.22 - - [2025-11-10 03:52:11] "GET /route-target/f42fe1e7-8646-4535-b5a3-00af35708678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005727 10.0.0.22 - - [2025-11-10 03:52:11] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003904 10.0.0.22 - - [2025-11-10 03:52:12] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003292 10.0.0.22 - - [2025-11-10 03:52:13] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003726 10.0.0.22 - - [2025-11-10 03:52:14] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003541 10.0.0.22 - - [2025-11-10 03:52:15] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003280 10.0.0.22 - - [2025-11-10 03:52:16] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003432 10.0.0.22 - - [2025-11-10 03:52:16] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.004087 10.0.0.22 - - [2025-11-10 03:52:17] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003320 10.0.0.22 - - [2025-11-10 03:52:18] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003553 10.0.0.22 - - [2025-11-10 03:52:19] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.003661 10.0.0.22 - - [2025-11-10 03:52:20] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.004541 10.0.0.22 - - [2025-11-10 03:52:21] "GET /virtual-machine/44778481-1771-48c3-a69c-e162fc7e767b HTTP/1.1" 404 171 0.004115 10.0.0.22 - - [2025-11-10 03:52:22] "GET /obj-perms HTTP/1.1" 200 5044 0.005929 10.0.0.50 - - [2025-11-10 03:52:22] "GET /obj-perms HTTP/1.1" 200 5044 0.005280 10.0.0.22 - - [2025-11-10 03:52:22] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 200 1300 0.005930 10.0.0.22 - - [2025-11-10 03:52:22] "POST /neutron/port HTTP/1.1" 200 1090 0.014853 10.0.0.22 - - [2025-11-10 03:52:24] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 404 171 0.004107 10.0.0.22 - - [2025-11-10 03:52:24] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 404 171 0.003312 10.0.0.22 - - [2025-11-10 03:52:24] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 404 171 0.003431 10.0.0.22 - - [2025-11-10 03:52:24] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 404 171 0.003470 10.0.0.22 - - [2025-11-10 03:52:25] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 404 171 0.003774 10.0.0.22 - - [2025-11-10 03:52:26] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 404 171 0.003613 10.0.0.22 - - [2025-11-10 03:52:27] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 404 171 0.003481 10.0.0.22 - - [2025-11-10 03:52:28] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 404 171 0.003212 10.0.0.22 - - [2025-11-10 03:52:29] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 404 171 0.004213 10.0.0.22 - - [2025-11-10 03:52:29] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 404 171 0.004006 10.0.0.22 - - [2025-11-10 03:52:30] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 404 171 0.004630 10.0.0.22 - - [2025-11-10 03:52:31] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 404 171 0.003274 10.0.0.22 - - [2025-11-10 03:52:32] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 404 171 0.003981 10.0.0.22 - - [2025-11-10 03:52:33] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 404 171 0.003231 10.0.0.22 - - [2025-11-10 03:52:34] "GET /virtual-machine/d58c1bef-7d6a-4a76-be00-fad0b7cee9bd HTTP/1.1" 404 171 0.004395 10.0.0.22 - - [2025-11-10 03:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005080 10.0.0.22 - - [2025-11-10 03:52:34] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004963 10.0.0.22 - - [2025-11-10 03:52:34] "GET /virtual-networks?parent_id=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004217 10.0.0.22 - - [2025-11-10 03:52:34] "GET /virtual-network/e303aae9-ed6c-4de8-a8be-076475a7ab71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007144 10.0.0.22 - - [2025-11-10 03:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.22 - - [2025-11-10 03:52:34] "GET /routing-instance/49608473-07c8-4cbf-ad7f-5e165f73abc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004649 10.0.0.22 - - [2025-11-10 03:52:34] "GET /route-target/f42fe1e7-8646-4535-b5a3-00af35708678?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007297 10.0.0.23 - - [2025-11-10 03:52:34] "GET /obj-perms HTTP/1.1" 200 5044 0.003531 10.0.0.22 - - [2025-11-10 03:52:37] "GET /obj-perms HTTP/1.1" 200 5044 0.004217 10.0.0.22 - - [2025-11-10 03:52:38] "POST /neutron/network HTTP/1.1" 200 808 0.007166 10.0.0.50 - - [2025-11-10 03:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.042023 10.0.0.22 - - [2025-11-10 03:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.22 - - [2025-11-10 03:52:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003843 10.0.0.22 - - [2025-11-10 03:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.22 - - [2025-11-10 03:52:38] "PUT /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e HTTP/1.1" 200 276 0.013481 10.0.0.23 - - [2025-11-10 03:52:40] "GET /obj-perms HTTP/1.1" 200 5056 0.047063 10.0.0.22 - - [2025-11-10 03:52:40] "GET /obj-perms HTTP/1.1" 200 5056 0.049323 10.0.0.23 - - [2025-11-10 03:52:41] "GET /projects?obj_uuids=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001021 10.0.0.22 - - [2025-11-10 03:52:41] "GET /project/6093a8b7-d241-447e-821a-5f15e138ef2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.043331 10.0.0.23 - - [2025-11-10 03:52:41] "GET /projects?obj_uuids=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001677 10.0.0.22 - - [2025-11-10 03:52:41] "GET /project/6093a8b7-d241-447e-821a-5f15e138ef2b?fields=virtual_networks HTTP/1.1" 200 1045 0.056693 10.0.0.23 - - [2025-11-10 03:52:41] "GET /projects?obj_uuids=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001175 10.0.0.22 - - [2025-11-10 03:52:41] "GET /project/6093a8b7-d241-447e-821a-5f15e138ef2b?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.046303 10.0.0.23 - - [2025-11-10 03:52:41] "GET /projects?obj_uuids=6093a8b7-d241-447e-821a-5f15e138ef2b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001065 10.0.0.22 - - [2025-11-10 03:52:41] "GET /project/6093a8b7-d241-447e-821a-5f15e138ef2b?fields=security_groups HTTP/1.1" 200 1278 0.043502 10.0.0.22 - - [2025-11-10 03:52:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.027090 10.0.0.23 - - [2025-11-10 03:52:42] "GET /projects?obj_uuids=620ed5cd-52be-482c-9e94-3107c9fd5740&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004174 10.0.0.23 - - [2025-11-10 03:52:42] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.23 - - [2025-11-10 03:52:42] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009038 10.0.0.23 - - [2025-11-10 03:52:42] "POST /id-to-fqname HTTP/1.1" 200 196 0.003722 10.0.0.23 - - [2025-11-10 03:52:42] "POST /fqname-to-id HTTP/1.1" 404 205 0.005184 10.0.0.23 - - [2025-11-10 03:52:42] "POST /security-groups HTTP/1.1" 200 597 0.081991 10.0.0.23 - - [2025-11-10 03:52:42] "POST /projects HTTP/1.1" 200 597 0.300677 10.0.0.23 - - [2025-11-10 03:52:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.373326 10.0.0.50 - - [2025-11-10 03:52:42] "POST /access-control-lists HTTP/1.1" 200 602 0.055771 10.0.0.22 - - [2025-11-10 03:52:42] "GET /project/620ed5cd-52be-482c-9e94-3107c9fd5740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.578080 10.0.0.22 - - [2025-11-10 03:52:43] "GET / HTTP/1.1" 200 35931 0.001810 10.0.0.23 - - [2025-11-10 03:52:46] "GET /projects?obj_uuids=620ed5cd-52be-482c-9e94-3107c9fd5740&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001008 10.0.0.22 - - [2025-11-10 03:52:46] "GET /project/620ed5cd-52be-482c-9e94-3107c9fd5740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044854 10.0.0.23 - - [2025-11-10 03:52:46] "GET /projects?obj_uuids=620ed5cd-52be-482c-9e94-3107c9fd5740&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000999 10.0.0.22 - - [2025-11-10 03:52:46] "GET /project/620ed5cd-52be-482c-9e94-3107c9fd5740?fields=virtual_networks HTTP/1.1" 200 1044 0.053936 10.0.0.23 - - [2025-11-10 03:52:47] "GET /projects?obj_uuids=620ed5cd-52be-482c-9e94-3107c9fd5740&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001354 10.0.0.22 - - [2025-11-10 03:52:47] "GET /project/620ed5cd-52be-482c-9e94-3107c9fd5740?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.046368 10.0.0.23 - - [2025-11-10 03:52:47] "GET /projects?obj_uuids=620ed5cd-52be-482c-9e94-3107c9fd5740&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001066 10.0.0.22 - - [2025-11-10 03:52:47] "GET /project/620ed5cd-52be-482c-9e94-3107c9fd5740?fields=security_groups HTTP/1.1" 200 1276 0.047052 10.0.0.22 - - [2025-11-10 03:52:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.024422 10.0.0.23 - - [2025-11-10 03:52:48] "GET /projects?obj_uuids=c7ddee3e-0844-4207-8bd0-380cd7d7c9b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.062004 10.0.0.23 - - [2025-11-10 03:52:48] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.23 - - [2025-11-10 03:52:48] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.046822 10.0.0.23 - - [2025-11-10 03:52:48] "POST /id-to-fqname HTTP/1.1" 200 190 0.001167 10.0.0.23 - - [2025-11-10 03:52:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.004188 10.0.0.23 - - [2025-11-10 03:52:48] "POST /security-groups HTTP/1.1" 200 591 0.073327 10.0.0.50 - - [2025-11-10 03:52:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.003442 10.0.0.23 - - [2025-11-10 03:52:48] "POST /projects HTTP/1.1" 200 585 0.270340 10.0.0.23 - - [2025-11-10 03:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.341765 10.0.0.50 - - [2025-11-10 03:52:48] "POST /access-control-lists HTTP/1.1" 200 594 0.028752 10.0.0.22 - - [2025-11-10 03:52:48] "GET /project/c7ddee3e-0844-4207-8bd0-380cd7d7c9b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.549867 10.0.0.22 - - [2025-11-10 03:52:49] "GET / HTTP/1.1" 200 35931 0.001634 10.0.0.23 - - [2025-11-10 03:52:52] "GET /projects?obj_uuids=c7ddee3e-0844-4207-8bd0-380cd7d7c9b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001148 10.0.0.22 - - [2025-11-10 03:52:52] "GET /project/c7ddee3e-0844-4207-8bd0-380cd7d7c9b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.095040 10.0.0.23 - - [2025-11-10 03:52:52] "GET /projects?obj_uuids=c7ddee3e-0844-4207-8bd0-380cd7d7c9b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.22 - - [2025-11-10 03:52:53] "GET /project/c7ddee3e-0844-4207-8bd0-380cd7d7c9b4?fields=virtual_networks HTTP/1.1" 200 1033 0.046225 10.0.0.23 - - [2025-11-10 03:52:53] "GET /projects?obj_uuids=c7ddee3e-0844-4207-8bd0-380cd7d7c9b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.22 - - [2025-11-10 03:52:53] "GET /project/c7ddee3e-0844-4207-8bd0-380cd7d7c9b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.050875 10.0.0.23 - - [2025-11-10 03:52:53] "GET /projects?obj_uuids=c7ddee3e-0844-4207-8bd0-380cd7d7c9b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001289 10.0.0.22 - - [2025-11-10 03:52:53] "GET /project/c7ddee3e-0844-4207-8bd0-380cd7d7c9b4?fields=security_groups HTTP/1.1" 200 1259 0.052611 10.0.0.22 - - [2025-11-10 03:52:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.032057 10.0.0.23 - - [2025-11-10 03:52:54] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003815 10.0.0.23 - - [2025-11-10 03:52:54] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.23 - - [2025-11-10 03:52:54] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041747 10.0.0.23 - - [2025-11-10 03:52:54] "POST /id-to-fqname HTTP/1.1" 200 198 0.002344 10.0.0.23 - - [2025-11-10 03:52:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.007306 10.0.0.23 - - [2025-11-10 03:52:54] "POST /security-groups HTTP/1.1" 200 599 0.085027 10.0.0.23 - - [2025-11-10 03:52:54] "POST /projects HTTP/1.1" 200 601 0.320176 10.0.0.23 - - [2025-11-10 03:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.394523 10.0.0.50 - - [2025-11-10 03:52:54] "POST /fqname-to-id HTTP/1.1" 404 241 0.020649 10.0.0.22 - - [2025-11-10 03:52:54] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.636964 10.0.0.22 - - [2025-11-10 03:52:55] "GET / HTTP/1.1" 200 35931 0.002394 10.0.0.22 - - [2025-11-10 03:52:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000584 10.0.0.22 - - [2025-11-10 03:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.058581 10.0.0.23 - - [2025-11-10 03:52:56] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001068 10.0.0.22 - - [2025-11-10 03:52:56] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038451 10.0.0.23 - - [2025-11-10 03:52:56] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.22 - - [2025-11-10 03:52:56] "POST /neutron/network HTTP/1.1" 200 601 0.165143 10.0.0.50 - - [2025-11-10 03:52:57] "POST /ref-update HTTP/1.1" 200 156 0.027196 10.0.0.22 - - [2025-11-10 03:52:57] "POST /neutron/network HTTP/1.1" 200 976 0.014153 10.0.0.22 - - [2025-11-10 03:52:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001234 10.0.0.22 - - [2025-11-10 03:52:57] "GET /virtual-network/05c9df1c-30d3-4c04-be9f-67c5250951ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006506 10.0.0.22 - - [2025-11-10 03:52:57] "GET /virtual-network/05c9df1c-30d3-4c04-be9f-67c5250951ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006532 10.0.0.22 - - [2025-11-10 03:52:57] "POST /neutron/subnet HTTP/1.1" 200 716 0.009622 10.0.0.22 - - [2025-11-10 03:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.23 - - [2025-11-10 03:52:57] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.22 - - [2025-11-10 03:52:57] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.051044 10.0.0.23 - - [2025-11-10 03:52:57] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.22 - - [2025-11-10 03:52:57] "POST /neutron/network HTTP/1.1" 200 601 0.144293 10.0.0.50 - - [2025-11-10 03:52:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.027494 10.0.0.22 - - [2025-11-10 03:52:58] "POST /neutron/network HTTP/1.1" 200 974 0.012155 10.0.0.22 - - [2025-11-10 03:52:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001246 10.0.0.22 - - [2025-11-10 03:52:58] "GET /virtual-network/ccb5e2ea-6c47-450b-a39a-6c619e74856d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.005989 10.0.0.22 - - [2025-11-10 03:52:58] "GET /virtual-network/ccb5e2ea-6c47-450b-a39a-6c619e74856d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.006154 10.0.0.22 - - [2025-11-10 03:52:58] "POST /neutron/subnet HTTP/1.1" 200 716 0.008914 10.0.0.22 - - [2025-11-10 03:52:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001372 10.0.0.23 - - [2025-11-10 03:52:59] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.22 - - [2025-11-10 03:52:59] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.075470 10.0.0.22 - - [2025-11-10 03:52:59] "POST /neutron/network HTTP/1.1" 200 976 0.036208 10.0.0.22 - - [2025-11-10 03:52:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.002120 10.0.0.22 - - [2025-11-10 03:52:59] "POST /neutron/port HTTP/1.1" 200 117 0.008560 10.0.0.23 - - [2025-11-10 03:53:00] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001154 10.0.0.22 - - [2025-11-10 03:53:00] "POST /neutron/port HTTP/1.1" 200 1154 0.340913 10.0.0.23 - - [2025-11-10 03:53:00] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001155 10.0.0.22 - - [2025-11-10 03:53:01] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.124490 10.0.0.22 - - [2025-11-10 03:53:01] "POST /neutron/port HTTP/1.1" 200 1208 0.169109 10.0.0.22 - - [2025-11-10 03:53:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004364 10.0.0.22 - - [2025-11-10 03:53:01] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.22 - - [2025-11-10 03:53:01] "POST /neutron/port HTTP/1.1" 200 1182 0.018508 10.0.0.22 - - [2025-11-10 03:53:01] "POST /neutron/port HTTP/1.1" 200 1182 0.019073 10.0.0.23 - - [2025-11-10 03:53:01] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002338 10.0.0.22 - - [2025-11-10 03:53:02] "POST /neutron/port HTTP/1.1" 200 1152 0.444065 10.0.0.22 - - [2025-11-10 03:53:02] "POST /neutron/port HTTP/1.1" 200 1206 0.146722 10.0.0.22 - - [2025-11-10 03:53:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004352 10.0.0.22 - - [2025-11-10 03:53:02] "POST /neutron/port HTTP/1.1" 200 117 0.001322 10.0.0.22 - - [2025-11-10 03:53:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014558 10.0.0.22 - - [2025-11-10 03:53:06] "POST /neutron/port HTTP/1.1" 200 1182 0.017281 10.0.0.22 - - [2025-11-10 03:53:06] "GET /virtual-machine/89537cce-3402-4da1-9bbb-f4587cd0ea50 HTTP/1.1" 401 292 0.000461 10.0.0.22 - - [2025-11-10 03:53:07] "GET /virtual-machine/89537cce-3402-4da1-9bbb-f4587cd0ea50 HTTP/1.1" 200 1300 0.028429 10.0.0.22 - - [2025-11-10 03:53:07] "GET /virtual-machine-interface/5c2c4790-cf6a-4329-b0e8-62b64b33d5c0 HTTP/1.1" 200 3157 0.006827 10.0.0.22 - - [2025-11-10 03:53:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.22 - - [2025-11-10 03:53:07] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006864 10.0.0.22 - - [2025-11-10 03:53:07] "GET /virtual-networks?parent_id=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004110 10.0.0.22 - - [2025-11-10 03:53:07] "GET /virtual-network/05c9df1c-30d3-4c04-be9f-67c5250951ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.007368 10.0.0.22 - - [2025-11-10 03:53:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.034899 10.0.0.22 - - [2025-11-10 03:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.22 - - [2025-11-10 03:53:10] "GET /virtual-network/05c9df1c-30d3-4c04-be9f-67c5250951ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005698 10.0.0.22 - - [2025-11-10 03:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.22 - - [2025-11-10 03:53:12] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003942 10.0.0.22 - - [2025-11-10 03:53:12] "GET /virtual-networks?parent_id=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003892 10.0.0.22 - - [2025-11-10 03:53:12] "GET /virtual-network/05c9df1c-30d3-4c04-be9f-67c5250951ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006055 10.0.0.22 - - [2025-11-10 03:53:12] "POST /neutron/port HTTP/1.1" 200 1180 0.015700 10.0.0.22 - - [2025-11-10 03:53:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007882 10.0.0.22 - - [2025-11-10 03:53:13] "GET /virtual-machine/f2cb452a-b4f7-4018-ab0f-e45fa92091a7 HTTP/1.1" 200 1301 0.009821 10.0.0.22 - - [2025-11-10 03:53:13] "GET /virtual-machine-interface/23b2c86f-81fe-4749-9bbc-b100b77d7540 HTTP/1.1" 200 3157 0.005768 10.0.0.22 - - [2025-11-10 03:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.22 - - [2025-11-10 03:53:13] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004235 10.0.0.22 - - [2025-11-10 03:53:13] "GET /virtual-networks?parent_id=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006408 10.0.0.22 - - [2025-11-10 03:53:13] "GET /virtual-network/ccb5e2ea-6c47-450b-a39a-6c619e74856d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.007648 10.0.0.22 - - [2025-11-10 03:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.22 - - [2025-11-10 03:53:14] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006196 10.0.0.22 - - [2025-11-10 03:53:14] "GET /virtual-networks?parent_id=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004116 10.0.0.22 - - [2025-11-10 03:53:14] "GET /virtual-network/ccb5e2ea-6c47-450b-a39a-6c619e74856d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.006218 10.0.0.22 - - [2025-11-10 03:53:14] "POST /fqname-to-id HTTP/1.1" 404 209 0.003210 10.0.0.22 - - [2025-11-10 03:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.23 - - [2025-11-10 03:53:14] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001248 10.0.0.22 - - [2025-11-10 03:53:14] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.059410 10.0.0.22 - - [2025-11-10 03:53:14] "POST /network-policys HTTP/1.1" 200 533 0.033201 10.0.0.22 - - [2025-11-10 03:53:14] "GET /network-policy/373963e2-472f-4303-9182-c38554445145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.008818 10.0.0.22 - - [2025-11-10 03:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.22 - - [2025-11-10 03:53:14] "GET /virtual-network/05c9df1c-30d3-4c04-be9f-67c5250951ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005806 10.0.0.22 - - [2025-11-10 03:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.22 - - [2025-11-10 03:53:14] "GET /network-policy/373963e2-472f-4303-9182-c38554445145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004804 10.0.0.50 - - [2025-11-10 03:53:14] "POST /fqname-to-id HTTP/1.1" 404 230 0.003487 10.0.0.22 - - [2025-11-10 03:53:14] "POST /ref-update HTTP/1.1" 200 156 0.060967 10.0.0.22 - - [2025-11-10 03:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.22 - - [2025-11-10 03:53:15] "GET /network-policy/373963e2-472f-4303-9182-c38554445145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004667 10.0.0.22 - - [2025-11-10 03:53:15] "POST /neutron/network HTTP/1.1" 200 1062 0.013813 10.0.0.22 - - [2025-11-10 03:53:15] "GET /virtual-network/05c9df1c-30d3-4c04-be9f-67c5250951ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2868 0.006749 10.0.0.22 - - [2025-11-10 03:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.22 - - [2025-11-10 03:53:15] "GET /network-policy/373963e2-472f-4303-9182-c38554445145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005578 10.0.0.22 - - [2025-11-10 03:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.22 - - [2025-11-10 03:53:15] "GET /virtual-network/ccb5e2ea-6c47-450b-a39a-6c619e74856d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.008865 10.0.0.22 - - [2025-11-10 03:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.22 - - [2025-11-10 03:53:15] "GET /network-policy/373963e2-472f-4303-9182-c38554445145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005881 10.0.0.50 - - [2025-11-10 03:53:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.006106 10.0.0.50 - - [2025-11-10 03:53:15] "POST /fqname-to-id HTTP/1.1" 404 230 0.012499 10.0.0.22 - - [2025-11-10 03:53:15] "POST /ref-update HTTP/1.1" 200 156 0.100430 10.0.0.22 - - [2025-11-10 03:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.22 - - [2025-11-10 03:53:15] "GET /network-policy/373963e2-472f-4303-9182-c38554445145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.010087 10.0.0.22 - - [2025-11-10 03:53:15] "GET /virtual-network/ccb5e2ea-6c47-450b-a39a-6c619e74856d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.028395 10.0.0.22 - - [2025-11-10 03:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006129 10.0.0.22 - - [2025-11-10 03:53:15] "GET /network-policy/373963e2-472f-4303-9182-c38554445145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004437 10.0.0.22 - - [2025-11-10 03:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.23 - - [2025-11-10 03:53:15] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.22 - - [2025-11-10 03:53:15] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036768 10.0.0.23 - - [2025-11-10 03:53:15] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.22 - - [2025-11-10 03:53:15] "POST /neutron/network HTTP/1.1" 200 585 0.122432 10.0.0.50 - - [2025-11-10 03:53:15] "POST /route-targets HTTP/1.1" 200 327 0.014419 10.0.0.22 - - [2025-11-10 03:53:16] "POST /id-to-fqname HTTP/1.1" 200 214 0.003461 10.0.0.22 - - [2025-11-10 03:53:16] "GET /virtual-network/e9ef3d27-ae9a-4551-b320-0c061ab9426c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005973 10.0.0.22 - - [2025-11-10 03:53:16] "POST /neutron/network HTTP/1.1" 200 799 0.008140 10.0.0.22 - - [2025-11-10 03:53:16] "GET /virtual-network/e9ef3d27-ae9a-4551-b320-0c061ab9426c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.009007 10.0.0.22 - - [2025-11-10 03:53:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.23 - - [2025-11-10 03:53:16] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000948 10.0.0.22 - - [2025-11-10 03:53:16] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044911 10.0.0.22 - - [2025-11-10 03:53:16] "POST /neutron/network HTTP/1.1" 200 117 0.015301 10.0.0.50 - - [2025-11-10 03:53:16] "POST /ref-update HTTP/1.1" 200 156 0.044011 10.0.0.22 - - [2025-11-10 03:53:16] "POST /neutron/network HTTP/1.1" 200 799 0.014688 10.0.0.22 - - [2025-11-10 03:53:16] "POST /id-to-fqname HTTP/1.1" 200 214 0.002351 10.0.0.22 - - [2025-11-10 03:53:16] "GET /virtual-network/ff29cd8a-3bc2-4dcc-8041-95c86341d71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006589 10.0.0.22 - - [2025-11-10 03:53:16] "GET /virtual-network/ff29cd8a-3bc2-4dcc-8041-95c86341d71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005804 10.0.0.22 - - [2025-11-10 03:53:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.012681 10.0.0.22 - - [2025-11-10 03:53:16] "POST /fqname-to-id HTTP/1.1" 404 239 0.003676 10.0.0.22 - - [2025-11-10 03:53:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.23 - - [2025-11-10 03:53:16] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.22 - - [2025-11-10 03:53:17] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.051063 10.0.0.22 - - [2025-11-10 03:53:17] "POST /network-policys HTTP/1.1" 200 587 0.031586 10.0.0.22 - - [2025-11-10 03:53:17] "GET /network-policy/30829ac2-d37a-4737-9763-711591deedf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006676 10.0.0.22 - - [2025-11-10 03:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.22 - - [2025-11-10 03:53:17] "GET /virtual-network/e9ef3d27-ae9a-4551-b320-0c061ab9426c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006789 10.0.0.22 - - [2025-11-10 03:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.22 - - [2025-11-10 03:53:17] "GET /network-policy/30829ac2-d37a-4737-9763-711591deedf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004248 10.0.0.22 - - [2025-11-10 03:53:17] "POST /ref-update HTTP/1.1" 200 156 0.051698 10.0.0.22 - - [2025-11-10 03:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.22 - - [2025-11-10 03:53:17] "GET /network-policy/30829ac2-d37a-4737-9763-711591deedf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005950 10.0.0.22 - - [2025-11-10 03:53:17] "GET /virtual-network/e9ef3d27-ae9a-4551-b320-0c061ab9426c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.008742 10.0.0.22 - - [2025-11-10 03:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.22 - - [2025-11-10 03:53:17] "GET /network-policy/30829ac2-d37a-4737-9763-711591deedf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005381 10.0.0.22 - - [2025-11-10 03:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.22 - - [2025-11-10 03:53:17] "GET /virtual-network/ff29cd8a-3bc2-4dcc-8041-95c86341d71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006745 10.0.0.22 - - [2025-11-10 03:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.22 - - [2025-11-10 03:53:17] "GET /network-policy/30829ac2-d37a-4737-9763-711591deedf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006296 10.0.0.50 - - [2025-11-10 03:53:17] "POST /fqname-to-id HTTP/1.1" 404 210 0.006536 10.0.0.22 - - [2025-11-10 03:53:17] "POST /ref-update HTTP/1.1" 200 156 0.062052 10.0.0.22 - - [2025-11-10 03:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.22 - - [2025-11-10 03:53:17] "GET /network-policy/30829ac2-d37a-4737-9763-711591deedf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005140 10.0.0.50 - - [2025-11-10 03:53:17] "PUT /access-control-list/3179b3a9-8a59-47a6-9dae-79c28e02102d HTTP/1.1" 200 272 0.045045 10.0.0.22 - - [2025-11-10 03:53:17] "GET /virtual-network/ff29cd8a-3bc2-4dcc-8041-95c86341d71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.009455 10.0.0.22 - - [2025-11-10 03:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.22 - - [2025-11-10 03:53:17] "GET /network-policy/30829ac2-d37a-4737-9763-711591deedf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005062 10.0.0.22 - - [2025-11-10 03:53:17] "POST /id-to-fqname HTTP/1.1" 200 214 0.001334 10.0.0.22 - - [2025-11-10 03:53:18] "POST /neutron/port HTTP/1.1" 200 2244 0.018432 10.0.0.23 - - [2025-11-10 03:53:18] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055 10.0.0.22 - - [2025-11-10 03:53:18] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.065413 10.0.0.22 - - [2025-11-10 03:53:18] "POST /neutron/network HTTP/1.1" 200 912 0.006882 10.0.0.22 - - [2025-11-10 03:53:19] "POST /neutron/port HTTP/1.1" 200 117 0.007077 10.0.0.22 - - [2025-11-10 03:53:19] "POST /id-to-fqname HTTP/1.1" 200 214 0.001350 10.0.0.22 - - [2025-11-10 03:53:19] "POST /neutron/network HTTP/1.1" 200 922 0.007197 10.0.0.22 - - [2025-11-10 03:53:19] "POST /neutron/port HTTP/1.1" 200 1063 0.034660 10.0.0.22 - - [2025-11-10 03:53:20] "POST /neutron/port HTTP/1.1" 200 1091 0.020275 10.0.0.22 - - [2025-11-10 03:53:20] "POST /neutron/port HTTP/1.1" 200 117 0.001352 10.0.0.23 - - [2025-11-10 03:53:20] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.22 - - [2025-11-10 03:53:20] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.077874 10.0.0.22 - - [2025-11-10 03:53:20] "POST /neutron/port HTTP/1.1" 200 3218 0.024861 10.0.0.22 - - [2025-11-10 03:53:20] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003858 10.0.0.22 - - [2025-11-10 03:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.22 - - [2025-11-10 03:53:20] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005276 10.0.0.22 - - [2025-11-10 03:53:20] "POST /neutron/network HTTP/1.1" 200 922 0.006988 10.0.0.22 - - [2025-11-10 03:53:21] "POST /neutron/port HTTP/1.1" 200 1063 0.020085 10.0.0.22 - - [2025-11-10 03:53:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004228 10.0.0.22 - - [2025-11-10 03:53:21] "POST /neutron/network HTTP/1.1" 200 912 0.007571 10.0.0.22 - - [2025-11-10 03:53:21] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003986 10.0.0.22 - - [2025-11-10 03:53:21] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004549 10.0.0.22 - - [2025-11-10 03:53:21] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004878 10.0.0.22 - - [2025-11-10 03:53:22] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.028225 10.0.0.22 - - [2025-11-10 03:53:22] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.044967 10.0.0.22 - - [2025-11-10 03:53:22] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005327 10.0.0.22 - - [2025-11-10 03:53:22] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005030 10.0.0.22 - - [2025-11-10 03:53:22] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.042791 10.0.0.22 - - [2025-11-10 03:53:22] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.046920 10.0.0.22 - - [2025-11-10 03:53:22] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006616 10.0.0.22 - - [2025-11-10 03:53:22] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.009656 10.0.0.22 - - [2025-11-10 03:53:22] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.040100 10.0.0.22 - - [2025-11-10 03:53:22] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.046237 10.0.0.22 - - [2025-11-10 03:53:22] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005976 10.0.0.22 - - [2025-11-10 03:53:22] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004981 10.0.0.22 - - [2025-11-10 03:53:22] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.029400 10.0.0.22 - - [2025-11-10 03:53:22] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005236 10.0.0.22 - - [2025-11-10 03:53:22] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005538 10.0.0.22 - - [2025-11-10 03:53:22] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005341 10.0.0.22 - - [2025-11-10 03:53:22] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.032445 10.0.0.22 - - [2025-11-10 03:53:22] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.051569 10.0.0.22 - - [2025-11-10 03:53:22] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.014339 10.0.0.22 - - [2025-11-10 03:53:22] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006130 10.0.0.22 - - [2025-11-10 03:53:22] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.039376 10.0.0.22 - - [2025-11-10 03:53:23] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.047861 10.0.0.22 - - [2025-11-10 03:53:23] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.007776 10.0.0.22 - - [2025-11-10 03:53:23] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006820 10.0.0.22 - - [2025-11-10 03:53:23] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.043607 10.0.0.22 - - [2025-11-10 03:53:23] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.040557 10.0.0.22 - - [2025-11-10 03:53:23] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005673 10.0.0.22 - - [2025-11-10 03:53:23] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009935 10.0.0.22 - - [2025-11-10 03:53:23] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.037178 10.0.0.22 - - [2025-11-10 03:53:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004877 10.0.0.22 - - [2025-11-10 03:53:23] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006803 10.0.0.22 - - [2025-11-10 03:53:23] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005880 10.0.0.22 - - [2025-11-10 03:53:23] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.031955 10.0.0.22 - - [2025-11-10 03:53:23] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.043895 10.0.0.22 - - [2025-11-10 03:53:23] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008434 10.0.0.22 - - [2025-11-10 03:53:23] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005129 10.0.0.22 - - [2025-11-10 03:53:23] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.042156 10.0.0.22 - - [2025-11-10 03:53:23] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.047970 10.0.0.22 - - [2025-11-10 03:53:23] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004294 10.0.0.22 - - [2025-11-10 03:53:23] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.015223 10.0.0.22 - - [2025-11-10 03:53:23] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.030720 10.0.0.22 - - [2025-11-10 03:53:23] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.043344 10.0.0.22 - - [2025-11-10 03:53:24] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006782 10.0.0.22 - - [2025-11-10 03:53:24] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005139 10.0.0.22 - - [2025-11-10 03:53:24] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.025124 10.0.0.22 - - [2025-11-10 03:53:24] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004057 10.0.0.22 - - [2025-11-10 03:53:24] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005986 10.0.0.22 - - [2025-11-10 03:53:24] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005399 10.0.0.22 - - [2025-11-10 03:53:24] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.027197 10.0.0.22 - - [2025-11-10 03:53:24] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.053624 10.0.0.22 - - [2025-11-10 03:53:24] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.008491 10.0.0.22 - - [2025-11-10 03:53:24] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005677 10.0.0.22 - - [2025-11-10 03:53:24] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.042817 10.0.0.22 - - [2025-11-10 03:53:24] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.041509 10.0.0.22 - - [2025-11-10 03:53:24] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005321 10.0.0.22 - - [2025-11-10 03:53:24] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006098 10.0.0.22 - - [2025-11-10 03:53:24] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.042301 10.0.0.22 - - [2025-11-10 03:53:24] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.040933 10.0.0.22 - - [2025-11-10 03:53:26] "POST /neutron/network HTTP/1.1" 200 1070 0.007654 10.0.0.22 - - [2025-11-10 03:53:26] "POST /neutron/subnet HTTP/1.1" 200 1268 0.017674 10.0.0.22 - - [2025-11-10 03:53:26] "POST /neutron/network HTTP/1.1" 200 1060 0.010090 10.0.0.50 - - [2025-11-10 03:53:29] "DELETE /access-control-list/999ee785-2481-4cb1-9796-ae5c6729cfdd HTTP/1.1" 200 115 0.050300 10.0.0.22 - - [2025-11-10 03:53:30] "POST /neutron/port HTTP/1.1" 200 1091 0.019398 10.0.0.22 - - [2025-11-10 03:53:33] "POST /neutron/port HTTP/1.1" 200 1182 0.046941 10.0.0.22 - - [2025-11-10 03:53:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004652 10.0.0.22 - - [2025-11-10 03:53:33] "POST /neutron/port HTTP/1.1" 200 117 0.001442 10.0.0.22 - - [2025-11-10 03:53:34] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003258 10.0.0.22 - - [2025-11-10 03:53:34] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004061 10.0.0.22 - - [2025-11-10 03:53:34] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004469 10.0.0.22 - - [2025-11-10 03:53:34] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.027225 10.0.0.22 - - [2025-11-10 03:53:34] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.052618 10.0.0.22 - - [2025-11-10 03:53:34] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005450 10.0.0.22 - - [2025-11-10 03:53:34] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.003881 10.0.0.22 - - [2025-11-10 03:53:35] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.038840 10.0.0.22 - - [2025-11-10 03:53:35] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.057477 10.0.0.22 - - [2025-11-10 03:53:35] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.008363 10.0.0.22 - - [2025-11-10 03:53:35] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004204 10.0.0.22 - - [2025-11-10 03:53:35] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.032224 10.0.0.22 - - [2025-11-10 03:53:35] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.063472 10.0.0.22 - - [2025-11-10 03:53:35] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.018810 10.0.0.22 - - [2025-11-10 03:53:35] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009871 10.0.0.22 - - [2025-11-10 03:53:35] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.027664 10.0.0.23 - - [2025-11-10 03:53:35] "DELETE /project/1434ea6e7b4c475c8151f8cf97221b2a HTTP/1.1" 404 173 0.014502 10.0.0.23 - - [2025-11-10 03:53:35] "DELETE /project/620ed5cd52be482c9e943107c9fd5740 HTTP/1.1" 404 173 0.020166 10.0.0.23 - - [2025-11-10 03:53:35] "DELETE /project/6093a8b7-d241-447e-821a-5f15e138ef2b HTTP/1.1" 404 177 0.026683 10.0.0.23 - - [2025-11-10 03:53:35] "DELETE /project/c7ddee3e084442078bd0380cd7d7c9b4 HTTP/1.1" 404 173 0.013842 10.0.0.22 - - [2025-11-10 03:53:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.013335 10.0.0.23 - - [2025-11-10 03:53:35] "GET /projects?obj_uuids=c7ddee3e-0844-4207-8bd0-380cd7d7c9b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001701 10.0.0.23 - - [2025-11-10 03:53:35] "GET /projects?obj_uuids=620ed5cd-52be-482c-9e94-3107c9fd5740&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001148 10.0.0.22 - - [2025-11-10 03:53:35] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.016046 10.0.0.23 - - [2025-11-10 03:53:35] "GET /project/620ed5cd-52be-482c-9e94-3107c9fd5740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.102575 10.0.0.23 - - [2025-11-10 03:53:35] "GET /project/c7ddee3e-0844-4207-8bd0-380cd7d7c9b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.107092 10.0.0.22 - - [2025-11-10 03:53:35] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.051661 10.0.0.23 - - [2025-11-10 03:53:35] "GET /projects?obj_uuids=c7ddee3e-0844-4207-8bd0-380cd7d7c9b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002241 10.0.0.23 - - [2025-11-10 03:53:35] "GET /projects?obj_uuids=620ed5cd-52be-482c-9e94-3107c9fd5740&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000884 10.0.0.23 - - [2025-11-10 03:53:35] "GET /project/620ed5cd-52be-482c-9e94-3107c9fd5740?fields=security_groups HTTP/1.1" 200 1381 0.077271 10.0.0.23 - - [2025-11-10 03:53:35] "GET /project/c7ddee3e-0844-4207-8bd0-380cd7d7c9b4?fields=security_groups HTTP/1.1" 200 1364 0.084432 10.0.0.22 - - [2025-11-10 03:53:35] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.075801 10.0.0.23 - - [2025-11-10 03:53:35] "DELETE /security-group/df6a5c89-fe02-47b1-9820-90ec6f875670 HTTP/1.1" 200 115 0.117031 10.0.0.22 - - [2025-11-10 03:53:35] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.100452 10.0.0.23 - - [2025-11-10 03:53:35] "GET /projects?obj_uuids=620ed5cd-52be-482c-9e94-3107c9fd5740&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001086 10.0.0.23 - - [2025-11-10 03:53:35] "DELETE /security-group/889405e3-5fb8-4c82-9cd9-2f296ac6945d HTTP/1.1" 200 115 0.120960 10.0.0.23 - - [2025-11-10 03:53:35] "GET /projects?obj_uuids=c7ddee3e-0844-4207-8bd0-380cd7d7c9b4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001359 10.0.0.22 - - [2025-11-10 03:53:35] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007629 10.0.0.22 - - [2025-11-10 03:53:35] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005441 10.0.0.23 - - [2025-11-10 03:53:35] "GET /project/620ed5cd-52be-482c-9e94-3107c9fd5740?fields=application_policy_sets HTTP/1.1" 200 1420 0.091660 10.0.0.23 - - [2025-11-10 03:53:36] "GET /project/c7ddee3e-0844-4207-8bd0-380cd7d7c9b4?fields=application_policy_sets HTTP/1.1" 200 1403 0.185907 10.0.0.22 - - [2025-11-10 03:53:36] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.148074 10.0.0.50 - - [2025-11-10 03:53:36] "DELETE /access-control-list/a7b6901f-26da-4c00-988a-59abde3a88f5 HTTP/1.1" 200 115 0.099220 10.0.0.22 - - [2025-11-10 03:53:36] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.090785 10.0.0.22 - - [2025-11-10 03:53:36] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005728 10.0.0.22 - - [2025-11-10 03:53:36] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.008447 10.0.0.23 - - [2025-11-10 03:53:36] "DELETE /project/620ed5cd-52be-482c-9e94-3107c9fd5740 HTTP/1.1" 200 115 0.824376 10.0.0.23 - - [2025-11-10 03:53:36] "DELETE /project/c7ddee3e-0844-4207-8bd0-380cd7d7c9b4 HTTP/1.1" 200 115 0.869181 10.0.0.22 - - [2025-11-10 03:53:36] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.084842 10.0.0.22 - - [2025-11-10 03:53:36] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.059710 10.0.0.22 - - [2025-11-10 03:53:36] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007747 10.0.0.22 - - [2025-11-10 03:53:36] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008536 10.0.0.22 - - [2025-11-10 03:53:36] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.030291 10.0.0.22 - - [2025-11-10 03:53:36] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003681 10.0.0.22 - - [2025-11-10 03:53:36] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005591 10.0.0.22 - - [2025-11-10 03:53:36] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004587 10.0.0.22 - - [2025-11-10 03:53:36] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.050572 10.0.0.22 - - [2025-11-10 03:53:36] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.039065 10.0.0.22 - - [2025-11-10 03:53:36] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.014043 10.0.0.22 - - [2025-11-10 03:53:36] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005587 10.0.0.22 - - [2025-11-10 03:53:36] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.058896 10.0.0.22 - - [2025-11-10 03:53:37] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.060225 10.0.0.22 - - [2025-11-10 03:53:37] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.010103 10.0.0.22 - - [2025-11-10 03:53:37] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004618 10.0.0.22 - - [2025-11-10 03:53:37] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.045139 10.0.0.22 - - [2025-11-10 03:53:37] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.046976 10.0.0.22 - - [2025-11-10 03:53:37] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.011636 10.0.0.22 - - [2025-11-10 03:53:37] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004292 10.0.0.22 - - [2025-11-10 03:53:37] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.019788 10.0.0.22 - - [2025-11-10 03:53:37] "POST /ref-update HTTP/1.1" 200 156 0.065620 10.0.0.22 - - [2025-11-10 03:53:37] "GET /virtual-network/ff29cd8a-3bc2-4dcc-8041-95c86341d71a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.014163 10.0.0.22 - - [2025-11-10 03:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008008 10.0.0.50 - - [2025-11-10 03:53:37] "POST /ref-update HTTP/1.1" 200 156 0.037754 10.0.0.22 - - [2025-11-10 03:53:37] "GET /network-policy/30829ac2-d37a-4737-9763-711591deedf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004359 10.0.0.22 - - [2025-11-10 03:53:37] "POST /ref-update HTTP/1.1" 200 156 0.074011 10.0.0.22 - - [2025-11-10 03:53:37] "POST /neutron/network HTTP/1.1" 200 799 0.035787 10.0.0.22 - - [2025-11-10 03:53:38] "GET /virtual-network/e9ef3d27-ae9a-4551-b320-0c061ab9426c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.010356 10.0.0.22 - - [2025-11-10 03:53:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.22 - - [2025-11-10 03:53:38] "GET /network-policy/30829ac2-d37a-4737-9763-711591deedf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007999 10.0.0.22 - - [2025-11-10 03:53:38] "DELETE /network-policy/30829ac2-d37a-4737-9763-711591deedf3 HTTP/1.1" 200 115 0.050524 10.0.0.22 - - [2025-11-10 03:53:38] "POST /neutron/port HTTP/1.1" 200 1091 0.015554 10.0.0.22 - - [2025-11-10 03:53:38] "POST /neutron/network HTTP/1.1" 400 204 0.033637 10.0.0.22 - - [2025-11-10 03:53:40] "POST /neutron/network HTTP/1.1" 200 799 0.007061 10.0.0.50 - - [2025-11-10 03:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.23 - - [2025-11-10 03:53:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004521 10.0.0.23 - - [2025-11-10 03:53:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004307 10.0.0.22 - - [2025-11-10 03:53:40] "POST /neutron/network HTTP/1.1" 200 151 0.127888 10.0.0.50 - - [2025-11-10 03:53:40] "DELETE /route-target/9b81d287-39ac-4d09-a7f8-84421dc059d1 HTTP/1.1" 200 115 0.031656 10.0.0.22 - - [2025-11-10 03:53:40] "POST /ref-update HTTP/1.1" 200 156 0.062476 10.0.0.22 - - [2025-11-10 03:53:40] "GET /virtual-network/ccb5e2ea-6c47-450b-a39a-6c619e74856d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.016007 10.0.0.22 - - [2025-11-10 03:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.22 - - [2025-11-10 03:53:40] "GET /network-policy/373963e2-472f-4303-9182-c38554445145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.011045 10.0.0.22 - - [2025-11-10 03:53:40] "POST /ref-update HTTP/1.1" 200 156 0.059448 10.0.0.50 - - [2025-11-10 03:53:40] "DELETE /access-control-list/686eb761-f598-4b40-97f0-ba660fc3c997 HTTP/1.1" 200 115 0.043368 10.0.0.22 - - [2025-11-10 03:53:40] "GET /virtual-network/05c9df1c-30d3-4c04-be9f-67c5250951ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.010277 10.0.0.22 - - [2025-11-10 03:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005692 10.0.0.22 - - [2025-11-10 03:53:40] "GET /network-policy/373963e2-472f-4303-9182-c38554445145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003880 10.0.0.22 - - [2025-11-10 03:53:41] "DELETE /network-policy/373963e2-472f-4303-9182-c38554445145 HTTP/1.1" 200 115 0.056457 10.0.0.22 - - [2025-11-10 03:53:41] "POST /neutron/network HTTP/1.1" 200 974 0.014530 10.0.0.22 - - [2025-11-10 03:53:41] "POST /neutron/port HTTP/1.1" 200 1206 0.020926 10.0.0.22 - - [2025-11-10 03:53:41] "POST /neutron/port HTTP/1.1" 200 1208 0.023844 10.0.0.23 - - [2025-11-10 03:53:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005253 10.0.0.23 - - [2025-11-10 03:53:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005111 10.0.0.23 - - [2025-11-10 03:53:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002602 10.0.0.23 - - [2025-11-10 03:53:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004207 10.0.0.22 - - [2025-11-10 03:53:43] "POST /neutron/network HTTP/1.1" 200 151 0.169794 10.0.0.50 - - [2025-11-10 03:53:43] "DELETE /route-target/2154b9ef-165f-4a17-916a-5bfc79479552 HTTP/1.1" 200 115 0.031151 10.0.0.22 - - [2025-11-10 03:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.23 - - [2025-11-10 03:53:45] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001383 10.0.0.22 - - [2025-11-10 03:53:45] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042789 10.0.0.22 - - [2025-11-10 03:53:45] "POST /neutron/network HTTP/1.1" 200 117 0.012617 10.0.0.50 - - [2025-11-10 03:53:45] "POST /route-targets HTTP/1.1" 200 327 0.014404 10.0.0.50 - - [2025-11-10 03:53:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.003649 10.0.0.23 - - [2025-11-10 03:53:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007987 10.0.0.22 - - [2025-11-10 03:53:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.213964 10.0.0.22 - - [2025-11-10 03:53:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001466 10.0.0.22 - - [2025-11-10 03:53:45] "GET /virtual-network/58bcb171-506b-42c4-a09b-c406d629ed73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005799 10.0.0.22 - - [2025-11-10 03:53:45] "GET /virtual-network/58bcb171-506b-42c4-a09b-c406d629ed73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006235 10.0.0.22 - - [2025-11-10 03:53:45] "POST /neutron/network HTTP/1.1" 200 975 0.010693 10.0.0.22 - - [2025-11-10 03:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.23 - - [2025-11-10 03:53:45] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.22 - - [2025-11-10 03:53:45] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.036808 10.0.0.22 - - [2025-11-10 03:53:46] "POST /neutron/network HTTP/1.1" 200 117 0.015782 10.0.0.50 - - [2025-11-10 03:53:46] "POST /ref-update HTTP/1.1" 200 156 0.020475 10.0.0.50 - - [2025-11-10 03:53:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.006263 10.0.0.23 - - [2025-11-10 03:53:46] "POST /useragent-kv HTTP/1.1" 200 115 0.012087 10.0.0.22 - - [2025-11-10 03:53:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.168370 10.0.0.22 - - [2025-11-10 03:53:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001401 10.0.0.22 - - [2025-11-10 03:53:46] "GET /virtual-network/4995054d-a028-4243-843f-4babd35c8585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006218 10.0.0.22 - - [2025-11-10 03:53:46] "GET /virtual-network/4995054d-a028-4243-843f-4babd35c8585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.008699 10.0.0.22 - - [2025-11-10 03:53:46] "POST /neutron/network HTTP/1.1" 200 974 0.009578 10.0.0.22 - - [2025-11-10 03:53:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001386 10.0.0.22 - - [2025-11-10 03:53:47] "POST /neutron/network HTTP/1.1" 200 985 0.007568 10.0.0.23 - - [2025-11-10 03:53:47] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001138 10.0.0.22 - - [2025-11-10 03:53:47] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.072272 10.0.0.22 - - [2025-11-10 03:53:47] "POST /neutron/port HTTP/1.1" 200 117 0.008600 10.0.0.22 - - [2025-11-10 03:53:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001388 10.0.0.22 - - [2025-11-10 03:53:48] "POST /neutron/network HTTP/1.1" 200 985 0.008026 10.0.0.22 - - [2025-11-10 03:53:48] "POST /neutron/port HTTP/1.1" 200 1153 0.018830 10.0.0.23 - - [2025-11-10 03:53:48] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001245 10.0.0.22 - - [2025-11-10 03:53:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003734 10.0.0.22 - - [2025-11-10 03:53:49] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.114496 10.0.0.22 - - [2025-11-10 03:53:49] "POST /neutron/subnet HTTP/1.1" 200 1272 0.016253 10.0.0.22 - - [2025-11-10 03:53:49] "POST /neutron/network HTTP/1.1" 200 975 0.009172 10.0.0.22 - - [2025-11-10 03:53:49] "POST /neutron/port HTTP/1.1" 200 117 0.007117 10.0.0.22 - - [2025-11-10 03:53:49] "POST /neutron/network HTTP/1.1" 200 984 0.006890 10.0.0.22 - - [2025-11-10 03:53:50] "POST /neutron/port HTTP/1.1" 200 1152 0.024023 10.0.0.22 - - [2025-11-10 03:53:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004431 10.0.0.22 - - [2025-11-10 03:53:50] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.22 - - [2025-11-10 03:53:54] "POST /neutron/port HTTP/1.1" 200 1181 0.032478 10.0.0.22 - - [2025-11-10 03:53:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010513 10.0.0.22 - - [2025-11-10 03:53:54] "GET /virtual-machine/6a789434-dc83-49dc-8570-4b930965b33e HTTP/1.1" 200 1299 0.013040 10.0.0.22 - - [2025-11-10 03:53:54] "GET /virtual-machine-interface/f1b40ac3-b01c-4c07-9dc8-e42cefdc2973 HTTP/1.1" 200 3158 0.007808 10.0.0.22 - - [2025-11-10 03:53:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005437 10.0.0.22 - - [2025-11-10 03:53:54] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007344 10.0.0.22 - - [2025-11-10 03:53:54] "GET /virtual-networks?parent_id=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004327 10.0.0.22 - - [2025-11-10 03:53:54] "GET /virtual-network/58bcb171-506b-42c4-a09b-c406d629ed73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007543 10.0.0.22 - - [2025-11-10 03:53:57] "POST /neutron/port HTTP/1.1" 200 1181 0.026626 10.0.0.22 - - [2025-11-10 03:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007251 10.0.0.22 - - [2025-11-10 03:53:57] "GET /virtual-network/58bcb171-506b-42c4-a09b-c406d629ed73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006620 10.0.0.22 - - [2025-11-10 03:53:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011615 10.0.0.22 - - [2025-11-10 03:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.22 - - [2025-11-10 03:54:00] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005102 10.0.0.22 - - [2025-11-10 03:54:00] "GET /virtual-networks?parent_id=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005117 10.0.0.22 - - [2025-11-10 03:54:00] "GET /virtual-network/58bcb171-506b-42c4-a09b-c406d629ed73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007820 10.0.0.22 - - [2025-11-10 03:54:05] "POST /neutron/port HTTP/1.1" 200 1180 0.020679 10.0.0.22 - - [2025-11-10 03:54:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007533 10.0.0.22 - - [2025-11-10 03:54:05] "GET /virtual-machine/3a6f7448-4958-4901-a1c9-0b27cfb9d690 HTTP/1.1" 200 1300 0.006434 10.0.0.22 - - [2025-11-10 03:54:05] "GET /virtual-machine-interface/dd97f63a-e954-465e-8b0f-e791477dc262 HTTP/1.1" 200 3158 0.005324 10.0.0.22 - - [2025-11-10 03:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.22 - - [2025-11-10 03:54:05] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004719 10.0.0.22 - - [2025-11-10 03:54:05] "GET /virtual-networks?parent_id=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003007 10.0.0.22 - - [2025-11-10 03:54:05] "GET /virtual-network/4995054d-a028-4243-843f-4babd35c8585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006263 10.0.0.22 - - [2025-11-10 03:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.22 - - [2025-11-10 03:54:06] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004261 10.0.0.22 - - [2025-11-10 03:54:06] "GET /virtual-networks?parent_id=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003571 10.0.0.22 - - [2025-11-10 03:54:07] "GET /virtual-network/4995054d-a028-4243-843f-4babd35c8585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.015301 10.0.0.22 - - [2025-11-10 03:54:07] "POST /fqname-to-id HTTP/1.1" 404 209 0.004694 10.0.0.22 - - [2025-11-10 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005979 10.0.0.23 - - [2025-11-10 03:54:07] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001002 10.0.0.22 - - [2025-11-10 03:54:07] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050870 10.0.0.22 - - [2025-11-10 03:54:07] "POST /network-policys HTTP/1.1" 200 533 0.028403 10.0.0.22 - - [2025-11-10 03:54:07] "GET /network-policy/2f0b54c8-de52-4e45-8d61-ade1a996884e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006337 10.0.0.22 - - [2025-11-10 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.22 - - [2025-11-10 03:54:07] "GET /virtual-network/58bcb171-506b-42c4-a09b-c406d629ed73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005760 10.0.0.22 - - [2025-11-10 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.22 - - [2025-11-10 03:54:07] "GET /network-policy/2f0b54c8-de52-4e45-8d61-ade1a996884e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004636 10.0.0.22 - - [2025-11-10 03:54:07] "POST /ref-update HTTP/1.1" 200 156 0.052676 10.0.0.22 - - [2025-11-10 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.22 - - [2025-11-10 03:54:07] "GET /network-policy/2f0b54c8-de52-4e45-8d61-ade1a996884e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005691 10.0.0.22 - - [2025-11-10 03:54:07] "POST /neutron/network HTTP/1.1" 200 1061 0.012326 10.0.0.22 - - [2025-11-10 03:54:07] "GET /virtual-network/58bcb171-506b-42c4-a09b-c406d629ed73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.005145 10.0.0.22 - - [2025-11-10 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.22 - - [2025-11-10 03:54:07] "GET /network-policy/2f0b54c8-de52-4e45-8d61-ade1a996884e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005158 10.0.0.22 - - [2025-11-10 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.22 - - [2025-11-10 03:54:07] "GET /virtual-network/4995054d-a028-4243-843f-4babd35c8585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006927 10.0.0.22 - - [2025-11-10 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.22 - - [2025-11-10 03:54:07] "GET /network-policy/2f0b54c8-de52-4e45-8d61-ade1a996884e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003617 10.0.0.22 - - [2025-11-10 03:54:07] "POST /ref-update HTTP/1.1" 200 156 0.068445 10.0.0.50 - - [2025-11-10 03:54:07] "PUT /access-control-list/4fba2377-8177-4bd7-b633-b4d49369463d HTTP/1.1" 200 272 0.029838 10.0.0.22 - - [2025-11-10 03:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.22 - - [2025-11-10 03:54:08] "GET /network-policy/2f0b54c8-de52-4e45-8d61-ade1a996884e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.013211 10.0.0.50 - - [2025-11-10 03:54:08] "POST /ref-update HTTP/1.1" 200 156 0.026184 10.0.0.22 - - [2025-11-10 03:54:08] "GET /virtual-network/4995054d-a028-4243-843f-4babd35c8585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.009542 10.0.0.22 - - [2025-11-10 03:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.22 - - [2025-11-10 03:54:08] "GET /network-policy/2f0b54c8-de52-4e45-8d61-ade1a996884e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004324 10.0.0.22 - - [2025-11-10 03:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005442 10.0.0.23 - - [2025-11-10 03:54:08] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.22 - - [2025-11-10 03:54:08] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041600 10.0.0.23 - - [2025-11-10 03:54:08] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.22 - - [2025-11-10 03:54:08] "POST /neutron/network HTTP/1.1" 200 585 0.119784 10.0.0.22 - - [2025-11-10 03:54:08] "POST /id-to-fqname HTTP/1.1" 200 214 0.003883 10.0.0.22 - - [2025-11-10 03:54:08] "GET /virtual-network/78d47195-eb5f-4cc1-8841-afd66384ce30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005679 10.0.0.22 - - [2025-11-10 03:54:08] "POST /neutron/network HTTP/1.1" 200 799 0.007002 10.0.0.22 - - [2025-11-10 03:54:08] "GET /virtual-network/78d47195-eb5f-4cc1-8841-afd66384ce30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005113 10.0.0.22 - - [2025-11-10 03:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.23 - - [2025-11-10 03:54:08] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001638 10.0.0.22 - - [2025-11-10 03:54:08] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.058604 10.0.0.22 - - [2025-11-10 03:54:09] "POST /neutron/network HTTP/1.1" 200 117 0.016844 10.0.0.50 - - [2025-11-10 03:54:09] "POST /route-targets HTTP/1.1" 200 327 0.013352 10.0.0.22 - - [2025-11-10 03:54:09] "POST /neutron/network HTTP/1.1" 200 799 0.009182 10.0.0.22 - - [2025-11-10 03:54:09] "POST /id-to-fqname HTTP/1.1" 200 214 0.001471 10.0.0.22 - - [2025-11-10 03:54:09] "GET /virtual-network/9c372a80-f1ca-4f3e-8180-ce448c75fa79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005890 10.0.0.22 - - [2025-11-10 03:54:09] "GET /virtual-network/9c372a80-f1ca-4f3e-8180-ce448c75fa79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005923 10.0.0.22 - - [2025-11-10 03:54:09] "POST /neutron/subnet HTTP/1.1" 200 701 0.009792 10.0.0.22 - - [2025-11-10 03:54:09] "POST /fqname-to-id HTTP/1.1" 404 239 0.003045 10.0.0.22 - - [2025-11-10 03:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.23 - - [2025-11-10 03:54:09] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.22 - - [2025-11-10 03:54:09] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048539 10.0.0.22 - - [2025-11-10 03:54:09] "POST /network-policys HTTP/1.1" 200 587 0.029999 10.0.0.22 - - [2025-11-10 03:54:09] "GET /network-policy/2b1e31b7-7819-46bb-8dc8-49c0be3dfde8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006151 10.0.0.22 - - [2025-11-10 03:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.22 - - [2025-11-10 03:54:09] "GET /virtual-network/78d47195-eb5f-4cc1-8841-afd66384ce30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006300 10.0.0.22 - - [2025-11-10 03:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.22 - - [2025-11-10 03:54:09] "GET /network-policy/2b1e31b7-7819-46bb-8dc8-49c0be3dfde8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004505 10.0.0.22 - - [2025-11-10 03:54:09] "POST /ref-update HTTP/1.1" 200 156 0.060673 10.0.0.22 - - [2025-11-10 03:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.50 - - [2025-11-10 03:54:10] "POST /access-control-lists HTTP/1.1" 200 554 0.085855 10.0.0.22 - - [2025-11-10 03:54:10] "GET /network-policy/2b1e31b7-7819-46bb-8dc8-49c0be3dfde8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005211 10.0.0.22 - - [2025-11-10 03:54:10] "GET /virtual-network/78d47195-eb5f-4cc1-8841-afd66384ce30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.008638 10.0.0.22 - - [2025-11-10 03:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.22 - - [2025-11-10 03:54:10] "GET /network-policy/2b1e31b7-7819-46bb-8dc8-49c0be3dfde8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003965 10.0.0.22 - - [2025-11-10 03:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.22 - - [2025-11-10 03:54:10] "GET /virtual-network/9c372a80-f1ca-4f3e-8180-ce448c75fa79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006304 10.0.0.22 - - [2025-11-10 03:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.22 - - [2025-11-10 03:54:10] "GET /network-policy/2b1e31b7-7819-46bb-8dc8-49c0be3dfde8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005181 10.0.0.22 - - [2025-11-10 03:54:10] "POST /ref-update HTTP/1.1" 200 156 0.057878 10.0.0.22 - - [2025-11-10 03:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.22 - - [2025-11-10 03:54:10] "GET /network-policy/2b1e31b7-7819-46bb-8dc8-49c0be3dfde8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006618 10.0.0.50 - - [2025-11-10 03:54:10] "POST /ref-update HTTP/1.1" 200 156 0.044542 10.0.0.22 - - [2025-11-10 03:54:10] "GET /virtual-network/9c372a80-f1ca-4f3e-8180-ce448c75fa79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.023532 10.0.0.22 - - [2025-11-10 03:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.015861 10.0.0.22 - - [2025-11-10 03:54:10] "GET /network-policy/2b1e31b7-7819-46bb-8dc8-49c0be3dfde8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004307 10.0.0.22 - - [2025-11-10 03:54:10] "POST /id-to-fqname HTTP/1.1" 200 214 0.001176 10.0.0.22 - - [2025-11-10 03:54:10] "POST /neutron/port HTTP/1.1" 200 2243 0.018891 10.0.0.23 - - [2025-11-10 03:54:11] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.22 - - [2025-11-10 03:54:11] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.081201 10.0.0.22 - - [2025-11-10 03:54:11] "POST /neutron/network HTTP/1.1" 200 912 0.006767 10.0.0.22 - - [2025-11-10 03:54:11] "POST /neutron/port HTTP/1.1" 200 117 0.006645 10.0.0.22 - - [2025-11-10 03:54:11] "POST /id-to-fqname HTTP/1.1" 200 214 0.001615 10.0.0.22 - - [2025-11-10 03:54:12] "POST /neutron/network HTTP/1.1" 200 922 0.008429 10.0.0.22 - - [2025-11-10 03:54:12] "POST /neutron/port HTTP/1.1" 200 1063 0.019093 10.0.0.22 - - [2025-11-10 03:54:12] "POST /neutron/port HTTP/1.1" 200 1091 0.018404 10.0.0.22 - - [2025-11-10 03:54:12] "POST /neutron/port HTTP/1.1" 200 117 0.001420 10.0.0.23 - - [2025-11-10 03:54:13] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002674 10.0.0.22 - - [2025-11-10 03:54:13] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.078918 10.0.0.22 - - [2025-11-10 03:54:13] "POST /neutron/port HTTP/1.1" 200 3217 0.034217 10.0.0.22 - - [2025-11-10 03:54:13] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004646 10.0.0.22 - - [2025-11-10 03:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007123 10.0.0.22 - - [2025-11-10 03:54:13] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006834 10.0.0.22 - - [2025-11-10 03:54:13] "POST /neutron/network HTTP/1.1" 200 922 0.012105 10.0.0.22 - - [2025-11-10 03:54:14] "POST /neutron/port HTTP/1.1" 200 1063 0.023631 10.0.0.22 - - [2025-11-10 03:54:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004112 10.0.0.22 - - [2025-11-10 03:54:14] "POST /neutron/network HTTP/1.1" 200 912 0.009283 10.0.0.22 - - [2025-11-10 03:54:14] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003595 10.0.0.22 - - [2025-11-10 03:54:14] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004535 10.0.0.22 - - [2025-11-10 03:54:14] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.003968 10.0.0.22 - - [2025-11-10 03:54:14] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.031675 10.0.0.22 - - [2025-11-10 03:54:15] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.042752 10.0.0.22 - - [2025-11-10 03:54:15] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009550 10.0.0.22 - - [2025-11-10 03:54:15] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010458 10.0.0.22 - - [2025-11-10 03:54:15] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.040227 10.0.0.22 - - [2025-11-10 03:54:15] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.037984 10.0.0.22 - - [2025-11-10 03:54:15] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005557 10.0.0.22 - - [2025-11-10 03:54:15] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.006475 10.0.0.22 - - [2025-11-10 03:54:15] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.047923 10.0.0.22 - - [2025-11-10 03:54:15] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.041926 10.0.0.22 - - [2025-11-10 03:54:15] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007645 10.0.0.22 - - [2025-11-10 03:54:15] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.012381 10.0.0.22 - - [2025-11-10 03:54:15] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.033319 10.0.0.22 - - [2025-11-10 03:54:15] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005639 10.0.0.22 - - [2025-11-10 03:54:15] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006253 10.0.0.22 - - [2025-11-10 03:54:15] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004668 10.0.0.22 - - [2025-11-10 03:54:15] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.029409 10.0.0.22 - - [2025-11-10 03:54:15] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.045401 10.0.0.22 - - [2025-11-10 03:54:15] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004670 10.0.0.22 - - [2025-11-10 03:54:15] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010810 10.0.0.22 - - [2025-11-10 03:54:15] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.037590 10.0.0.22 - - [2025-11-10 03:54:15] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.031929 10.0.0.22 - - [2025-11-10 03:54:16] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.011295 10.0.0.22 - - [2025-11-10 03:54:16] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.003952 10.0.0.22 - - [2025-11-10 03:54:16] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.036647 10.0.0.22 - - [2025-11-10 03:54:16] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.058705 10.0.0.22 - - [2025-11-10 03:54:16] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006104 10.0.0.22 - - [2025-11-10 03:54:16] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005956 10.0.0.22 - - [2025-11-10 03:54:16] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.031414 10.0.0.22 - - [2025-11-10 03:54:16] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003783 10.0.0.22 - - [2025-11-10 03:54:16] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005207 10.0.0.22 - - [2025-11-10 03:54:16] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004229 10.0.0.22 - - [2025-11-10 03:54:16] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.029484 10.0.0.22 - - [2025-11-10 03:54:16] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.034750 10.0.0.22 - - [2025-11-10 03:54:16] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004925 10.0.0.22 - - [2025-11-10 03:54:16] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006976 10.0.0.22 - - [2025-11-10 03:54:16] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.040175 10.0.0.22 - - [2025-11-10 03:54:16] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.041048 10.0.0.22 - - [2025-11-10 03:54:16] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.010041 10.0.0.22 - - [2025-11-10 03:54:16] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004390 10.0.0.22 - - [2025-11-10 03:54:16] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.053775 10.0.0.22 - - [2025-11-10 03:54:16] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.044821 10.0.0.22 - - [2025-11-10 03:54:16] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.008792 10.0.0.22 - - [2025-11-10 03:54:16] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.004180 10.0.0.22 - - [2025-11-10 03:54:16] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.026671 10.0.0.22 - - [2025-11-10 03:54:17] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005035 10.0.0.22 - - [2025-11-10 03:54:17] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005915 10.0.0.22 - - [2025-11-10 03:54:17] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.021190 10.0.0.22 - - [2025-11-10 03:54:17] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008054 10.0.0.22 - - [2025-11-10 03:54:17] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004697 10.0.0.22 - - [2025-11-10 03:54:17] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.020430 10.0.0.22 - - [2025-11-10 03:54:17] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.005300 10.0.0.22 - - [2025-11-10 03:54:17] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2837 0.008622 10.0.0.22 - - [2025-11-10 03:54:17] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.024998 10.0.0.22 - - [2025-11-10 03:54:23] "POST /neutron/port HTTP/1.1" 200 1091 0.018140 10.0.0.22 - - [2025-11-10 03:54:27] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004043 10.0.0.22 - - [2025-11-10 03:54:27] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.007670 10.0.0.22 - - [2025-11-10 03:54:27] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004902 10.0.0.22 - - [2025-11-10 03:54:27] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.028807 10.0.0.22 - - [2025-11-10 03:54:27] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.032395 10.0.0.22 - - [2025-11-10 03:54:27] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005284 10.0.0.22 - - [2025-11-10 03:54:27] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004679 10.0.0.22 - - [2025-11-10 03:54:27] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.033160 10.0.0.22 - - [2025-11-10 03:54:27] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.049908 10.0.0.22 - - [2025-11-10 03:54:27] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.013769 10.0.0.22 - - [2025-11-10 03:54:27] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.006438 10.0.0.22 - - [2025-11-10 03:54:27] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.059497 10.0.0.22 - - [2025-11-10 03:54:27] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.064002 10.0.0.22 - - [2025-11-10 03:54:27] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005009 10.0.0.22 - - [2025-11-10 03:54:27] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006425 10.0.0.22 - - [2025-11-10 03:54:28] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.032081 10.0.0.22 - - [2025-11-10 03:54:28] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003945 10.0.0.22 - - [2025-11-10 03:54:28] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004814 10.0.0.22 - - [2025-11-10 03:54:28] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004395 10.0.0.22 - - [2025-11-10 03:54:28] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.032605 10.0.0.22 - - [2025-11-10 03:54:28] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.041168 10.0.0.22 - - [2025-11-10 03:54:28] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.008639 10.0.0.22 - - [2025-11-10 03:54:28] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004691 10.0.0.22 - - [2025-11-10 03:54:28] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.033779 10.0.0.22 - - [2025-11-10 03:54:28] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.048205 10.0.0.22 - - [2025-11-10 03:54:28] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.022157 10.0.0.22 - - [2025-11-10 03:54:28] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.008584 10.0.0.22 - - [2025-11-10 03:54:28] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.034343 10.0.0.22 - - [2025-11-10 03:54:28] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.046162 10.0.0.22 - - [2025-11-10 03:54:28] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.007027 10.0.0.22 - - [2025-11-10 03:54:28] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004757 10.0.0.22 - - [2025-11-10 03:54:28] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.036179 10.0.0.22 - - [2025-11-10 03:54:28] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004707 10.0.0.22 - - [2025-11-10 03:54:28] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007532 10.0.0.22 - - [2025-11-10 03:54:28] "GET /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005313 10.0.0.22 - - [2025-11-10 03:54:28] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.030345 10.0.0.22 - - [2025-11-10 03:54:28] "PUT /bgp-router/efe266c5-8832-4a38-b682-7a86337f713b HTTP/1.1" 200 254 0.041667 10.0.0.22 - - [2025-11-10 03:54:29] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009140 10.0.0.22 - - [2025-11-10 03:54:29] "GET /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004507 10.0.0.22 - - [2025-11-10 03:54:29] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.046673 10.0.0.22 - - [2025-11-10 03:54:29] "PUT /bgp-router/c2e1e9c7-ce19-4425-ab70-02681d917f2a HTTP/1.1" 200 254 0.040997 10.0.0.22 - - [2025-11-10 03:54:29] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.005806 10.0.0.22 - - [2025-11-10 03:54:29] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.005424 10.0.0.22 - - [2025-11-10 03:54:29] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.031796 10.0.0.22 - - [2025-11-10 03:54:29] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.055633 10.0.0.22 - - [2025-11-10 03:54:29] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.008858 10.0.0.22 - - [2025-11-10 03:54:29] "GET /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2900 0.005001 10.0.0.22 - - [2025-11-10 03:54:29] "PUT /bgp-router/38cc2aeb-3536-42b4-a92d-d23a9ac083cd HTTP/1.1" 200 254 0.023581 10.0.0.22 - - [2025-11-10 03:54:29] "POST /ref-update HTTP/1.1" 200 156 0.070065 10.0.0.50 - - [2025-11-10 03:54:29] "DELETE /access-control-list/0f8f9183-88b6-4543-acba-45ff1c50405f HTTP/1.1" 200 115 0.039066 10.0.0.22 - - [2025-11-10 03:54:29] "GET /virtual-network/9c372a80-f1ca-4f3e-8180-ce448c75fa79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.011056 10.0.0.22 - - [2025-11-10 03:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.22 - - [2025-11-10 03:54:29] "GET /network-policy/2b1e31b7-7819-46bb-8dc8-49c0be3dfde8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006542 10.0.0.22 - - [2025-11-10 03:54:29] "POST /ref-update HTTP/1.1" 200 156 0.076879 10.0.0.22 - - [2025-11-10 03:54:30] "POST /neutron/network HTTP/1.1" 200 799 0.020853 10.0.0.50 - - [2025-11-10 03:54:30] "POST /ref-update HTTP/1.1" 200 156 0.050652 10.0.0.22 - - [2025-11-10 03:54:30] "GET /virtual-network/78d47195-eb5f-4cc1-8841-afd66384ce30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.016605 10.0.0.22 - - [2025-11-10 03:54:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.015161 10.0.0.22 - - [2025-11-10 03:54:30] "GET /network-policy/2b1e31b7-7819-46bb-8dc8-49c0be3dfde8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007936 10.0.0.22 - - [2025-11-10 03:54:30] "DELETE /network-policy/2b1e31b7-7819-46bb-8dc8-49c0be3dfde8 HTTP/1.1" 200 115 0.045727 10.0.0.22 - - [2025-11-10 03:54:30] "POST /neutron/port HTTP/1.1" 200 1091 0.016678 10.0.0.22 - - [2025-11-10 03:54:30] "POST /neutron/port HTTP/1.1" 200 151 0.255821 10.0.0.22 - - [2025-11-10 03:54:32] "POST /neutron/network HTTP/1.1" 200 799 0.006852 10.0.0.23 - - [2025-11-10 03:54:32] "POST /useragent-kv HTTP/1.1" 200 115 0.006076 10.0.0.50 - - [2025-11-10 03:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.23 - - [2025-11-10 03:54:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002625 10.0.0.22 - - [2025-11-10 03:54:32] "POST /neutron/network HTTP/1.1" 200 151 0.141756 10.0.0.50 - - [2025-11-10 03:54:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.004797 10.0.0.22 - - [2025-11-10 03:54:32] "POST /ref-update HTTP/1.1" 200 156 0.074659 10.0.0.50 - - [2025-11-10 03:54:32] "POST /ref-update HTTP/1.1" 200 156 0.030947 10.0.0.22 - - [2025-11-10 03:54:32] "GET /virtual-network/4995054d-a028-4243-843f-4babd35c8585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.018810 10.0.0.22 - - [2025-11-10 03:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.014243 10.0.0.22 - - [2025-11-10 03:54:32] "GET /network-policy/2f0b54c8-de52-4e45-8d61-ade1a996884e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004800 10.0.0.22 - - [2025-11-10 03:54:33] "POST /ref-update HTTP/1.1" 200 156 0.055320 10.0.0.22 - - [2025-11-10 03:54:33] "GET /virtual-network/58bcb171-506b-42c4-a09b-c406d629ed73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.012423 10.0.0.22 - - [2025-11-10 03:54:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005152 10.0.0.22 - - [2025-11-10 03:54:33] "GET /network-policy/2f0b54c8-de52-4e45-8d61-ade1a996884e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004891 10.0.0.22 - - [2025-11-10 03:54:33] "DELETE /network-policy/2f0b54c8-de52-4e45-8d61-ade1a996884e HTTP/1.1" 200 115 0.040168 10.0.0.22 - - [2025-11-10 03:54:33] "POST /neutron/network HTTP/1.1" 200 974 0.017268 10.0.0.22 - - [2025-11-10 03:54:33] "POST /neutron/port HTTP/1.1" 200 1206 0.017740 10.0.0.22 - - [2025-11-10 03:54:33] "POST /neutron/port HTTP/1.1" 200 1207 0.028604 10.0.0.23 - - [2025-11-10 03:54:35] "POST /useragent-kv HTTP/1.1" 200 115 0.007025 10.0.0.50 - - [2025-11-10 03:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.23 - - [2025-11-10 03:54:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002893 10.0.0.23 - - [2025-11-10 03:54:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002346 10.0.0.23 - - [2025-11-10 03:54:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002894 10.0.0.22 - - [2025-11-10 03:54:35] "POST /neutron/network HTTP/1.1" 200 151 0.168215 10.0.0.50 - - [2025-11-10 03:54:35] "DELETE /route-target/5e391004-a9c2-4554-bacb-18128a73e9a3 HTTP/1.1" 200 115 0.028848 10.0.0.23 - - [2025-11-10 03:54:37] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.22 - - [2025-11-10 03:54:37] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.056767 10.0.0.23 - - [2025-11-10 03:54:37] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001416 10.0.0.22 - - [2025-11-10 03:54:37] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?fields=virtual_networks HTTP/1.1" 200 1047 0.058677 10.0.0.23 - - [2025-11-10 03:54:37] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001488 10.0.0.22 - - [2025-11-10 03:54:37] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.054052 10.0.0.23 - - [2025-11-10 03:54:37] "GET /projects?obj_uuids=1434ea6e-7b4c-475c-8151-f8cf97221b2a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004178 10.0.0.22 - - [2025-11-10 03:54:37] "GET /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a?fields=security_groups HTTP/1.1" 200 1281 0.073284 10.0.0.22 - - [2025-11-10 03:54:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.031066 10.0.0.23 - - [2025-11-10 03:54:38] "GET /projects?obj_uuids=a7ba0222-b3bc-410b-8fd1-38fb6076b190&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004725 10.0.0.23 - - [2025-11-10 03:54:38] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001413 10.0.0.23 - - [2025-11-10 03:54:38] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008906 10.0.0.23 - - [2025-11-10 03:54:38] "POST /id-to-fqname HTTP/1.1" 200 185 0.006042 10.0.0.23 - - [2025-11-10 03:54:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.002616 10.0.0.23 - - [2025-11-10 03:54:38] "POST /security-groups HTTP/1.1" 200 586 0.081954 10.0.0.23 - - [2025-11-10 03:54:38] "POST /projects HTTP/1.1" 200 575 0.302858 10.0.0.50 - - [2025-11-10 03:54:38] "POST /fqname-to-id HTTP/1.1" 404 228 0.004738 10.0.0.23 - - [2025-11-10 03:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.379153 10.0.0.22 - - [2025-11-10 03:54:38] "GET /project/a7ba0222-b3bc-410b-8fd1-38fb6076b190?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.528002 10.0.0.22 - - [2025-11-10 03:54:40] "GET / HTTP/1.1" 200 35931 0.003291 10.0.0.22 - - [2025-11-10 03:54:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.50 - - [2025-11-10 03:54:42] "GET /obj-perms HTTP/1.1" 200 5056 0.331425 10.0.0.22 - - [2025-11-10 03:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.027242 10.0.0.22 - - [2025-11-10 03:54:43] "GET /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004633 10.0.0.22 - - [2025-11-10 03:54:43] "GET /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004411 10.0.0.22 - - [2025-11-10 03:54:43] "GET /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003238 10.0.0.22 - - [2025-11-10 03:54:43] "PUT /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9 HTTP/1.1" 200 264 0.012357 10.0.0.22 - - [2025-11-10 03:54:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.025789 10.0.0.23 - - [2025-11-10 03:54:45] "GET /projects?obj_uuids=6e7f1336-6cbe-428d-95ca-4a4ffdc9b07a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003934 10.0.0.23 - - [2025-11-10 03:54:45] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.23 - - [2025-11-10 03:54:45] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007215 10.0.0.23 - - [2025-11-10 03:54:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.001203 10.0.0.23 - - [2025-11-10 03:54:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.013026 10.0.0.23 - - [2025-11-10 03:54:45] "POST /security-groups HTTP/1.1" 200 586 0.082790 10.0.0.23 - - [2025-11-10 03:54:45] "POST /projects HTTP/1.1" 200 575 0.316820 10.0.0.50 - - [2025-11-10 03:54:45] "POST /access-control-lists HTTP/1.1" 200 591 0.034062 10.0.0.23 - - [2025-11-10 03:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.386111 10.0.0.22 - - [2025-11-10 03:54:45] "GET /project/6e7f1336-6cbe-428d-95ca-4a4ffdc9b07a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.524813 10.0.0.22 - - [2025-11-10 03:54:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.024707 10.0.0.23 - - [2025-11-10 03:54:46] "GET /projects?obj_uuids=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003470 10.0.0.23 - - [2025-11-10 03:54:46] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001559 10.0.0.23 - - [2025-11-10 03:54:46] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007278 10.0.0.23 - - [2025-11-10 03:54:46] "POST /id-to-fqname HTTP/1.1" 200 185 0.003577 10.0.0.23 - - [2025-11-10 03:54:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.006101 10.0.0.23 - - [2025-11-10 03:54:46] "POST /security-groups HTTP/1.1" 200 586 0.045927 10.0.0.50 - - [2025-11-10 03:54:46] "POST /fqname-to-id HTTP/1.1" 404 229 0.004599 10.0.0.23 - - [2025-11-10 03:54:46] "POST /projects HTTP/1.1" 200 575 0.260500 10.0.0.23 - - [2025-11-10 03:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.336865 10.0.0.50 - - [2025-11-10 03:54:46] "POST /access-control-lists HTTP/1.1" 200 589 0.032781 10.0.0.22 - - [2025-11-10 03:54:46] "GET /project/7f687320-d9aa-4855-bf83-338afdb05df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.486486 10.0.0.22 - - [2025-11-10 03:54:47] "GET / HTTP/1.1" 200 35931 0.002008 10.0.0.22 - - [2025-11-10 03:54:48] "GET / HTTP/1.1" 200 35931 0.001626 10.0.0.22 - - [2025-11-10 03:54:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.003763 10.0.0.22 - - [2025-11-10 03:54:48] "POST /api-access-lists HTTP/1.1" 200 521 0.027842 10.0.0.22 - - [2025-11-10 03:54:48] "GET /api-access-list/1fe91dca-7b18-40a4-9c2c-4d05a66cccd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.007052 10.0.0.22 - - [2025-11-10 03:54:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.22 - - [2025-11-10 03:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.109634 10.0.0.23 - - [2025-11-10 03:54:49] "GET /projects?obj_uuids=6e7f1336-6cbe-428d-95ca-4a4ffdc9b07a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001371 10.0.0.22 - - [2025-11-10 03:54:49] "GET /project/6e7f1336-6cbe-428d-95ca-4a4ffdc9b07a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.073250 10.0.0.22 - - [2025-11-10 03:54:49] "GET /virtual-networks?parent_id=6e7f1336-6cbe-428d-95ca-4a4ffdc9b07a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017250 10.0.0.22 - - [2025-11-10 03:54:49] "POST /virtual-networks HTTP/1.1" 200 568 0.116298 10.0.0.22 - - [2025-11-10 03:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.047132 10.0.0.22 - - [2025-11-10 03:54:49] "GET /network-ipam/ff56791f-55e2-4bb1-9bbf-e11ee461d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.021493 10.0.0.23 - - [2025-11-10 03:54:50] "POST /useragent-kv HTTP/1.1" 200 115 0.015480 10.0.0.22 - - [2025-11-10 03:54:50] "POST /ref-update HTTP/1.1" 200 156 0.125973 10.0.0.22 - - [2025-11-10 03:54:50] "POST /neutron/network HTTP/1.1" 200 834 0.096177 10.0.0.22 - - [2025-11-10 03:54:50] "GET /virtual-network/ed16a2a5-7b8f-4d41-91c5-5402718f18d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.021516 10.0.0.22 - - [2025-11-10 03:54:50] "POST /neutron/subnet HTTP/1.1" 200 685 0.067730 10.0.0.22 - - [2025-11-10 03:54:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.22 - - [2025-11-10 03:54:52] "GET /obj-perms HTTP/1.1" 200 4915 0.071580 10.0.0.22 - - [2025-11-10 03:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.026366 10.0.0.22 - - [2025-11-10 03:54:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.061092 10.0.0.22 - - [2025-11-10 03:54:52] "POST /id-to-fqname HTTP/1.1" 401 292 0.000404 10.0.0.22 - - [2025-11-10 03:54:53] "POST /id-to-fqname HTTP/1.1" 200 230 0.053919 10.0.0.23 - - [2025-11-10 03:54:54] "GET /projects?obj_uuids=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001134 10.0.0.22 - - [2025-11-10 03:54:54] "GET /project/7f687320-d9aa-4855-bf83-338afdb05df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.079554 10.0.0.22 - - [2025-11-10 03:54:54] "POST /neutron/port HTTP/1.1" 200 117 0.036649 10.0.0.22 - - [2025-11-10 03:54:55] "POST /neutron/network HTTP/1.1" 200 844 0.060317 10.0.0.22 - - [2025-11-10 03:54:56] "POST /neutron/port HTTP/1.1" 200 1057 0.019111 10.0.0.22 - - [2025-11-10 03:54:56] "POST /neutron/port HTTP/1.1" 200 1085 0.018288 10.0.0.22 - - [2025-11-10 03:54:56] "POST /neutron/port HTTP/1.1" 200 117 0.001272 10.0.0.22 - - [2025-11-10 03:55:00] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010831 10.0.0.22 - - [2025-11-10 03:55:00] "POST /neutron/port HTTP/1.1" 200 1085 0.018151 10.0.0.22 - - [2025-11-10 03:55:00] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008163 10.0.0.22 - - [2025-11-10 03:55:00] "GET /virtual-machine/2a43c15d-2ae2-4532-a063-eaf90d5a6da2 HTTP/1.1" 401 292 0.000402 10.0.0.22 - - [2025-11-10 03:55:00] "GET /virtual-machine/2a43c15d-2ae2-4532-a063-eaf90d5a6da2 HTTP/1.1" 200 1287 0.050816 10.0.0.22 - - [2025-11-10 03:55:00] "GET /virtual-machine/2a43c15d-2ae2-4532-a063-eaf90d5a6da2 HTTP/1.1" 200 1287 0.026984 10.0.0.22 - - [2025-11-10 03:55:00] "GET /virtual-machine-interface/2962a606-97a7-43bb-ac3e-cd9478491389 HTTP/1.1" 200 2530 0.024230 10.0.0.22 - - [2025-11-10 03:55:00] "GET /virtual-machine/2a43c15d-2ae2-4532-a063-eaf90d5a6da2 HTTP/1.1" 200 1287 0.021270 10.0.0.22 - - [2025-11-10 03:55:01] "GET /virtual-machine-interface/2962a606-97a7-43bb-ac3e-cd9478491389 HTTP/1.1" 200 2530 0.025505 10.0.0.22 - - [2025-11-10 03:55:01] "GET /instance-ip/9756bd8e-3991-4482-a270-e2b0a88bfcb4 HTTP/1.1" 200 1628 0.024155 10.0.0.22 - - [2025-11-10 03:55:01] "GET /virtual-machine/2a43c15d-2ae2-4532-a063-eaf90d5a6da2 HTTP/1.1" 200 1287 0.019224 10.0.0.22 - - [2025-11-10 03:55:01] "GET /virtual-machine-interface/2962a606-97a7-43bb-ac3e-cd9478491389 HTTP/1.1" 200 2530 0.027049 10.0.0.22 - - [2025-11-10 03:55:01] "GET /instance-ip/9756bd8e-3991-4482-a270-e2b0a88bfcb4 HTTP/1.1" 200 1628 0.021603 10.0.0.22 - - [2025-11-10 03:55:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.018517 10.0.0.22 - - [2025-11-10 03:55:01] "GET / HTTP/1.1" 200 35931 0.002329 10.0.0.22 - - [2025-11-10 03:55:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000519 10.0.0.22 - - [2025-11-10 03:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.027395 10.0.0.22 - - [2025-11-10 03:55:01] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004070 10.0.0.22 - - [2025-11-10 03:55:01] "GET /virtual-networks?parent_id=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015767 10.0.0.22 - - [2025-11-10 03:55:01] "POST /fqname-to-id HTTP/1.1" 403 339 0.019660 10.0.0.22 - - [2025-11-10 03:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.22 - - [2025-11-10 03:55:01] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004649 10.0.0.22 - - [2025-11-10 03:55:01] "GET /virtual-networks?parent_id=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.032745 10.0.0.22 - - [2025-11-10 03:55:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.017588 10.0.0.22 - - [2025-11-10 03:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.22 - - [2025-11-10 03:55:02] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004566 10.0.0.22 - - [2025-11-10 03:55:02] "GET /virtual-networks?parent_id=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017277 10.0.0.22 - - [2025-11-10 03:55:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.019752 10.0.0.22 - - [2025-11-10 03:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007004 10.0.0.22 - - [2025-11-10 03:55:02] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004706 10.0.0.22 - - [2025-11-10 03:55:02] "GET /virtual-networks?parent_id=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020086 10.0.0.22 - - [2025-11-10 03:55:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.018354 10.0.0.22 - - [2025-11-10 03:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.22 - - [2025-11-10 03:55:02] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004503 10.0.0.22 - - [2025-11-10 03:55:02] "GET /virtual-networks?parent_id=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018010 10.0.0.22 - - [2025-11-10 03:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.015218 10.0.0.22 - - [2025-11-10 03:55:05] "GET /virtual-network/ed16a2a5-7b8f-4d41-91c5-5402718f18d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.019683 10.0.0.22 - - [2025-11-10 03:55:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.017771 10.0.0.22 - - [2025-11-10 03:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.22 - - [2025-11-10 03:55:07] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003507 10.0.0.22 - - [2025-11-10 03:55:07] "GET /virtual-networks?parent_id=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015741 10.0.0.22 - - [2025-11-10 03:55:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.016496 10.0.0.22 - - [2025-11-10 03:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.22 - - [2025-11-10 03:55:07] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003831 10.0.0.22 - - [2025-11-10 03:55:07] "GET /virtual-networks?parent_id=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016759 10.0.0.22 - - [2025-11-10 03:55:08] "POST /fqname-to-id HTTP/1.1" 403 361 0.017451 10.0.0.22 - - [2025-11-10 03:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.22 - - [2025-11-10 03:55:08] "GET /routing-instance/aef066d1-1378-498f-a8e9-48e933d4abd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004569 10.0.0.22 - - [2025-11-10 03:55:08] "GET /route-target/78a349ba-891d-480d-8b4d-1aa7d37155c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.018522 10.0.0.22 - - [2025-11-10 03:55:08] "GET /route-target/78a349ba-891d-480d-8b4d-1aa7d37155c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003719 10.0.0.22 - - [2025-11-10 03:55:08] "POST /fqname-to-id HTTP/1.1" 403 339 0.022808 10.0.0.22 - - [2025-11-10 03:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.22 - - [2025-11-10 03:55:08] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004744 10.0.0.22 - - [2025-11-10 03:55:08] "GET /virtual-networks?parent_id=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017581 10.0.0.22 - - [2025-11-10 03:55:08] "POST /fqname-to-id HTTP/1.1" 403 361 0.017978 10.0.0.22 - - [2025-11-10 03:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.22 - - [2025-11-10 03:55:08] "GET /routing-instance/aef066d1-1378-498f-a8e9-48e933d4abd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.005211 10.0.0.22 - - [2025-11-10 03:55:08] "GET /route-target/78a349ba-891d-480d-8b4d-1aa7d37155c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.018302 10.0.0.22 - - [2025-11-10 03:55:08] "GET /route-target/78a349ba-891d-480d-8b4d-1aa7d37155c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004310 10.0.0.22 - - [2025-11-10 03:55:08] "POST /fqname-to-id HTTP/1.1" 403 339 0.017459 10.0.0.22 - - [2025-11-10 03:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.22 - - [2025-11-10 03:55:08] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003772 10.0.0.22 - - [2025-11-10 03:55:08] "GET /virtual-networks?parent_id=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015277 10.0.0.22 - - [2025-11-10 03:55:08] "POST /fqname-to-id HTTP/1.1" 403 339 0.015915 10.0.0.22 - - [2025-11-10 03:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.22 - - [2025-11-10 03:55:08] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006175 10.0.0.22 - - [2025-11-10 03:55:08] "GET /virtual-networks?parent_id=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016504 10.0.0.23 - - [2025-11-10 03:55:09] "GET /virtual-machine/2a43c15d-2ae2-4532-a063-eaf90d5a6da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.039498 10.0.0.23 - - [2025-11-10 03:55:13] "GET /obj-perms HTTP/1.1" 200 4915 0.038476 10.0.0.23 - - [2025-11-10 03:55:15] "GET /virtual-machine/2a43c15d-2ae2-4532-a063-eaf90d5a6da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.016219 10.0.0.22 - - [2025-11-10 03:55:17] "GET /virtual-machine-interface/2962a606-97a7-43bb-ac3e-cd9478491389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.022619 10.0.0.22 - - [2025-11-10 03:55:17] "GET /virtual-machine-interface/2962a606-97a7-43bb-ac3e-cd9478491389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.023651 10.0.0.23 - - [2025-11-10 03:55:17] "GET /obj-perms HTTP/1.1" 200 4915 0.015880 10.0.0.22 - - [2025-11-10 03:55:17] "GET /virtual-machine-interface/2962a606-97a7-43bb-ac3e-cd9478491389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.022645 10.0.0.22 - - [2025-11-10 03:55:17] "GET /virtual-network/ed16a2a5-7b8f-4d41-91c5-5402718f18d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.021360 10.0.0.23 - - [2025-11-10 03:55:17] "GET /virtual-machine/2a43c15d-2ae2-4532-a063-eaf90d5a6da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.026077 10.0.0.22 - - [2025-11-10 03:55:18] "GET /obj-perms HTTP/1.1" 200 4915 0.062464 10.0.0.22 - - [2025-11-10 03:55:18] "GET /obj-perms HTTP/1.1" 200 5020 0.044898 10.0.0.22 - - [2025-11-10 03:55:19] "GET /obj-perms HTTP/1.1" 200 4915 0.067690 10.0.0.22 - - [2025-11-10 03:55:19] "GET /obj-perms HTTP/1.1" 200 5020 0.003628 10.0.0.22 - - [2025-11-10 03:55:20] "GET /virtual-machine/2a43c15d-2ae2-4532-a063-eaf90d5a6da2 HTTP/1.1" 200 1287 0.018317 10.0.0.22 - - [2025-11-10 03:55:20] "POST /neutron/port HTTP/1.1" 200 1085 0.019229 10.0.0.22 - - [2025-11-10 03:55:22] "GET /virtual-machine/2a43c15d-2ae2-4532-a063-eaf90d5a6da2 HTTP/1.1" 404 171 0.016517 10.0.0.22 - - [2025-11-10 03:55:22] "GET /virtual-machine/2a43c15d-2ae2-4532-a063-eaf90d5a6da2 HTTP/1.1" 404 171 0.013962 10.0.0.22 - - [2025-11-10 03:55:22] "GET /virtual-machine/2a43c15d-2ae2-4532-a063-eaf90d5a6da2 HTTP/1.1" 404 171 0.016651 10.0.0.22 - - [2025-11-10 03:55:22] "POST /fqname-to-id HTTP/1.1" 403 339 0.018723 10.0.0.22 - - [2025-11-10 03:55:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.22 - - [2025-11-10 03:55:22] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003886 10.0.0.22 - - [2025-11-10 03:55:22] "GET /virtual-networks?parent_id=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018697 10.0.0.22 - - [2025-11-10 03:55:22] "POST /fqname-to-id HTTP/1.1" 403 361 0.019943 10.0.0.22 - - [2025-11-10 03:55:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.22 - - [2025-11-10 03:55:22] "GET /routing-instance/aef066d1-1378-498f-a8e9-48e933d4abd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004254 10.0.0.22 - - [2025-11-10 03:55:22] "GET /route-target/78a349ba-891d-480d-8b4d-1aa7d37155c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017895 10.0.0.22 - - [2025-11-10 03:55:22] "GET /route-target/78a349ba-891d-480d-8b4d-1aa7d37155c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004040 10.0.0.22 - - [2025-11-10 03:55:22] "GET /obj-perms HTTP/1.1" 200 4915 0.013729 10.0.0.22 - - [2025-11-10 03:55:23] "GET /obj-perms HTTP/1.1" 200 4915 0.076416 10.0.0.22 - - [2025-11-10 03:55:26] "GET /obj-perms HTTP/1.1" 200 5020 0.003764 10.0.0.22 - - [2025-11-10 03:55:29] "GET /obj-perms HTTP/1.1" 200 5020 0.003669 10.0.0.50 - - [2025-11-10 03:55:29] "DELETE /access-control-list/aa134713-4219-485d-88eb-ae5297bf186e HTTP/1.1" 200 115 0.029616 10.0.0.22 - - [2025-11-10 03:55:35] "GET /obj-perms HTTP/1.1" 200 5020 0.003964 10.0.0.23 - - [2025-11-10 03:55:36] "DELETE /project/a7ba0222b3bc410b8fd138fb6076b190 HTTP/1.1" 404 173 0.011178 10.0.0.23 - - [2025-11-10 03:55:36] "DELETE /project/6e7f13366cbe428d95ca4a4ffdc9b07a HTTP/1.1" 404 173 0.010196 10.0.0.23 - - [2025-11-10 03:55:36] "DELETE /project/1434ea6e-7b4c-475c-8151-f8cf97221b2a HTTP/1.1" 404 177 0.009092 10.0.0.23 - - [2025-11-10 03:55:36] "DELETE /project/7f687320d9aa4855bf83338afdb05df3 HTTP/1.1" 404 173 0.008382 10.0.0.22 - - [2025-11-10 03:55:38] "GET /obj-perms HTTP/1.1" 200 5020 0.004776 10.0.0.23 - - [2025-11-10 03:55:43] "GET /obj-perms HTTP/1.1" 200 5056 0.050152 10.0.0.22 - - [2025-11-10 03:55:43] "GET /obj-perms HTTP/1.1" 200 5056 0.043107 10.0.0.22 - - [2025-11-10 03:55:47] "GET /obj-perms HTTP/1.1" 200 5020 0.005771 10.0.0.22 - - [2025-11-10 03:55:47] "GET /obj-perms HTTP/1.1" 200 5020 0.004359 10.0.0.50 - - [2025-11-10 03:55:48] "GET /obj-perms HTTP/1.1" 200 5020 0.073078 10.0.0.23 - - [2025-11-10 03:55:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004517 10.0.0.23 - - [2025-11-10 03:55:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003738 10.0.0.22 - - [2025-11-10 03:55:48] "DELETE /virtual-network/ed16a2a5-7b8f-4d41-91c5-5402718f18d4 HTTP/1.1" 200 115 0.140819 10.0.0.50 - - [2025-11-10 03:55:48] "DELETE /route-target/78a349ba-891d-480d-8b4d-1aa7d37155c2 HTTP/1.1" 200 115 0.041531 10.0.0.22 - - [2025-11-10 03:55:48] "DELETE /api-access-list/1fe91dca-7b18-40a4-9c2c-4d05a66cccd2 HTTP/1.1" 200 115 0.047389 10.0.0.23 - - [2025-11-10 03:55:49] "GET /projects?obj_uuids=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001130 10.0.0.22 - - [2025-11-10 03:55:49] "GET /project/7f687320-d9aa-4855-bf83-338afdb05df3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.045665 10.0.0.23 - - [2025-11-10 03:55:49] "GET /projects?obj_uuids=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001125 10.0.0.22 - - [2025-11-10 03:55:49] "GET /project/7f687320-d9aa-4855-bf83-338afdb05df3?fields=virtual_networks HTTP/1.1" 200 1022 0.047770 10.0.0.23 - - [2025-11-10 03:55:49] "GET /projects?obj_uuids=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001103 10.0.0.22 - - [2025-11-10 03:55:49] "GET /project/7f687320-d9aa-4855-bf83-338afdb05df3?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.048894 10.0.0.23 - - [2025-11-10 03:55:49] "GET /projects?obj_uuids=7f687320-d9aa-4855-bf83-338afdb05df3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001116 10.0.0.22 - - [2025-11-10 03:55:49] "GET /project/7f687320-d9aa-4855-bf83-338afdb05df3?fields=security_groups HTTP/1.1" 200 1243 0.041972 10.0.0.23 - - [2025-11-10 03:55:49] "GET /projects?obj_uuids=6e7f1336-6cbe-428d-95ca-4a4ffdc9b07a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001261 10.0.0.22 - - [2025-11-10 03:55:49] "GET /project/6e7f1336-6cbe-428d-95ca-4a4ffdc9b07a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.044033 10.0.0.23 - - [2025-11-10 03:55:49] "GET /projects?obj_uuids=6e7f1336-6cbe-428d-95ca-4a4ffdc9b07a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001145 10.0.0.22 - - [2025-11-10 03:55:49] "GET /project/6e7f1336-6cbe-428d-95ca-4a4ffdc9b07a?fields=virtual_networks HTTP/1.1" 200 1022 0.052034 10.0.0.23 - - [2025-11-10 03:55:49] "GET /projects?obj_uuids=6e7f1336-6cbe-428d-95ca-4a4ffdc9b07a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001069 10.0.0.22 - - [2025-11-10 03:55:50] "GET /project/6e7f1336-6cbe-428d-95ca-4a4ffdc9b07a?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.044785 10.0.0.23 - - [2025-11-10 03:55:50] "GET /projects?obj_uuids=6e7f1336-6cbe-428d-95ca-4a4ffdc9b07a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001018 10.0.0.22 - - [2025-11-10 03:55:50] "GET /project/6e7f1336-6cbe-428d-95ca-4a4ffdc9b07a?fields=security_groups HTTP/1.1" 200 1243 0.039746 10.0.0.22 - - [2025-11-10 03:55:52] "GET /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004942 10.0.0.22 - - [2025-11-10 03:55:52] "PUT /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9 HTTP/1.1" 200 264 0.013992 10.0.0.23 - - [2025-11-10 03:55:52] "GET /projects?obj_uuids=a7ba0222-b3bc-410b-8fd1-38fb6076b190&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000988 10.0.0.22 - - [2025-11-10 03:55:52] "GET /project/a7ba0222-b3bc-410b-8fd1-38fb6076b190?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.048966 10.0.0.23 - - [2025-11-10 03:55:52] "GET /projects?obj_uuids=a7ba0222-b3bc-410b-8fd1-38fb6076b190&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001962 10.0.0.22 - - [2025-11-10 03:55:52] "GET /project/a7ba0222-b3bc-410b-8fd1-38fb6076b190?fields=virtual_networks HTTP/1.1" 200 1023 0.053779 10.0.0.23 - - [2025-11-10 03:55:52] "GET /projects?obj_uuids=a7ba0222-b3bc-410b-8fd1-38fb6076b190&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000962 10.0.0.22 - - [2025-11-10 03:55:52] "GET /project/a7ba0222-b3bc-410b-8fd1-38fb6076b190?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.049467 10.0.0.23 - - [2025-11-10 03:55:52] "GET /projects?obj_uuids=a7ba0222-b3bc-410b-8fd1-38fb6076b190&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002705 10.0.0.22 - - [2025-11-10 03:55:52] "GET /project/a7ba0222-b3bc-410b-8fd1-38fb6076b190?fields=security_groups HTTP/1.1" 200 1244 0.043725 10.0.0.22 - - [2025-11-10 03:55:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.029961 10.0.0.23 - - [2025-11-10 03:55:53] "GET /projects?obj_uuids=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002890 10.0.0.23 - - [2025-11-10 03:55:53] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003063 10.0.0.23 - - [2025-11-10 03:55:53] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010461 10.0.0.23 - - [2025-11-10 03:55:54] "POST /id-to-fqname HTTP/1.1" 200 190 0.002709 10.0.0.23 - - [2025-11-10 03:55:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.014138 10.0.0.23 - - [2025-11-10 03:55:54] "POST /security-groups HTTP/1.1" 200 591 0.029406 10.0.0.23 - - [2025-11-10 03:55:54] "POST /projects HTTP/1.1" 200 585 0.250140 10.0.0.50 - - [2025-11-10 03:55:54] "POST /fqname-to-id HTTP/1.1" 404 233 0.010688 10.0.0.23 - - [2025-11-10 03:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.321717 10.0.0.22 - - [2025-11-10 03:55:54] "GET /project/8d30258c-55d5-44ee-8fac-6dbf36ca7deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.474265 10.0.0.22 - - [2025-11-10 03:55:55] "GET / HTTP/1.1" 200 35931 0.001607 10.0.0.22 - - [2025-11-10 03:55:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.22 - - [2025-11-10 03:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.027108 10.0.0.22 - - [2025-11-10 03:55:57] "GET /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004158 10.0.0.22 - - [2025-11-10 03:55:57] "GET /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003376 10.0.0.22 - - [2025-11-10 03:55:57] "GET /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003498 10.0.0.22 - - [2025-11-10 03:55:57] "PUT /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9 HTTP/1.1" 200 264 0.012196 10.0.0.22 - - [2025-11-10 03:55:59] "POST /fqname-to-id HTTP/1.1" 404 188 0.021746 10.0.0.23 - - [2025-11-10 03:55:59] "GET /projects?obj_uuids=217e4608-a9df-4525-a1f5-5aff13b4e67f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003187 10.0.0.23 - - [2025-11-10 03:55:59] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.23 - - [2025-11-10 03:55:59] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006991 10.0.0.23 - - [2025-11-10 03:55:59] "POST /id-to-fqname HTTP/1.1" 200 190 0.003505 10.0.0.23 - - [2025-11-10 03:55:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.006662 10.0.0.23 - - [2025-11-10 03:55:59] "POST /security-groups HTTP/1.1" 200 591 0.078134 10.0.0.23 - - [2025-11-10 03:55:59] "POST /projects HTTP/1.1" 200 585 0.290563 10.0.0.50 - - [2025-11-10 03:55:59] "POST /access-control-lists HTTP/1.1" 200 596 0.028551 10.0.0.23 - - [2025-11-10 03:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.364149 10.0.0.22 - - [2025-11-10 03:56:00] "GET /project/217e4608-a9df-4525-a1f5-5aff13b4e67f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.519343 10.0.0.22 - - [2025-11-10 03:56:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.027403 10.0.0.23 - - [2025-11-10 03:56:00] "GET /projects?obj_uuids=716bc5da-3506-42a4-82d5-e0eac307cf83&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003664 10.0.0.23 - - [2025-11-10 03:56:00] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001429 10.0.0.23 - - [2025-11-10 03:56:00] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007558 10.0.0.23 - - [2025-11-10 03:56:00] "POST /id-to-fqname HTTP/1.1" 200 190 0.002735 10.0.0.23 - - [2025-11-10 03:56:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.005573 10.0.0.23 - - [2025-11-10 03:56:00] "POST /security-groups HTTP/1.1" 200 591 0.044281 10.0.0.50 - - [2025-11-10 03:56:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.003481 10.0.0.23 - - [2025-11-10 03:56:00] "POST /projects HTTP/1.1" 200 585 0.252632 10.0.0.23 - - [2025-11-10 03:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.337480 10.0.0.50 - - [2025-11-10 03:56:00] "POST /access-control-lists HTTP/1.1" 200 594 0.027956 10.0.0.22 - - [2025-11-10 03:56:01] "GET /project/716bc5da-3506-42a4-82d5-e0eac307cf83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.511895 10.0.0.22 - - [2025-11-10 03:56:01] "GET / HTTP/1.1" 200 35931 0.002079 10.0.0.22 - - [2025-11-10 03:56:02] "GET / HTTP/1.1" 200 35931 0.001500 10.0.0.22 - - [2025-11-10 03:56:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.003686 10.0.0.22 - - [2025-11-10 03:56:02] "POST /api-access-lists HTTP/1.1" 200 521 0.025526 10.0.0.22 - - [2025-11-10 03:56:02] "GET /api-access-list/acc3ae1a-239c-4c2e-8113-9668b5a14613?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006116 10.0.0.22 - - [2025-11-10 03:56:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.22 - - [2025-11-10 03:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.052138 10.0.0.23 - - [2025-11-10 03:56:03] "GET /projects?obj_uuids=217e4608-a9df-4525-a1f5-5aff13b4e67f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001510 10.0.0.22 - - [2025-11-10 03:56:03] "GET /project/217e4608-a9df-4525-a1f5-5aff13b4e67f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.059508 10.0.0.22 - - [2025-11-10 03:56:03] "GET /virtual-networks?parent_id=217e4608-a9df-4525-a1f5-5aff13b4e67f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015699 10.0.0.22 - - [2025-11-10 03:56:03] "POST /virtual-networks HTTP/1.1" 200 583 0.104340 10.0.0.22 - - [2025-11-10 03:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.036769 10.0.0.22 - - [2025-11-10 03:56:04] "GET /network-ipam/ff56791f-55e2-4bb1-9bbf-e11ee461d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.014263 10.0.0.23 - - [2025-11-10 03:56:04] "POST /useragent-kv HTTP/1.1" 200 115 0.008109 10.0.0.22 - - [2025-11-10 03:56:04] "POST /ref-update HTTP/1.1" 200 156 0.092100 10.0.0.22 - - [2025-11-10 03:56:04] "POST /neutron/network HTTP/1.1" 200 849 0.055777 10.0.0.22 - - [2025-11-10 03:56:04] "GET /virtual-network/c3352efe-dac3-43a8-8673-a760e43d31ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.027877 10.0.0.22 - - [2025-11-10 03:56:04] "POST /neutron/subnet HTTP/1.1" 200 681 0.046044 10.0.0.22 - - [2025-11-10 03:56:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000621 10.0.0.22 - - [2025-11-10 03:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.046793 10.0.0.23 - - [2025-11-10 03:56:04] "GET /projects?obj_uuids=716bc5da-3506-42a4-82d5-e0eac307cf83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001118 10.0.0.22 - - [2025-11-10 03:56:05] "GET /project/716bc5da-3506-42a4-82d5-e0eac307cf83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.072996 10.0.0.22 - - [2025-11-10 03:56:05] "GET /virtual-networks?parent_id=716bc5da-3506-42a4-82d5-e0eac307cf83&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018275 10.0.0.22 - - [2025-11-10 03:56:05] "POST /virtual-networks HTTP/1.1" 200 583 0.103198 10.0.0.50 - - [2025-11-10 03:56:05] "POST /route-targets HTTP/1.1" 200 327 0.015372 10.0.0.22 - - [2025-11-10 03:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.039284 10.0.0.22 - - [2025-11-10 03:56:05] "GET /network-ipam/ff56791f-55e2-4bb1-9bbf-e11ee461d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.018525 10.0.0.23 - - [2025-11-10 03:56:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005031 10.0.0.22 - - [2025-11-10 03:56:05] "POST /ref-update HTTP/1.1" 200 156 0.084860 10.0.0.22 - - [2025-11-10 03:56:05] "GET /virtual-network/60cf4969-a5fa-4147-bf1f-f7c0f7799c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.020935 10.0.0.22 - - [2025-11-10 03:56:05] "POST /neutron/network HTTP/1.1" 200 847 0.051458 10.0.0.22 - - [2025-11-10 03:56:07] "GET /virtual-network/c3352efe-dac3-43a8-8673-a760e43d31ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.042649 10.0.0.22 - - [2025-11-10 03:56:07] "GET /virtual-network/c3352efe-dac3-43a8-8673-a760e43d31ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.036729 10.0.0.50 - - [2025-11-10 03:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.028872 10.0.0.23 - - [2025-11-10 03:56:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.22 - - [2025-11-10 03:56:09] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.062355 10.0.0.22 - - [2025-11-10 03:56:09] "GET /obj-perms HTTP/1.1" 200 5030 0.052055 10.0.0.22 - - [2025-11-10 03:56:09] "PUT /virtual-network/c3352efe-dac3-43a8-8673-a760e43d31ff HTTP/1.1" 200 264 0.056654 10.0.0.22 - - [2025-11-10 03:56:09] "GET /virtual-network/c3352efe-dac3-43a8-8673-a760e43d31ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.015134 10.0.0.22 - - [2025-11-10 03:56:10] "GET /virtual-network/c3352efe-dac3-43a8-8673-a760e43d31ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.041385 10.0.0.50 - - [2025-11-10 03:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.23 - - [2025-11-10 03:56:10] "GET /obj-perms HTTP/1.1" 403 257 0.035212 10.0.0.22 - - [2025-11-10 03:56:10] "GET /virtual-network/c3352efe-dac3-43a8-8673-a760e43d31ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.020990 10.0.0.22 - - [2025-11-10 03:56:11] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.034164 10.0.0.22 - - [2025-11-10 03:56:11] "GET /obj-perms HTTP/1.1" 200 5030 0.004956 10.0.0.22 - - [2025-11-10 03:56:11] "PUT /virtual-network/c3352efe-dac3-43a8-8673-a760e43d31ff HTTP/1.1" 200 264 0.051643 10.0.0.23 - - [2025-11-10 03:56:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003597 10.0.0.23 - - [2025-11-10 03:56:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003759 10.0.0.22 - - [2025-11-10 03:56:11] "DELETE /virtual-network/60cf4969-a5fa-4147-bf1f-f7c0f7799c55 HTTP/1.1" 200 115 0.138011 10.0.0.50 - - [2025-11-10 03:56:11] "DELETE /route-target/d8263395-d0e1-4bca-b6d6-f58a112c57ce HTTP/1.1" 200 115 0.028992 10.0.0.23 - - [2025-11-10 03:56:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003688 10.0.0.23 - - [2025-11-10 03:56:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002996 10.0.0.22 - - [2025-11-10 03:56:11] "DELETE /virtual-network/c3352efe-dac3-43a8-8673-a760e43d31ff HTTP/1.1" 200 115 0.145631 10.0.0.22 - - [2025-11-10 03:56:11] "DELETE /api-access-list/acc3ae1a-239c-4c2e-8113-9668b5a14613 HTTP/1.1" 200 115 0.055582 10.0.0.23 - - [2025-11-10 03:56:11] "GET /projects?obj_uuids=716bc5da-3506-42a4-82d5-e0eac307cf83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.22 - - [2025-11-10 03:56:11] "GET /project/716bc5da-3506-42a4-82d5-e0eac307cf83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.039500 10.0.0.23 - - [2025-11-10 03:56:11] "GET /projects?obj_uuids=716bc5da-3506-42a4-82d5-e0eac307cf83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001076 10.0.0.22 - - [2025-11-10 03:56:11] "GET /project/716bc5da-3506-42a4-82d5-e0eac307cf83?fields=virtual_networks HTTP/1.1" 200 1031 0.052145 10.0.0.23 - - [2025-11-10 03:56:11] "GET /projects?obj_uuids=716bc5da-3506-42a4-82d5-e0eac307cf83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001649 10.0.0.22 - - [2025-11-10 03:56:11] "GET /project/716bc5da-3506-42a4-82d5-e0eac307cf83?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.046249 10.0.0.23 - - [2025-11-10 03:56:11] "GET /projects?obj_uuids=716bc5da-3506-42a4-82d5-e0eac307cf83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.22 - - [2025-11-10 03:56:12] "GET /project/716bc5da-3506-42a4-82d5-e0eac307cf83?fields=security_groups HTTP/1.1" 200 1257 0.049305 10.0.0.23 - - [2025-11-10 03:56:12] "GET /projects?obj_uuids=217e4608-a9df-4525-a1f5-5aff13b4e67f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001226 10.0.0.22 - - [2025-11-10 03:56:12] "GET /project/217e4608-a9df-4525-a1f5-5aff13b4e67f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.046153 10.0.0.23 - - [2025-11-10 03:56:12] "GET /projects?obj_uuids=217e4608-a9df-4525-a1f5-5aff13b4e67f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.22 - - [2025-11-10 03:56:12] "GET /project/217e4608-a9df-4525-a1f5-5aff13b4e67f?fields=virtual_networks HTTP/1.1" 200 1032 0.045393 10.0.0.23 - - [2025-11-10 03:56:12] "GET /projects?obj_uuids=217e4608-a9df-4525-a1f5-5aff13b4e67f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001310 10.0.0.22 - - [2025-11-10 03:56:12] "GET /project/217e4608-a9df-4525-a1f5-5aff13b4e67f?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.039225 10.0.0.23 - - [2025-11-10 03:56:12] "GET /projects?obj_uuids=217e4608-a9df-4525-a1f5-5aff13b4e67f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001379 10.0.0.22 - - [2025-11-10 03:56:12] "GET /project/217e4608-a9df-4525-a1f5-5aff13b4e67f?fields=security_groups HTTP/1.1" 200 1258 0.042818 10.0.0.22 - - [2025-11-10 03:56:16] "GET / HTTP/1.1" 200 35931 0.001557 10.0.0.22 - - [2025-11-10 03:56:17] "GET / HTTP/1.1" 200 35931 0.001576 10.0.0.22 - - [2025-11-10 03:56:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000503 10.0.0.22 - - [2025-11-10 03:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.084046 10.0.0.23 - - [2025-11-10 03:56:17] "GET /projects?obj_uuids=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001578 10.0.0.22 - - [2025-11-10 03:56:18] "GET /project/8d30258c-55d5-44ee-8fac-6dbf36ca7deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.086816 10.0.0.22 - - [2025-11-10 03:56:18] "GET /virtual-networks?parent_id=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.014078 10.0.0.22 - - [2025-11-10 03:56:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.013350 10.0.0.22 - - [2025-11-10 03:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.015894 10.0.0.23 - - [2025-11-10 03:56:18] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001377 10.0.0.22 - - [2025-11-10 03:56:18] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.020070 10.0.0.22 - - [2025-11-10 03:56:18] "POST /service-templates HTTP/1.1" 403 264 0.012838 10.0.0.22 - - [2025-11-10 03:56:18] "POST /fqname-to-id HTTP/1.1" 404 215 0.003574 10.0.0.22 - - [2025-11-10 03:56:18] "POST /api-access-lists HTTP/1.1" 200 555 0.026009 10.0.0.22 - - [2025-11-10 03:56:18] "GET /api-access-list/9165353b-05b3-42d7-91fc-2d3bec1da5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.005760 10.0.0.22 - - [2025-11-10 03:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.042671 10.0.0.23 - - [2025-11-10 03:56:18] "GET /projects?obj_uuids=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001247 10.0.0.22 - - [2025-11-10 03:56:18] "GET /project/8d30258c-55d5-44ee-8fac-6dbf36ca7deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.062305 10.0.0.22 - - [2025-11-10 03:56:18] "GET /virtual-networks?parent_id=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017409 10.0.0.22 - - [2025-11-10 03:56:18] "POST /virtual-networks HTTP/1.1" 200 583 0.101715 10.0.0.50 - - [2025-11-10 03:56:18] "POST /route-targets HTTP/1.1" 200 327 0.016445 10.0.0.22 - - [2025-11-10 03:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.029378 10.0.0.22 - - [2025-11-10 03:56:18] "GET /network-ipam/ff56791f-55e2-4bb1-9bbf-e11ee461d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.023885 10.0.0.23 - - [2025-11-10 03:56:19] "POST /useragent-kv HTTP/1.1" 200 115 0.013159 10.0.0.22 - - [2025-11-10 03:56:19] "POST /ref-update HTTP/1.1" 200 156 0.122450 10.0.0.22 - - [2025-11-10 03:56:19] "POST /neutron/network HTTP/1.1" 200 849 0.058137 10.0.0.22 - - [2025-11-10 03:56:19] "GET /virtual-network/83cd7e32-8e2f-4a94-aa07-c109b039b1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.020430 10.0.0.22 - - [2025-11-10 03:56:19] "POST /neutron/network HTTP/1.1" 200 849 0.058075 10.0.0.22 - - [2025-11-10 03:56:19] "GET /virtual-network/83cd7e32-8e2f-4a94-aa07-c109b039b1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.005530 10.0.0.22 - - [2025-11-10 03:56:19] "GET /network-ipam/ff56791f-55e2-4bb1-9bbf-e11ee461d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004444 10.0.0.22 - - [2025-11-10 03:56:19] "GET /virtual-network/83cd7e32-8e2f-4a94-aa07-c109b039b1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.005697 10.0.0.23 - - [2025-11-10 03:56:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.23 - - [2025-11-10 03:56:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000631 10.0.0.23 - - [2025-11-10 03:56:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2025-11-10 03:56:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000601 10.0.0.23 - - [2025-11-10 03:56:20] "GET /obj-perms HTTP/1.1" 200 5030 0.115728 10.0.0.22 - - [2025-11-10 03:56:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.025468 10.0.0.22 - - [2025-11-10 03:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.025452 10.0.0.50 - - [2025-11-10 03:56:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.50 - - [2025-11-10 03:56:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.23 - - [2025-11-10 03:56:21] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.22 - - [2025-11-10 03:56:21] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.020084 10.0.0.22 - - [2025-11-10 03:56:21] "POST /service-templates HTTP/1.1" 403 264 0.014701 10.0.0.22 - - [2025-11-10 03:56:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.003922 10.0.0.22 - - [2025-11-10 03:56:21] "POST /api-access-lists HTTP/1.1" 200 521 0.023186 10.0.0.22 - - [2025-11-10 03:56:21] "GET /api-access-list/7b3c7c88-334f-483f-85c1-e311dad56a5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006617 10.0.0.22 - - [2025-11-10 03:56:21] "POST /fqname-to-id HTTP/1.1" 404 197 0.017415 10.0.0.22 - - [2025-11-10 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.016962 10.0.0.23 - - [2025-11-10 03:56:21] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001573 10.0.0.22 - - [2025-11-10 03:56:21] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.024555 10.0.0.22 - - [2025-11-10 03:56:21] "POST /service-templates HTTP/1.1" 200 551 0.059761 10.0.0.22 - - [2025-11-10 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.025801 10.0.0.22 - - [2025-11-10 03:56:21] "GET /service-template/5cfffa81-e645-4676-9de4-8724ea5fbbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.020017 10.0.0.22 - - [2025-11-10 03:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.017092 10.0.0.22 - - [2025-11-10 03:56:21] "GET /service-template/5cfffa81-e645-4676-9de4-8724ea5fbbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.018187 10.0.0.50 - - [2025-11-10 03:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.22 - - [2025-11-10 03:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.50 - - [2025-11-10 03:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000621 10.0.0.22 - - [2025-11-10 03:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.22 - - [2025-11-10 03:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.22 - - [2025-11-10 03:56:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000555 10.0.0.22 - - [2025-11-10 03:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.50 - - [2025-11-10 03:56:23] "GET /obj-perms HTTP/1.1" 403 257 0.035722 10.0.0.23 - - [2025-11-10 03:56:23] "GET /virtual-network/83cd7e32-8e2f-4a94-aa07-c109b039b1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.034944 10.0.0.22 - - [2025-11-10 03:56:23] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.036779 10.0.0.22 - - [2025-11-10 03:56:23] "GET /api-access-list/9165353b-05b3-42d7-91fc-2d3bec1da5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004048 10.0.0.22 - - [2025-11-10 03:56:23] "PUT /api-access-list/9165353b-05b3-42d7-91fc-2d3bec1da5d6 HTTP/1.1" 200 264 0.012725 10.0.0.22 - - [2025-11-10 03:56:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.22 - - [2025-11-10 03:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.045114 10.0.0.23 - - [2025-11-10 03:56:24] "GET /projects?obj_uuids=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001068 10.0.0.22 - - [2025-11-10 03:56:24] "GET /project/8d30258c-55d5-44ee-8fac-6dbf36ca7deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.059839 10.0.0.22 - - [2025-11-10 03:56:24] "GET /virtual-networks?parent_id=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.023793 10.0.0.22 - - [2025-11-10 03:56:24] "POST /virtual-networks HTTP/1.1" 403 263 0.017883 10.0.0.22 - - [2025-11-10 03:56:25] "GET /virtual-network/83cd7e32-8e2f-4a94-aa07-c109b039b1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.022388 10.0.0.22 - - [2025-11-10 03:56:25] "GET /api-access-list/7b3c7c88-334f-483f-85c1-e311dad56a5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.003873 10.0.0.22 - - [2025-11-10 03:56:25] "PUT /api-access-list/7b3c7c88-334f-483f-85c1-e311dad56a5d HTTP/1.1" 200 264 0.012963 10.0.0.22 - - [2025-11-10 03:56:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.015638 10.0.0.22 - - [2025-11-10 03:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.016086 10.0.0.23 - - [2025-11-10 03:56:25] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001404 10.0.0.22 - - [2025-11-10 03:56:25] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021914 10.0.0.22 - - [2025-11-10 03:56:25] "POST /service-templates HTTP/1.1" 403 264 0.017483 10.0.0.22 - - [2025-11-10 03:56:25] "GET /api-access-list/9165353b-05b3-42d7-91fc-2d3bec1da5d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.005715 10.0.0.22 - - [2025-11-10 03:56:25] "PUT /api-access-list/9165353b-05b3-42d7-91fc-2d3bec1da5d6 HTTP/1.1" 200 264 0.012300 10.0.0.22 - - [2025-11-10 03:56:25] "GET /api-access-list/7b3c7c88-334f-483f-85c1-e311dad56a5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.003826 10.0.0.22 - - [2025-11-10 03:56:25] "PUT /api-access-list/7b3c7c88-334f-483f-85c1-e311dad56a5d HTTP/1.1" 200 264 0.011898 10.0.0.22 - - [2025-11-10 03:56:26] "GET /obj-perms HTTP/1.1" 403 257 0.016610 10.0.0.22 - - [2025-11-10 03:56:26] "GET /obj-perms HTTP/1.1" 403 257 0.037609 10.0.0.50 - - [2025-11-10 03:56:26] "GET /obj-perms HTTP/1.1" 403 257 0.034696 10.0.0.50 - - [2025-11-10 03:56:27] "GET /obj-perms HTTP/1.1" 403 257 0.039261 10.0.0.23 - - [2025-11-10 03:56:27] "GET /virtual-network/83cd7e32-8e2f-4a94-aa07-c109b039b1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.012641 10.0.0.23 - - [2025-11-10 03:56:27] "GET /virtual-network/83cd7e32-8e2f-4a94-aa07-c109b039b1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.039522 10.0.0.22 - - [2025-11-10 03:56:27] "GET /obj-perms HTTP/1.1" 403 257 0.014990 10.0.0.22 - - [2025-11-10 03:56:27] "GET /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004055 10.0.0.22 - - [2025-11-10 03:56:27] "PUT /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9 HTTP/1.1" 200 264 0.012493 10.0.0.22 - - [2025-11-10 03:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.22 - - [2025-11-10 03:56:28] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.035350 10.0.0.22 - - [2025-11-10 03:56:28] "DELETE /api-access-list/9165353b-05b3-42d7-91fc-2d3bec1da5d6 HTTP/1.1" 200 115 0.034069 10.0.0.22 - - [2025-11-10 03:56:28] "DELETE /api-access-list/7b3c7c88-334f-483f-85c1-e311dad56a5d HTTP/1.1" 200 115 0.035616 10.0.0.22 - - [2025-11-10 03:56:29] "GET /virtual-network/83cd7e32-8e2f-4a94-aa07-c109b039b1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.047916 10.0.0.50 - - [2025-11-10 03:56:29] "GET /obj-perms HTTP/1.1" 403 257 0.037400 10.0.0.23 - - [2025-11-10 03:56:30] "GET /virtual-network/83cd7e32-8e2f-4a94-aa07-c109b039b1ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.035365 10.0.0.22 - - [2025-11-10 03:56:30] "GET /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.008641 10.0.0.22 - - [2025-11-10 03:56:30] "PUT /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9 HTTP/1.1" 200 264 0.015975 10.0.0.22 - - [2025-11-10 03:56:30] "GET /obj-perms HTTP/1.1" 403 257 0.012498 10.0.0.22 - - [2025-11-10 03:56:30] "GET /obj-perms HTTP/1.1" 403 257 0.011832 10.0.0.22 - - [2025-11-10 03:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.014136 10.0.0.22 - - [2025-11-10 03:56:30] "DELETE /service-template/5cfffa81-e645-4676-9de4-8724ea5fbbf4 HTTP/1.1" 200 115 0.042991 10.0.0.22 - - [2025-11-10 03:56:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.023369 10.0.0.23 - - [2025-11-10 03:56:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004642 10.0.0.23 - - [2025-11-10 03:56:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002987 10.0.0.22 - - [2025-11-10 03:56:30] "DELETE /virtual-network/83cd7e32-8e2f-4a94-aa07-c109b039b1ed HTTP/1.1" 200 115 0.129667 10.0.0.50 - - [2025-11-10 03:56:30] "DELETE /route-target/e54dfb2c-5f81-4709-9386-3b53781084bd HTTP/1.1" 200 115 0.033451 10.0.0.22 - - [2025-11-10 03:56:31] "GET /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.008557 10.0.0.22 - - [2025-11-10 03:56:31] "PUT /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9 HTTP/1.1" 200 264 0.015086 10.0.0.22 - - [2025-11-10 03:56:31] "GET /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.004186 10.0.0.22 - - [2025-11-10 03:56:31] "PUT /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9 HTTP/1.1" 200 264 0.010885 10.0.0.50 - - [2025-11-10 03:56:31] "DELETE /access-control-list/81b347b4-1b2c-4d6f-8490-d9e23787c4de HTTP/1.1" 200 115 0.052207 10.0.0.50 - - [2025-11-10 03:56:31] "DELETE /access-control-list/9d9fdaba-a4bc-4de0-bf20-ec180a8a58e6 HTTP/1.1" 200 115 0.068969 10.0.0.22 - - [2025-11-10 03:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.23 - - [2025-11-10 03:56:33] "GET /projects?obj_uuids=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.22 - - [2025-11-10 03:56:33] "GET /project/8d30258c-55d5-44ee-8fac-6dbf36ca7deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.048799 10.0.0.23 - - [2025-11-10 03:56:34] "POST /useragent-kv HTTP/1.1" 200 115 0.012040 10.0.0.22 - - [2025-11-10 03:56:34] "POST /neutron/subnet HTTP/1.1" 200 718 0.218812 10.0.0.22 - - [2025-11-10 03:56:34] "POST /id-to-fqname HTTP/1.1" 200 240 0.001388 10.0.0.22 - - [2025-11-10 03:56:34] "GET /virtual-network/43511d47-25f3-429b-a0c5-d47ec9ca4f2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006799 10.0.0.22 - - [2025-11-10 03:56:34] "GET /virtual-network/43511d47-25f3-429b-a0c5-d47ec9ca4f2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006309 10.0.0.22 - - [2025-11-10 03:56:34] "POST /neutron/network HTTP/1.1" 200 861 0.006920 10.0.0.22 - - [2025-11-10 03:56:34] "GET /virtual-network/43511d47-25f3-429b-a0c5-d47ec9ca4f2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006227 10.0.0.22 - - [2025-11-10 03:56:34] "GET /network-ipam/ff56791f-55e2-4bb1-9bbf-e11ee461d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004045 10.0.0.22 - - [2025-11-10 03:56:34] "GET /virtual-network/43511d47-25f3-429b-a0c5-d47ec9ca4f2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006043 10.0.0.50 - - [2025-11-10 03:56:35] "GET /obj-perms HTTP/1.1" 200 5030 0.054425 10.0.0.22 - - [2025-11-10 03:56:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.003729 10.0.0.22 - - [2025-11-10 03:56:35] "POST /api-access-lists HTTP/1.1" 200 555 0.029296 10.0.0.22 - - [2025-11-10 03:56:35] "GET /api-access-list/382bce71-6fd4-4b94-95cd-6b5ecb048be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.005883 10.0.0.22 - - [2025-11-10 03:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.020373 10.0.0.23 - - [2025-11-10 03:56:35] "GET /projects?obj_uuids=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001402 10.0.0.22 - - [2025-11-10 03:56:35] "GET /project/8d30258c-55d5-44ee-8fac-6dbf36ca7deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.064356 10.0.0.22 - - [2025-11-10 03:56:35] "POST /neutron/network HTTP/1.1" 200 117 0.124795 10.0.0.50 - - [2025-11-10 03:56:36] "POST /route-targets HTTP/1.1" 200 327 0.020136 10.0.0.22 - - [2025-11-10 03:56:36] "POST /neutron/network HTTP/1.1" 200 693 0.033604 10.0.0.23 - - [2025-11-10 03:56:36] "DELETE /project/716bc5da350642a482d5e0eac307cf83 HTTP/1.1" 404 173 0.012132 10.0.0.23 - - [2025-11-10 03:56:36] "DELETE /project/217e4608a9df4525a1f55aff13b4e67f HTTP/1.1" 404 173 0.015150 10.0.0.23 - - [2025-11-10 03:56:36] "DELETE /project/6e7f1336-6cbe-428d-95ca-4a4ffdc9b07a HTTP/1.1" 404 177 0.014142 10.0.0.23 - - [2025-11-10 03:56:36] "DELETE /project/8d30258c55d544ee8fac6dbf36ca7deb HTTP/1.1" 404 173 0.008573 10.0.0.23 - - [2025-11-10 03:56:36] "DELETE /project/a7ba0222-b3bc-410b-8fd1-38fb6076b190 HTTP/1.1" 404 177 0.010865 10.0.0.23 - - [2025-11-10 03:56:36] "DELETE /project/7f687320-d9aa-4855-bf83-338afdb05df3 HTTP/1.1" 404 177 0.009986 10.0.0.23 - - [2025-11-10 03:56:36] "GET /projects?obj_uuids=716bc5da-3506-42a4-82d5-e0eac307cf83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001140 10.0.0.23 - - [2025-11-10 03:56:36] "GET /projects?obj_uuids=217e4608-a9df-4525-a1f5-5aff13b4e67f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000836 10.0.0.23 - - [2025-11-10 03:56:36] "GET /project/716bc5da-3506-42a4-82d5-e0eac307cf83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.083297 10.0.0.23 - - [2025-11-10 03:56:36] "GET /project/217e4608-a9df-4525-a1f5-5aff13b4e67f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.094490 10.0.0.23 - - [2025-11-10 03:56:36] "GET /projects?obj_uuids=716bc5da-3506-42a4-82d5-e0eac307cf83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004478 10.0.0.23 - - [2025-11-10 03:56:36] "GET /projects?obj_uuids=217e4608-a9df-4525-a1f5-5aff13b4e67f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.22 - - [2025-11-10 03:56:36] "POST /id-to-fqname HTTP/1.1" 200 240 0.060590 10.0.0.22 - - [2025-11-10 03:56:36] "GET /virtual-network/73c9c266-7074-4785-9b3f-af6a181bed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.061642 10.0.0.23 - - [2025-11-10 03:56:36] "GET /project/217e4608-a9df-4525-a1f5-5aff13b4e67f?fields=security_groups HTTP/1.1" 200 1363 0.099985 10.0.0.23 - - [2025-11-10 03:56:36] "GET /project/716bc5da-3506-42a4-82d5-e0eac307cf83?fields=security_groups HTTP/1.1" 200 1362 0.117532 10.0.0.22 - - [2025-11-10 03:56:36] "POST /neutron/network HTTP/1.1" 200 864 0.058533 10.0.0.23 - - [2025-11-10 03:56:36] "DELETE /security-group/e36d7745-532a-4463-b483-54309ca4f606 HTTP/1.1" 200 115 0.075828 10.0.0.23 - - [2025-11-10 03:56:36] "GET /projects?obj_uuids=217e4608-a9df-4525-a1f5-5aff13b4e67f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.22 - - [2025-11-10 03:56:36] "GET /virtual-network/73c9c266-7074-4785-9b3f-af6a181bed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.063720 10.0.0.23 - - [2025-11-10 03:56:36] "DELETE /security-group/ec71a0a0-fd93-41c5-9022-cba91f620569 HTTP/1.1" 200 115 0.142738 10.0.0.23 - - [2025-11-10 03:56:37] "GET /project/217e4608-a9df-4525-a1f5-5aff13b4e67f?fields=application_policy_sets HTTP/1.1" 200 1402 0.105152 10.0.0.23 - - [2025-11-10 03:56:37] "GET /projects?obj_uuids=716bc5da-3506-42a4-82d5-e0eac307cf83&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003480 10.0.0.50 - - [2025-11-10 03:56:37] "DELETE /access-control-list/72a1c4c6-e46d-40a9-b973-cd4461b49d56 HTTP/1.1" 200 115 0.109574 10.0.0.23 - - [2025-11-10 03:56:37] "GET /project/716bc5da-3506-42a4-82d5-e0eac307cf83?fields=application_policy_sets HTTP/1.1" 200 1401 0.099751 10.0.0.22 - - [2025-11-10 03:56:37] "POST /neutron/network HTTP/1.1" 200 864 0.035713 10.0.0.22 - - [2025-11-10 03:56:37] "GET /virtual-network/73c9c266-7074-4785-9b3f-af6a181bed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008099 10.0.0.22 - - [2025-11-10 03:56:37] "GET /network-ipam/ff56791f-55e2-4bb1-9bbf-e11ee461d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.010304 10.0.0.23 - - [2025-11-10 03:56:37] "DELETE /project/217e4608-a9df-4525-a1f5-5aff13b4e67f HTTP/1.1" 200 115 0.722208 10.0.0.23 - - [2025-11-10 03:56:37] "DELETE /project/716bc5da-3506-42a4-82d5-e0eac307cf83 HTTP/1.1" 200 115 0.776556 10.0.0.22 - - [2025-11-10 03:56:37] "GET /virtual-network/73c9c266-7074-4785-9b3f-af6a181bed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006049 10.0.0.22 - - [2025-11-10 03:56:37] "GET /obj-perms HTTP/1.1" 200 5030 0.003573 10.0.0.22 - - [2025-11-10 03:56:37] "POST /fqname-to-id HTTP/1.1" 404 232 0.018131 10.0.0.50 - - [2025-11-10 03:56:38] "POST /fqname-to-id HTTP/1.1" 404 264 0.006405 10.0.0.50 - - [2025-11-10 03:56:38] "POST /access-control-lists HTTP/1.1" 200 624 0.036196 10.0.0.50 - - [2025-11-10 03:56:38] "PUT /access-control-list/5d4250ef-62d0-4918-b3fb-46212a20df34 HTTP/1.1" 200 272 0.023851 10.0.0.22 - - [2025-11-10 03:56:38] "POST /neutron/security_group HTTP/1.1" 200 2084 0.022425 10.0.0.23 - - [2025-11-10 03:56:38] "GET /projects?obj_uuids=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001271 10.0.0.22 - - [2025-11-10 03:56:39] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.251843 10.0.0.22 - - [2025-11-10 03:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.026414 10.0.0.22 - - [2025-11-10 03:56:39] "GET /security-group/08da20ec-52b8-4500-8564-2d2947c2294b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1314 0.019418 10.0.0.23 - - [2025-11-10 03:56:40] "GET /projects?obj_uuids=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.22 - - [2025-11-10 03:56:40] "POST /neutron/security_group_rule HTTP/1.1" 200 1749 0.093023 10.0.0.22 - - [2025-11-10 03:56:40] "POST /id-to-fqname HTTP/1.1" 200 240 0.014638 10.0.0.23 - - [2025-11-10 03:56:41] "GET /projects?obj_uuids=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001644 10.0.0.22 - - [2025-11-10 03:56:41] "GET /project/8d30258c-55d5-44ee-8fac-6dbf36ca7deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.076950 10.0.0.22 - - [2025-11-10 03:56:41] "POST /neutron/port HTTP/1.1" 200 117 0.031930 10.0.0.22 - - [2025-11-10 03:56:42] "POST /neutron/network HTTP/1.1" 200 874 0.037735 10.0.0.22 - - [2025-11-10 03:56:42] "POST /neutron/port HTTP/1.1" 200 1060 0.016601 10.0.0.22 - - [2025-11-10 03:56:42] "POST /neutron/port HTTP/1.1" 200 1088 0.020167 10.0.0.22 - - [2025-11-10 03:56:43] "POST /neutron/port HTTP/1.1" 200 117 0.001622 10.0.0.23 - - [2025-11-10 03:56:44] "GET /obj-perms HTTP/1.1" 200 5056 0.049505 10.0.0.22 - - [2025-11-10 03:56:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008233 10.0.0.22 - - [2025-11-10 03:56:47] "POST /neutron/port HTTP/1.1" 200 1088 0.017124 10.0.0.22 - - [2025-11-10 03:56:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007766 10.0.0.22 - - [2025-11-10 03:56:47] "GET /virtual-machine/5715e90f-cde1-4c05-b8c0-732f2b3ecff2 HTTP/1.1" 401 292 0.000443 10.0.0.22 - - [2025-11-10 03:56:47] "GET /virtual-machine/5715e90f-cde1-4c05-b8c0-732f2b3ecff2 HTTP/1.1" 200 1292 0.051634 10.0.0.22 - - [2025-11-10 03:56:47] "GET /virtual-machine/5715e90f-cde1-4c05-b8c0-732f2b3ecff2 HTTP/1.1" 200 1292 0.022438 10.0.0.22 - - [2025-11-10 03:56:47] "GET /virtual-machine-interface/f51fbbc9-763b-4839-8034-b35f6c3533e9 HTTP/1.1" 200 3023 0.026833 10.0.0.22 - - [2025-11-10 03:56:47] "GET /virtual-machine/5715e90f-cde1-4c05-b8c0-732f2b3ecff2 HTTP/1.1" 200 1292 0.021555 10.0.0.22 - - [2025-11-10 03:56:47] "GET /virtual-machine-interface/f51fbbc9-763b-4839-8034-b35f6c3533e9 HTTP/1.1" 200 3023 0.028171 10.0.0.22 - - [2025-11-10 03:56:47] "GET /instance-ip/8bd23230-540f-42ca-bc3d-401ab7859b78 HTTP/1.1" 200 1641 0.022271 10.0.0.22 - - [2025-11-10 03:56:47] "GET /virtual-machine/5715e90f-cde1-4c05-b8c0-732f2b3ecff2 HTTP/1.1" 200 1292 0.020711 10.0.0.22 - - [2025-11-10 03:56:47] "GET /virtual-machine-interface/f51fbbc9-763b-4839-8034-b35f6c3533e9 HTTP/1.1" 200 3023 0.028487 10.0.0.22 - - [2025-11-10 03:56:47] "GET /instance-ip/8bd23230-540f-42ca-bc3d-401ab7859b78 HTTP/1.1" 200 1641 0.022933 10.0.0.22 - - [2025-11-10 03:56:47] "POST /fqname-to-id HTTP/1.1" 403 354 0.017279 10.0.0.22 - - [2025-11-10 03:56:47] "GET / HTTP/1.1" 200 35931 0.001949 10.0.0.22 - - [2025-11-10 03:56:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.22 - - [2025-11-10 03:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.027697 10.0.0.22 - - [2025-11-10 03:56:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004745 10.0.0.22 - - [2025-11-10 03:56:48] "GET /virtual-networks?parent_id=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021857 10.0.0.22 - - [2025-11-10 03:56:48] "GET /virtual-network/73c9c266-7074-4785-9b3f-af6a181bed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.031457 10.0.0.22 - - [2025-11-10 03:56:48] "POST /fqname-to-id HTTP/1.1" 403 354 0.016714 10.0.0.22 - - [2025-11-10 03:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.22 - - [2025-11-10 03:56:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006548 10.0.0.22 - - [2025-11-10 03:56:48] "GET /virtual-networks?parent_id=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.050252 10.0.0.22 - - [2025-11-10 03:56:48] "GET /virtual-network/73c9c266-7074-4785-9b3f-af6a181bed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.023177 10.0.0.22 - - [2025-11-10 03:56:48] "POST /fqname-to-id HTTP/1.1" 403 354 0.018950 10.0.0.22 - - [2025-11-10 03:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.22 - - [2025-11-10 03:56:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004423 10.0.0.22 - - [2025-11-10 03:56:49] "GET /virtual-networks?parent_id=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021980 10.0.0.22 - - [2025-11-10 03:56:49] "GET /virtual-network/73c9c266-7074-4785-9b3f-af6a181bed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.025752 10.0.0.22 - - [2025-11-10 03:56:49] "POST /fqname-to-id HTTP/1.1" 403 354 0.017767 10.0.0.22 - - [2025-11-10 03:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.22 - - [2025-11-10 03:56:49] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004252 10.0.0.22 - - [2025-11-10 03:56:49] "GET /virtual-networks?parent_id=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.018785 10.0.0.22 - - [2025-11-10 03:56:49] "GET /virtual-network/73c9c266-7074-4785-9b3f-af6a181bed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.019364 10.0.0.22 - - [2025-11-10 03:56:49] "POST /fqname-to-id HTTP/1.1" 403 354 0.022602 10.0.0.22 - - [2025-11-10 03:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.22 - - [2025-11-10 03:56:49] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003845 10.0.0.22 - - [2025-11-10 03:56:49] "GET /virtual-networks?parent_id=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021666 10.0.0.22 - - [2025-11-10 03:56:49] "GET /virtual-network/73c9c266-7074-4785-9b3f-af6a181bed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.018986 10.0.0.22 - - [2025-11-10 03:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.015587 10.0.0.22 - - [2025-11-10 03:56:52] "GET /virtual-network/73c9c266-7074-4785-9b3f-af6a181bed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.020614 10.0.0.22 - - [2025-11-10 03:56:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.017438 10.0.0.22 - - [2025-11-10 03:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005428 10.0.0.22 - - [2025-11-10 03:56:54] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009788 10.0.0.22 - - [2025-11-10 03:56:54] "GET /virtual-networks?parent_id=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.040061 10.0.0.22 - - [2025-11-10 03:56:54] "GET /virtual-network/73c9c266-7074-4785-9b3f-af6a181bed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.021448 10.0.0.22 - - [2025-11-10 03:56:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.021306 10.0.0.22 - - [2025-11-10 03:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.22 - - [2025-11-10 03:56:54] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003742 10.0.0.22 - - [2025-11-10 03:56:54] "GET /virtual-networks?parent_id=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023263 10.0.0.22 - - [2025-11-10 03:56:55] "GET /virtual-network/73c9c266-7074-4785-9b3f-af6a181bed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.023767 10.0.0.22 - - [2025-11-10 03:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.017129 10.0.0.22 - - [2025-11-10 03:56:55] "GET /routing-instance/30062f6b-9cd1-48c7-8d0d-d1aa019fd96d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.025027 10.0.0.22 - - [2025-11-10 03:56:55] "POST /fqname-to-id HTTP/1.1" 403 354 0.016321 10.0.0.22 - - [2025-11-10 03:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.22 - - [2025-11-10 03:56:55] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004347 10.0.0.22 - - [2025-11-10 03:56:55] "GET /virtual-networks?parent_id=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020057 10.0.0.22 - - [2025-11-10 03:56:55] "GET /virtual-network/73c9c266-7074-4785-9b3f-af6a181bed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.021905 10.0.0.22 - - [2025-11-10 03:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.016159 10.0.0.22 - - [2025-11-10 03:56:55] "GET /routing-instance/30062f6b-9cd1-48c7-8d0d-d1aa019fd96d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.020104 10.0.0.23 - - [2025-11-10 03:56:57] "GET /obj-perms HTTP/1.1" 403 257 0.014615 10.0.0.23 - - [2025-11-10 03:56:59] "GET /virtual-machine/5715e90f-cde1-4c05-b8c0-732f2b3ecff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.016064 10.0.0.23 - - [2025-11-10 03:57:03] "GET /obj-perms HTTP/1.1" 403 257 0.012962 10.0.0.23 - - [2025-11-10 03:57:05] "GET /virtual-machine/5715e90f-cde1-4c05-b8c0-732f2b3ecff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.016480 10.0.0.22 - - [2025-11-10 03:57:07] "GET /virtual-machine-interface/f51fbbc9-763b-4839-8034-b35f6c3533e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.021904 10.0.0.22 - - [2025-11-10 03:57:07] "GET /virtual-machine-interface/f51fbbc9-763b-4839-8034-b35f6c3533e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.021021 10.0.0.23 - - [2025-11-10 03:57:07] "GET /obj-perms HTTP/1.1" 403 257 0.014739 10.0.0.22 - - [2025-11-10 03:57:08] "GET /virtual-machine-interface/f51fbbc9-763b-4839-8034-b35f6c3533e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.025857 10.0.0.22 - - [2025-11-10 03:57:08] "GET /virtual-network/73c9c266-7074-4785-9b3f-af6a181bed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.021538 10.0.0.23 - - [2025-11-10 03:57:08] "GET /virtual-machine/5715e90f-cde1-4c05-b8c0-732f2b3ecff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.015872 10.0.0.22 - - [2025-11-10 03:57:08] "GET /obj-perms HTTP/1.1" 403 257 0.037164 10.0.0.22 - - [2025-11-10 03:57:08] "GET /obj-perms HTTP/1.1" 403 257 0.016537 10.0.0.22 - - [2025-11-10 03:57:09] "GET /obj-perms HTTP/1.1" 403 257 0.036983 10.0.0.22 - - [2025-11-10 03:57:09] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.021891 10.0.0.50 - - [2025-11-10 03:57:09] "GET /obj-perms HTTP/1.1" 403 257 0.013472 10.0.0.23 - - [2025-11-10 03:57:09] "GET /obj-perms HTTP/1.1" 403 257 0.017552 10.0.0.22 - - [2025-11-10 03:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.016682 10.0.0.23 - - [2025-11-10 03:57:09] "GET /projects?obj_uuids=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001178 10.0.0.22 - - [2025-11-10 03:57:09] "GET /project/8d30258c-55d5-44ee-8fac-6dbf36ca7deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.071908 10.0.0.22 - - [2025-11-10 03:57:09] "GET /virtual-network/43511d47-25f3-429b-a0c5-d47ec9ca4f2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.031606 10.0.0.22 - - [2025-11-10 03:57:09] "GET /floating-ip-pools?parent_id=43511d47-25f3-429b-a0c5-d47ec9ca4f2f&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.026711 10.0.0.22 - - [2025-11-10 03:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.018657 10.0.0.22 - - [2025-11-10 03:57:09] "GET /floating-ip-pool/f16ead6a-e883-4961-8f9b-30f9cf71df98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1182 0.017533 10.0.0.23 - - [2025-11-10 03:57:09] "GET /projects?obj_uuids=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001466 10.0.0.22 - - [2025-11-10 03:57:09] "GET /project/8d30258c-55d5-44ee-8fac-6dbf36ca7deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.066511 10.0.0.22 - - [2025-11-10 03:57:09] "POST /floating-ips HTTP/1.1" 200 616 0.082013 10.0.0.22 - - [2025-11-10 03:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.020343 10.0.0.22 - - [2025-11-10 03:57:10] "GET /floating-ip/63593c82-b0a4-48e1-a58d-d255ec2b47ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.019471 10.0.0.22 - - [2025-11-10 03:57:10] "GET /floating-ip/63593c82-b0a4-48e1-a58d-d255ec2b47ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.018207 10.0.0.22 - - [2025-11-10 03:57:10] "GET /virtual-machine/5715e90f-cde1-4c05-b8c0-732f2b3ecff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018800 10.0.0.22 - - [2025-11-10 03:57:10] "GET /virtual-machine/5715e90f-cde1-4c05-b8c0-732f2b3ecff2?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.023639 10.0.0.22 - - [2025-11-10 03:57:10] "GET /virtual-machine-interface/f51fbbc9-763b-4839-8034-b35f6c3533e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.024651 10.0.0.22 - - [2025-11-10 03:57:10] "POST /ref-update HTTP/1.1" 200 156 0.024756 10.0.0.22 - - [2025-11-10 03:57:10] "POST /neutron/floatingip HTTP/1.1" 200 546 0.078571 10.0.0.22 - - [2025-11-10 03:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.015008 10.0.0.22 - - [2025-11-10 03:57:10] "GET /routing-instance/4c133fc7-bd82-4c3e-8ef0-8ac23eb6bf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.019842 10.0.0.22 - - [2025-11-10 03:57:10] "GET /virtual-network/73c9c266-7074-4785-9b3f-af6a181bed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.020529 10.0.0.22 - - [2025-11-10 03:57:11] "POST /neutron/port HTTP/1.1" 200 1114 0.083040 10.0.0.22 - - [2025-11-10 03:57:11] "GET /virtual-machine/5715e90f-cde1-4c05-b8c0-732f2b3ecff2 HTTP/1.1" 200 1292 0.031634 10.0.0.22 - - [2025-11-10 03:57:11] "GET /virtual-machine-interface/f51fbbc9-763b-4839-8034-b35f6c3533e9 HTTP/1.1" 200 3585 0.026652 10.0.0.22 - - [2025-11-10 03:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.023116 10.0.0.22 - - [2025-11-10 03:57:11] "GET /security-group/08da20ec-52b8-4500-8564-2d2947c2294b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1314 0.019496 10.0.0.22 - - [2025-11-10 03:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.021676 10.0.0.22 - - [2025-11-10 03:57:11] "GET /security-group/08da20ec-52b8-4500-8564-2d2947c2294b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1314 0.017828 10.0.0.22 - - [2025-11-10 03:57:11] "POST /neutron/security_group HTTP/1.1" 200 568 0.021064 10.0.0.22 - - [2025-11-10 03:57:11] "DELETE /floating-ip/63593c82-b0a4-48e1-a58d-d255ec2b47ad HTTP/1.1" 200 115 0.064525 10.0.0.22 - - [2025-11-10 03:57:11] "GET /virtual-machine/5715e90f-cde1-4c05-b8c0-732f2b3ecff2 HTTP/1.1" 200 1292 0.025684 10.0.0.22 - - [2025-11-10 03:57:12] "POST /neutron/port HTTP/1.1" 200 151 0.209567 10.0.0.22 - - [2025-11-10 03:57:13] "GET /virtual-machine/5715e90f-cde1-4c05-b8c0-732f2b3ecff2 HTTP/1.1" 404 171 0.019396 10.0.0.22 - - [2025-11-10 03:57:13] "GET /virtual-machine/5715e90f-cde1-4c05-b8c0-732f2b3ecff2 HTTP/1.1" 404 171 0.012899 10.0.0.22 - - [2025-11-10 03:57:14] "GET /virtual-machine/5715e90f-cde1-4c05-b8c0-732f2b3ecff2 HTTP/1.1" 404 171 0.013925 10.0.0.22 - - [2025-11-10 03:57:14] "POST /fqname-to-id HTTP/1.1" 403 354 0.021944 10.0.0.22 - - [2025-11-10 03:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.22 - - [2025-11-10 03:57:14] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004636 10.0.0.22 - - [2025-11-10 03:57:14] "GET /virtual-networks?parent_id=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021625 10.0.0.22 - - [2025-11-10 03:57:14] "GET /virtual-network/73c9c266-7074-4785-9b3f-af6a181bed01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.037576 10.0.0.22 - - [2025-11-10 03:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.018142 10.0.0.22 - - [2025-11-10 03:57:14] "GET /routing-instance/30062f6b-9cd1-48c7-8d0d-d1aa019fd96d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.021008 10.0.0.22 - - [2025-11-10 03:57:14] "GET /obj-perms HTTP/1.1" 403 257 0.016192 10.0.0.22 - - [2025-11-10 03:57:14] "GET /obj-perms HTTP/1.1" 403 257 0.040694 10.0.0.23 - - [2025-11-10 03:57:18] "GET /obj-perms HTTP/1.1" 200 5030 0.004017 10.0.0.22 - - [2025-11-10 03:57:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004546 10.0.0.23 - - [2025-11-10 03:57:27] "GET /obj-perms HTTP/1.1" 200 5030 0.004273 10.0.0.22 - - [2025-11-10 03:57:30] "GET /obj-perms HTTP/1.1" 200 5030 0.003867 10.0.0.23 - - [2025-11-10 03:57:36] "GET /obj-perms HTTP/1.1" 200 5030 0.004110 10.0.0.22 - - [2025-11-10 03:57:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004259 10.0.0.22 - - [2025-11-10 03:57:39] "POST /fqname-to-id HTTP/1.1" 404 232 0.023388 10.0.0.50 - - [2025-11-10 03:57:39] "DELETE /access-control-list/b90af558-3f41-4bad-b75a-012c8616c80e HTTP/1.1" 200 115 0.080006 10.0.0.22 - - [2025-11-10 03:57:40] "POST /neutron/network HTTP/1.1" 200 864 0.048071 10.0.0.50 - - [2025-11-10 03:57:40] "DELETE /route-target/064b2bad-5d2b-4bce-afc4-622ae7e54f98 HTTP/1.1" 200 115 0.036556 10.0.0.22 - - [2025-11-10 03:57:40] "DELETE /api-access-list/382bce71-6fd4-4b94-95cd-6b5ecb048be9 HTTP/1.1" 200 115 0.057672 10.0.0.23 - - [2025-11-10 03:57:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006543 10.0.0.23 - - [2025-11-10 03:57:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004234 10.0.0.22 - - [2025-11-10 03:57:41] "POST /neutron/network HTTP/1.1" 200 151 0.178179 10.0.0.22 - - [2025-11-10 03:57:43] "GET /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004414 10.0.0.22 - - [2025-11-10 03:57:43] "PUT /api-access-list/d5266d80-0af7-492b-a547-9b9ea35d24c9 HTTP/1.1" 200 264 0.013206 10.0.0.23 - - [2025-11-10 03:57:43] "GET /projects?obj_uuids=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001077 10.0.0.22 - - [2025-11-10 03:57:43] "GET /project/8d30258c-55d5-44ee-8fac-6dbf36ca7deb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.052521 10.0.0.23 - - [2025-11-10 03:57:43] "GET /projects?obj_uuids=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001431 10.0.0.22 - - [2025-11-10 03:57:43] "GET /project/8d30258c-55d5-44ee-8fac-6dbf36ca7deb?fields=virtual_networks HTTP/1.1" 200 1033 0.063564 10.0.0.23 - - [2025-11-10 03:57:43] "GET /projects?obj_uuids=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001234 10.0.0.22 - - [2025-11-10 03:57:43] "GET /project/8d30258c-55d5-44ee-8fac-6dbf36ca7deb?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.043383 10.0.0.23 - - [2025-11-10 03:57:43] "GET /projects?obj_uuids=8d30258c-55d5-44ee-8fac-6dbf36ca7deb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001344 10.0.0.22 - - [2025-11-10 03:57:43] "GET /project/8d30258c-55d5-44ee-8fac-6dbf36ca7deb?fields=security_groups HTTP/1.1" 200 1259 0.038738 10.0.0.23 - - [2025-11-10 03:57:44] "GET /projects?obj_uuids=2689fb53-1855-4a8d-b217-f12f79769004&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001613 10.0.0.22 - - [2025-11-10 03:57:44] "GET /project/2689fb53-1855-4a8d-b217-f12f79769004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.044697 10.0.0.22 - - [2025-11-10 03:57:44] "GET /obj-perms HTTP/1.1" 200 5056 0.059906 10.0.0.50 - - [2025-11-10 03:57:45] "GET /obj-perms HTTP/1.1" 200 5056 0.049127 [Introspect:8084]10.0.0.22 - - [2025-11-10 03:57:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001695 10.0.0.22 - - [2025-11-10 03:57:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.027155 10.0.0.23 - - [2025-11-10 03:57:47] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003429 10.0.0.23 - - [2025-11-10 03:57:47] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.23 - - [2025-11-10 03:57:47] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007661 10.0.0.23 - - [2025-11-10 03:57:48] "POST /id-to-fqname HTTP/1.1" 200 191 0.037373 10.0.0.23 - - [2025-11-10 03:57:48] "POST /fqname-to-id HTTP/1.1" 404 200 0.002714 10.0.0.23 - - [2025-11-10 03:57:48] "POST /security-groups HTTP/1.1" 200 592 0.072781 10.0.0.23 - - [2025-11-10 03:57:48] "POST /projects HTTP/1.1" 200 587 0.323942 10.0.0.50 - - [2025-11-10 03:57:48] "POST /fqname-to-id HTTP/1.1" 404 235 0.003680 10.0.0.23 - - [2025-11-10 03:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.415539 10.0.0.22 - - [2025-11-10 03:57:48] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.573510 10.0.0.50 - - [2025-11-10 03:57:48] "POST /access-control-lists HTTP/1.1" 200 595 0.040950 10.0.0.22 - - [2025-11-10 03:57:49] "GET / HTTP/1.1" 200 35931 0.002159 10.0.0.22 - - [2025-11-10 03:57:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531 10.0.0.22 - - [2025-11-10 03:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.076138 10.0.0.23 - - [2025-11-10 03:57:51] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001209 10.0.0.22 - - [2025-11-10 03:57:51] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.039553 10.0.0.23 - - [2025-11-10 03:57:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005245 10.0.0.22 - - [2025-11-10 03:57:52] "POST /neutron/subnet HTTP/1.1" 200 716 0.338667 10.0.0.22 - - [2025-11-10 03:57:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001391 10.0.0.22 - - [2025-11-10 03:57:52] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005686 10.0.0.22 - - [2025-11-10 03:57:52] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006421 10.0.0.22 - - [2025-11-10 03:57:52] "POST /neutron/network HTTP/1.1" 200 825 0.008513 10.0.0.22 - - [2025-11-10 03:57:52] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006422 10.0.0.23 - - [2025-11-10 03:57:54] "GET /obj-perms HTTP/1.1" 200 5032 0.049475 10.0.0.22 - - [2025-11-10 03:57:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001613 10.0.0.23 - - [2025-11-10 03:57:55] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001177 10.0.0.22 - - [2025-11-10 03:57:55] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.067651 10.0.0.22 - - [2025-11-10 03:57:55] "POST /neutron/network HTTP/1.1" 200 825 0.010029 10.0.0.22 - - [2025-11-10 03:57:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001497 10.0.0.22 - - [2025-11-10 03:57:55] "POST /neutron/port HTTP/1.1" 200 117 0.006879 10.0.0.23 - - [2025-11-10 03:57:56] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001513 10.0.0.22 - - [2025-11-10 03:57:56] "POST /neutron/port HTTP/1.1" 200 1059 0.301010 10.0.0.23 - - [2025-11-10 03:57:56] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003298 10.0.0.22 - - [2025-11-10 03:57:56] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.081938 10.0.0.22 - - [2025-11-10 03:57:56] "POST /neutron/port HTTP/1.1" 200 1113 0.147564 10.0.0.22 - - [2025-11-10 03:57:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003963 10.0.0.22 - - [2025-11-10 03:57:56] "POST /neutron/port HTTP/1.1" 200 1087 0.032359 10.0.0.22 - - [2025-11-10 03:57:56] "POST /neutron/port HTTP/1.1" 200 117 0.007571 10.0.0.22 - - [2025-11-10 03:57:57] "POST /neutron/network HTTP/1.1" 200 835 0.009640 10.0.0.22 - - [2025-11-10 03:57:57] "POST /neutron/port HTTP/1.1" 200 1059 0.017969 10.0.0.22 - - [2025-11-10 03:57:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005364 10.0.0.22 - - [2025-11-10 03:57:57] "POST /neutron/network HTTP/1.1" 200 825 0.007035 10.0.0.22 - - [2025-11-10 03:58:02] "POST /neutron/port HTTP/1.1" 200 1087 0.017687 10.0.0.22 - - [2025-11-10 03:58:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008256 10.0.0.22 - - [2025-11-10 03:58:02] "GET /virtual-machine/c46fb579-b1c2-4e80-925e-a4e46d4ad5be HTTP/1.1" 401 292 0.000511 10.0.0.22 - - [2025-11-10 03:58:02] "GET /virtual-machine/c46fb579-b1c2-4e80-925e-a4e46d4ad5be HTTP/1.1" 200 1294 0.029637 10.0.0.22 - - [2025-11-10 03:58:02] "GET /virtual-machine-interface/7050a246-5161-4a44-b7e8-30f72761ada2 HTTP/1.1" 200 2949 0.005548 10.0.0.22 - - [2025-11-10 03:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004679 10.0.0.22 - - [2025-11-10 03:58:02] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006022 10.0.0.22 - - [2025-11-10 03:58:02] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005351 10.0.0.22 - - [2025-11-10 03:58:02] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006332 10.0.0.22 - - [2025-11-10 03:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.22 - - [2025-11-10 03:58:05] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005502 10.0.0.22 - - [2025-11-10 03:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.22 - - [2025-11-10 03:58:09] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006204 10.0.0.22 - - [2025-11-10 03:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.22 - - [2025-11-10 03:58:13] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005409 10.0.0.22 - - [2025-11-10 03:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.22 - - [2025-11-10 03:58:18] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005715 10.0.0.22 - - [2025-11-10 03:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.22 - - [2025-11-10 03:58:22] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005882 10.0.0.22 - - [2025-11-10 03:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.22 - - [2025-11-10 03:58:26] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005408 10.0.0.22 - - [2025-11-10 03:58:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.22 - - [2025-11-10 03:58:30] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008389 10.0.0.50 - - [2025-11-10 03:58:30] "DELETE /access-control-list/20ba3b16-8518-48de-995b-4b652ff5988c HTTP/1.1" 200 115 0.042298 10.0.0.22 - - [2025-11-10 03:58:31] "POST /neutron/network HTTP/1.1" 200 835 0.031842 10.0.0.22 - - [2025-11-10 03:58:31] "POST /neutron/port HTTP/1.1" 200 117 0.001270 10.0.0.22 - - [2025-11-10 03:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.22 - - [2025-11-10 03:58:34] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004325 10.0.0.22 - - [2025-11-10 03:58:34] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003592 10.0.0.22 - - [2025-11-10 03:58:34] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006563 10.0.0.22 - - [2025-11-10 03:58:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012398 10.0.0.23 - - [2025-11-10 03:58:37] "DELETE /project/8d30258c-55d5-44ee-8fac-6dbf36ca7deb HTTP/1.1" 404 177 0.047635 10.0.0.23 - - [2025-11-10 03:58:37] "DELETE /project/9b2d9cc7d1a749c08d96193079b8a765 HTTP/1.1" 404 173 0.069108 10.0.0.22 - - [2025-11-10 03:58:41] "POST /neutron/port HTTP/1.1" 200 1087 0.042449 10.0.0.22 - - [2025-11-10 03:58:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004338 10.0.0.22 - - [2025-11-10 03:58:41] "POST /neutron/network HTTP/1.1" 200 825 0.007457 10.0.0.22 - - [2025-11-10 03:58:45] "POST /neutron/port HTTP/1.1" 200 1087 0.018956 10.0.0.22 - - [2025-11-10 03:58:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.028473 10.0.0.22 - - [2025-11-10 03:58:55] "POST /neutron/port HTTP/1.1" 200 1087 0.019812 10.0.0.22 - - [2025-11-10 03:58:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007382 10.0.0.22 - - [2025-11-10 03:58:55] "GET /virtual-machine/050382ca-a024-4ffa-a9ad-0cf6bcc1d308 HTTP/1.1" 200 1292 0.007905 10.0.0.22 - - [2025-11-10 03:58:55] "GET /virtual-machine-interface/ec536e13-534b-4527-8182-4713c5b00632 HTTP/1.1" 200 2949 0.005684 10.0.0.22 - - [2025-11-10 03:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.22 - - [2025-11-10 03:58:55] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003523 10.0.0.22 - - [2025-11-10 03:58:55] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002934 10.0.0.22 - - [2025-11-10 03:58:55] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006437 10.0.0.22 - - [2025-11-10 03:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.22 - - [2025-11-10 03:58:56] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005224 10.0.0.22 - - [2025-11-10 03:58:56] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003520 10.0.0.22 - - [2025-11-10 03:58:56] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006532 10.0.0.22 - - [2025-11-10 03:58:56] "POST /neutron/port HTTP/1.1" 200 1087 0.017155 10.0.0.22 - - [2025-11-10 03:59:31] "POST /neutron/port HTTP/1.1" 200 1087 0.014003 10.0.0.22 - - [2025-11-10 03:59:31] "POST /neutron/subnet HTTP/1.1" 200 690 0.009446 10.0.0.22 - - [2025-11-10 03:59:41] "POST /neutron/port HTTP/1.1" 200 1087 0.013607 10.0.0.22 - - [2025-11-10 03:59:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004385 10.0.0.22 - - [2025-11-10 03:59:41] "POST /neutron/network HTTP/1.1" 200 825 0.008799 10.0.0.22 - - [2025-11-10 04:00:33] "POST /neutron/network HTTP/1.1" 200 835 0.007808 10.0.0.22 - - [2025-11-10 04:00:33] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.22 - - [2025-11-10 04:00:43] "POST /neutron/port HTTP/1.1" 200 1087 0.021055 10.0.0.22 - - [2025-11-10 04:00:43] "POST /neutron/subnet HTTP/1.1" 200 690 0.009632 10.0.0.22 - - [2025-11-10 04:00:46] "POST /neutron/port HTTP/1.1" 200 1087 0.015178 10.0.0.22 - - [2025-11-10 04:00:46] "GET /virtual-machine/c46fb579-b1c2-4e80-925e-a4e46d4ad5be HTTP/1.1" 200 1294 0.004773 10.0.0.22 - - [2025-11-10 04:00:46] "GET /virtual-machine-interface/7050a246-5161-4a44-b7e8-30f72761ada2 HTTP/1.1" 200 2949 0.007490 10.0.0.22 - - [2025-11-10 04:00:46] "GET /virtual-machine/c46fb579-b1c2-4e80-925e-a4e46d4ad5be HTTP/1.1" 200 1294 0.004985 10.0.0.22 - - [2025-11-10 04:00:46] "GET /virtual-machine-interface/7050a246-5161-4a44-b7e8-30f72761ada2 HTTP/1.1" 200 2949 0.004941 10.0.0.22 - - [2025-11-10 04:00:46] "GET /instance-ip/c8424480-c9dd-4590-8c19-822d950f46ee HTTP/1.1" 200 1622 0.006782 10.0.0.22 - - [2025-11-10 04:00:46] "GET /virtual-machine/c46fb579-b1c2-4e80-925e-a4e46d4ad5be HTTP/1.1" 200 1294 0.003952 10.0.0.22 - - [2025-11-10 04:00:46] "GET /virtual-machine-interface/7050a246-5161-4a44-b7e8-30f72761ada2 HTTP/1.1" 200 2949 0.005423 10.0.0.22 - - [2025-11-10 04:00:46] "GET /instance-ip/c8424480-c9dd-4590-8c19-822d950f46ee HTTP/1.1" 200 1622 0.005275 10.0.0.22 - - [2025-11-10 04:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.22 - - [2025-11-10 04:00:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004052 10.0.0.22 - - [2025-11-10 04:00:46] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003302 10.0.0.22 - - [2025-11-10 04:00:46] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005824 10.0.0.22 - - [2025-11-10 04:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.22 - - [2025-11-10 04:00:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005840 10.0.0.22 - - [2025-11-10 04:00:46] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003485 10.0.0.22 - - [2025-11-10 04:00:47] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.010134 10.0.0.22 - - [2025-11-10 04:00:47] "GET /obj-perms HTTP/1.1" 200 5056 0.055883 10.0.0.22 - - [2025-11-10 04:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.22 - - [2025-11-10 04:00:47] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005968 10.0.0.22 - - [2025-11-10 04:00:47] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003305 10.0.0.22 - - [2025-11-10 04:00:47] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009646 10.0.0.22 - - [2025-11-10 04:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.109967 10.0.0.22 - - [2025-11-10 04:00:47] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004605 10.0.0.22 - - [2025-11-10 04:00:47] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002831 10.0.0.22 - - [2025-11-10 04:00:47] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006238 10.0.0.50 - - [2025-11-10 04:00:47] "GET /obj-perms HTTP/1.1" 200 5056 0.046853 10.0.0.22 - - [2025-11-10 04:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.22 - - [2025-11-10 04:00:47] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005001 10.0.0.22 - - [2025-11-10 04:00:47] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003637 10.0.0.22 - - [2025-11-10 04:00:47] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007083 10.0.0.22 - - [2025-11-10 04:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.22 - - [2025-11-10 04:00:47] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004591 10.0.0.22 - - [2025-11-10 04:00:47] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003534 10.0.0.22 - - [2025-11-10 04:00:47] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007011 10.0.0.22 - - [2025-11-10 04:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.22 - - [2025-11-10 04:00:47] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005233 10.0.0.22 - - [2025-11-10 04:00:47] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004062 10.0.0.22 - - [2025-11-10 04:00:47] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007713 10.0.0.22 - - [2025-11-10 04:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.22 - - [2025-11-10 04:00:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004976 10.0.0.22 - - [2025-11-10 04:00:48] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003693 10.0.0.22 - - [2025-11-10 04:00:48] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006900 10.0.0.22 - - [2025-11-10 04:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.22 - - [2025-11-10 04:00:48] "GET /routing-instance/85dbc4e3-d554-4dd7-818d-9488e9b14e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005275 10.0.0.22 - - [2025-11-10 04:00:48] "GET /route-target/bac053e1-f3f5-4a88-8735-11453288b041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004971 10.0.0.22 - - [2025-11-10 04:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.22 - - [2025-11-10 04:00:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003798 10.0.0.22 - - [2025-11-10 04:00:48] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003349 10.0.0.22 - - [2025-11-10 04:00:48] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008095 10.0.0.22 - - [2025-11-10 04:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.22 - - [2025-11-10 04:00:48] "GET /routing-instance/85dbc4e3-d554-4dd7-818d-9488e9b14e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005355 10.0.0.22 - - [2025-11-10 04:00:48] "GET /route-target/bac053e1-f3f5-4a88-8735-11453288b041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004571 10.0.0.22 - - [2025-11-10 04:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.22 - - [2025-11-10 04:00:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004648 10.0.0.22 - - [2025-11-10 04:00:48] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003607 10.0.0.22 - - [2025-11-10 04:00:48] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006290 10.0.0.22 - - [2025-11-10 04:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.22 - - [2025-11-10 04:00:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004671 10.0.0.22 - - [2025-11-10 04:00:48] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003380 10.0.0.22 - - [2025-11-10 04:00:48] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005783 10.0.0.22 - - [2025-11-10 04:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.22 - - [2025-11-10 04:00:48] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004426 10.0.0.22 - - [2025-11-10 04:00:48] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003371 10.0.0.22 - - [2025-11-10 04:00:48] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006245 10.0.0.23 - - [2025-11-10 04:00:48] "GET /obj-perms HTTP/1.1" 200 5032 0.003780 10.0.0.22 - - [2025-11-10 04:00:49] "GET /obj-perms HTTP/1.1" 200 5032 0.055544 10.0.0.23 - - [2025-11-10 04:00:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004451 10.0.0.22 - - [2025-11-10 04:00:49] "GET /obj-perms HTTP/1.1" 200 5032 0.006000 10.0.0.22 - - [2025-11-10 04:00:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017044 10.0.0.22 - - [2025-11-10 04:00:49] "GET /virtual-machine/050382ca-a024-4ffa-a9ad-0cf6bcc1d308 HTTP/1.1" 200 1292 0.004330 10.0.0.22 - - [2025-11-10 04:00:49] "GET /virtual-machine-interface/ec536e13-534b-4527-8182-4713c5b00632 HTTP/1.1" 200 2949 0.005674 10.0.0.22 - - [2025-11-10 04:00:49] "GET /virtual-machine/050382ca-a024-4ffa-a9ad-0cf6bcc1d308 HTTP/1.1" 200 1292 0.004755 10.0.0.22 - - [2025-11-10 04:00:49] "GET /virtual-machine-interface/ec536e13-534b-4527-8182-4713c5b00632 HTTP/1.1" 200 2949 0.005813 10.0.0.22 - - [2025-11-10 04:00:49] "GET /instance-ip/da0b8daf-6a69-43fb-8c89-f40bea439c6c HTTP/1.1" 200 1622 0.006639 10.0.0.22 - - [2025-11-10 04:00:49] "GET /virtual-machine/050382ca-a024-4ffa-a9ad-0cf6bcc1d308 HTTP/1.1" 200 1292 0.004529 10.0.0.22 - - [2025-11-10 04:00:49] "GET /virtual-machine-interface/ec536e13-534b-4527-8182-4713c5b00632 HTTP/1.1" 200 2949 0.006577 10.0.0.22 - - [2025-11-10 04:00:49] "GET /instance-ip/da0b8daf-6a69-43fb-8c89-f40bea439c6c HTTP/1.1" 200 1622 0.005968 10.0.0.22 - - [2025-11-10 04:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.22 - - [2025-11-10 04:00:49] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004085 10.0.0.22 - - [2025-11-10 04:00:49] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003661 10.0.0.22 - - [2025-11-10 04:00:49] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005949 10.0.0.22 - - [2025-11-10 04:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.22 - - [2025-11-10 04:00:49] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004676 10.0.0.22 - - [2025-11-10 04:00:49] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003884 10.0.0.22 - - [2025-11-10 04:00:49] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008399 10.0.0.22 - - [2025-11-10 04:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.22 - - [2025-11-10 04:00:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004272 10.0.0.22 - - [2025-11-10 04:00:50] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003234 10.0.0.22 - - [2025-11-10 04:00:50] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006304 10.0.0.22 - - [2025-11-10 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.22 - - [2025-11-10 04:00:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004349 10.0.0.22 - - [2025-11-10 04:00:50] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003778 10.0.0.22 - - [2025-11-10 04:00:50] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006257 10.0.0.22 - - [2025-11-10 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.22 - - [2025-11-10 04:00:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005433 10.0.0.22 - - [2025-11-10 04:00:50] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003319 10.0.0.22 - - [2025-11-10 04:00:50] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006016 10.0.0.22 - - [2025-11-10 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.22 - - [2025-11-10 04:00:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004240 10.0.0.22 - - [2025-11-10 04:00:50] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003157 10.0.0.22 - - [2025-11-10 04:00:50] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006235 10.0.0.22 - - [2025-11-10 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.22 - - [2025-11-10 04:00:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004219 10.0.0.22 - - [2025-11-10 04:00:50] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003271 10.0.0.22 - - [2025-11-10 04:00:50] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005848 10.0.0.22 - - [2025-11-10 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006925 10.0.0.22 - - [2025-11-10 04:00:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003930 10.0.0.22 - - [2025-11-10 04:00:50] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003683 10.0.0.22 - - [2025-11-10 04:00:50] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006601 10.0.0.22 - - [2025-11-10 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.22 - - [2025-11-10 04:00:51] "GET /routing-instance/85dbc4e3-d554-4dd7-818d-9488e9b14e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006790 10.0.0.22 - - [2025-11-10 04:00:51] "GET /route-target/bac053e1-f3f5-4a88-8735-11453288b041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004966 10.0.0.22 - - [2025-11-10 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.015963 10.0.0.22 - - [2025-11-10 04:00:51] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003766 10.0.0.22 - - [2025-11-10 04:00:51] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003063 10.0.0.22 - - [2025-11-10 04:00:51] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009642 10.0.0.22 - - [2025-11-10 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.22 - - [2025-11-10 04:00:51] "GET /routing-instance/85dbc4e3-d554-4dd7-818d-9488e9b14e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004276 10.0.0.22 - - [2025-11-10 04:00:51] "GET /route-target/bac053e1-f3f5-4a88-8735-11453288b041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005580 10.0.0.22 - - [2025-11-10 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.22 - - [2025-11-10 04:00:51] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004493 10.0.0.22 - - [2025-11-10 04:00:51] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003529 10.0.0.22 - - [2025-11-10 04:00:51] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006964 10.0.0.22 - - [2025-11-10 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.22 - - [2025-11-10 04:00:51] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004315 10.0.0.22 - - [2025-11-10 04:00:51] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003380 10.0.0.22 - - [2025-11-10 04:00:51] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007548 10.0.0.22 - - [2025-11-10 04:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.016605 10.0.0.22 - - [2025-11-10 04:00:51] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005127 10.0.0.22 - - [2025-11-10 04:00:51] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005110 10.0.0.22 - - [2025-11-10 04:00:51] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006614 10.0.0.23 - - [2025-11-10 04:00:51] "GET /obj-perms HTTP/1.1" 200 5032 0.003904 10.0.0.22 - - [2025-11-10 04:00:51] "GET /obj-perms HTTP/1.1" 200 5032 0.003997 10.0.0.22 - - [2025-11-10 04:00:52] "GET /obj-perms HTTP/1.1" 200 5032 0.006148 10.0.0.22 - - [2025-11-10 04:00:52] "GET /obj-perms HTTP/1.1" 200 5032 0.007688 10.0.0.23 - - [2025-11-10 04:00:52] "GET /obj-perms HTTP/1.1" 200 5032 0.008758 10.0.0.22 - - [2025-11-10 04:00:57] "GET /virtual-machine/050382ca-a024-4ffa-a9ad-0cf6bcc1d308 HTTP/1.1" 200 1292 0.005055 10.0.0.22 - - [2025-11-10 04:00:58] "POST /neutron/port HTTP/1.1" 200 151 0.204136 10.0.0.22 - - [2025-11-10 04:00:59] "GET /virtual-machine/050382ca-a024-4ffa-a9ad-0cf6bcc1d308 HTTP/1.1" 404 171 0.003592 10.0.0.22 - - [2025-11-10 04:00:59] "GET /virtual-machine/050382ca-a024-4ffa-a9ad-0cf6bcc1d308 HTTP/1.1" 404 171 0.003369 10.0.0.22 - - [2025-11-10 04:00:59] "GET /virtual-machine/050382ca-a024-4ffa-a9ad-0cf6bcc1d308 HTTP/1.1" 404 171 0.003124 10.0.0.22 - - [2025-11-10 04:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005002 10.0.0.22 - - [2025-11-10 04:00:59] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006109 10.0.0.22 - - [2025-11-10 04:00:59] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003753 10.0.0.22 - - [2025-11-10 04:00:59] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009526 10.0.0.22 - - [2025-11-10 04:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.22 - - [2025-11-10 04:00:59] "GET /routing-instance/85dbc4e3-d554-4dd7-818d-9488e9b14e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005472 10.0.0.22 - - [2025-11-10 04:00:59] "GET /route-target/bac053e1-f3f5-4a88-8735-11453288b041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005328 10.0.0.22 - - [2025-11-10 04:00:59] "GET /obj-perms HTTP/1.1" 200 5032 0.003870 10.0.0.22 - - [2025-11-10 04:01:06] "GET /obj-perms HTTP/1.1" 200 5032 0.004856 10.0.0.22 - - [2025-11-10 04:01:09] "GET /obj-perms HTTP/1.1" 200 5032 0.005755 10.0.0.22 - - [2025-11-10 04:01:15] "GET /obj-perms HTTP/1.1" 200 5032 0.003739 10.0.0.22 - - [2025-11-10 04:01:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004098 10.0.0.50 - - [2025-11-10 04:01:18] "GET /obj-perms HTTP/1.1" 200 5032 0.051507 10.0.0.22 - - [2025-11-10 04:01:18] "GET /virtual-machine/c46fb579-b1c2-4e80-925e-a4e46d4ad5be HTTP/1.1" 200 1294 0.005772 10.0.0.22 - - [2025-11-10 04:01:19] "POST /neutron/port HTTP/1.1" 200 151 0.197943 10.0.0.23 - - [2025-11-10 04:01:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000596 10.0.0.23 - - [2025-11-10 04:01:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000554 10.0.0.22 - - [2025-11-10 04:01:20] "GET /virtual-machine/c46fb579-b1c2-4e80-925e-a4e46d4ad5be HTTP/1.1" 404 171 0.003510 10.0.0.22 - - [2025-11-10 04:01:20] "GET /virtual-machine/c46fb579-b1c2-4e80-925e-a4e46d4ad5be HTTP/1.1" 404 171 0.003457 10.0.0.23 - - [2025-11-10 04:01:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000316 10.0.0.22 - - [2025-11-10 04:01:20] "GET /virtual-machine/c46fb579-b1c2-4e80-925e-a4e46d4ad5be HTTP/1.1" 404 171 0.003888 10.0.0.23 - - [2025-11-10 04:01:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.22 - - [2025-11-10 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.22 - - [2025-11-10 04:01:20] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004114 10.0.0.22 - - [2025-11-10 04:01:20] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003503 10.0.0.50 - - [2025-11-10 04:01:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.22 - - [2025-11-10 04:01:20] "GET /virtual-network/20695cb9-ca51-4318-8432-33e33276f876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005858 10.0.0.22 - - [2025-11-10 04:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.50 - - [2025-11-10 04:01:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.22 - - [2025-11-10 04:01:21] "GET /routing-instance/85dbc4e3-d554-4dd7-818d-9488e9b14e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004771 10.0.0.22 - - [2025-11-10 04:01:21] "GET /route-target/bac053e1-f3f5-4a88-8735-11453288b041?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004897 10.0.0.22 - - [2025-11-10 04:01:21] "GET /obj-perms HTTP/1.1" 200 5032 0.006163 10.0.0.50 - - [2025-11-10 04:01:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000650 10.0.0.50 - - [2025-11-10 04:01:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000674 10.0.0.22 - - [2025-11-10 04:01:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.22 - - [2025-11-10 04:01:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.22 - - [2025-11-10 04:01:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000613 10.0.0.22 - - [2025-11-10 04:01:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2025-11-10 04:01:24] "GET /obj-perms HTTP/1.1" 200 5032 0.003811 10.0.0.22 - - [2025-11-10 04:01:30] "GET /obj-perms HTTP/1.1" 200 5032 0.004204 10.0.0.23 - - [2025-11-10 04:01:33] "GET /obj-perms HTTP/1.1" 200 5032 0.003867 10.0.0.22 - - [2025-11-10 04:01:39] "GET /obj-perms HTTP/1.1" 200 5032 0.005027 10.0.0.23 - - [2025-11-10 04:01:39] "GET /obj-perms HTTP/1.1" 200 5032 0.005141 10.0.0.50 - - [2025-11-10 04:01:40] "DELETE /route-target/bac053e1-f3f5-4a88-8735-11453288b041 HTTP/1.1" 200 115 0.027856 10.0.0.22 - - [2025-11-10 04:01:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.004253 10.0.0.22 - - [2025-11-10 04:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.23 - - [2025-11-10 04:01:42] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.22 - - [2025-11-10 04:01:42] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.054332 10.0.0.22 - - [2025-11-10 04:01:42] "POST /network-policys HTTP/1.1" 200 522 0.033051 10.0.0.22 - - [2025-11-10 04:01:43] "GET /network-policy/773c9f23-1333-4c09-a839-b43934475212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006764 10.0.0.22 - - [2025-11-10 04:01:43] "POST /fqname-to-id HTTP/1.1" 404 200 0.003192 10.0.0.22 - - [2025-11-10 04:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.23 - - [2025-11-10 04:01:43] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001185 10.0.0.22 - - [2025-11-10 04:01:43] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.060568 10.0.0.22 - - [2025-11-10 04:01:43] "POST /network-policys HTTP/1.1" 200 522 0.032031 10.0.0.22 - - [2025-11-10 04:01:43] "GET /network-policy/f9a0bd3d-f8a2-489c-8fb3-bf7c3e29fc6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008129 10.0.0.22 - - [2025-11-10 04:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.23 - - [2025-11-10 04:01:43] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001086 10.0.0.22 - - [2025-11-10 04:01:43] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.061287 10.0.0.22 - - [2025-11-10 04:01:43] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003929 10.0.0.22 - - [2025-11-10 04:01:43] "POST /virtual-networks HTTP/1.1" 200 546 0.093276 10.0.0.22 - - [2025-11-10 04:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.22 - - [2025-11-10 04:01:43] "GET /network-ipam/ff56791f-55e2-4bb1-9bbf-e11ee461d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.011475 10.0.0.23 - - [2025-11-10 04:01:43] "POST /useragent-kv HTTP/1.1" 200 115 0.010961 10.0.0.22 - - [2025-11-10 04:01:43] "POST /ref-update HTTP/1.1" 200 156 0.076434 10.0.0.22 - - [2025-11-10 04:01:43] "POST /neutron/network HTTP/1.1" 200 809 0.007324 10.0.0.22 - - [2025-11-10 04:01:43] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007188 10.0.0.22 - - [2025-11-10 04:01:43] "POST /neutron/subnet HTTP/1.1" 200 672 0.009793 10.0.0.22 - - [2025-11-10 04:01:44] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006304 10.0.0.22 - - [2025-11-10 04:01:44] "GET /obj-perms HTTP/1.1" 200 5032 0.004954 10.0.0.22 - - [2025-11-10 04:01:44] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.008621 10.0.0.22 - - [2025-11-10 04:01:44] "PUT /virtual-network/bbea7280-4103-4978-a786-79f15b09a337 HTTP/1.1" 200 264 0.064369 10.0.0.22 - - [2025-11-10 04:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.22 - - [2025-11-10 04:01:44] "GET /network-policy/773c9f23-1333-4c09-a839-b43934475212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004911 10.0.0.50 - - [2025-11-10 04:01:44] "POST /fqname-to-id HTTP/1.1" 404 237 0.004770 10.0.0.22 - - [2025-11-10 04:01:44] "POST /ref-update HTTP/1.1" 200 156 0.073433 10.0.0.22 - - [2025-11-10 04:01:44] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006615 10.0.0.22 - - [2025-11-10 04:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.22 - - [2025-11-10 04:01:44] "GET /network-policy/773c9f23-1333-4c09-a839-b43934475212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005884 10.0.0.22 - - [2025-11-10 04:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.23 - - [2025-11-10 04:01:44] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001881 10.0.0.22 - - [2025-11-10 04:01:45] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.058287 10.0.0.22 - - [2025-11-10 04:01:45] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004106 10.0.0.22 - - [2025-11-10 04:01:45] "POST /virtual-networks HTTP/1.1" 200 546 0.094584 10.0.0.22 - - [2025-11-10 04:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.50 - - [2025-11-10 04:01:45] "POST /ref-update HTTP/1.1" 200 156 0.024058 10.0.0.22 - - [2025-11-10 04:01:45] "GET /network-ipam/ff56791f-55e2-4bb1-9bbf-e11ee461d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.007354 10.0.0.23 - - [2025-11-10 04:01:45] "POST /useragent-kv HTTP/1.1" 200 115 0.006301 10.0.0.22 - - [2025-11-10 04:01:45] "POST /ref-update HTTP/1.1" 200 156 0.081261 10.0.0.22 - - [2025-11-10 04:01:45] "POST /neutron/network HTTP/1.1" 200 809 0.009210 10.0.0.22 - - [2025-11-10 04:01:45] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006600 10.0.0.22 - - [2025-11-10 04:01:45] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005353 10.0.0.50 - - [2025-11-10 04:01:46] "GET /obj-perms HTTP/1.1" 200 5032 0.003824 10.0.0.22 - - [2025-11-10 04:01:46] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006303 10.0.0.22 - - [2025-11-10 04:01:46] "PUT /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9 HTTP/1.1" 200 264 0.055228 10.0.0.22 - - [2025-11-10 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.22 - - [2025-11-10 04:01:46] "GET /network-policy/f9a0bd3d-f8a2-489c-8fb3-bf7c3e29fc6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004697 10.0.0.22 - - [2025-11-10 04:01:46] "POST /ref-update HTTP/1.1" 200 156 0.084120 10.0.0.22 - - [2025-11-10 04:01:46] "POST /neutron/network HTTP/1.1" 200 886 0.017514 10.0.0.50 - - [2025-11-10 04:01:46] "POST /ref-update HTTP/1.1" 200 156 0.060278 10.0.0.22 - - [2025-11-10 04:01:46] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.012523 10.0.0.22 - - [2025-11-10 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006854 10.0.0.22 - - [2025-11-10 04:01:46] "GET /network-policy/f9a0bd3d-f8a2-489c-8fb3-bf7c3e29fc6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005484 10.0.0.22 - - [2025-11-10 04:01:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001819 10.0.0.23 - - [2025-11-10 04:01:47] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004406 10.0.0.22 - - [2025-11-10 04:01:47] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.079210 10.0.0.23 - - [2025-11-10 04:01:47] "GET /obj-perms HTTP/1.1" 200 5056 0.073806 10.0.0.22 - - [2025-11-10 04:01:47] "POST /neutron/port HTTP/1.1" 200 117 0.006972 10.0.0.22 - - [2025-11-10 04:01:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001294 10.0.0.22 - - [2025-11-10 04:01:48] "POST /neutron/network HTTP/1.1" 200 896 0.007021 10.0.0.23 - - [2025-11-10 04:01:48] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001056 10.0.0.22 - - [2025-11-10 04:01:48] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.083182 10.0.0.22 - - [2025-11-10 04:01:49] "POST /neutron/network HTTP/1.1" 200 886 0.054938 10.0.0.22 - - [2025-11-10 04:01:49] "POST /neutron/port HTTP/1.1" 200 1115 0.114376 10.0.0.22 - - [2025-11-10 04:01:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004411 10.0.0.22 - - [2025-11-10 04:01:49] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.22 - - [2025-11-10 04:01:49] "POST /neutron/port HTTP/1.1" 200 1089 0.017329 10.0.0.23 - - [2025-11-10 04:01:49] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001149 10.0.0.22 - - [2025-11-10 04:01:50] "POST /neutron/port HTTP/1.1" 200 1061 0.317134 10.0.0.22 - - [2025-11-10 04:01:50] "POST /neutron/port HTTP/1.1" 200 1115 0.113989 10.0.0.22 - - [2025-11-10 04:01:50] "POST /neutron/subnet HTTP/1.1" 200 646 0.009213 10.0.0.22 - - [2025-11-10 04:01:54] "POST /neutron/port HTTP/1.1" 200 1089 0.023869 10.0.0.22 - - [2025-11-10 04:01:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007577 10.0.0.22 - - [2025-11-10 04:01:54] "GET /virtual-machine/77911c3c-19c9-482e-810b-b62a9b66228c HTTP/1.1" 200 1292 0.006860 10.0.0.22 - - [2025-11-10 04:01:54] "GET /virtual-machine-interface/050802fc-e0bc-4b00-a6fb-f28ed7b34bd9 HTTP/1.1" 200 2948 0.006742 10.0.0.22 - - [2025-11-10 04:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.22 - - [2025-11-10 04:01:54] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003966 10.0.0.22 - - [2025-11-10 04:01:54] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003314 10.0.0.22 - - [2025-11-10 04:01:54] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007796 10.0.0.22 - - [2025-11-10 04:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005076 10.0.0.22 - - [2025-11-10 04:01:58] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005702 10.0.0.22 - - [2025-11-10 04:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.22 - - [2025-11-10 04:02:02] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006301 10.0.0.22 - - [2025-11-10 04:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.22 - - [2025-11-10 04:02:06] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005854 10.0.0.22 - - [2025-11-10 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.22 - - [2025-11-10 04:02:10] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005671 10.0.0.22 - - [2025-11-10 04:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004997 10.0.0.22 - - [2025-11-10 04:02:14] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007211 10.0.0.22 - - [2025-11-10 04:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.22 - - [2025-11-10 04:02:18] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005805 10.0.0.22 - - [2025-11-10 04:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.22 - - [2025-11-10 04:02:22] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005874 10.0.0.22 - - [2025-11-10 04:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.22 - - [2025-11-10 04:02:26] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005694 10.0.0.22 - - [2025-11-10 04:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.22 - - [2025-11-10 04:02:28] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004869 10.0.0.22 - - [2025-11-10 04:02:28] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004367 10.0.0.22 - - [2025-11-10 04:02:28] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006656 10.0.0.22 - - [2025-11-10 04:02:28] "POST /neutron/port HTTP/1.1" 200 1089 0.019792 10.0.0.22 - - [2025-11-10 04:02:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008466 10.0.0.22 - - [2025-11-10 04:02:35] "POST /neutron/network HTTP/1.1" 200 896 0.007462 10.0.0.22 - - [2025-11-10 04:02:35] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.22 - - [2025-11-10 04:02:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006580 10.0.0.22 - - [2025-11-10 04:02:42] "POST /neutron/port HTTP/1.1" 200 1089 0.024313 10.0.0.22 - - [2025-11-10 04:02:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009236 10.0.0.22 - - [2025-11-10 04:02:47] "POST /neutron/network HTTP/1.1" 200 896 0.009096 10.0.0.22 - - [2025-11-10 04:02:47] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.22 - - [2025-11-10 04:02:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008155 10.0.0.22 - - [2025-11-10 04:02:49] "POST /neutron/port HTTP/1.1" 200 1089 0.018442 10.0.0.22 - - [2025-11-10 04:02:50] "GET /virtual-machine/15742ebd-3712-4fb2-b1db-1d64279a3498 HTTP/1.1" 200 1293 0.006986 10.0.0.22 - - [2025-11-10 04:02:50] "GET /virtual-machine-interface/35a93e66-575e-4306-85cc-8801b8f9fdff HTTP/1.1" 200 2948 0.005815 10.0.0.22 - - [2025-11-10 04:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.22 - - [2025-11-10 04:02:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003426 10.0.0.22 - - [2025-11-10 04:02:50] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003432 10.0.0.22 - - [2025-11-10 04:02:50] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007143 10.0.0.22 - - [2025-11-10 04:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.029367 10.0.0.22 - - [2025-11-10 04:02:51] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004789 10.0.0.22 - - [2025-11-10 04:02:51] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006357 10.0.0.22 - - [2025-11-10 04:02:51] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006319 10.0.0.22 - - [2025-11-10 04:03:35] "POST /neutron/port HTTP/1.1" 200 1089 0.038103 10.0.0.22 - - [2025-11-10 04:03:35] "POST /neutron/subnet HTTP/1.1" 200 646 0.008925 10.0.0.22 - - [2025-11-10 04:03:49] "GET /obj-perms HTTP/1.1" 200 5056 0.054985 10.0.0.22 - - [2025-11-10 04:03:49] "POST /neutron/port HTTP/1.1" 200 1089 0.046341 10.0.0.50 - - [2025-11-10 04:03:49] "GET /virtual-router/795729e2-1c82-4c97-b17a-ab620a44892b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.035765 10.0.0.22 - - [2025-11-10 04:03:49] "POST /neutron/port HTTP/1.1" 200 1089 0.020062 10.0.0.22 - - [2025-11-10 04:03:49] "POST /neutron/network HTTP/1.1" 200 896 0.006882 10.0.0.22 - - [2025-11-10 04:03:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004291 10.0.0.22 - - [2025-11-10 04:03:49] "POST /neutron/subnet HTTP/1.1" 200 646 0.010294 10.0.0.22 - - [2025-11-10 04:03:49] "POST /neutron/port HTTP/1.1" 200 117 0.001218 10.0.0.22 - - [2025-11-10 04:03:49] "POST /neutron/network HTTP/1.1" 200 886 0.007427 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Nov 10 04:04:16 AM UTC 2025 ===================' INFO: =================== Mon Nov 10 04:04:16 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.22:8081 10.0.0.50:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.22:8081 10.0.0.50:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.22:8081 10.0.0.50:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.22:9042 10.0.0.50:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.22:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.22:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.22:8086 10.0.0.50:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.22:8086 10.0.0.50:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.22:8086 10.0.0.50:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.22:8082 10.0.0.50:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.22:8082 10.0.0.50:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.22:8082 10.0.0.50:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.22:9161 10.0.0.50:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.22:9161 10.0.0.50:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.22:9161 10.0.0.50:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.22:2181,10.0.0.50:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.22:2181,10.0.0.50:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22:2181,10.0.0.50:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.22:2181 10.0.0.50:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.22:2181 10.0.0.50:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.22:2181 10.0.0.50:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.22:5673,10.0.0.50:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.22:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.22:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.22:6379 10.0.0.50:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.22:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.22:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.22:9092 10.0.0.50:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.22:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.22:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.22 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.22,10.0.0.50,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.22 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.22 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.22,10.0.0.50,10.0.0.23 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.22,10.0.0.50,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ grep '^API__.*__.*=.*$' ++ set ++ sort ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 11/10/2025 04:04:24.966 7fefdd404dc0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/10/2025 04:04:25.145 7fefdd404dc0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/10/2025 04:04:25.160 7fefdd404dc0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/10/2025 04:04:25.160 7fefdd404dc0 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2025-11-10 04:04:25] "GET / HTTP/1.1" 503 181 0.000232 10.0.0.23 - - [2025-11-10 04:04:25] "GET / HTTP/1.1" 503 181 0.000134 [Introspect:8084]10.0.0.22 - - [2025-11-10 04:04:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001921 10.0.0.23 - - [2025-11-10 04:04:26] "GET / HTTP/1.1" 200 45871 0.001261 10.0.0.23 - - [2025-11-10 04:04:26] "GET / HTTP/1.1" 200 45871 0.001325 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.23 - - [2025-11-10 04:04:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000529 10.0.0.23 - - [2025-11-10 04:04:26] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000218 10.0.0.23 - - [2025-11-10 04:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.367244 10.0.0.23 - - [2025-11-10 04:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2025-11-10 04:04:27] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.734000 10.0.0.23 - - [2025-11-10 04:04:27] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.003478 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.23 - - [2025-11-10 04:04:28] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000921 10.0.0.23 - - [2025-11-10 04:04:28] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.047362 10.0.0.23 - - [2025-11-10 04:04:28] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001001 10.0.0.23 - - [2025-11-10 04:04:28] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?fields=security_groups HTTP/1.1" 200 1089 0.042052 10.0.0.23 - - [2025-11-10 04:04:28] "GET /projects?obj_uuids=c5261480-5959-4efa-a9ae-eb9d0ef9fed4&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001031 10.0.0.23 - - [2025-11-10 04:04:28] "GET /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4?fields=application_policy_sets HTTP/1.1" 200 1382 0.042569 10.0.0.23 - - [2025-11-10 04:04:28] "DELETE /project/c5261480-5959-4efa-a9ae-eb9d0ef9fed4 HTTP/1.1" 409 278 0.234881 [Introspect:8084]10.0.0.22 - - [2025-11-10 04:04:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001220 [Introspect:8084]10.0.0.22 - - [2025-11-10 04:04:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001169 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.22 - - [2025-11-10 04:04:33] "GET /obj-perms HTTP/1.1" 200 5032 0.366051 10.0.0.22 - - [2025-11-10 04:04:33] "GET /obj-perms HTTP/1.1" 200 5032 0.004011 10.0.0.22 - - [2025-11-10 04:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.034541 10.0.0.23 - - [2025-11-10 04:04:34] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000972 10.0.0.22 - - [2025-11-10 04:04:34] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.047681 10.0.0.22 - - [2025-11-10 04:04:34] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005421 10.0.0.22 - - [2025-11-10 04:04:34] "POST /virtual-networks HTTP/1.1" 200 546 0.097959 10.0.0.22 - - [2025-11-10 04:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.22 - - [2025-11-10 04:04:34] "GET /network-ipam/ff56791f-55e2-4bb1-9bbf-e11ee461d352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.005696 10.0.0.23 - - [2025-11-10 04:04:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005338 10.0.0.22 - - [2025-11-10 04:04:34] "POST /ref-update HTTP/1.1" 200 156 0.070317 10.0.0.22 - - [2025-11-10 04:04:34] "GET /virtual-network/5b13c754-eba5-4a6f-acd1-2746e7ef4ad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.008194 10.0.0.22 - - [2025-11-10 04:04:34] "POST /neutron/network HTTP/1.1" 200 809 0.034148 10.0.0.50 - - [2025-11-10 04:04:34] "POST /route-targets HTTP/1.1" 200 327 0.038856 10.0.0.22 - - [2025-11-10 04:04:34] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005292 10.0.0.22 - - [2025-11-10 04:04:35] "POST /neutron/port HTTP/1.1" 200 1089 0.049502 10.0.0.22 - - [2025-11-10 04:04:35] "POST /neutron/subnet HTTP/1.1" 200 646 0.014287 10.0.0.50 - - [2025-11-10 04:04:35] "GET /obj-perms HTTP/1.1" 200 5032 0.060194 10.0.0.22 - - [2025-11-10 04:04:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001449 10.0.0.22 - - [2025-11-10 04:04:35] "POST /neutron/port HTTP/1.1" 200 2062 0.029251 10.0.0.23 - - [2025-11-10 04:04:36] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000955 10.0.0.22 - - [2025-11-10 04:04:36] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.068407 10.0.0.22 - - [2025-11-10 04:04:36] "POST /neutron/network HTTP/1.1" 200 886 0.044336 10.0.0.22 - - [2025-11-10 04:04:36] "POST /neutron/port HTTP/1.1" 200 117 0.006354 10.0.0.23 - - [2025-11-10 04:04:37] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001070 10.0.0.22 - - [2025-11-10 04:04:37] "POST /neutron/port HTTP/1.1" 200 1061 0.316343 10.0.0.22 - - [2025-11-10 04:04:37] "POST /neutron/port HTTP/1.1" 200 1115 0.151727 10.0.0.22 - - [2025-11-10 04:04:37] "POST /neutron/subnet HTTP/1.1" 200 646 0.011173 10.0.0.22 - - [2025-11-10 04:04:41] "POST /neutron/port HTTP/1.1" 200 1089 0.014720 10.0.0.22 - - [2025-11-10 04:04:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010767 10.0.0.22 - - [2025-11-10 04:04:42] "POST /neutron/port HTTP/1.1" 200 1089 0.017717 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-machine/6d36be31-149d-48a9-b6aa-dc8936b8e3e2 HTTP/1.1" 200 1293 0.028201 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-machine/6d36be31-149d-48a9-b6aa-dc8936b8e3e2 HTTP/1.1" 200 1293 0.004538 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-machine-interface/05b4063a-0f62-47d6-99bf-27c427285489 HTTP/1.1" 200 2948 0.005449 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-machine/6d36be31-149d-48a9-b6aa-dc8936b8e3e2 HTTP/1.1" 200 1293 0.003626 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-machine-interface/05b4063a-0f62-47d6-99bf-27c427285489 HTTP/1.1" 200 2948 0.005108 10.0.0.22 - - [2025-11-10 04:04:42] "GET /instance-ip/add7c5ae-3080-4164-8cb8-d74615eb41cb HTTP/1.1" 200 1624 0.005479 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-machine/6d36be31-149d-48a9-b6aa-dc8936b8e3e2 HTTP/1.1" 200 1293 0.003626 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-machine-interface/05b4063a-0f62-47d6-99bf-27c427285489 HTTP/1.1" 200 2948 0.005109 10.0.0.22 - - [2025-11-10 04:04:42] "GET /instance-ip/add7c5ae-3080-4164-8cb8-d74615eb41cb HTTP/1.1" 200 1624 0.003596 10.0.0.22 - - [2025-11-10 04:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.22 - - [2025-11-10 04:04:42] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004488 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003303 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006265 10.0.0.22 - - [2025-11-10 04:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.22 - - [2025-11-10 04:04:42] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004038 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003361 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007195 10.0.0.22 - - [2025-11-10 04:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006052 10.0.0.22 - - [2025-11-10 04:04:42] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004777 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003774 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005783 10.0.0.22 - - [2025-11-10 04:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.22 - - [2025-11-10 04:04:42] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004434 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003437 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006543 10.0.0.22 - - [2025-11-10 04:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.22 - - [2025-11-10 04:04:42] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004129 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003600 10.0.0.22 - - [2025-11-10 04:04:42] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006293 10.0.0.22 - - [2025-11-10 04:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.22 - - [2025-11-10 04:04:45] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005445 10.0.0.22 - - [2025-11-10 04:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.22 - - [2025-11-10 04:04:50] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004884 10.0.0.23 - - [2025-11-10 04:04:50] "GET /obj-perms HTTP/1.1" 200 5056 0.045912 10.0.0.22 - - [2025-11-10 04:04:50] "GET /obj-perms HTTP/1.1" 200 5056 0.046641 10.0.0.22 - - [2025-11-10 04:04:50] "POST /neutron/port HTTP/1.1" 200 1089 0.021125 10.0.0.22 - - [2025-11-10 04:04:50] "POST /neutron/subnet HTTP/1.1" 200 646 0.014421 10.0.0.22 - - [2025-11-10 04:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.22 - - [2025-11-10 04:04:54] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005177 10.0.0.22 - - [2025-11-10 04:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.22 - - [2025-11-10 04:04:58] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005694 10.0.0.22 - - [2025-11-10 04:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.22 - - [2025-11-10 04:05:02] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007564 10.0.0.22 - - [2025-11-10 04:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.22 - - [2025-11-10 04:05:06] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005252 10.0.0.22 - - [2025-11-10 04:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.22 - - [2025-11-10 04:05:10] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006249 10.0.0.22 - - [2025-11-10 04:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.22 - - [2025-11-10 04:05:14] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007255 10.0.0.22 - - [2025-11-10 04:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.22 - - [2025-11-10 04:05:16] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004319 10.0.0.22 - - [2025-11-10 04:05:16] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004140 10.0.0.22 - - [2025-11-10 04:05:16] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006524 10.0.0.22 - - [2025-11-10 04:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.22 - - [2025-11-10 04:05:16] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003956 10.0.0.22 - - [2025-11-10 04:05:16] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002808 10.0.0.22 - - [2025-11-10 04:05:17] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006283 10.0.0.22 - - [2025-11-10 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.22 - - [2025-11-10 04:05:17] "GET /routing-instance/6dd189d8-5bd9-4918-a808-b7f2db2cf952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004299 10.0.0.22 - - [2025-11-10 04:05:17] "GET /route-target/82b44c0a-2db2-44a4-9b79-3eed71496f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003660 10.0.0.22 - - [2025-11-10 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005285 10.0.0.22 - - [2025-11-10 04:05:17] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004121 10.0.0.22 - - [2025-11-10 04:05:17] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002964 10.0.0.22 - - [2025-11-10 04:05:17] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007638 10.0.0.22 - - [2025-11-10 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.22 - - [2025-11-10 04:05:17] "GET /routing-instance/6dd189d8-5bd9-4918-a808-b7f2db2cf952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005654 10.0.0.22 - - [2025-11-10 04:05:17] "GET /route-target/82b44c0a-2db2-44a4-9b79-3eed71496f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004207 10.0.0.22 - - [2025-11-10 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.22 - - [2025-11-10 04:05:17] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004202 10.0.0.22 - - [2025-11-10 04:05:17] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003927 10.0.0.22 - - [2025-11-10 04:05:17] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006466 10.0.0.22 - - [2025-11-10 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.22 - - [2025-11-10 04:05:17] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004955 10.0.0.22 - - [2025-11-10 04:05:17] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003116 10.0.0.22 - - [2025-11-10 04:05:17] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005690 10.0.0.22 - - [2025-11-10 04:05:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.22 - - [2025-11-10 04:05:17] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004565 10.0.0.22 - - [2025-11-10 04:05:17] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004270 10.0.0.22 - - [2025-11-10 04:05:17] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006464 10.0.0.22 - - [2025-11-10 04:05:17] "GET /obj-perms HTTP/1.1" 200 5032 0.004332 10.0.0.23 - - [2025-11-10 04:05:17] "GET /obj-perms HTTP/1.1" 200 5032 0.051487 10.0.0.22 - - [2025-11-10 04:05:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004286 10.0.0.50 - - [2025-11-10 04:05:18] "GET /obj-perms HTTP/1.1" 200 5032 0.003472 10.0.0.22 - - [2025-11-10 04:05:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001398 10.0.0.22 - - [2025-11-10 04:05:18] "POST /neutron/port HTTP/1.1" 200 3034 0.017138 10.0.0.23 - - [2025-11-10 04:05:19] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.22 - - [2025-11-10 04:05:19] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.070006 10.0.0.22 - - [2025-11-10 04:05:19] "POST /neutron/network HTTP/1.1" 200 886 0.007826 10.0.0.22 - - [2025-11-10 04:05:19] "POST /neutron/port HTTP/1.1" 200 117 0.006262 10.0.0.23 - - [2025-11-10 04:05:19] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001063 10.0.0.22 - - [2025-11-10 04:05:20] "POST /neutron/port HTTP/1.1" 200 1061 0.322037 10.0.0.22 - - [2025-11-10 04:05:20] "POST /neutron/port HTTP/1.1" 200 1115 0.127891 10.0.0.22 - - [2025-11-10 04:05:20] "POST /neutron/subnet HTTP/1.1" 200 646 0.011455 10.0.0.22 - - [2025-11-10 04:05:24] "POST /neutron/port HTTP/1.1" 200 1089 0.015894 10.0.0.22 - - [2025-11-10 04:05:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008653 10.0.0.22 - - [2025-11-10 04:05:24] "POST /neutron/port HTTP/1.1" 200 1089 0.018295 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-machine/4dac2db1-7c69-4a4b-96e9-48f7f74cb660 HTTP/1.1" 200 1293 0.006426 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-machine/4dac2db1-7c69-4a4b-96e9-48f7f74cb660 HTTP/1.1" 200 1293 0.005748 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-machine-interface/1ba4f9df-3f8e-4da5-9c32-1c5e899f2e37 HTTP/1.1" 200 2949 0.008505 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-machine/4dac2db1-7c69-4a4b-96e9-48f7f74cb660 HTTP/1.1" 200 1293 0.004400 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-machine-interface/1ba4f9df-3f8e-4da5-9c32-1c5e899f2e37 HTTP/1.1" 200 2949 0.006240 10.0.0.22 - - [2025-11-10 04:05:25] "GET /instance-ip/f1949297-83bd-4dae-a189-ecee71bc8b8b HTTP/1.1" 200 1624 0.006256 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-machine/4dac2db1-7c69-4a4b-96e9-48f7f74cb660 HTTP/1.1" 200 1293 0.004733 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-machine-interface/1ba4f9df-3f8e-4da5-9c32-1c5e899f2e37 HTTP/1.1" 200 2949 0.007167 10.0.0.22 - - [2025-11-10 04:05:25] "GET /instance-ip/f1949297-83bd-4dae-a189-ecee71bc8b8b HTTP/1.1" 200 1624 0.004276 10.0.0.22 - - [2025-11-10 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.22 - - [2025-11-10 04:05:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004617 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003402 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007472 10.0.0.22 - - [2025-11-10 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.22 - - [2025-11-10 04:05:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004537 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003547 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008156 10.0.0.22 - - [2025-11-10 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.22 - - [2025-11-10 04:05:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004517 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003236 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006201 10.0.0.22 - - [2025-11-10 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.22 - - [2025-11-10 04:05:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005214 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.007546 10.0.0.22 - - [2025-11-10 04:05:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.031837 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005486 10.0.0.22 - - [2025-11-10 04:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.22 - - [2025-11-10 04:05:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004347 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003330 10.0.0.22 - - [2025-11-10 04:05:25] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.012331 10.0.0.22 - - [2025-11-10 04:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.22 - - [2025-11-10 04:05:28] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006441 10.0.0.22 - - [2025-11-10 04:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.22 - - [2025-11-10 04:05:32] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.004982 10.0.0.22 - - [2025-11-10 04:05:36] "POST /neutron/network HTTP/1.1" 200 896 0.006753 10.0.0.22 - - [2025-11-10 04:05:36] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.22 - - [2025-11-10 04:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.22 - - [2025-11-10 04:05:37] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005198 10.0.0.22 - - [2025-11-10 04:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.22 - - [2025-11-10 04:05:41] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007397 10.0.0.22 - - [2025-11-10 04:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.22 - - [2025-11-10 04:05:45] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007816 10.0.0.22 - - [2025-11-10 04:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.22 - - [2025-11-10 04:05:49] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007698 10.0.0.22 - - [2025-11-10 04:05:50] "POST /neutron/port HTTP/1.1" 200 1089 0.017624 10.0.0.22 - - [2025-11-10 04:05:50] "POST /neutron/subnet HTTP/1.1" 200 646 0.010806 10.0.0.22 - - [2025-11-10 04:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.22 - - [2025-11-10 04:05:53] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005539 10.0.0.22 - - [2025-11-10 04:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.22 - - [2025-11-10 04:05:57] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006347 10.0.0.22 - - [2025-11-10 04:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.22 - - [2025-11-10 04:06:01] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005452 10.0.0.22 - - [2025-11-10 04:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.22 - - [2025-11-10 04:06:03] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004406 10.0.0.22 - - [2025-11-10 04:06:03] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003916 10.0.0.22 - - [2025-11-10 04:06:03] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006111 10.0.0.22 - - [2025-11-10 04:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.22 - - [2025-11-10 04:06:03] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004250 10.0.0.22 - - [2025-11-10 04:06:03] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004062 10.0.0.22 - - [2025-11-10 04:06:03] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006353 10.0.0.22 - - [2025-11-10 04:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.22 - - [2025-11-10 04:06:04] "GET /routing-instance/80571be5-aef7-4da6-8de2-b00c8c4cba23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005448 10.0.0.22 - - [2025-11-10 04:06:04] "GET /route-target/1293ac9c-c913-4ebd-ae9d-6f2080a401e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004400 10.0.0.22 - - [2025-11-10 04:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.22 - - [2025-11-10 04:06:04] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004078 10.0.0.22 - - [2025-11-10 04:06:04] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003148 10.0.0.22 - - [2025-11-10 04:06:04] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006453 10.0.0.22 - - [2025-11-10 04:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.22 - - [2025-11-10 04:06:04] "GET /routing-instance/80571be5-aef7-4da6-8de2-b00c8c4cba23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004823 10.0.0.22 - - [2025-11-10 04:06:04] "GET /route-target/1293ac9c-c913-4ebd-ae9d-6f2080a401e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003693 10.0.0.22 - - [2025-11-10 04:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.22 - - [2025-11-10 04:06:04] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004314 10.0.0.22 - - [2025-11-10 04:06:04] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003943 10.0.0.22 - - [2025-11-10 04:06:04] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006771 10.0.0.22 - - [2025-11-10 04:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.22 - - [2025-11-10 04:06:04] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004735 10.0.0.22 - - [2025-11-10 04:06:04] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004504 10.0.0.22 - - [2025-11-10 04:06:04] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007071 10.0.0.22 - - [2025-11-10 04:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.22 - - [2025-11-10 04:06:04] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004764 10.0.0.22 - - [2025-11-10 04:06:04] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004035 10.0.0.22 - - [2025-11-10 04:06:04] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006636 10.0.0.23 - - [2025-11-10 04:06:04] "GET /obj-perms HTTP/1.1" 200 5032 0.005264 10.0.0.22 - - [2025-11-10 04:06:04] "GET /obj-perms HTTP/1.1" 200 5032 0.004412 10.0.0.22 - - [2025-11-10 04:06:04] "GET /obj-perms HTTP/1.1" 200 5032 0.003945 10.0.0.50 - - [2025-11-10 04:06:05] "GET /obj-perms HTTP/1.1" 200 5032 0.004140 10.0.0.23 - - [2025-11-10 04:06:05] "GET /obj-perms HTTP/1.1" 200 5032 0.003880 10.0.0.22 - - [2025-11-10 04:06:05] "GET /virtual-machine/6d36be31-149d-48a9-b6aa-dc8936b8e3e2 HTTP/1.1" 200 1293 0.004410 10.0.0.22 - - [2025-11-10 04:06:05] "GET /virtual-machine-interface/05b4063a-0f62-47d6-99bf-27c427285489 HTTP/1.1" 200 2948 0.007511 10.0.0.22 - - [2025-11-10 04:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.22 - - [2025-11-10 04:06:05] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003699 10.0.0.22 - - [2025-11-10 04:06:05] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003348 10.0.0.22 - - [2025-11-10 04:06:05] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005963 10.0.0.22 - - [2025-11-10 04:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.22 - - [2025-11-10 04:06:06] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004741 10.0.0.22 - - [2025-11-10 04:06:06] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003254 10.0.0.22 - - [2025-11-10 04:06:06] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005687 10.0.0.22 - - [2025-11-10 04:06:06] "GET /virtual-machine/4dac2db1-7c69-4a4b-96e9-48f7f74cb660 HTTP/1.1" 200 1293 0.004794 10.0.0.22 - - [2025-11-10 04:06:06] "GET /virtual-machine-interface/1ba4f9df-3f8e-4da5-9c32-1c5e899f2e37 HTTP/1.1" 200 2949 0.006026 10.0.0.22 - - [2025-11-10 04:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.22 - - [2025-11-10 04:06:06] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004128 10.0.0.22 - - [2025-11-10 04:06:06] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003825 10.0.0.22 - - [2025-11-10 04:06:06] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006120 10.0.0.22 - - [2025-11-10 04:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.22 - - [2025-11-10 04:06:07] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003701 10.0.0.22 - - [2025-11-10 04:06:07] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003201 10.0.0.22 - - [2025-11-10 04:06:07] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006827 10.0.0.22 - - [2025-11-10 04:06:07] "POST /neutron/port HTTP/1.1" 200 1089 0.017276 10.0.0.22 - - [2025-11-10 04:06:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011910 10.0.0.22 - - [2025-11-10 04:06:18] "POST /neutron/port HTTP/1.1" 200 1089 0.018471 10.0.0.23 - - [2025-11-10 04:06:19] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2025-11-10 04:06:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000681 10.0.0.23 - - [2025-11-10 04:06:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.23 - - [2025-11-10 04:06:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000541 10.0.0.50 - - [2025-11-10 04:06:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.50 - - [2025-11-10 04:06:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.50 - - [2025-11-10 04:06:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.50 - - [2025-11-10 04:06:21] "GET /global-system-configs HTTP/1.1" 401 292 0.001424 10.0.0.22 - - [2025-11-10 04:06:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.22 - - [2025-11-10 04:06:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.22 - - [2025-11-10 04:06:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.22 - - [2025-11-10 04:06:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.22 - - [2025-11-10 04:06:37] "POST /neutron/port HTTP/1.1" 200 1089 0.023396 10.0.0.22 - - [2025-11-10 04:06:37] "POST /neutron/subnet HTTP/1.1" 200 646 0.013364 10.0.0.22 - - [2025-11-10 04:06:51] "POST /neutron/port HTTP/1.1" 200 1089 0.026000 10.0.0.22 - - [2025-11-10 04:06:51] "GET /obj-perms HTTP/1.1" 200 5056 0.150211 10.0.0.22 - - [2025-11-10 04:06:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006435 10.0.0.22 - - [2025-11-10 04:06:51] "POST /neutron/network HTTP/1.1" 200 886 0.010215 10.0.0.22 - - [2025-11-10 04:07:01] "GET /virtual-machine/4dac2db1-7c69-4a4b-96e9-48f7f74cb660 HTTP/1.1" 200 1293 0.004364 10.0.0.22 - - [2025-11-10 04:07:02] "POST /neutron/port HTTP/1.1" 200 151 0.180211 10.0.0.22 - - [2025-11-10 04:07:03] "GET /virtual-machine/4dac2db1-7c69-4a4b-96e9-48f7f74cb660 HTTP/1.1" 404 171 0.004694 10.0.0.22 - - [2025-11-10 04:07:03] "GET /virtual-machine/4dac2db1-7c69-4a4b-96e9-48f7f74cb660 HTTP/1.1" 404 171 0.003503 10.0.0.22 - - [2025-11-10 04:07:03] "GET /virtual-machine/4dac2db1-7c69-4a4b-96e9-48f7f74cb660 HTTP/1.1" 404 171 0.004603 10.0.0.22 - - [2025-11-10 04:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.22 - - [2025-11-10 04:07:03] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004511 10.0.0.22 - - [2025-11-10 04:07:03] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003837 10.0.0.22 - - [2025-11-10 04:07:03] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008121 10.0.0.22 - - [2025-11-10 04:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.22 - - [2025-11-10 04:07:04] "GET /routing-instance/80571be5-aef7-4da6-8de2-b00c8c4cba23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004928 10.0.0.22 - - [2025-11-10 04:07:04] "GET /route-target/1293ac9c-c913-4ebd-ae9d-6f2080a401e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003964 10.0.0.50 - - [2025-11-10 04:07:04] "GET /obj-perms HTTP/1.1" 200 5032 0.004654 10.0.0.22 - - [2025-11-10 04:07:10] "GET /obj-perms HTTP/1.1" 200 5032 0.004327 10.0.0.50 - - [2025-11-10 04:07:13] "GET /obj-perms HTTP/1.1" 200 5032 0.003657 10.0.0.22 - - [2025-11-10 04:07:19] "GET /obj-perms HTTP/1.1" 200 5032 0.004072 10.0.0.50 - - [2025-11-10 04:07:22] "GET /obj-perms HTTP/1.1" 200 5032 0.004745 10.0.0.22 - - [2025-11-10 04:07:22] "GET /obj-perms HTTP/1.1" 200 5032 0.004234 10.0.0.22 - - [2025-11-10 04:07:22] "GET /virtual-machine/6d36be31-149d-48a9-b6aa-dc8936b8e3e2 HTTP/1.1" 200 1293 0.004528 10.0.0.22 - - [2025-11-10 04:07:23] "POST /neutron/port HTTP/1.1" 200 151 0.168427 10.0.0.22 - - [2025-11-10 04:07:24] "GET /virtual-machine/6d36be31-149d-48a9-b6aa-dc8936b8e3e2 HTTP/1.1" 404 171 0.003452 10.0.0.22 - - [2025-11-10 04:07:24] "GET /virtual-machine/6d36be31-149d-48a9-b6aa-dc8936b8e3e2 HTTP/1.1" 404 171 0.003170 10.0.0.22 - - [2025-11-10 04:07:24] "GET /virtual-machine/6d36be31-149d-48a9-b6aa-dc8936b8e3e2 HTTP/1.1" 404 171 0.002662 10.0.0.22 - - [2025-11-10 04:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.22 - - [2025-11-10 04:07:25] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005139 10.0.0.22 - - [2025-11-10 04:07:25] "GET /virtual-networks?parent_id=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003454 10.0.0.22 - - [2025-11-10 04:07:25] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007368 10.0.0.22 - - [2025-11-10 04:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.22 - - [2025-11-10 04:07:25] "GET /routing-instance/6dd189d8-5bd9-4918-a808-b7f2db2cf952?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004925 10.0.0.22 - - [2025-11-10 04:07:25] "GET /route-target/82b44c0a-2db2-44a4-9b79-3eed71496f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004902 10.0.0.50 - - [2025-11-10 04:07:28] "GET /obj-perms HTTP/1.1" 200 5032 0.004090 10.0.0.22 - - [2025-11-10 04:07:31] "GET /obj-perms HTTP/1.1" 200 5032 0.003682 10.0.0.22 - - [2025-11-10 04:07:37] "POST /neutron/network HTTP/1.1" 200 896 0.010241 10.0.0.22 - - [2025-11-10 04:07:37] "POST /neutron/port HTTP/1.1" 200 117 0.001607 10.0.0.50 - - [2025-11-10 04:07:37] "GET /obj-perms HTTP/1.1" 200 5032 0.005995 10.0.0.22 - - [2025-11-10 04:07:40] "GET /obj-perms HTTP/1.1" 200 5032 0.003978 10.0.0.22 - - [2025-11-10 04:07:44] "GET /obj-perms HTTP/1.1" 200 5032 0.004657 10.0.0.50 - - [2025-11-10 04:07:44] "GET /obj-perms HTTP/1.1" 200 5032 0.003495 10.0.0.23 - - [2025-11-10 04:07:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004163 10.0.0.23 - - [2025-11-10 04:07:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005613 10.0.0.22 - - [2025-11-10 04:07:44] "DELETE /virtual-network/5b13c754-eba5-4a6f-acd1-2746e7ef4ad9 HTTP/1.1" 200 115 0.125061 10.0.0.50 - - [2025-11-10 04:07:44] "DELETE /route-target/aecdb7a5-80a6-43a2-82e8-5668f0364075 HTTP/1.1" 200 115 0.025303 10.0.0.22 - - [2025-11-10 04:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.22 - - [2025-11-10 04:07:44] "GET /network-policy/f9a0bd3d-f8a2-489c-8fb3-bf7c3e29fc6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004545 10.0.0.22 - - [2025-11-10 04:07:44] "POST /ref-update HTTP/1.1" 200 156 0.050294 10.0.0.22 - - [2025-11-10 04:07:44] "GET /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.010026 10.0.0.22 - - [2025-11-10 04:07:44] "DELETE /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9 HTTP/1.1" 409 234 0.016534 10.0.0.22 - - [2025-11-10 04:07:44] "POST /neutron/port HTTP/1.1" 200 1089 0.017181 10.0.0.22 - - [2025-11-10 04:07:45] "POST /neutron/port HTTP/1.1" 200 151 0.246626 10.0.0.23 - - [2025-11-10 04:07:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003242 10.0.0.50 - - [2025-11-10 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.23 - - [2025-11-10 04:07:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002734 10.0.0.22 - - [2025-11-10 04:07:46] "DELETE /virtual-network/b6743f9b-ced6-4c3c-aecc-4f8d23c543f9 HTTP/1.1" 200 115 0.103122 10.0.0.22 - - [2025-11-10 04:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.22 - - [2025-11-10 04:07:46] "GET /network-policy/773c9f23-1333-4c09-a839-b43934475212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005826 10.0.0.22 - - [2025-11-10 04:07:47] "POST /ref-update HTTP/1.1" 200 156 0.064965 10.0.0.22 - - [2025-11-10 04:07:47] "POST /neutron/network HTTP/1.1" 200 809 0.010072 10.0.0.22 - - [2025-11-10 04:07:47] "GET /virtual-network/bbea7280-4103-4978-a786-79f15b09a337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006871 10.0.0.23 - - [2025-11-10 04:07:47] "POST /useragent-kv HTTP/1.1" 200 115 0.008465 10.0.0.50 - - [2025-11-10 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009420 10.0.0.23 - - [2025-11-10 04:07:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005367 10.0.0.22 - - [2025-11-10 04:07:47] "DELETE /virtual-network/bbea7280-4103-4978-a786-79f15b09a337 HTTP/1.1" 200 115 0.171550 10.0.0.22 - - [2025-11-10 04:07:47] "DELETE /network-policy/f9a0bd3d-f8a2-489c-8fb3-bf7c3e29fc6f HTTP/1.1" 200 115 0.040924 10.0.0.22 - - [2025-11-10 04:07:47] "DELETE /network-policy/773c9f23-1333-4c09-a839-b43934475212 HTTP/1.1" 200 115 0.037923 10.0.0.23 - - [2025-11-10 04:07:52] "GET /obj-perms HTTP/1.1" 200 5056 0.048383 10.0.0.23 - - [2025-11-10 04:08:15] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001305 10.0.0.22 - - [2025-11-10 04:08:15] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.061599 10.0.0.23 - - [2025-11-10 04:08:15] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000974 10.0.0.22 - - [2025-11-10 04:08:15] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?fields=virtual_networks HTTP/1.1" 200 1035 0.047043 10.0.0.23 - - [2025-11-10 04:08:15] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001757 10.0.0.22 - - [2025-11-10 04:08:15] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.043147 10.0.0.23 - - [2025-11-10 04:08:16] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000930 10.0.0.22 - - [2025-11-10 04:08:16] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?fields=security_groups HTTP/1.1" 200 1262 0.043788 10.0.0.22 - - [2025-11-10 04:08:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.028286 10.0.0.23 - - [2025-11-10 04:08:16] "GET /projects?obj_uuids=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004285 10.0.0.23 - - [2025-11-10 04:08:17] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.23 - - [2025-11-10 04:08:17] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007889 10.0.0.23 - - [2025-11-10 04:08:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.001892 10.0.0.23 - - [2025-11-10 04:08:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.004353 10.0.0.23 - - [2025-11-10 04:08:17] "POST /security-groups HTTP/1.1" 200 591 0.084916 10.0.0.23 - - [2025-11-10 04:08:17] "POST /projects HTTP/1.1" 200 585 0.335932 10.0.0.50 - - [2025-11-10 04:08:17] "POST /access-control-lists HTTP/1.1" 200 596 0.029494 10.0.0.23 - - [2025-11-10 04:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.417350 10.0.0.22 - - [2025-11-10 04:08:17] "GET /project/7b8c1c70-6337-4c5d-81a4-6d23824d0273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.573467 10.0.0.22 - - [2025-11-10 04:08:18] "GET / HTTP/1.1" 200 35931 0.002553 10.0.0.22 - - [2025-11-10 04:08:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.22 - - [2025-11-10 04:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.063991 10.0.0.23 - - [2025-11-10 04:08:20] "GET /projects?obj_uuids=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.22 - - [2025-11-10 04:08:20] "GET /project/7b8c1c70-6337-4c5d-81a4-6d23824d0273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.046235 10.0.0.50 - - [2025-11-10 04:08:21] "POST /route-targets HTTP/1.1" 200 327 0.021117 10.0.0.23 - - [2025-11-10 04:08:21] "POST /useragent-kv HTTP/1.1" 200 115 0.010836 10.0.0.22 - - [2025-11-10 04:08:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.260426 10.0.0.22 - - [2025-11-10 04:08:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001341 10.0.0.22 - - [2025-11-10 04:08:21] "GET /virtual-network/36d2cf77-a8b9-4b80-bb50-afa6bb6e0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006305 10.0.0.22 - - [2025-11-10 04:08:21] "GET /virtual-network/36d2cf77-a8b9-4b80-bb50-afa6bb6e0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005691 10.0.0.22 - - [2025-11-10 04:08:21] "POST /neutron/network HTTP/1.1" 200 823 0.007045 10.0.0.22 - - [2025-11-10 04:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.23 - - [2025-11-10 04:08:21] "GET /projects?obj_uuids=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001105 10.0.0.22 - - [2025-11-10 04:08:21] "GET /project/7b8c1c70-6337-4c5d-81a4-6d23824d0273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.044552 10.0.0.23 - - [2025-11-10 04:08:21] "GET /projects?obj_uuids=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.22 - - [2025-11-10 04:08:21] "POST /neutron/network HTTP/1.1" 200 605 0.142198 10.0.0.50 - - [2025-11-10 04:08:21] "POST /ref-update HTTP/1.1" 200 156 0.023164 10.0.0.22 - - [2025-11-10 04:08:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.003463 10.0.0.22 - - [2025-11-10 04:08:22] "GET /virtual-network/af0f3b4a-d5fe-4aee-90f8-affbbed88e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005485 10.0.0.22 - - [2025-11-10 04:08:22] "POST /neutron/network HTTP/1.1" 200 823 0.008696 10.0.0.22 - - [2025-11-10 04:08:22] "GET /virtual-network/af0f3b4a-d5fe-4aee-90f8-affbbed88e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005574 10.0.0.22 - - [2025-11-10 04:08:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001369 10.0.0.22 - - [2025-11-10 04:08:22] "POST /neutron/network HTTP/1.1" 200 833 0.008040 10.0.0.23 - - [2025-11-10 04:08:23] "GET /projects?obj_uuids=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001394 10.0.0.22 - - [2025-11-10 04:08:23] "GET /project/7b8c1c70-6337-4c5d-81a4-6d23824d0273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.070585 10.0.0.22 - - [2025-11-10 04:08:23] "POST /neutron/port HTTP/1.1" 200 117 0.011564 10.0.0.22 - - [2025-11-10 04:08:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001522 10.0.0.22 - - [2025-11-10 04:08:23] "POST /neutron/network HTTP/1.1" 200 833 0.007245 10.0.0.23 - - [2025-11-10 04:08:24] "GET /projects?obj_uuids=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.22 - - [2025-11-10 04:08:24] "POST /neutron/port HTTP/1.1" 200 1059 0.016380 10.0.0.22 - - [2025-11-10 04:08:24] "GET /project/7b8c1c70-6337-4c5d-81a4-6d23824d0273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.099080 10.0.0.22 - - [2025-11-10 04:08:24] "POST /neutron/port HTTP/1.1" 200 1087 0.018590 10.0.0.22 - - [2025-11-10 04:08:24] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.22 - - [2025-11-10 04:08:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011650 10.0.0.22 - - [2025-11-10 04:08:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009813 10.0.0.22 - - [2025-11-10 04:08:25] "POST /neutron/port HTTP/1.1" 200 1059 0.016433 10.0.0.22 - - [2025-11-10 04:08:25] "POST /neutron/port HTTP/1.1" 200 1087 0.017169 10.0.0.22 - - [2025-11-10 04:08:25] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.23 - - [2025-11-10 04:08:28] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001266 10.0.0.23 - - [2025-11-10 04:08:28] "DELETE /project/7b8c1c7063374c5d81a46d23824d0273 HTTP/1.1" 404 173 0.004064 10.0.0.23 - - [2025-11-10 04:08:28] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.037241 10.0.0.23 - - [2025-11-10 04:08:28] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001123 10.0.0.23 - - [2025-11-10 04:08:28] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?fields=security_groups HTTP/1.1" 200 1367 0.085550 10.0.0.23 - - [2025-11-10 04:08:29] "DELETE /security-group/85f14a6b-7509-4118-8dce-8b44f6a468e8 HTTP/1.1" 200 115 0.052100 10.0.0.23 - - [2025-11-10 04:08:29] "GET /projects?obj_uuids=9b2d9cc7-d1a7-49c0-8d96-193079b8a765&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000968 10.0.0.23 - - [2025-11-10 04:08:29] "GET /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765?fields=application_policy_sets HTTP/1.1" 200 1406 0.066899 10.0.0.23 - - [2025-11-10 04:08:29] "DELETE /project/9b2d9cc7-d1a7-49c0-8d96-193079b8a765 HTTP/1.1" 200 115 0.437925 10.0.0.22 - - [2025-11-10 04:08:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007776 10.0.0.22 - - [2025-11-10 04:08:30] "POST /neutron/port HTTP/1.1" 200 1087 0.018250 10.0.0.22 - - [2025-11-10 04:08:30] "GET /virtual-machine/8191b150-7b97-4a25-803b-4f5505129834 HTTP/1.1" 401 292 0.000486 10.0.0.22 - - [2025-11-10 04:08:30] "GET /virtual-machine/8191b150-7b97-4a25-803b-4f5505129834 HTTP/1.1" 200 1291 0.033243 10.0.0.22 - - [2025-11-10 04:08:30] "GET /virtual-machine-interface/c00f1b8c-e9a7-406c-8071-f81caf5c0263 HTTP/1.1" 200 2941 0.005725 10.0.0.22 - - [2025-11-10 04:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.22 - - [2025-11-10 04:08:30] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004420 10.0.0.22 - - [2025-11-10 04:08:30] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006859 10.0.0.22 - - [2025-11-10 04:08:30] "GET /virtual-network/36d2cf77-a8b9-4b80-bb50-afa6bb6e0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006617 10.0.0.22 - - [2025-11-10 04:08:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010067 10.0.0.22 - - [2025-11-10 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.22 - - [2025-11-10 04:08:33] "GET /virtual-network/36d2cf77-a8b9-4b80-bb50-afa6bb6e0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007161 10.0.0.22 - - [2025-11-10 04:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.22 - - [2025-11-10 04:08:35] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005775 10.0.0.22 - - [2025-11-10 04:08:35] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004329 10.0.0.22 - - [2025-11-10 04:08:35] "GET /virtual-network/36d2cf77-a8b9-4b80-bb50-afa6bb6e0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007405 10.0.0.22 - - [2025-11-10 04:08:36] "POST /neutron/port HTTP/1.1" 200 1087 0.015754 10.0.0.22 - - [2025-11-10 04:08:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010171 10.0.0.22 - - [2025-11-10 04:08:36] "GET /virtual-machine/d90e48e4-e32e-4d5c-83c5-d7022aa1a90d HTTP/1.1" 200 1292 0.006422 10.0.0.22 - - [2025-11-10 04:08:36] "GET /virtual-machine-interface/aa08118b-8544-42ac-9a0a-336098adbd73 HTTP/1.1" 200 2942 0.005070 10.0.0.22 - - [2025-11-10 04:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.22 - - [2025-11-10 04:08:36] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003877 10.0.0.22 - - [2025-11-10 04:08:36] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002850 10.0.0.22 - - [2025-11-10 04:08:36] "GET /virtual-network/af0f3b4a-d5fe-4aee-90f8-affbbed88e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005527 10.0.0.22 - - [2025-11-10 04:08:37] "POST /neutron/port HTTP/1.1" 200 1087 0.030407 10.0.0.22 - - [2025-11-10 04:08:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004707 10.0.0.22 - - [2025-11-10 04:08:37] "POST /neutron/network HTTP/1.1" 200 823 0.007614 10.0.0.22 - - [2025-11-10 04:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.22 - - [2025-11-10 04:08:37] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003886 10.0.0.22 - - [2025-11-10 04:08:37] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003018 10.0.0.22 - - [2025-11-10 04:08:37] "GET /virtual-network/af0f3b4a-d5fe-4aee-90f8-affbbed88e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006098 10.0.0.22 - - [2025-11-10 04:08:37] "GET /virtual-machine/8191b150-7b97-4a25-803b-4f5505129834 HTTP/1.1" 200 1291 0.004031 10.0.0.22 - - [2025-11-10 04:08:37] "GET /virtual-machine-interface/c00f1b8c-e9a7-406c-8071-f81caf5c0263 HTTP/1.1" 200 2941 0.005695 10.0.0.22 - - [2025-11-10 04:08:37] "GET /virtual-machine/8191b150-7b97-4a25-803b-4f5505129834 HTTP/1.1" 200 1291 0.005502 10.0.0.22 - - [2025-11-10 04:08:37] "GET /virtual-machine-interface/c00f1b8c-e9a7-406c-8071-f81caf5c0263 HTTP/1.1" 200 2941 0.005301 10.0.0.22 - - [2025-11-10 04:08:37] "GET /instance-ip/8e456075-d975-4df3-ab32-37e7b1d1adb8 HTTP/1.1" 200 1620 0.007682 10.0.0.22 - - [2025-11-10 04:08:37] "GET /virtual-machine/8191b150-7b97-4a25-803b-4f5505129834 HTTP/1.1" 200 1291 0.004101 10.0.0.22 - - [2025-11-10 04:08:37] "GET /virtual-machine-interface/c00f1b8c-e9a7-406c-8071-f81caf5c0263 HTTP/1.1" 200 2941 0.005799 10.0.0.22 - - [2025-11-10 04:08:37] "GET /instance-ip/8e456075-d975-4df3-ab32-37e7b1d1adb8 HTTP/1.1" 200 1620 0.004203 10.0.0.22 - - [2025-11-10 04:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.22 - - [2025-11-10 04:08:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004791 10.0.0.22 - - [2025-11-10 04:08:38] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004117 10.0.0.22 - - [2025-11-10 04:08:38] "GET /virtual-network/36d2cf77-a8b9-4b80-bb50-afa6bb6e0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005820 10.0.0.22 - - [2025-11-10 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.22 - - [2025-11-10 04:08:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005579 10.0.0.22 - - [2025-11-10 04:08:38] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004373 10.0.0.22 - - [2025-11-10 04:08:38] "GET /virtual-network/36d2cf77-a8b9-4b80-bb50-afa6bb6e0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008628 10.0.0.22 - - [2025-11-10 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006085 10.0.0.22 - - [2025-11-10 04:08:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005243 10.0.0.22 - - [2025-11-10 04:08:38] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003658 10.0.0.22 - - [2025-11-10 04:08:38] "GET /virtual-network/36d2cf77-a8b9-4b80-bb50-afa6bb6e0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006510 10.0.0.22 - - [2025-11-10 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005826 10.0.0.22 - - [2025-11-10 04:08:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004410 10.0.0.22 - - [2025-11-10 04:08:38] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003227 10.0.0.22 - - [2025-11-10 04:08:38] "GET /virtual-network/36d2cf77-a8b9-4b80-bb50-afa6bb6e0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007721 10.0.0.22 - - [2025-11-10 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005226 10.0.0.22 - - [2025-11-10 04:08:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005538 10.0.0.22 - - [2025-11-10 04:08:38] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004798 10.0.0.22 - - [2025-11-10 04:08:38] "GET /virtual-network/36d2cf77-a8b9-4b80-bb50-afa6bb6e0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006672 10.0.0.22 - - [2025-11-10 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.22 - - [2025-11-10 04:08:38] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004508 10.0.0.22 - - [2025-11-10 04:08:38] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003226 10.0.0.22 - - [2025-11-10 04:08:38] "GET /virtual-network/36d2cf77-a8b9-4b80-bb50-afa6bb6e0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007102 10.0.0.22 - - [2025-11-10 04:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.22 - - [2025-11-10 04:08:38] "GET /routing-instance/1b32ed54-a0a0-4244-8497-fc04937d2c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.005210 10.0.0.22 - - [2025-11-10 04:08:38] "GET /route-target/5f4f60e4-0649-4337-acc4-85750f4884af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006191 10.0.0.22 - - [2025-11-10 04:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.22 - - [2025-11-10 04:08:39] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004233 10.0.0.22 - - [2025-11-10 04:08:39] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003816 10.0.0.22 - - [2025-11-10 04:08:39] "GET /virtual-network/36d2cf77-a8b9-4b80-bb50-afa6bb6e0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007339 10.0.0.22 - - [2025-11-10 04:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.22 - - [2025-11-10 04:08:39] "GET /routing-instance/1b32ed54-a0a0-4244-8497-fc04937d2c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.004837 10.0.0.22 - - [2025-11-10 04:08:39] "GET /route-target/5f4f60e4-0649-4337-acc4-85750f4884af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005514 10.0.0.22 - - [2025-11-10 04:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.22 - - [2025-11-10 04:08:39] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004271 10.0.0.22 - - [2025-11-10 04:08:39] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003767 10.0.0.22 - - [2025-11-10 04:08:39] "GET /virtual-network/36d2cf77-a8b9-4b80-bb50-afa6bb6e0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005850 10.0.0.22 - - [2025-11-10 04:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005408 10.0.0.22 - - [2025-11-10 04:08:39] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004027 10.0.0.22 - - [2025-11-10 04:08:39] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003039 10.0.0.22 - - [2025-11-10 04:08:39] "GET /virtual-network/36d2cf77-a8b9-4b80-bb50-afa6bb6e0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005841 10.0.0.23 - - [2025-11-10 04:08:44] "GET /obj-perms HTTP/1.1" 200 5030 0.058736 10.0.0.22 - - [2025-11-10 04:08:44] "GET /obj-perms HTTP/1.1" 200 5030 0.050343 10.0.0.22 - - [2025-11-10 04:08:44] "GET /obj-perms HTTP/1.1" 200 5030 0.006217 10.0.0.50 - - [2025-11-10 04:08:45] "GET /obj-perms HTTP/1.1" 200 5030 0.060848 10.0.0.23 - - [2025-11-10 04:08:45] "GET /obj-perms HTTP/1.1" 200 5030 0.008016 10.0.0.22 - - [2025-11-10 04:08:45] "POST /neutron/port HTTP/1.1" 200 1087 0.014947 10.0.0.22 - - [2025-11-10 04:08:45] "GET /virtual-machine/d90e48e4-e32e-4d5c-83c5-d7022aa1a90d HTTP/1.1" 200 1292 0.004536 10.0.0.22 - - [2025-11-10 04:08:45] "GET /virtual-machine-interface/aa08118b-8544-42ac-9a0a-336098adbd73 HTTP/1.1" 200 2942 0.005824 10.0.0.22 - - [2025-11-10 04:08:45] "GET /virtual-machine/d90e48e4-e32e-4d5c-83c5-d7022aa1a90d HTTP/1.1" 200 1292 0.003974 10.0.0.22 - - [2025-11-10 04:08:45] "GET /virtual-machine-interface/aa08118b-8544-42ac-9a0a-336098adbd73 HTTP/1.1" 200 2942 0.005538 10.0.0.22 - - [2025-11-10 04:08:45] "GET /instance-ip/23fac01c-f748-4552-ae71-911dfeffb024 HTTP/1.1" 200 1619 0.005792 10.0.0.22 - - [2025-11-10 04:08:45] "GET /virtual-machine/d90e48e4-e32e-4d5c-83c5-d7022aa1a90d HTTP/1.1" 200 1292 0.004286 10.0.0.22 - - [2025-11-10 04:08:45] "GET /virtual-machine-interface/aa08118b-8544-42ac-9a0a-336098adbd73 HTTP/1.1" 200 2942 0.005116 10.0.0.22 - - [2025-11-10 04:08:45] "GET /instance-ip/23fac01c-f748-4552-ae71-911dfeffb024 HTTP/1.1" 200 1619 0.003761 10.0.0.22 - - [2025-11-10 04:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.22 - - [2025-11-10 04:08:45] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004469 10.0.0.22 - - [2025-11-10 04:08:45] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003921 10.0.0.22 - - [2025-11-10 04:08:45] "GET /virtual-network/af0f3b4a-d5fe-4aee-90f8-affbbed88e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006433 10.0.0.22 - - [2025-11-10 04:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.22 - - [2025-11-10 04:08:45] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003902 10.0.0.22 - - [2025-11-10 04:08:45] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003551 10.0.0.22 - - [2025-11-10 04:08:45] "GET /virtual-network/af0f3b4a-d5fe-4aee-90f8-affbbed88e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007740 10.0.0.22 - - [2025-11-10 04:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.22 - - [2025-11-10 04:08:45] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006450 10.0.0.22 - - [2025-11-10 04:08:45] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005657 10.0.0.22 - - [2025-11-10 04:08:45] "GET /virtual-network/af0f3b4a-d5fe-4aee-90f8-affbbed88e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008945 10.0.0.22 - - [2025-11-10 04:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.22 - - [2025-11-10 04:08:45] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004888 10.0.0.22 - - [2025-11-10 04:08:45] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003161 10.0.0.22 - - [2025-11-10 04:08:45] "GET /virtual-network/af0f3b4a-d5fe-4aee-90f8-affbbed88e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006038 10.0.0.22 - - [2025-11-10 04:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006064 10.0.0.22 - - [2025-11-10 04:08:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004228 10.0.0.22 - - [2025-11-10 04:08:46] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003598 10.0.0.22 - - [2025-11-10 04:08:46] "GET /virtual-network/af0f3b4a-d5fe-4aee-90f8-affbbed88e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006221 10.0.0.22 - - [2025-11-10 04:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.22 - - [2025-11-10 04:08:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004206 10.0.0.22 - - [2025-11-10 04:08:46] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003409 10.0.0.22 - - [2025-11-10 04:08:46] "GET /virtual-network/af0f3b4a-d5fe-4aee-90f8-affbbed88e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005618 10.0.0.22 - - [2025-11-10 04:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.22 - - [2025-11-10 04:08:46] "GET /routing-instance/fe334b2c-565b-473e-b033-b2a531af3ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005990 10.0.0.22 - - [2025-11-10 04:08:46] "GET /route-target/d7eaf134-a87d-46e9-a69b-1a8d10f86729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004168 10.0.0.22 - - [2025-11-10 04:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.22 - - [2025-11-10 04:08:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004543 10.0.0.22 - - [2025-11-10 04:08:46] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003619 10.0.0.22 - - [2025-11-10 04:08:46] "GET /virtual-network/af0f3b4a-d5fe-4aee-90f8-affbbed88e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.010355 10.0.0.22 - - [2025-11-10 04:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.22 - - [2025-11-10 04:08:46] "GET /routing-instance/fe334b2c-565b-473e-b033-b2a531af3ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004658 10.0.0.22 - - [2025-11-10 04:08:46] "GET /route-target/d7eaf134-a87d-46e9-a69b-1a8d10f86729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004441 10.0.0.22 - - [2025-11-10 04:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.22 - - [2025-11-10 04:08:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004721 10.0.0.22 - - [2025-11-10 04:08:46] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003424 10.0.0.22 - - [2025-11-10 04:08:46] "GET /virtual-network/af0f3b4a-d5fe-4aee-90f8-affbbed88e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006958 10.0.0.22 - - [2025-11-10 04:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.22 - - [2025-11-10 04:08:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004902 10.0.0.22 - - [2025-11-10 04:08:46] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003664 10.0.0.22 - - [2025-11-10 04:08:47] "GET /virtual-network/af0f3b4a-d5fe-4aee-90f8-affbbed88e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007791 10.0.0.23 - - [2025-11-10 04:08:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004832 10.0.0.22 - - [2025-11-10 04:08:53] "GET /obj-perms HTTP/1.1" 200 5030 0.005506 10.0.0.22 - - [2025-11-10 04:08:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004014 10.0.0.23 - - [2025-11-10 04:08:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004197 10.0.0.50 - - [2025-11-10 04:08:53] "GET /obj-perms HTTP/1.1" 200 5030 0.005771 10.0.0.22 - - [2025-11-10 04:08:53] "GET /obj-perms HTTP/1.1" 200 5030 0.003770 10.0.0.22 - - [2025-11-10 04:08:53] "POST /neutron/port HTTP/1.1" 200 1087 0.021170 10.0.0.22 - - [2025-11-10 04:08:53] "POST /neutron/subnet HTTP/1.1" 200 694 0.009517 10.0.0.22 - - [2025-11-10 04:09:15] "GET /virtual-machine/d90e48e4-e32e-4d5c-83c5-d7022aa1a90d HTTP/1.1" 200 1292 0.005390 10.0.0.22 - - [2025-11-10 04:09:16] "POST /neutron/port HTTP/1.1" 200 1087 0.017823 10.0.0.22 - - [2025-11-10 04:09:17] "GET /virtual-machine/d90e48e4-e32e-4d5c-83c5-d7022aa1a90d HTTP/1.1" 404 171 0.004024 10.0.0.22 - - [2025-11-10 04:09:17] "GET /virtual-machine/d90e48e4-e32e-4d5c-83c5-d7022aa1a90d HTTP/1.1" 404 171 0.002946 10.0.0.22 - - [2025-11-10 04:09:17] "GET /virtual-machine/d90e48e4-e32e-4d5c-83c5-d7022aa1a90d HTTP/1.1" 404 171 0.003246 10.0.0.22 - - [2025-11-10 04:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.22 - - [2025-11-10 04:09:17] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003835 10.0.0.22 - - [2025-11-10 04:09:17] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004774 10.0.0.22 - - [2025-11-10 04:09:18] "GET /virtual-network/af0f3b4a-d5fe-4aee-90f8-affbbed88e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006327 10.0.0.22 - - [2025-11-10 04:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.22 - - [2025-11-10 04:09:18] "GET /routing-instance/fe334b2c-565b-473e-b033-b2a531af3ae9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004346 10.0.0.22 - - [2025-11-10 04:09:18] "GET /route-target/d7eaf134-a87d-46e9-a69b-1a8d10f86729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004902 10.0.0.50 - - [2025-11-10 04:09:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004121 10.0.0.22 - - [2025-11-10 04:09:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003810 10.0.0.23 - - [2025-11-10 04:09:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003966 10.0.0.22 - - [2025-11-10 04:09:24] "GET /virtual-machine/8191b150-7b97-4a25-803b-4f5505129834 HTTP/1.1" 200 1291 0.005056 10.0.0.22 - - [2025-11-10 04:09:25] "POST /neutron/port HTTP/1.1" 200 1087 0.018957 10.0.0.22 - - [2025-11-10 04:09:26] "GET /virtual-machine/8191b150-7b97-4a25-803b-4f5505129834 HTTP/1.1" 404 171 0.003285 10.0.0.22 - - [2025-11-10 04:09:26] "GET /virtual-machine/8191b150-7b97-4a25-803b-4f5505129834 HTTP/1.1" 404 171 0.002993 10.0.0.22 - - [2025-11-10 04:09:26] "GET /virtual-machine/8191b150-7b97-4a25-803b-4f5505129834 HTTP/1.1" 404 171 0.003824 10.0.0.22 - - [2025-11-10 04:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.22 - - [2025-11-10 04:09:26] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004320 10.0.0.22 - - [2025-11-10 04:09:26] "GET /virtual-networks?parent_id=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004618 10.0.0.22 - - [2025-11-10 04:09:26] "GET /virtual-network/36d2cf77-a8b9-4b80-bb50-afa6bb6e0306?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006051 10.0.0.22 - - [2025-11-10 04:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.22 - - [2025-11-10 04:09:26] "GET /routing-instance/1b32ed54-a0a0-4244-8497-fc04937d2c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.006178 10.0.0.22 - - [2025-11-10 04:09:27] "GET /route-target/5f4f60e4-0649-4337-acc4-85750f4884af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005046 10.0.0.22 - - [2025-11-10 04:09:27] "GET /obj-perms HTTP/1.1" 200 5030 0.003709 10.0.0.50 - - [2025-11-10 04:09:27] "GET /obj-perms HTTP/1.1" 200 5030 0.005891 10.0.0.22 - - [2025-11-10 04:09:36] "GET /obj-perms HTTP/1.1" 200 5030 0.003846 10.0.0.50 - - [2025-11-10 04:09:36] "GET /obj-perms HTTP/1.1" 200 5030 0.003783 10.0.0.22 - - [2025-11-10 04:09:45] "GET /obj-perms HTTP/1.1" 200 5030 0.004679 10.0.0.50 - - [2025-11-10 04:09:45] "GET /obj-perms HTTP/1.1" 200 5030 0.004380 10.0.0.22 - - [2025-11-10 04:09:45] "POST /neutron/network HTTP/1.1" 200 823 0.007713 10.0.0.50 - - [2025-11-10 04:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.034097 10.0.0.23 - - [2025-11-10 04:09:46] "POST /useragent-kv HTTP/1.1" 200 115 0.028195 10.0.0.23 - - [2025-11-10 04:09:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002755 10.0.0.50 - - [2025-11-10 04:09:46] "DELETE /route-target/5f4f60e4-0649-4337-acc4-85750f4884af HTTP/1.1" 200 115 0.027013 10.0.0.22 - - [2025-11-10 04:09:46] "POST /neutron/network HTTP/1.1" 200 151 0.158587 10.0.0.23 - - [2025-11-10 04:09:47] "GET /projects?obj_uuids=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000979 10.0.0.22 - - [2025-11-10 04:09:47] "GET /project/7b8c1c70-6337-4c5d-81a4-6d23824d0273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.040402 10.0.0.23 - - [2025-11-10 04:09:47] "GET /projects?obj_uuids=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001028 10.0.0.22 - - [2025-11-10 04:09:47] "GET /project/7b8c1c70-6337-4c5d-81a4-6d23824d0273?fields=virtual_networks HTTP/1.1" 200 1031 0.050710 10.0.0.23 - - [2025-11-10 04:09:47] "GET /projects?obj_uuids=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000924 10.0.0.22 - - [2025-11-10 04:09:47] "GET /project/7b8c1c70-6337-4c5d-81a4-6d23824d0273?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.038154 10.0.0.23 - - [2025-11-10 04:09:47] "GET /projects?obj_uuids=7b8c1c70-6337-4c5d-81a4-6d23824d0273&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.22 - - [2025-11-10 04:09:47] "GET /project/7b8c1c70-6337-4c5d-81a4-6d23824d0273?fields=security_groups HTTP/1.1" 200 1257 0.050444 10.0.0.22 - - [2025-11-10 04:09:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.026950 10.0.0.23 - - [2025-11-10 04:09:48] "GET /projects?obj_uuids=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003575 10.0.0.23 - - [2025-11-10 04:09:48] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.23 - - [2025-11-10 04:09:48] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.052882 10.0.0.23 - - [2025-11-10 04:09:48] "POST /id-to-fqname HTTP/1.1" 200 198 0.003869 10.0.0.23 - - [2025-11-10 04:09:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.004864 10.0.0.23 - - [2025-11-10 04:09:49] "POST /security-groups HTTP/1.1" 200 599 0.038055 10.0.0.23 - - [2025-11-10 04:09:49] "POST /projects HTTP/1.1" 200 601 0.260176 10.0.0.50 - - [2025-11-10 04:09:49] "POST /fqname-to-id HTTP/1.1" 404 241 0.014863 10.0.0.23 - - [2025-11-10 04:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.330929 10.0.0.22 - - [2025-11-10 04:09:49] "GET /project/50e833aa-6c41-4325-8528-e98c0ba88255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.519300 10.0.0.22 - - [2025-11-10 04:09:50] "GET / HTTP/1.1" 200 35931 0.002626 10.0.0.22 - - [2025-11-10 04:09:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468 10.0.0.22 - - [2025-11-10 04:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.054393 10.0.0.23 - - [2025-11-10 04:09:53] "GET /projects?obj_uuids=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.22 - - [2025-11-10 04:09:53] "GET /project/50e833aa-6c41-4325-8528-e98c0ba88255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044760 10.0.0.22 - - [2025-11-10 04:09:54] "GET /obj-perms HTTP/1.1" 200 5056 0.067386 10.0.0.50 - - [2025-11-10 04:09:54] "POST /ref-update HTTP/1.1" 200 156 0.030049 10.0.0.23 - - [2025-11-10 04:09:55] "POST /useragent-kv HTTP/1.1" 200 115 0.009495 10.0.0.22 - - [2025-11-10 04:09:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.259372 10.0.0.22 - - [2025-11-10 04:09:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001525 10.0.0.22 - - [2025-11-10 04:09:55] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007481 10.0.0.22 - - [2025-11-10 04:09:55] "POST /neutron/network HTTP/1.1" 200 1006 0.009988 10.0.0.22 - - [2025-11-10 04:09:55] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005530 10.0.0.22 - - [2025-11-10 04:09:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.008548 10.0.0.22 - - [2025-11-10 04:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.23 - - [2025-11-10 04:09:55] "GET /projects?obj_uuids=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001569 10.0.0.22 - - [2025-11-10 04:09:55] "GET /project/50e833aa-6c41-4325-8528-e98c0ba88255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.033309 10.0.0.23 - - [2025-11-10 04:09:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004781 10.0.0.22 - - [2025-11-10 04:09:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.255762 10.0.0.50 - - [2025-11-10 04:09:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.049326 10.0.0.22 - - [2025-11-10 04:09:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.001447 10.0.0.22 - - [2025-11-10 04:09:56] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007747 10.0.0.22 - - [2025-11-10 04:09:56] "POST /neutron/network HTTP/1.1" 200 1007 0.014277 10.0.0.22 - - [2025-11-10 04:09:56] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005135 10.0.0.22 - - [2025-11-10 04:09:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.008830 10.0.0.50 - - [2025-11-10 04:09:56] "DELETE /access-control-list/e56482b2-42b6-4d19-b40c-a09b2f4e03fc HTTP/1.1" 200 115 0.033542 10.0.0.22 - - [2025-11-10 04:09:57] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006806 10.0.0.50 - - [2025-11-10 04:09:58] "GET /obj-perms HTTP/1.1" 200 5046 0.048572 10.0.0.22 - - [2025-11-10 04:09:58] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006650 10.0.0.23 - - [2025-11-10 04:09:59] "GET /obj-perms HTTP/1.1" 200 5046 0.053102 10.0.0.22 - - [2025-11-10 04:09:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.010413 10.0.0.22 - - [2025-11-10 04:09:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.001256 10.0.0.23 - - [2025-11-10 04:10:00] "GET /projects?obj_uuids=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002105 10.0.0.22 - - [2025-11-10 04:10:00] "GET /project/50e833aa-6c41-4325-8528-e98c0ba88255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.074476 10.0.0.22 - - [2025-11-10 04:10:00] "POST /neutron/port HTTP/1.1" 200 117 0.008632 10.0.0.22 - - [2025-11-10 04:10:00] "POST /neutron/network HTTP/1.1" 200 1016 0.006963 10.0.0.22 - - [2025-11-10 04:10:01] "POST /neutron/port HTTP/1.1" 200 1175 0.044614 10.0.0.22 - - [2025-11-10 04:10:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003908 10.0.0.22 - - [2025-11-10 04:10:01] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.22 - - [2025-11-10 04:10:05] "POST /neutron/port HTTP/1.1" 200 1203 0.024191 10.0.0.22 - - [2025-11-10 04:10:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010351 10.0.0.22 - - [2025-11-10 04:10:05] "GET /virtual-machine/5ff54f3b-b881-4222-84ca-2c9a81ee4ce3 HTTP/1.1" 401 292 0.000414 10.0.0.22 - - [2025-11-10 04:10:06] "GET /virtual-machine/5ff54f3b-b881-4222-84ca-2c9a81ee4ce3 HTTP/1.1" 200 1299 0.040707 10.0.0.22 - - [2025-11-10 04:10:06] "GET /virtual-machine-interface/1c385834-18cc-42bc-bca2-40628570f281 HTTP/1.1" 200 3175 0.008284 10.0.0.22 - - [2025-11-10 04:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005592 10.0.0.22 - - [2025-11-10 04:10:06] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005563 10.0.0.22 - - [2025-11-10 04:10:06] "GET /virtual-networks?parent_id=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004028 10.0.0.22 - - [2025-11-10 04:10:06] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007659 10.0.0.22 - - [2025-11-10 04:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.22 - - [2025-11-10 04:10:09] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004936 10.0.0.22 - - [2025-11-10 04:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004989 10.0.0.22 - - [2025-11-10 04:10:13] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006768 10.0.0.22 - - [2025-11-10 04:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.22 - - [2025-11-10 04:10:17] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006050 10.0.0.22 - - [2025-11-10 04:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.22 - - [2025-11-10 04:10:21] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005234 10.0.0.22 - - [2025-11-10 04:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005211 10.0.0.22 - - [2025-11-10 04:10:25] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006112 10.0.0.23 - - [2025-11-10 04:10:29] "DELETE /project/50e833aa6c4143258528e98c0ba88255 HTTP/1.1" 404 173 0.003560 10.0.0.23 - - [2025-11-10 04:10:29] "DELETE /project/7b8c1c70-6337-4c5d-81a4-6d23824d0273 HTTP/1.1" 404 177 0.006000 10.0.0.22 - - [2025-11-10 04:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.22 - - [2025-11-10 04:10:29] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004980 10.0.0.22 - - [2025-11-10 04:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.22 - - [2025-11-10 04:10:33] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005165 10.0.0.22 - - [2025-11-10 04:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.22 - - [2025-11-10 04:10:38] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005894 10.0.0.22 - - [2025-11-10 04:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.22 - - [2025-11-10 04:10:40] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003566 10.0.0.22 - - [2025-11-10 04:10:40] "GET /virtual-networks?parent_id=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003391 10.0.0.22 - - [2025-11-10 04:10:40] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005943 10.0.0.22 - - [2025-11-10 04:10:40] "POST /neutron/port HTTP/1.1" 200 1203 0.015438 10.0.0.22 - - [2025-11-10 04:10:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008428 10.0.0.22 - - [2025-11-10 04:10:50] "POST /neutron/port HTTP/1.1" 200 1203 0.019546 10.0.0.22 - - [2025-11-10 04:10:55] "GET /obj-perms HTTP/1.1" 200 5056 0.065023 10.0.0.22 - - [2025-11-10 04:10:55] "POST /neutron/port HTTP/1.1" 200 1203 0.016443 10.0.0.22 - - [2025-11-10 04:10:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004395 10.0.0.22 - - [2025-11-10 04:10:55] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.22 - - [2025-11-10 04:10:55] "POST /neutron/network HTTP/1.1" 200 1006 0.012485 10.0.0.22 - - [2025-11-10 04:11:01] "POST /neutron/port HTTP/1.1" 200 1203 0.017594 10.0.0.22 - - [2025-11-10 04:11:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010035 10.0.0.22 - - [2025-11-10 04:11:01] "POST /neutron/network HTTP/1.1" 200 980 0.020038 10.0.0.22 - - [2025-11-10 04:11:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001369 10.0.0.22 - - [2025-11-10 04:11:01] "GET /virtual-machine/5ff54f3b-b881-4222-84ca-2c9a81ee4ce3 HTTP/1.1" 200 1299 0.004219 10.0.0.22 - - [2025-11-10 04:11:01] "GET /virtual-machine-interface/1c385834-18cc-42bc-bca2-40628570f281 HTTP/1.1" 200 3175 0.006136 10.0.0.22 - - [2025-11-10 04:11:01] "GET /instance-ip/4e50f9af-a484-40d1-a2b6-c939faa5a3e8 HTTP/1.1" 200 1656 0.008678 10.0.0.22 - - [2025-11-10 04:11:01] "GET /instance-ip/821d8d5d-1c22-47ea-8ded-d69bf65af216 HTTP/1.1" 200 1636 0.006977 10.0.0.22 - - [2025-11-10 04:11:01] "POST /fqname-to-id HTTP/1.1" 404 218 0.004381 10.0.0.22 - - [2025-11-10 04:11:01] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008071 10.0.0.23 - - [2025-11-10 04:11:01] "GET /projects?obj_uuids=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001242 10.0.0.22 - - [2025-11-10 04:11:01] "GET /project/50e833aa-6c41-4325-8528-e98c0ba88255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.054419 10.0.0.22 - - [2025-11-10 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004977 10.0.0.22 - - [2025-11-10 04:11:01] "GET /security-group/b67f8f08-eebf-483b-82a2-30ffe070083d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.006248 10.0.0.22 - - [2025-11-10 04:11:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.086629 10.0.0.22 - - [2025-11-10 04:11:01] "POST /instance-ips HTTP/1.1" 200 357 0.049259 10.0.0.22 - - [2025-11-10 04:11:01] "GET /instance-ip/be7de64e-a94d-4899-9250-582693a16676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.007016 10.0.0.22 - - [2025-11-10 04:11:02] "POST /instance-ips HTTP/1.1" 200 357 0.047742 10.0.0.22 - - [2025-11-10 04:11:02] "GET /instance-ip/f24318eb-b8e3-45c3-8671-7283ca30b5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.009345 10.0.0.22 - - [2025-11-10 04:11:02] "GET /virtual-machine-interface/e3eaa9dd-d9d1-4f6c-9226-1d6d26c5e3bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.009559 10.0.0.22 - - [2025-11-10 04:11:02] "GET /virtual-machine-interface/e3eaa9dd-d9d1-4f6c-9226-1d6d26c5e3bf?fields=instance_ip_back_refs HTTP/1.1" 200 1538 0.012938 10.0.0.22 - - [2025-11-10 04:11:02] "GET /instance-ip/be7de64e-a94d-4899-9250-582693a16676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1591 0.005101 10.0.0.22 - - [2025-11-10 04:11:02] "GET /instance-ip/f24318eb-b8e3-45c3-8671-7283ca30b5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.006004 10.0.0.22 - - [2025-11-10 04:11:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001402 10.0.0.22 - - [2025-11-10 04:11:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009465 10.0.0.22 - - [2025-11-10 04:11:02] "POST /neutron/network HTTP/1.1" 200 1006 0.038728 10.0.0.22 - - [2025-11-10 04:11:02] "POST /neutron/port HTTP/1.1" 200 1203 0.020348 10.0.0.22 - - [2025-11-10 04:11:02] "POST /neutron/port HTTP/1.1" 200 117 0.006654 10.0.0.22 - - [2025-11-10 04:11:03] "POST /neutron/port HTTP/1.1" 200 1081 0.015598 10.0.0.22 - - [2025-11-10 04:11:03] "POST /neutron/port HTTP/1.1" 200 1148 0.020558 10.0.0.22 - - [2025-11-10 04:11:03] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013653 10.0.0.22 - - [2025-11-10 04:11:03] "POST /neutron/network HTTP/1.1" 200 1006 0.009145 10.0.0.22 - - [2025-11-10 04:11:08] "POST /neutron/port HTTP/1.1" 200 1148 0.017310 10.0.0.22 - - [2025-11-10 04:11:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008857 10.0.0.22 - - [2025-11-10 04:11:08] "GET /virtual-machine/510be127-924c-47f4-8cc3-3a4209491254 HTTP/1.1" 200 1278 0.009863 10.0.0.22 - - [2025-11-10 04:11:08] "GET /virtual-machine-interface/e3eaa9dd-d9d1-4f6c-9226-1d6d26c5e3bf HTTP/1.1" 200 3226 0.005645 10.0.0.22 - - [2025-11-10 04:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.22 - - [2025-11-10 04:11:08] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003222 10.0.0.22 - - [2025-11-10 04:11:08] "GET /virtual-networks?parent_id=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002921 10.0.0.22 - - [2025-11-10 04:11:08] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008935 10.0.0.22 - - [2025-11-10 04:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.22 - - [2025-11-10 04:11:11] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007544 10.0.0.22 - - [2025-11-10 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.22 - - [2025-11-10 04:11:15] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006537 10.0.0.22 - - [2025-11-10 04:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.22 - - [2025-11-10 04:11:19] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006467 10.0.0.23 - - [2025-11-10 04:11:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.23 - - [2025-11-10 04:11:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2025-11-10 04:11:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.23 - - [2025-11-10 04:11:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.50 - - [2025-11-10 04:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.50 - - [2025-11-10 04:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.50 - - [2025-11-10 04:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.50 - - [2025-11-10 04:11:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.22 - - [2025-11-10 04:11:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.22 - - [2025-11-10 04:11:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.22 - - [2025-11-10 04:11:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.22 - - [2025-11-10 04:11:22] "GET /global-system-configs HTTP/1.1" 401 292 0.001294 10.0.0.22 - - [2025-11-10 04:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005081 10.0.0.22 - - [2025-11-10 04:11:23] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006261 10.0.0.22 - - [2025-11-10 04:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.22 - - [2025-11-10 04:11:27] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005127 10.0.0.22 - - [2025-11-10 04:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006081 10.0.0.22 - - [2025-11-10 04:11:32] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009180 10.0.0.22 - - [2025-11-10 04:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005494 10.0.0.22 - - [2025-11-10 04:11:36] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.015737 10.0.0.22 - - [2025-11-10 04:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005350 10.0.0.22 - - [2025-11-10 04:11:40] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006964 10.0.0.22 - - [2025-11-10 04:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.22 - - [2025-11-10 04:11:44] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005439 10.0.0.22 - - [2025-11-10 04:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.22 - - [2025-11-10 04:11:46] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004628 10.0.0.22 - - [2025-11-10 04:11:46] "GET /virtual-networks?parent_id=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002947 10.0.0.22 - - [2025-11-10 04:11:46] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005722 10.0.0.22 - - [2025-11-10 04:11:51] "POST /neutron/port HTTP/1.1" 200 1148 0.019605 10.0.0.22 - - [2025-11-10 04:11:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.245559 10.0.0.22 - - [2025-11-10 04:11:56] "POST /neutron/network HTTP/1.1" 200 1016 0.007339 10.0.0.22 - - [2025-11-10 04:11:56] "POST /neutron/subnet HTTP/1.1" 200 1385 0.012768 10.0.0.22 - - [2025-11-10 04:11:56] "POST /neutron/network HTTP/1.1" 200 1006 0.009473 10.0.0.22 - - [2025-11-10 04:12:02] "POST /neutron/port HTTP/1.1" 200 1148 0.026152 10.0.0.22 - - [2025-11-10 04:12:07] "POST /id-to-fqname HTTP/1.1" 200 228 0.001354 10.0.0.22 - - [2025-11-10 04:12:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009016 10.0.0.23 - - [2025-11-10 04:12:08] "GET /projects?obj_uuids=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.22 - - [2025-11-10 04:12:08] "GET /project/50e833aa-6c41-4325-8528-e98c0ba88255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.088774 10.0.0.22 - - [2025-11-10 04:12:08] "POST /neutron/port HTTP/1.1" 200 2233 0.018612 10.0.0.22 - - [2025-11-10 04:12:08] "POST /neutron/port HTTP/1.1" 200 117 0.006340 10.0.0.22 - - [2025-11-10 04:12:09] "POST /neutron/port HTTP/1.1" 200 1176 0.045055 10.0.0.22 - - [2025-11-10 04:12:09] "POST /neutron/port HTTP/1.1" 200 1204 0.024046 10.0.0.22 - - [2025-11-10 04:12:09] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014784 10.0.0.22 - - [2025-11-10 04:12:09] "POST /neutron/network HTTP/1.1" 200 1007 0.008527 10.0.0.22 - - [2025-11-10 04:12:13] "POST /neutron/port HTTP/1.1" 200 1204 0.016267 10.0.0.22 - - [2025-11-10 04:12:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007581 10.0.0.22 - - [2025-11-10 04:12:13] "GET /virtual-machine/5e8ce22f-3736-4298-84ea-40cedf90e791 HTTP/1.1" 200 1299 0.005962 10.0.0.22 - - [2025-11-10 04:12:13] "GET /virtual-machine-interface/d2424f0a-13b4-4c1d-b29b-20df629c9413 HTTP/1.1" 200 3176 0.005311 10.0.0.22 - - [2025-11-10 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.22 - - [2025-11-10 04:12:13] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004118 10.0.0.22 - - [2025-11-10 04:12:13] "GET /virtual-networks?parent_id=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002955 10.0.0.22 - - [2025-11-10 04:12:13] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006014 10.0.0.22 - - [2025-11-10 04:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.22 - - [2025-11-10 04:12:17] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007062 10.0.0.22 - - [2025-11-10 04:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.22 - - [2025-11-10 04:12:21] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008816 10.0.0.22 - - [2025-11-10 04:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.22 - - [2025-11-10 04:12:25] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005878 10.0.0.22 - - [2025-11-10 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.013207 10.0.0.22 - - [2025-11-10 04:12:29] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005780 10.0.0.22 - - [2025-11-10 04:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.22 - - [2025-11-10 04:12:33] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007270 10.0.0.22 - - [2025-11-10 04:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.22 - - [2025-11-10 04:12:37] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005012 10.0.0.22 - - [2025-11-10 04:12:40] "POST /neutron/network HTTP/1.1" 200 1017 0.007736 10.0.0.22 - - [2025-11-10 04:12:40] "POST /neutron/subnet HTTP/1.1" 200 1389 0.022263 10.0.0.22 - - [2025-11-10 04:12:40] "POST /neutron/network HTTP/1.1" 200 1007 0.012451 10.0.0.22 - - [2025-11-10 04:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.22 - - [2025-11-10 04:12:41] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005512 10.0.0.22 - - [2025-11-10 04:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.22 - - [2025-11-10 04:12:45] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005497 10.0.0.22 - - [2025-11-10 04:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.22 - - [2025-11-10 04:12:49] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006271 10.0.0.22 - - [2025-11-10 04:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.22 - - [2025-11-10 04:12:51] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006983 10.0.0.22 - - [2025-11-10 04:12:51] "GET /virtual-networks?parent_id=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.005280 10.0.0.22 - - [2025-11-10 04:12:51] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006055 10.0.0.22 - - [2025-11-10 04:12:56] "POST /neutron/port HTTP/1.1" 200 1148 0.015161 10.0.0.22 - - [2025-11-10 04:12:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004392 10.0.0.22 - - [2025-11-10 04:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.50 - - [2025-11-10 04:12:56] "GET /obj-perms HTTP/1.1" 200 5056 0.050271 10.0.0.22 - - [2025-11-10 04:12:57] "POST /neutron/port HTTP/1.1" 200 1204 0.016315 10.0.0.22 - - [2025-11-10 04:13:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008711 10.0.0.22 - - [2025-11-10 04:13:07] "POST /neutron/port HTTP/1.1" 200 1204 0.019539 10.0.0.22 - - [2025-11-10 04:13:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010396 10.0.0.22 - - [2025-11-10 04:13:13] "POST /neutron/port HTTP/1.1" 200 1204 0.019345 10.0.0.22 - - [2025-11-10 04:13:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007846 10.0.0.22 - - [2025-11-10 04:13:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001788 10.0.0.22 - - [2025-11-10 04:13:13] "GET /virtual-machine/5e8ce22f-3736-4298-84ea-40cedf90e791 HTTP/1.1" 200 1299 0.003930 10.0.0.22 - - [2025-11-10 04:13:13] "GET /virtual-machine-interface/d2424f0a-13b4-4c1d-b29b-20df629c9413 HTTP/1.1" 200 3176 0.005905 10.0.0.22 - - [2025-11-10 04:13:13] "GET /instance-ip/1d2375fb-b532-4971-a545-cad78e8cef32 HTTP/1.1" 200 1656 0.006255 10.0.0.22 - - [2025-11-10 04:13:13] "GET /instance-ip/302c73f2-0acd-4f32-b909-e99e3c814b28 HTTP/1.1" 200 1637 0.006109 10.0.0.22 - - [2025-11-10 04:13:13] "POST /fqname-to-id HTTP/1.1" 404 230 0.003217 10.0.0.22 - - [2025-11-10 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.23 - - [2025-11-10 04:13:13] "GET /projects?obj_uuids=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.22 - - [2025-11-10 04:13:13] "GET /project/50e833aa-6c41-4325-8528-e98c0ba88255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053087 10.0.0.22 - - [2025-11-10 04:13:13] "POST /network-policys HTTP/1.1" 200 569 0.033825 10.0.0.22 - - [2025-11-10 04:13:13] "GET /network-policy/ef3cd49c-e1ee-4a23-9608-1b4e68c2d0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006170 10.0.0.22 - - [2025-11-10 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.22 - - [2025-11-10 04:13:13] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006043 10.0.0.22 - - [2025-11-10 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.22 - - [2025-11-10 04:13:13] "GET /network-policy/ef3cd49c-e1ee-4a23-9608-1b4e68c2d0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005159 10.0.0.22 - - [2025-11-10 04:13:13] "POST /ref-update HTTP/1.1" 200 156 0.079243 10.0.0.22 - - [2025-11-10 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.22 - - [2025-11-10 04:13:13] "GET /network-policy/ef3cd49c-e1ee-4a23-9608-1b4e68c2d0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004493 10.0.0.22 - - [2025-11-10 04:13:13] "POST /neutron/network HTTP/1.1" 200 1110 0.011047 10.0.0.22 - - [2025-11-10 04:13:13] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007623 10.0.0.22 - - [2025-11-10 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.22 - - [2025-11-10 04:13:13] "GET /network-policy/ef3cd49c-e1ee-4a23-9608-1b4e68c2d0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.011021 10.0.0.22 - - [2025-11-10 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.22 - - [2025-11-10 04:13:13] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006077 10.0.0.22 - - [2025-11-10 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.22 - - [2025-11-10 04:13:13] "GET /network-policy/ef3cd49c-e1ee-4a23-9608-1b4e68c2d0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004792 10.0.0.50 - - [2025-11-10 04:13:14] "POST /access-control-lists HTTP/1.1" 200 596 0.053168 10.0.0.22 - - [2025-11-10 04:13:14] "POST /ref-update HTTP/1.1" 200 156 0.060027 10.0.0.22 - - [2025-11-10 04:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.22 - - [2025-11-10 04:13:14] "GET /network-policy/ef3cd49c-e1ee-4a23-9608-1b4e68c2d0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004252 10.0.0.50 - - [2025-11-10 04:13:14] "POST /ref-update HTTP/1.1" 200 156 0.030031 10.0.0.22 - - [2025-11-10 04:13:14] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.018295 10.0.0.22 - - [2025-11-10 04:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006151 10.0.0.22 - - [2025-11-10 04:13:14] "GET /network-policy/ef3cd49c-e1ee-4a23-9608-1b4e68c2d0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005083 10.0.0.22 - - [2025-11-10 04:13:14] "GET /virtual-machine-interface/d2424f0a-13b4-4c1d-b29b-20df629c9413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.009855 10.0.0.22 - - [2025-11-10 04:13:14] "PUT /virtual-machine-interface/d2424f0a-13b4-4c1d-b29b-20df629c9413 HTTP/1.1" 200 284 0.027879 10.0.0.22 - - [2025-11-10 04:13:14] "GET /virtual-machine-interface/d2424f0a-13b4-4c1d-b29b-20df629c9413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3072 0.006342 10.0.0.22 - - [2025-11-10 04:13:14] "PUT /virtual-machine-interface/d2424f0a-13b4-4c1d-b29b-20df629c9413 HTTP/1.1" 200 284 0.018077 10.0.0.22 - - [2025-11-10 04:13:40] "POST /neutron/port HTTP/1.1" 200 1204 0.016836 10.0.0.22 - - [2025-11-10 04:13:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003987 10.0.0.22 - - [2025-11-10 04:13:40] "POST /neutron/port HTTP/1.1" 200 117 0.001792 10.0.0.23 - - [2025-11-10 04:13:57] "GET /obj-perms HTTP/1.1" 200 5056 0.068321 10.0.0.22 - - [2025-11-10 04:13:58] "POST /neutron/port HTTP/1.1" 200 1203 0.017545 10.0.0.22 - - [2025-11-10 04:13:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003917 10.0.0.22 - - [2025-11-10 04:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.22 - - [2025-11-10 04:14:41] "POST /neutron/port HTTP/1.1" 200 1204 0.019698 10.0.0.22 - - [2025-11-10 04:14:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005831 10.0.0.22 - - [2025-11-10 04:14:41] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.22 - - [2025-11-10 04:14:59] "POST /neutron/port HTTP/1.1" 200 1148 0.015437 10.0.0.22 - - [2025-11-10 04:14:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004067 10.0.0.22 - - [2025-11-10 04:14:59] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.22 - - [2025-11-10 04:15:13] "POST /ref-update HTTP/1.1" 200 156 0.097352 10.0.0.50 - - [2025-11-10 04:15:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.123303 10.0.0.50 - - [2025-11-10 04:15:13] "POST /ref-update HTTP/1.1" 200 156 0.093467 10.0.0.22 - - [2025-11-10 04:15:13] "GET /virtual-network/e53f4952-3a6a-4c4f-881d-45af03654411?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.013378 10.0.0.22 - - [2025-11-10 04:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.22 - - [2025-11-10 04:15:13] "GET /network-policy/ef3cd49c-e1ee-4a23-9608-1b4e68c2d0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004333 10.0.0.22 - - [2025-11-10 04:15:13] "POST /ref-update HTTP/1.1" 200 156 0.053189 10.0.0.22 - - [2025-11-10 04:15:13] "POST /neutron/network HTTP/1.1" 200 1006 0.032865 10.0.0.22 - - [2025-11-10 04:15:13] "GET /virtual-network/af08c804-03ea-42c5-9ed9-9dcc3b59d175?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006644 10.0.0.22 - - [2025-11-10 04:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.22 - - [2025-11-10 04:15:13] "GET /network-policy/ef3cd49c-e1ee-4a23-9608-1b4e68c2d0eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004151 10.0.0.22 - - [2025-11-10 04:15:13] "DELETE /network-policy/ef3cd49c-e1ee-4a23-9608-1b4e68c2d0eb HTTP/1.1" 200 115 0.032905 10.0.0.22 - - [2025-11-10 04:15:14] "DELETE /instance-ip/be7de64e-a94d-4899-9250-582693a16676 HTTP/1.1" 200 115 0.072397 10.0.0.22 - - [2025-11-10 04:15:14] "DELETE /instance-ip/f24318eb-b8e3-45c3-8671-7283ca30b5df HTTP/1.1" 200 115 0.089226 10.0.0.22 - - [2025-11-10 04:15:14] "DELETE /virtual-machine-interface/e3eaa9dd-d9d1-4f6c-9226-1d6d26c5e3bf HTTP/1.1" 200 115 0.101814 10.0.0.22 - - [2025-11-10 04:15:14] "POST /neutron/network HTTP/1.1" 400 204 0.019931 10.0.0.22 - - [2025-11-10 04:15:15] "POST /neutron/port HTTP/1.1" 200 1203 0.018207 10.0.0.22 - - [2025-11-10 04:15:16] "POST /neutron/network HTTP/1.1" 200 1007 0.009656 10.0.0.50 - - [2025-11-10 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.23 - - [2025-11-10 04:15:17] "POST /useragent-kv HTTP/1.1" 200 115 0.029656 10.0.0.23 - - [2025-11-10 04:15:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004591 10.0.0.50 - - [2025-11-10 04:15:17] "DELETE /route-target/69627fc3-3117-4ddd-9334-5652aeb8f52b HTTP/1.1" 200 115 0.035820 10.0.0.23 - - [2025-11-10 04:15:17] "POST /useragent-kv HTTP/1.1" 200 115 0.008452 10.0.0.23 - - [2025-11-10 04:15:17] "POST /useragent-kv HTTP/1.1" 200 115 0.010169 10.0.0.22 - - [2025-11-10 04:15:17] "POST /neutron/network HTTP/1.1" 200 151 0.194385 10.0.0.23 - - [2025-11-10 04:15:19] "GET /projects?obj_uuids=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.22 - - [2025-11-10 04:15:19] "GET /project/50e833aa-6c41-4325-8528-e98c0ba88255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.063103 10.0.0.23 - - [2025-11-10 04:15:19] "GET /projects?obj_uuids=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.22 - - [2025-11-10 04:15:20] "GET /project/50e833aa-6c41-4325-8528-e98c0ba88255?fields=virtual_networks HTTP/1.1" 200 1047 0.058281 10.0.0.23 - - [2025-11-10 04:15:20] "GET /projects?obj_uuids=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001392 10.0.0.22 - - [2025-11-10 04:15:20] "GET /project/50e833aa-6c41-4325-8528-e98c0ba88255?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.045611 10.0.0.23 - - [2025-11-10 04:15:20] "GET /projects?obj_uuids=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.22 - - [2025-11-10 04:15:20] "GET /project/50e833aa-6c41-4325-8528-e98c0ba88255?fields=security_groups HTTP/1.1" 200 1281 0.046350 10.0.0.22 - - [2025-11-10 04:15:21] "POST /fqname-to-id HTTP/1.1" 404 192 0.024673 10.0.0.23 - - [2025-11-10 04:15:21] "GET /projects?obj_uuids=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003615 10.0.0.23 - - [2025-11-10 04:15:21] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.23 - - [2025-11-10 04:15:21] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036961 10.0.0.23 - - [2025-11-10 04:15:21] "POST /id-to-fqname HTTP/1.1" 200 194 0.001755 10.0.0.23 - - [2025-11-10 04:15:21] "POST /fqname-to-id HTTP/1.1" 404 203 0.007786 10.0.0.23 - - [2025-11-10 04:15:21] "POST /security-groups HTTP/1.1" 200 595 0.081095 10.0.0.23 - - [2025-11-10 04:15:21] "POST /projects HTTP/1.1" 200 593 0.271155 10.0.0.50 - - [2025-11-10 04:15:21] "POST /fqname-to-id HTTP/1.1" 404 237 0.004926 10.0.0.23 - - [2025-11-10 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.342026 10.0.0.22 - - [2025-11-10 04:15:21] "GET /project/fea1cbbf-edae-4434-b92d-0f50c095d6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.521108 10.0.0.22 - - [2025-11-10 04:15:22] "GET / HTTP/1.1" 200 35931 0.001782 10.0.0.22 - - [2025-11-10 04:15:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000500 10.0.0.22 - - [2025-11-10 04:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.066413 10.0.0.23 - - [2025-11-10 04:15:24] "GET /projects?obj_uuids=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001313 10.0.0.22 - - [2025-11-10 04:15:24] "GET /project/fea1cbbf-edae-4434-b92d-0f50c095d6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.041569 10.0.0.22 - - [2025-11-10 04:15:24] "POST /neutron/network HTTP/1.1" 200 117 0.044553 10.0.0.50 - - [2025-11-10 04:15:25] "POST /ref-update HTTP/1.1" 200 156 0.025126 10.0.0.23 - - [2025-11-10 04:15:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007453 10.0.0.22 - - [2025-11-10 04:15:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.238916 10.0.0.22 - - [2025-11-10 04:15:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001393 10.0.0.22 - - [2025-11-10 04:15:25] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.004820 10.0.0.22 - - [2025-11-10 04:15:25] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006383 10.0.0.22 - - [2025-11-10 04:15:25] "POST /neutron/network HTTP/1.1" 200 1001 0.009432 10.0.0.22 - - [2025-11-10 04:15:26] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006104 10.0.0.22 - - [2025-11-10 04:15:26] "GET /obj-perms HTTP/1.1" 200 5038 0.049190 10.0.0.22 - - [2025-11-10 04:15:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001324 10.0.0.22 - - [2025-11-10 04:15:27] "POST /neutron/network HTTP/1.1" 200 1011 0.007467 10.0.0.23 - - [2025-11-10 04:15:28] "GET /projects?obj_uuids=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001212 10.0.0.22 - - [2025-11-10 04:15:28] "GET /project/fea1cbbf-edae-4434-b92d-0f50c095d6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.063679 10.0.0.22 - - [2025-11-10 04:15:28] "POST /neutron/port HTTP/1.1" 200 117 0.007550 10.0.0.22 - - [2025-11-10 04:15:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001325 10.0.0.22 - - [2025-11-10 04:15:29] "POST /neutron/network HTTP/1.1" 200 1011 0.006988 10.0.0.23 - - [2025-11-10 04:15:29] "DELETE /project/fea1cbbfedae4434b92d0f50c095d6e0 HTTP/1.1" 404 173 0.004621 10.0.0.23 - - [2025-11-10 04:15:29] "GET /projects?obj_uuids=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000922 10.0.0.23 - - [2025-11-10 04:15:29] "GET /project/50e833aa-6c41-4325-8528-e98c0ba88255?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.040471 10.0.0.23 - - [2025-11-10 04:15:29] "GET /projects?obj_uuids=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001791 10.0.0.23 - - [2025-11-10 04:15:29] "GET /project/50e833aa-6c41-4325-8528-e98c0ba88255?fields=security_groups HTTP/1.1" 200 1386 0.056566 10.0.0.23 - - [2025-11-10 04:15:29] "DELETE /security-group/b67f8f08-eebf-483b-82a2-30ffe070083d HTTP/1.1" 200 115 0.076997 10.0.0.23 - - [2025-11-10 04:15:29] "GET /projects?obj_uuids=50e833aa-6c41-4325-8528-e98c0ba88255&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002726 10.0.0.23 - - [2025-11-10 04:15:30] "GET /project/50e833aa-6c41-4325-8528-e98c0ba88255?fields=application_policy_sets HTTP/1.1" 200 1425 0.092890 10.0.0.23 - - [2025-11-10 04:15:30] "GET /projects?obj_uuids=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001700 10.0.0.22 - - [2025-11-10 04:15:30] "GET /project/fea1cbbf-edae-4434-b92d-0f50c095d6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.173830 10.0.0.23 - - [2025-11-10 04:15:30] "DELETE /project/50e833aa-6c41-4325-8528-e98c0ba88255 HTTP/1.1" 200 115 0.609808 10.0.0.22 - - [2025-11-10 04:15:30] "POST /neutron/port HTTP/1.1" 200 1170 0.083728 10.0.0.22 - - [2025-11-10 04:15:30] "POST /neutron/port HTTP/1.1" 200 1144 0.018918 10.0.0.22 - - [2025-11-10 04:15:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001119 10.0.0.22 - - [2025-11-10 04:15:30] "POST /neutron/port HTTP/1.1" 200 1198 0.018503 10.0.0.22 - - [2025-11-10 04:15:30] "POST /neutron/subnet HTTP/1.1" 200 1379 0.013431 10.0.0.22 - - [2025-11-10 04:15:30] "POST /neutron/port HTTP/1.1" 200 117 0.001375 10.0.0.22 - - [2025-11-10 04:15:30] "POST /neutron/network HTTP/1.1" 200 1011 0.007828 10.0.0.22 - - [2025-11-10 04:15:31] "POST /neutron/port HTTP/1.1" 200 1170 0.021862 10.0.0.22 - - [2025-11-10 04:15:31] "POST /neutron/port HTTP/1.1" 200 1198 0.024241 10.0.0.22 - - [2025-11-10 04:15:31] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015425 10.0.0.23 - - [2025-11-10 04:15:31] "GET /projects?obj_uuids=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001051 10.0.0.22 - - [2025-11-10 04:15:31] "POST /neutron/network HTTP/1.1" 200 1001 0.013096 10.0.0.22 - - [2025-11-10 04:15:31] "GET /project/fea1cbbf-edae-4434-b92d-0f50c095d6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.072673 10.0.0.22 - - [2025-11-10 04:15:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011434 10.0.0.22 - - [2025-11-10 04:15:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010831 10.0.0.22 - - [2025-11-10 04:15:32] "POST /neutron/port HTTP/1.1" 200 1198 0.016668 10.0.0.22 - - [2025-11-10 04:15:32] "GET /virtual-machine/50609263-ab1f-4619-b304-9285ab35cdda HTTP/1.1" 401 292 0.000471 10.0.0.23 - - [2025-11-10 04:15:32] "GET /projects?obj_uuids=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001095 10.0.0.22 - - [2025-11-10 04:15:32] "POST /neutron/port HTTP/1.1" 200 1170 0.365125 10.0.0.22 - - [2025-11-10 04:15:32] "GET /virtual-machine/50609263-ab1f-4619-b304-9285ab35cdda HTTP/1.1" 200 1296 0.053088 10.0.0.22 - - [2025-11-10 04:15:32] "GET /virtual-machine-interface/69f46e95-f8a0-49a6-98be-87ef75144e86 HTTP/1.1" 200 3155 0.005319 10.0.0.22 - - [2025-11-10 04:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.22 - - [2025-11-10 04:15:32] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003846 10.0.0.22 - - [2025-11-10 04:15:32] "GET /virtual-networks?parent_id=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003001 10.0.0.22 - - [2025-11-10 04:15:33] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.009435 10.0.0.22 - - [2025-11-10 04:15:33] "POST /neutron/port HTTP/1.1" 200 1224 0.127153 10.0.0.22 - - [2025-11-10 04:15:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004322 10.0.0.22 - - [2025-11-10 04:15:33] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.22 - - [2025-11-10 04:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.22 - - [2025-11-10 04:15:36] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008753 10.0.0.22 - - [2025-11-10 04:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.22 - - [2025-11-10 04:15:40] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005362 10.0.0.22 - - [2025-11-10 04:15:42] "POST /neutron/port HTTP/1.1" 200 1198 0.017673 10.0.0.22 - - [2025-11-10 04:15:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004266 10.0.0.22 - - [2025-11-10 04:15:42] "POST /neutron/port HTTP/1.1" 200 117 0.001764 10.0.0.22 - - [2025-11-10 04:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109 10.0.0.22 - - [2025-11-10 04:15:44] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005816 10.0.0.22 - - [2025-11-10 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.22 - - [2025-11-10 04:15:48] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005621 10.0.0.22 - - [2025-11-10 04:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005066 10.0.0.22 - - [2025-11-10 04:15:52] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006090 10.0.0.22 - - [2025-11-10 04:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.22 - - [2025-11-10 04:15:56] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005135 10.0.0.50 - - [2025-11-10 04:15:59] "GET /obj-perms HTTP/1.1" 200 5056 0.075153 10.0.0.22 - - [2025-11-10 04:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.22 - - [2025-11-10 04:16:00] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005876 10.0.0.22 - - [2025-11-10 04:16:01] "POST /neutron/port HTTP/1.1" 200 1198 0.026660 10.0.0.22 - - [2025-11-10 04:16:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005537 10.0.0.22 - - [2025-11-10 04:16:01] "POST /neutron/port HTTP/1.1" 200 117 0.001903 10.0.0.22 - - [2025-11-10 04:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.22 - - [2025-11-10 04:16:04] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005742 10.0.0.22 - - [2025-11-10 04:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.22 - - [2025-11-10 04:16:08] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006483 10.0.0.22 - - [2025-11-10 04:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.22 - - [2025-11-10 04:16:12] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008066 10.0.0.22 - - [2025-11-10 04:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006120 10.0.0.22 - - [2025-11-10 04:16:17] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007907 10.0.0.23 - - [2025-11-10 04:16:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000501 10.0.0.23 - - [2025-11-10 04:16:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.23 - - [2025-11-10 04:16:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2025-11-10 04:16:20] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.50 - - [2025-11-10 04:16:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.50 - - [2025-11-10 04:16:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.22 - - [2025-11-10 04:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.22 - - [2025-11-10 04:16:21] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005369 10.0.0.50 - - [2025-11-10 04:16:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.50 - - [2025-11-10 04:16:21] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.22 - - [2025-11-10 04:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000582 10.0.0.22 - - [2025-11-10 04:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000658 10.0.0.22 - - [2025-11-10 04:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000636 10.0.0.22 - - [2025-11-10 04:16:22] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.22 - - [2025-11-10 04:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.22 - - [2025-11-10 04:16:23] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007423 10.0.0.22 - - [2025-11-10 04:16:23] "GET /virtual-networks?parent_id=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004175 10.0.0.22 - - [2025-11-10 04:16:23] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008199 10.0.0.22 - - [2025-11-10 04:16:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007851 10.0.0.22 - - [2025-11-10 04:16:33] "POST /neutron/port HTTP/1.1" 200 1198 0.015930 10.0.0.22 - - [2025-11-10 04:16:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006722 10.0.0.22 - - [2025-11-10 04:16:35] "POST /neutron/port HTTP/1.1" 200 1198 0.017615 10.0.0.22 - - [2025-11-10 04:16:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007227 10.0.0.22 - - [2025-11-10 04:16:44] "POST /neutron/port HTTP/1.1" 200 1198 0.014334 10.0.0.22 - - [2025-11-10 04:16:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004097 10.0.0.22 - - [2025-11-10 04:16:44] "POST /neutron/port HTTP/1.1" 200 117 0.001273 10.0.0.22 - - [2025-11-10 04:16:49] "POST /neutron/port HTTP/1.1" 200 1198 0.018425 10.0.0.22 - - [2025-11-10 04:16:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007484 10.0.0.22 - - [2025-11-10 04:16:49] "GET /virtual-machine/d219d2aa-53ea-42fa-8570-956b1e4f6fbd HTTP/1.1" 200 1296 0.006527 10.0.0.22 - - [2025-11-10 04:16:49] "GET /virtual-machine-interface/b04dd1d0-b5e6-4b70-9627-78c7c44e8502 HTTP/1.1" 200 3156 0.008494 10.0.0.22 - - [2025-11-10 04:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.22 - - [2025-11-10 04:16:49] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004742 10.0.0.22 - - [2025-11-10 04:16:49] "GET /virtual-networks?parent_id=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.005270 10.0.0.22 - - [2025-11-10 04:16:49] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007716 10.0.0.22 - - [2025-11-10 04:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.22 - - [2025-11-10 04:16:50] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003888 10.0.0.22 - - [2025-11-10 04:16:50] "GET /virtual-networks?parent_id=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.008148 10.0.0.22 - - [2025-11-10 04:16:50] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006016 10.0.0.22 - - [2025-11-10 04:16:51] "POST /neutron/port HTTP/1.1" 200 1198 0.016388 10.0.0.22 - - [2025-11-10 04:16:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013090 10.0.0.22 - - [2025-11-10 04:16:51] "GET /virtual-machine/4fc26717-9d39-4f96-bb94-f4767589f79d HTTP/1.1" 200 1296 0.006412 10.0.0.22 - - [2025-11-10 04:16:51] "GET /virtual-machine-interface/148b8467-9924-4427-a0d4-79e7738c789b HTTP/1.1" 200 3155 0.005684 10.0.0.22 - - [2025-11-10 04:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.22 - - [2025-11-10 04:16:51] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003898 10.0.0.22 - - [2025-11-10 04:16:51] "GET /virtual-networks?parent_id=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004560 10.0.0.22 - - [2025-11-10 04:16:51] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008527 10.0.0.22 - - [2025-11-10 04:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.22 - - [2025-11-10 04:16:52] "GET /global-vrouter-config/11b717fa-08cb-4600-ba9b-300282a1f73e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005610 10.0.0.22 - - [2025-11-10 04:16:52] "GET /virtual-networks?parent_id=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003451 10.0.0.22 - - [2025-11-10 04:16:52] "GET /virtual-network/b4cfbb5a-06e6-431e-a55d-2abee0c5a92e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008725 10.0.0.22 - - [2025-11-10 04:16:52] "GET /virtual-machine-interface/148b8467-9924-4427-a0d4-79e7738c789b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.006297 10.0.0.22 - - [2025-11-10 04:16:52] "PUT /virtual-machine-interface/148b8467-9924-4427-a0d4-79e7738c789b HTTP/1.1" 200 284 0.015514 10.0.0.23 - - [2025-11-10 04:16:59] "GET /obj-perms HTTP/1.1" 200 5056 0.047798 10.0.0.22 - - [2025-11-10 04:17:02] "POST /neutron/port HTTP/1.1" 200 1198 0.017546 10.0.0.22 - - [2025-11-10 04:17:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003802 10.0.0.22 - - [2025-11-10 04:17:02] "POST /neutron/port HTTP/1.1" 200 117 0.001374 10.0.0.22 - - [2025-11-10 04:17:44] "POST /neutron/port HTTP/1.1" 200 1198 0.048916 10.0.0.22 - - [2025-11-10 04:17:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006897 10.0.0.22 - - [2025-11-10 04:17:44] "POST /neutron/port HTTP/1.1" 200 117 0.001546 10.0.0.22 - - [2025-11-10 04:18:04] "POST /neutron/port HTTP/1.1" 200 1198 0.019277 10.0.0.22 - - [2025-11-10 04:18:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004377 10.0.0.22 - - [2025-11-10 04:18:04] "POST /neutron/port HTTP/1.1" 200 117 0.001290 10.0.0.22 - - [2025-11-10 04:18:18] "POST /neutron/network HTTP/1.1" 200 1001 0.009300 10.0.0.22 - - [2025-11-10 04:18:19] "POST /neutron/port HTTP/1.1" 200 1224 0.019229 10.0.0.22 - - [2025-11-10 04:18:19] "POST /neutron/port HTTP/1.1" 200 1198 0.023933 10.0.0.22 - - [2025-11-10 04:18:19] "POST /neutron/port HTTP/1.1" 200 151 0.294308 10.0.0.23 - - [2025-11-10 04:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.007040 10.0.0.23 - - [2025-11-10 04:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004077 10.0.0.50 - - [2025-11-10 04:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.23 - - [2025-11-10 04:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002181 10.0.0.23 - - [2025-11-10 04:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002824 10.0.0.22 - - [2025-11-10 04:18:21] "POST /neutron/network HTTP/1.1" 200 151 0.136232 10.0.0.23 - - [2025-11-10 04:18:22] "GET /projects?obj_uuids=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001020 10.0.0.22 - - [2025-11-10 04:18:22] "GET /project/fea1cbbf-edae-4434-b92d-0f50c095d6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.046071 10.0.0.23 - - [2025-11-10 04:18:22] "GET /projects?obj_uuids=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000971 10.0.0.22 - - [2025-11-10 04:18:22] "GET /project/fea1cbbf-edae-4434-b92d-0f50c095d6e0?fields=virtual_networks HTTP/1.1" 200 1041 0.063562 10.0.0.23 - - [2025-11-10 04:18:22] "GET /projects?obj_uuids=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001450 10.0.0.22 - - [2025-11-10 04:18:22] "GET /project/fea1cbbf-edae-4434-b92d-0f50c095d6e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.056463 10.0.0.23 - - [2025-11-10 04:18:22] "GET /projects?obj_uuids=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001153 10.0.0.22 - - [2025-11-10 04:18:22] "GET /project/fea1cbbf-edae-4434-b92d-0f50c095d6e0?fields=security_groups HTTP/1.1" 200 1271 0.076055 10.0.0.22 - - [2025-11-10 04:18:23] "POST /fqname-to-id HTTP/1.1" 404 188 0.026478 10.0.0.23 - - [2025-11-10 04:18:23] "GET /projects?obj_uuids=fbab3568-6957-4bfe-98f5-460052ff30ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003539 10.0.0.23 - - [2025-11-10 04:18:23] "GET /domains?obj_uuids=dbdabfa7-f87c-4117-b05b-68cc6fd252ce&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.23 - - [2025-11-10 04:18:23] "GET /domain/dbdabfa7-f87c-4117-b05b-68cc6fd252ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008177 10.0.0.23 - - [2025-11-10 04:18:24] "POST /id-to-fqname HTTP/1.1" 200 190 0.005660 10.0.0.23 - - [2025-11-10 04:18:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.006394 10.0.0.23 - - [2025-11-10 04:18:24] "POST /security-groups HTTP/1.1" 200 591 0.083337 10.0.0.23 - - [2025-11-10 04:18:24] "POST /projects HTTP/1.1" 200 585 0.300586 10.0.0.23 - - [2025-11-10 04:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.380861 10.0.0.50 - - [2025-11-10 04:18:24] "POST /access-control-lists HTTP/1.1" 200 596 0.031766 10.0.0.22 - - [2025-11-10 04:18:24] "GET /project/fbab3568-6957-4bfe-98f5-460052ff30ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.550942 10.0.0.22 - - [2025-11-10 04:18:25] "GET / HTTP/1.1" 200 35931 0.001871 10.0.0.23 - - [2025-11-10 04:18:30] "GET /projects?obj_uuids=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001085 10.0.0.23 - - [2025-11-10 04:18:30] "DELETE /project/fbab356869574bfe98f5460052ff30ed HTTP/1.1" 404 173 0.004876 10.0.0.23 - - [2025-11-10 04:18:30] "GET /project/fea1cbbf-edae-4434-b92d-0f50c095d6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.050260 10.0.0.23 - - [2025-11-10 04:18:30] "GET /projects?obj_uuids=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000953 10.0.0.23 - - [2025-11-10 04:18:30] "GET /project/fea1cbbf-edae-4434-b92d-0f50c095d6e0?fields=security_groups HTTP/1.1" 200 1376 0.047343 10.0.0.23 - - [2025-11-10 04:18:30] "DELETE /security-group/85d23a65-c580-497e-aa0b-0e3803c7ea80 HTTP/1.1" 200 115 0.057958 10.0.0.23 - - [2025-11-10 04:18:30] "GET /projects?obj_uuids=fea1cbbf-edae-4434-b92d-0f50c095d6e0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000922 10.0.0.50 - - [2025-11-10 04:18:30] "DELETE /access-control-list/a1b80528-0ed1-4b4c-b5f8-ad7380932e62 HTTP/1.1" 200 115 0.042195 10.0.0.23 - - [2025-11-10 04:18:30] "GET /project/fea1cbbf-edae-4434-b92d-0f50c095d6e0?fields=application_policy_sets HTTP/1.1" 200 1415 0.047047 10.0.0.23 - - [2025-11-10 04:18:30] "DELETE /project/fea1cbbf-edae-4434-b92d-0f50c095d6e0 HTTP/1.1" 200 115 0.428570 10.0.0.23 - - [2025-11-10 04:18:31] "GET /projects?obj_uuids=fbab3568-6957-4bfe-98f5-460052ff30ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001490 10.0.0.22 - - [2025-11-10 04:18:31] "GET /project/fbab3568-6957-4bfe-98f5-460052ff30ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.039577 10.0.0.23 - - [2025-11-10 04:18:31] "GET /projects?obj_uuids=fbab3568-6957-4bfe-98f5-460052ff30ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001348 10.0.0.22 - - [2025-11-10 04:18:31] "GET /project/fbab3568-6957-4bfe-98f5-460052ff30ed?fields=virtual_networks HTTP/1.1" 200 1033 0.058102 10.0.0.23 - - [2025-11-10 04:18:31] "GET /projects?obj_uuids=fbab3568-6957-4bfe-98f5-460052ff30ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.22 - - [2025-11-10 04:18:31] "GET /project/fbab3568-6957-4bfe-98f5-460052ff30ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.059858 10.0.0.23 - - [2025-11-10 04:18:31] "GET /projects?obj_uuids=fbab3568-6957-4bfe-98f5-460052ff30ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001265 10.0.0.22 - - [2025-11-10 04:18:31] "GET /project/fbab3568-6957-4bfe-98f5-460052ff30ed?fields=security_groups HTTP/1.1" 200 1259 0.063222 10.0.0.22 - - [2025-11-10 04:19:01] "GET /obj-perms HTTP/1.1" 200 5056 0.058343 10.0.0.23 - - [2025-11-10 04:19:30] "GET /projects?obj_uuids=fbab3568-6957-4bfe-98f5-460052ff30ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001149 10.0.0.23 - - [2025-11-10 04:19:30] "GET /project/fbab3568-6957-4bfe-98f5-460052ff30ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.044928 10.0.0.23 - - [2025-11-10 04:19:31] "GET /projects?obj_uuids=fbab3568-6957-4bfe-98f5-460052ff30ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000987 10.0.0.23 - - [2025-11-10 04:19:31] "GET /project/fbab3568-6957-4bfe-98f5-460052ff30ed?fields=security_groups HTTP/1.1" 200 1364 0.052032 10.0.0.23 - - [2025-11-10 04:19:31] "DELETE /security-group/593178a4-a9df-4fc5-a42d-6bc247864a93 HTTP/1.1" 200 115 0.046312 10.0.0.23 - - [2025-11-10 04:19:31] "GET /projects?obj_uuids=fbab3568-6957-4bfe-98f5-460052ff30ed&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001215 10.0.0.23 - - [2025-11-10 04:19:31] "GET /project/fbab3568-6957-4bfe-98f5-460052ff30ed?fields=application_policy_sets HTTP/1.1" 200 1403 0.064893 10.0.0.50 - - [2025-11-10 04:19:31] "DELETE /access-control-list/8a8a42d9-db02-4699-9704-2adc716ae0a1 HTTP/1.1" 200 115 0.066591 10.0.0.23 - - [2025-11-10 04:19:31] "DELETE /project/fbab3568-6957-4bfe-98f5-460052ff30ed HTTP/1.1" 200 115 0.443076 [Introspect:8084]10.0.0.23 - - [2025-11-10 04:20:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000993 [Introspect:8084]10.0.0.23 - - [2025-11-10 04:20:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001046