++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Oct 13 01:59:12 AM UTC 2025 ===================' INFO: =================== Mon Oct 13 01:59:12 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ 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.19,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.22:8081 10.0.0.19:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.22:8081 10.0.0.19:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.22:8081 10.0.0.19:8081 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.22:9042 10.0.0.19:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.22:9042 10.0.0.19:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.22:9042 10.0.0.19:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.22:8086 10.0.0.19:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.22:8086 10.0.0.19:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.22:8086 10.0.0.19:8086 10.0.0.41: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.19,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.22:8082 10.0.0.19:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.22:8082 10.0.0.19:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.22:8082 10.0.0.19:8082 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.22:9161 10.0.0.19:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.22:9161 10.0.0.19:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.22:9161 10.0.0.19:9161 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.22:9041 10.0.0.19:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.22:9041 10.0.0.19:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.22:9041 10.0.0.19:9041 10.0.0.41: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.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.22:2181,10.0.0.19:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.22:2181,10.0.0.19:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22:2181,10.0.0.19:2181,10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.22:2181 10.0.0.19:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.22:2181 10.0.0.19:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.22:2181 10.0.0.19:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.22:5673,10.0.0.19:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.22:5673,10.0.0.19:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.22:5673,10.0.0.19:5673,10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.22:6379 10.0.0.19:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.22:6379 10.0.0.19:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.22:6379 10.0.0.19:6379 10.0.0.41: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.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.22:9092 10.0.0.19:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.22:9092 10.0.0.19:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.22:9092 10.0.0.19:9092 10.0.0.41: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.19,10.0.0.41 ++ 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.19,10.0.0.41 ++ 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.19,10.0.0.41 ++ 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.19,10.0.0.41 +++ local servers=10.0.0.22,10.0.0.19,10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ tr '\n' , ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.41,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.41,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.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.41,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 3 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + [[ cql == \c\q\l ]] ++ echo 10.0.0.22:9041 10.0.0.19:9041 10.0.0.41:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.22:9041 10.0.0.19:9041 10.0.0.41:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.41:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ cut -d = -f 1 ++ sort ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 10/13/2025 01:59:21.734 7fa94614db00 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/13/2025 01:59:21.886 7fa94614db00 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/13/2025 01:59:21.899 7fa94614db00 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/13/2025 01:59:21.899 7fa94614db00 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.21: /usr/bin/python3 Mon Oct 13 01:59:39 2025 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 3 from vnc_cfg_api_server.api_server import server_main 4 if __name__ == '__main__': 5 if sys.argv[0].endswith('.exe'): 6 sys.argv[0] = sys.argv[0][:-4] 7 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5382 vnc_cgitb.enable(format='text') 5383 5384 main(args_str, VncApiServer(args_str)) 5385 #server_main 5386 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2210 else: 2211 self._db_connect(self._args.reset_config) 2212 self._db_init_entries() 2213 2214 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3784 self.config_log(msg, level=SandeshLevel.SYS_ERR) 3785 3786 ip_fab_vn = self.create_singleton_entry( 3787 VirtualNetwork(cfgm_common.IP_FABRIC_VN_FQ_NAME[-1], 3788 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) 4022 if not ok: 4023 (code, msg) = result 4024 raise cfgm_common.exceptions.HttpError(code, msg) 4025 obj_id = result 4026 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/virtual_network:defaul...50bff2a5-3f20-4d36-944b-6a568e5bc7c2 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: 50bff2a5-3f20-4d36-944b-6a568e5bc7c2 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...50bff2a5-3f20-4d36-944b-6a568e5bc7c2 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...50bff2a5-3f20-4d36-944b-6a568e5bc7c2 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/virtual_network:defaul...50bff2a5-3f20-4d36-944b-6a568e5bc7c2 at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4007, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2523, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1206, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: 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 7, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5384, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2212, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3786, 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 4024, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/virtual_network:default-domain:default-project:ip-fabric exists already with ID: 50bff2a5-3f20-4d36-944b-6a568e5bc7c2 at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Oct 13 01:59:41 AM UTC 2025 ===================' INFO: =================== Mon Oct 13 01:59:41 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ 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.19,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.22:8081 10.0.0.19:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.22:8081 10.0.0.19:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.22:8081 10.0.0.19:8081 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.22:9042 10.0.0.19:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.22:9042 10.0.0.19:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.22:9042 10.0.0.19:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.22:8086 10.0.0.19:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.22:8086 10.0.0.19:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.22:8086 10.0.0.19:8086 10.0.0.41: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.19,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.22:8082 10.0.0.19:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.22:8082 10.0.0.19:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.22:8082 10.0.0.19:8082 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.22:9161 10.0.0.19:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.22:9161 10.0.0.19:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.22:9161 10.0.0.19:9161 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.22:9041 10.0.0.19:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.22:9041 10.0.0.19:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.22:9041 10.0.0.19:9041 10.0.0.41: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.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.22:2181,10.0.0.19:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.22:2181,10.0.0.19:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22:2181,10.0.0.19:2181,10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.22:2181 10.0.0.19:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.22:2181 10.0.0.19:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.22:2181 10.0.0.19:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.22:5673,10.0.0.19:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.22:5673,10.0.0.19:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.22:5673,10.0.0.19:5673,10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.22:6379 10.0.0.19:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.22:6379 10.0.0.19:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.22:6379 10.0.0.19:6379 10.0.0.41: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.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.22:9092 10.0.0.19:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.22:9092 10.0.0.19:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.22:9092 10.0.0.19:9092 10.0.0.41: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.19,10.0.0.41 ++ 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.19,10.0.0.41 ++ 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.19,10.0.0.41 ++ 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.22,10.0.0.19,10.0.0.41 +++ local servers=10.0.0.22,10.0.0.19,10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.41,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.41,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.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.41,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 3 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + [[ cql == \c\q\l ]] ++ echo 10.0.0.22:9041 10.0.0.19:9041 10.0.0.41:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.22:9041 10.0.0.19:9041 10.0.0.41:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.41:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 10/13/2025 01:59:49.764 7f2b29d9b380 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/13/2025 01:59:49.915 7f2b29d9b380 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/13/2025 01:59:49.929 7f2b29d9b380 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/13/2025 01:59:49.929 7f2b29d9b380 [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.41:8082/ Hit Ctrl-C to quit. 10.0.0.41 - - [2025-10-13 01:59:50] "GET / HTTP/1.1" 503 181 0.000247 10.0.0.41 - - [2025-10-13 01:59:50] "GET / HTTP/1.1" 503 181 0.000140 10.0.0.41 - - [2025-10-13 01:59:51] "GET / HTTP/1.1" 200 45871 0.001329 10.0.0.41 - - [2025-10-13 01:59:51] "GET / HTTP/1.1" 200 45871 0.001014 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.41 - - [2025-10-13 01:59:51] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000607 10.0.0.41 - - [2025-10-13 01:59:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000264 10.0.0.19 - - [2025-10-13 01:59:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.41 - - [2025-10-13 01:59:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.41 - - [2025-10-13 01:59:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.19 - - [2025-10-13 01:59:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.19 - - [2025-10-13 01:59:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.41 - - [2025-10-13 01:59:55] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.41 - - [2025-10-13 01:59:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.19 - - [2025-10-13 01:59:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.41 - - [2025-10-13 01:59:56] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 3.013676 10.0.0.41 - - [2025-10-13 01:59:56] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003166 10.0.0.41 - - [2025-10-13 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 3.502435 10.0.0.41 - - [2025-10-13 01:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.22 - - [2025-10-13 01:59:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.22 - - [2025-10-13 01:59:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.22 - - [2025-10-13 01:59:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.22 - - [2025-10-13 01:59:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.41 - - [2025-10-13 02:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.024264 10.0.0.41 - - [2025-10-13 02:00:04] "POST /access-control-lists HTTP/1.1" 200 587 0.044326 10.0.0.41 - - [2025-10-13 02:00:04] "POST /route-targets HTTP/1.1" 200 327 0.016165 10.0.0.41 - - [2025-10-13 02:00:04] "POST /ref-update HTTP/1.1" 200 156 0.023612 10.0.0.41 - - [2025-10-13 02:00:04] "POST /route-targets HTTP/1.1" 200 327 0.021780 10.0.0.41 - - [2025-10-13 02:00:04] "POST /access-control-lists HTTP/1.1" 200 551 0.048034 10.0.0.41 - - [2025-10-13 02:00:35] "POST /ref-update HTTP/1.1" 200 156 0.064736 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.41 - - [2025-10-13 02:02:50] "GET /obj-perms HTTP/1.1" 200 5056 0.368977 10.0.0.22 - - [2025-10-13 02:03:50] "GET /obj-perms HTTP/1.1" 200 5056 0.047740 10.0.0.19 - - [2025-10-13 02:03:50] "GET /obj-perms HTTP/1.1" 200 5056 0.041125 10.0.0.41 - - [2025-10-13 02:03:59] "PUT /access-control-list/024a95d9-bd33-4eaf-ae9a-0cbbd3ae3d20 HTTP/1.1" 200 272 0.015664 [Introspect:8084]10.0.0.41 - - [2025-10-13 02:04:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001031 [Introspect:8084]10.0.0.41 - - [2025-10-13 02:04:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000897 [Introspect:8084]10.0.0.41 - - [2025-10-13 02:04:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000887 [Introspect:8084]10.0.0.41 - - [2025-10-13 02:04:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001073 10.0.0.19 - - [2025-10-13 02:04:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.19 - - [2025-10-13 02:04:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000567 10.0.0.41 - - [2025-10-13 02:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.41 - - [2025-10-13 02:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.41 - - [2025-10-13 02:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.41 - - [2025-10-13 02:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.19 - - [2025-10-13 02:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.19 - - [2025-10-13 02:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.22 - - [2025-10-13 02:04:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.22 - - [2025-10-13 02:04:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.22 - - [2025-10-13 02:04:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.22 - - [2025-10-13 02:04:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.22 - - [2025-10-13 02:05:39] "GET / HTTP/1.1" 200 35931 0.002084 10.0.0.22 - - [2025-10-13 02:05:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.22 - - [2025-10-13 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 186 0.042399 10.0.0.41 - - [2025-10-13 02:05:40] "GET /projects?obj_uuids=443b2162-5903-4da1-b909-ead274ed4245&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.067113 10.0.0.41 - - [2025-10-13 02:05:40] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.41 - - [2025-10-13 02:05:40] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035141 10.0.0.41 - - [2025-10-13 02:05:40] "POST /id-to-fqname HTTP/1.1" 200 188 0.005453 10.0.0.41 - - [2025-10-13 02:05:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.004966 10.0.0.41 - - [2025-10-13 02:05:40] "POST /security-groups HTTP/1.1" 200 589 0.083170 10.0.0.41 - - [2025-10-13 02:05:40] "POST /projects HTTP/1.1" 200 581 0.337719 10.0.0.41 - - [2025-10-13 02:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.409892 10.0.0.41 - - [2025-10-13 02:05:41] "POST /fqname-to-id HTTP/1.1" 404 231 0.036740 10.0.0.22 - - [2025-10-13 02:05:41] "GET /project/443b2162-5903-4da1-b909-ead274ed4245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.642084 10.0.0.22 - - [2025-10-13 02:05:42] "GET / HTTP/1.1" 200 35931 0.001755 10.0.0.41 - - [2025-10-13 02:05:45] "GET /projects?obj_uuids=443b2162-5903-4da1-b909-ead274ed4245&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001093 10.0.0.22 - - [2025-10-13 02:05:45] "GET /project/443b2162-5903-4da1-b909-ead274ed4245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.059582 10.0.0.41 - - [2025-10-13 02:05:45] "GET /projects?obj_uuids=443b2162-5903-4da1-b909-ead274ed4245&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001083 10.0.0.22 - - [2025-10-13 02:05:45] "GET /project/443b2162-5903-4da1-b909-ead274ed4245?fields=virtual_networks HTTP/1.1" 200 1027 0.081213 10.0.0.41 - - [2025-10-13 02:05:45] "GET /projects?obj_uuids=443b2162-5903-4da1-b909-ead274ed4245&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000957 10.0.0.22 - - [2025-10-13 02:05:45] "GET /project/443b2162-5903-4da1-b909-ead274ed4245?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.060991 10.0.0.41 - - [2025-10-13 02:05:45] "GET /projects?obj_uuids=443b2162-5903-4da1-b909-ead274ed4245&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000847 10.0.0.22 - - [2025-10-13 02:05:45] "GET /project/443b2162-5903-4da1-b909-ead274ed4245?fields=security_groups HTTP/1.1" 200 1251 0.047471 10.0.0.41 - - [2025-10-13 02:05:46] "GET /projects?obj_uuids=46f40d4e-ed17-4d16-8bf0-099186d25886&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003531 10.0.0.41 - - [2025-10-13 02:05:46] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001149 10.0.0.41 - - [2025-10-13 02:05:46] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008866 10.0.0.41 - - [2025-10-13 02:05:46] "POST /id-to-fqname HTTP/1.1" 200 167 0.008536 10.0.0.41 - - [2025-10-13 02:05:46] "POST /fqname-to-id HTTP/1.1" 404 176 0.010194 10.0.0.41 - - [2025-10-13 02:05:46] "POST /security-groups HTTP/1.1" 200 568 0.036567 10.0.0.41 - - [2025-10-13 02:05:46] "POST /projects HTTP/1.1" 200 539 0.294821 10.0.0.41 - - [2025-10-13 02:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.373786 10.0.0.41 - - [2025-10-13 02:05:46] "POST /access-control-lists HTTP/1.1" 200 573 0.044174 10.0.0.22 - - [2025-10-13 02:05:46] "GET /project/46f40d4e-ed17-4d16-8bf0-099186d25886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.553850 [Introspect:8084]10.0.0.22 - - [2025-10-13 02:05:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001673 10.0.0.41 - - [2025-10-13 02:05:48] "GET /projects?obj_uuids=46f40d4e-ed17-4d16-8bf0-099186d25886&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001441 10.0.0.22 - - [2025-10-13 02:05:48] "GET /project/46f40d4e-ed17-4d16-8bf0-099186d25886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.053671 10.0.0.41 - - [2025-10-13 02:05:49] "GET /obj-perms HTTP/1.1" 200 5056 0.042281 [Introspect:8084]10.0.0.22 - - [2025-10-13 02:05:50] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000683 10.0.0.22 - - [2025-10-13 02:05:51] "GET /obj-perms HTTP/1.1" 200 5056 0.044614 10.0.0.22 - - [2025-10-13 02:05:51] "GET /obj-perms HTTP/1.1" 200 5056 0.004108 10.0.0.22 - - [2025-10-13 02:05:51] "GET /obj-perms HTTP/1.1" 200 5056 0.010990 10.0.0.22 - - [2025-10-13 02:05:51] "GET /obj-perms HTTP/1.1" 200 5056 0.003956 10.0.0.22 - - [2025-10-13 02:05:51] "GET /obj-perms HTTP/1.1" 200 5056 0.004499 10.0.0.22 - - [2025-10-13 02:05:51] "GET /obj-perms HTTP/1.1" 200 5056 0.004756 10.0.0.22 - - [2025-10-13 02:05:51] "GET /obj-perms HTTP/1.1" 200 5056 0.004137 10.0.0.22 - - [2025-10-13 02:05:51] "GET /obj-perms HTTP/1.1" 200 5056 0.003968 10.0.0.22 - - [2025-10-13 02:05:52] "GET /obj-perms HTTP/1.1" 200 5056 0.004694 10.0.0.22 - - [2025-10-13 02:05:52] "GET /obj-perms HTTP/1.1" 200 5056 0.004367 10.0.0.22 - - [2025-10-13 02:05:52] "GET /obj-perms HTTP/1.1" 200 5056 0.004488 10.0.0.41 - - [2025-10-13 02:05:52] "GET /obj-perms HTTP/1.1" 200 5056 0.004033 10.0.0.41 - - [2025-10-13 02:05:52] "GET /obj-perms HTTP/1.1" 200 5056 0.005774 10.0.0.41 - - [2025-10-13 02:05:52] "GET /obj-perms HTTP/1.1" 200 5056 0.003942 10.0.0.41 - - [2025-10-13 02:05:52] "GET /obj-perms HTTP/1.1" 200 5056 0.044444 10.0.0.22 - - [2025-10-13 02:05:53] "GET /obj-perms HTTP/1.1" 200 5056 0.005516 10.0.0.22 - - [2025-10-13 02:05:53] "GET /obj-perms HTTP/1.1" 200 5056 0.005994 10.0.0.22 - - [2025-10-13 02:05:54] "GET /obj-perms HTTP/1.1" 200 5056 0.004681 10.0.0.22 - - [2025-10-13 02:05:54] "GET /obj-perms HTTP/1.1" 200 5056 0.004960 10.0.0.22 - - [2025-10-13 02:05:54] "GET /obj-perms HTTP/1.1" 200 5056 0.005429 10.0.0.22 - - [2025-10-13 02:05:54] "GET /obj-perms HTTP/1.1" 200 5056 0.004976 10.0.0.22 - - [2025-10-13 02:05:54] "GET /obj-perms HTTP/1.1" 200 5056 0.004421 10.0.0.22 - - [2025-10-13 02:05:54] "GET /obj-perms HTTP/1.1" 200 5056 0.004349 10.0.0.22 - - [2025-10-13 02:05:54] "GET /obj-perms HTTP/1.1" 200 5056 0.004390 10.0.0.22 - - [2025-10-13 02:05:54] "GET /obj-perms HTTP/1.1" 200 5056 0.004501 10.0.0.22 - - [2025-10-13 02:05:54] "GET /obj-perms HTTP/1.1" 200 5056 0.004339 10.0.0.22 - - [2025-10-13 02:05:57] "GET /obj-perms HTTP/1.1" 200 5056 0.003914 10.0.0.22 - - [2025-10-13 02:05:57] "GET /obj-perms HTTP/1.1" 200 5056 0.004477 10.0.0.22 - - [2025-10-13 02:05:57] "GET /obj-perms HTTP/1.1" 200 5056 0.004274 10.0.0.22 - - [2025-10-13 02:05:57] "GET /obj-perms HTTP/1.1" 200 5056 0.004730 10.0.0.41 - - [2025-10-13 02:05:58] "DELETE /project/443b216259034da1b909ead274ed4245 HTTP/1.1" 404 173 0.008657 10.0.0.41 - - [2025-10-13 02:05:58] "DELETE /project/46f40d4eed174d168bf0099186d25886 HTTP/1.1" 404 173 0.005920 10.0.0.41 - - [2025-10-13 02:05:58] "GET /projects?obj_uuids=443b2162-5903-4da1-b909-ead274ed4245&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000897 10.0.0.41 - - [2025-10-13 02:05:58] "GET /project/443b2162-5903-4da1-b909-ead274ed4245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.056730 10.0.0.41 - - [2025-10-13 02:05:58] "GET /projects?obj_uuids=443b2162-5903-4da1-b909-ead274ed4245&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000989 10.0.0.41 - - [2025-10-13 02:05:58] "GET /project/443b2162-5903-4da1-b909-ead274ed4245?fields=security_groups HTTP/1.1" 200 1356 0.075456 10.0.0.41 - - [2025-10-13 02:05:58] "DELETE /security-group/88ac9acd-c88e-4b14-8c52-ed8a4a39fc57 HTTP/1.1" 200 115 0.091347 10.0.0.41 - - [2025-10-13 02:05:58] "GET /projects?obj_uuids=443b2162-5903-4da1-b909-ead274ed4245&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001162 10.0.0.41 - - [2025-10-13 02:05:58] "DELETE /access-control-list/62c2b61d-69e1-4b12-ac7a-1db80a809e17 HTTP/1.1" 200 115 0.058410 10.0.0.41 - - [2025-10-13 02:05:58] "GET /project/443b2162-5903-4da1-b909-ead274ed4245?fields=application_policy_sets HTTP/1.1" 200 1395 0.069451 10.0.0.41 - - [2025-10-13 02:05:58] "DELETE /project/443b2162-5903-4da1-b909-ead274ed4245 HTTP/1.1" 200 115 0.538866 10.0.0.22 - - [2025-10-13 02:05:58] "GET /obj-perms HTTP/1.1" 200 5056 0.004347 10.0.0.22 - - [2025-10-13 02:05:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.022014 10.0.0.41 - - [2025-10-13 02:05:59] "GET /projects?obj_uuids=3677905c-3626-4cd0-bea0-d8e50aa78bde&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004746 10.0.0.41 - - [2025-10-13 02:05:59] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000847 10.0.0.41 - - [2025-10-13 02:05:59] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007481 10.0.0.41 - - [2025-10-13 02:05:59] "POST /id-to-fqname HTTP/1.1" 200 201 0.003991 10.0.0.41 - - [2025-10-13 02:06:00] "POST /fqname-to-id HTTP/1.1" 404 210 0.021606 10.0.0.41 - - [2025-10-13 02:06:00] "POST /security-groups HTTP/1.1" 200 602 0.038905 10.0.0.41 - - [2025-10-13 02:06:00] "POST /projects HTTP/1.1" 200 607 0.291648 10.0.0.41 - - [2025-10-13 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.365547 10.0.0.41 - - [2025-10-13 02:06:00] "POST /access-control-lists HTTP/1.1" 200 607 0.071677 10.0.0.22 - - [2025-10-13 02:06:00] "GET /project/3677905c-3626-4cd0-bea0-d8e50aa78bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.526026 10.0.0.22 - - [2025-10-13 02:06:01] "GET / HTTP/1.1" 200 35931 0.001364 10.0.0.22 - - [2025-10-13 02:06:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.22 - - [2025-10-13 02:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.059925 10.0.0.41 - - [2025-10-13 02:06:02] "GET /projects?obj_uuids=3677905c-3626-4cd0-bea0-d8e50aa78bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000841 10.0.0.22 - - [2025-10-13 02:06:02] "GET /project/3677905c-3626-4cd0-bea0-d8e50aa78bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.053060 10.0.0.41 - - [2025-10-13 02:06:03] "POST /route-targets HTTP/1.1" 200 327 0.024018 10.0.0.41 - - [2025-10-13 02:06:03] "POST /useragent-kv HTTP/1.1" 200 115 0.010560 10.0.0.22 - - [2025-10-13 02:06:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.380807 10.0.0.22 - - [2025-10-13 02:06:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.001686 10.0.0.22 - - [2025-10-13 02:06:03] "GET /virtual-network/b54baa04-2105-4be5-8103-7b748d4b09d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007505 10.0.0.22 - - [2025-10-13 02:06:03] "GET /virtual-network/b54baa04-2105-4be5-8103-7b748d4b09d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006011 10.0.0.22 - - [2025-10-13 02:06:03] "POST /neutron/network HTTP/1.1" 200 839 0.007885 10.0.0.22 - - [2025-10-13 02:06:04] "GET /virtual-network/b54baa04-2105-4be5-8103-7b748d4b09d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006241 10.0.0.22 - - [2025-10-13 02:06:05] "POST /id-to-fqname HTTP/1.1" 200 233 0.001267 10.0.0.41 - - [2025-10-13 02:06:08] "GET /projects?obj_uuids=3677905c-3626-4cd0-bea0-d8e50aa78bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001457 10.0.0.22 - - [2025-10-13 02:06:08] "GET /project/3677905c-3626-4cd0-bea0-d8e50aa78bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.081113 10.0.0.22 - - [2025-10-13 02:06:08] "POST /neutron/network HTTP/1.1" 200 839 0.026798 10.0.0.22 - - [2025-10-13 02:06:09] "POST /neutron/port HTTP/1.1" 200 117 0.007939 10.0.0.22 - - [2025-10-13 02:06:10] "POST /neutron/port HTTP/1.1" 200 1071 0.046953 10.0.0.22 - - [2025-10-13 02:06:11] "POST /neutron/port HTTP/1.1" 200 1099 0.026735 10.0.0.22 - - [2025-10-13 02:06:11] "POST /neutron/port HTTP/1.1" 200 117 0.001916 10.0.0.22 - - [2025-10-13 02:06:14] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007966 10.0.0.22 - - [2025-10-13 02:06:14] "GET /obj-perms HTTP/1.1" 200 5052 0.042180 10.0.0.22 - - [2025-10-13 02:06:17] "GET /obj-perms HTTP/1.1" 200 5052 0.005448 10.0.0.22 - - [2025-10-13 02:06:20] "POST /neutron/port HTTP/1.1" 200 1099 0.022888 10.0.0.22 - - [2025-10-13 02:06:21] "POST /neutron/network HTTP/1.1" 200 839 0.008090 10.0.0.41 - - [2025-10-13 02:06:21] "DELETE /route-target/a5fb87ef-2648-49bd-82b1-a0fb5b81ce1b HTTP/1.1" 200 115 0.033179 10.0.0.41 - - [2025-10-13 02:06:22] "GET /projects?obj_uuids=3677905c-3626-4cd0-bea0-d8e50aa78bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000986 10.0.0.22 - - [2025-10-13 02:06:22] "GET /project/3677905c-3626-4cd0-bea0-d8e50aa78bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.076650 10.0.0.41 - - [2025-10-13 02:06:22] "GET /projects?obj_uuids=3677905c-3626-4cd0-bea0-d8e50aa78bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002831 10.0.0.22 - - [2025-10-13 02:06:22] "GET /project/3677905c-3626-4cd0-bea0-d8e50aa78bde?fields=virtual_networks HTTP/1.1" 200 1053 0.061806 10.0.0.41 - - [2025-10-13 02:06:22] "GET /projects?obj_uuids=3677905c-3626-4cd0-bea0-d8e50aa78bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001009 10.0.0.22 - - [2025-10-13 02:06:22] "GET /project/3677905c-3626-4cd0-bea0-d8e50aa78bde?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.056663 10.0.0.41 - - [2025-10-13 02:06:22] "GET /projects?obj_uuids=3677905c-3626-4cd0-bea0-d8e50aa78bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000937 10.0.0.22 - - [2025-10-13 02:06:22] "GET /project/3677905c-3626-4cd0-bea0-d8e50aa78bde?fields=security_groups HTTP/1.1" 200 1290 0.051545 10.0.0.41 - - [2025-10-13 02:06:23] "GET /projects?obj_uuids=46f40d4e-ed17-4d16-8bf0-099186d25886&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000976 10.0.0.22 - - [2025-10-13 02:06:23] "GET /project/46f40d4e-ed17-4d16-8bf0-099186d25886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.057444 10.0.0.41 - - [2025-10-13 02:06:29] "GET /projects?obj_uuids=46f40d4e-ed17-4d16-8bf0-099186d25886&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001155 10.0.0.22 - - [2025-10-13 02:06:29] "GET /project/46f40d4e-ed17-4d16-8bf0-099186d25886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.056726 10.0.0.22 - - [2025-10-13 02:06:31] "POST /fqname-to-id HTTP/1.1" 404 200 0.022773 10.0.0.41 - - [2025-10-13 02:06:31] "GET /projects?obj_uuids=0f80564d-aefd-497c-82ed-80c653f68b56&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004366 10.0.0.41 - - [2025-10-13 02:06:31] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.41 - - [2025-10-13 02:06:31] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013389 10.0.0.41 - - [2025-10-13 02:06:32] "POST /id-to-fqname HTTP/1.1" 200 202 0.003235 10.0.0.41 - - [2025-10-13 02:06:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.016337 10.0.0.41 - - [2025-10-13 02:06:32] "POST /security-groups HTTP/1.1" 200 603 0.086267 10.0.0.41 - - [2025-10-13 02:06:32] "POST /projects HTTP/1.1" 200 609 0.367982 10.0.0.41 - - [2025-10-13 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.397727 10.0.0.41 - - [2025-10-13 02:06:32] "POST /fqname-to-id HTTP/1.1" 404 245 0.009959 10.0.0.22 - - [2025-10-13 02:06:32] "GET /project/0f80564d-aefd-497c-82ed-80c653f68b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.583861 10.0.0.22 - - [2025-10-13 02:06:33] "GET / HTTP/1.1" 200 35931 0.001753 10.0.0.22 - - [2025-10-13 02:06:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.22 - - [2025-10-13 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.052519 10.0.0.41 - - [2025-10-13 02:06:34] "GET /projects?obj_uuids=0f80564d-aefd-497c-82ed-80c653f68b56&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001406 10.0.0.22 - - [2025-10-13 02:06:34] "GET /project/0f80564d-aefd-497c-82ed-80c653f68b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.045900 10.0.0.41 - - [2025-10-13 02:06:34] "GET /projects?obj_uuids=0f80564d-aefd-497c-82ed-80c653f68b56&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001824 10.0.0.22 - - [2025-10-13 02:06:34] "POST /neutron/network HTTP/1.1" 200 703 0.222720 10.0.0.41 - - [2025-10-13 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.037908 10.0.0.22 - - [2025-10-13 02:06:35] "POST /id-to-fqname HTTP/1.1" 200 275 0.005553 10.0.0.22 - - [2025-10-13 02:06:35] "GET /virtual-network/2ea6d16e-6a4e-4883-8f42-a2a85efd5894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.007295 10.0.0.22 - - [2025-10-13 02:06:35] "POST /neutron/network HTTP/1.1" 200 922 0.009322 10.0.0.22 - - [2025-10-13 02:06:35] "GET /virtual-network/2ea6d16e-6a4e-4883-8f42-a2a85efd5894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.007027 10.0.0.22 - - [2025-10-13 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.41 - - [2025-10-13 02:06:35] "GET /projects?obj_uuids=0f80564d-aefd-497c-82ed-80c653f68b56&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001122 10.0.0.22 - - [2025-10-13 02:06:35] "GET /project/0f80564d-aefd-497c-82ed-80c653f68b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.058960 10.0.0.22 - - [2025-10-13 02:06:35] "POST /neutron/network HTTP/1.1" 200 117 0.031545 10.0.0.22 - - [2025-10-13 02:06:35] "POST /neutron/network HTTP/1.1" 200 922 0.013582 10.0.0.22 - - [2025-10-13 02:06:35] "POST /id-to-fqname HTTP/1.1" 200 275 0.001163 10.0.0.22 - - [2025-10-13 02:06:35] "GET /virtual-network/f9b02014-88cc-445f-ae3e-0f364c39e53f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.005092 10.0.0.22 - - [2025-10-13 02:06:35] "GET /virtual-network/f9b02014-88cc-445f-ae3e-0f364c39e53f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.010450 10.0.0.22 - - [2025-10-13 02:06:35] "POST /neutron/subnet HTTP/1.1" 200 724 0.016265 10.0.0.22 - - [2025-10-13 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.41 - - [2025-10-13 02:06:35] "GET /projects?obj_uuids=0f80564d-aefd-497c-82ed-80c653f68b56&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000791 10.0.0.22 - - [2025-10-13 02:06:35] "GET /project/0f80564d-aefd-497c-82ed-80c653f68b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.046397 10.0.0.41 - - [2025-10-13 02:06:36] "POST /route-targets HTTP/1.1" 200 327 0.066012 10.0.0.41 - - [2025-10-13 02:06:36] "POST /useragent-kv HTTP/1.1" 200 115 0.011486 10.0.0.22 - - [2025-10-13 02:06:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.218650 10.0.0.22 - - [2025-10-13 02:06:36] "POST /id-to-fqname HTTP/1.1" 200 276 0.001297 10.0.0.22 - - [2025-10-13 02:06:36] "GET /virtual-network/299e0aa7-3706-4c43-97d4-80a8f28f38ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.005533 10.0.0.22 - - [2025-10-13 02:06:36] "GET /virtual-network/299e0aa7-3706-4c43-97d4-80a8f28f38ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2191 0.005565 10.0.0.22 - - [2025-10-13 02:06:36] "POST /neutron/network HTTP/1.1" 200 923 0.022004 10.0.0.22 - - [2025-10-13 02:06:36] "POST /id-to-fqname HTTP/1.1" 200 275 0.001587 10.0.0.41 - - [2025-10-13 02:06:37] "GET /projects?obj_uuids=0f80564d-aefd-497c-82ed-80c653f68b56&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001442 10.0.0.22 - - [2025-10-13 02:06:37] "GET /project/0f80564d-aefd-497c-82ed-80c653f68b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.070339 10.0.0.22 - - [2025-10-13 02:06:37] "POST /neutron/network HTTP/1.1" 200 922 0.010374 10.0.0.22 - - [2025-10-13 02:06:37] "POST /id-to-fqname HTTP/1.1" 200 276 0.001543 10.0.0.22 - - [2025-10-13 02:06:38] "POST /neutron/port HTTP/1.1" 200 117 0.007924 10.0.0.41 - - [2025-10-13 02:06:38] "GET /projects?obj_uuids=0f80564d-aefd-497c-82ed-80c653f68b56&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001596 10.0.0.22 - - [2025-10-13 02:06:38] "POST /neutron/port HTTP/1.1" 200 1072 0.389546 10.0.0.41 - - [2025-10-13 02:06:38] "GET /projects?obj_uuids=0f80564d-aefd-497c-82ed-80c653f68b56&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000919 10.0.0.22 - - [2025-10-13 02:06:38] "GET /project/0f80564d-aefd-497c-82ed-80c653f68b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.120019 10.0.0.22 - - [2025-10-13 02:06:39] "POST /neutron/port HTTP/1.1" 200 1126 0.204810 10.0.0.22 - - [2025-10-13 02:06:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004447 10.0.0.22 - - [2025-10-13 02:06:39] "POST /neutron/port HTTP/1.1" 200 1100 0.026336 10.0.0.22 - - [2025-10-13 02:06:39] "POST /neutron/port HTTP/1.1" 200 117 0.011266 10.0.0.22 - - [2025-10-13 02:06:40] "POST /neutron/port HTTP/1.1" 200 1071 0.043461 10.0.0.22 - - [2025-10-13 02:06:40] "POST /neutron/network HTTP/1.1" 200 922 0.008778 10.0.0.22 - - [2025-10-13 02:06:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004127 10.0.0.22 - - [2025-10-13 02:06:41] "POST /neutron/network HTTP/1.1" 200 923 0.007306 10.0.0.22 - - [2025-10-13 02:06:41] "POST /neutron/port HTTP/1.1" 200 151 0.245573 10.0.0.22 - - [2025-10-13 02:06:43] "POST /neutron/network HTTP/1.1" 200 923 0.007042 10.0.0.41 - - [2025-10-13 02:06:43] "DELETE /route-target/0d083de6-3a48-46c0-b66e-be051c72c24f HTTP/1.1" 200 115 0.037228 10.0.0.22 - - [2025-10-13 02:06:44] "POST /neutron/port HTTP/1.1" 200 1125 0.014058 10.0.0.22 - - [2025-10-13 02:06:44] "POST /neutron/network HTTP/1.1" 200 1677 0.016180 10.0.0.22 - - [2025-10-13 02:06:45] "POST /neutron/network HTTP/1.1" 200 923 0.007673 10.0.0.41 - - [2025-10-13 02:06:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003671 10.0.0.41 - - [2025-10-13 02:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005239 10.0.0.41 - - [2025-10-13 02:06:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004627 10.0.0.22 - - [2025-10-13 02:06:45] "POST /neutron/network HTTP/1.1" 200 151 0.171427 10.0.0.41 - - [2025-10-13 02:06:45] "GET /projects?obj_uuids=0f80564d-aefd-497c-82ed-80c653f68b56&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001485 10.0.0.22 - - [2025-10-13 02:06:45] "GET /project/0f80564d-aefd-497c-82ed-80c653f68b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.094211 10.0.0.41 - - [2025-10-13 02:06:45] "GET /projects?obj_uuids=0f80564d-aefd-497c-82ed-80c653f68b56&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000914 10.0.0.22 - - [2025-10-13 02:06:45] "GET /project/0f80564d-aefd-497c-82ed-80c653f68b56?fields=virtual_networks HTTP/1.1" 200 1054 0.051877 10.0.0.41 - - [2025-10-13 02:06:45] "GET /projects?obj_uuids=0f80564d-aefd-497c-82ed-80c653f68b56&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002532 10.0.0.22 - - [2025-10-13 02:06:45] "GET /project/0f80564d-aefd-497c-82ed-80c653f68b56?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.062640 10.0.0.41 - - [2025-10-13 02:06:45] "GET /projects?obj_uuids=0f80564d-aefd-497c-82ed-80c653f68b56&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000908 10.0.0.22 - - [2025-10-13 02:06:45] "GET /project/0f80564d-aefd-497c-82ed-80c653f68b56?fields=security_groups HTTP/1.1" 200 1292 0.041545 10.0.0.22 - - [2025-10-13 02:06:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.023714 10.0.0.41 - - [2025-10-13 02:06:46] "GET /projects?obj_uuids=32b2b43a-62aa-4684-956c-a8a82c5539ae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003572 10.0.0.41 - - [2025-10-13 02:06:46] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.41 - - [2025-10-13 02:06:46] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008457 10.0.0.41 - - [2025-10-13 02:06:46] "POST /id-to-fqname HTTP/1.1" 200 192 0.010067 10.0.0.41 - - [2025-10-13 02:06:47] "POST /fqname-to-id HTTP/1.1" 404 201 0.011127 10.0.0.41 - - [2025-10-13 02:06:47] "POST /security-groups HTTP/1.1" 200 593 0.041265 10.0.0.41 - - [2025-10-13 02:06:47] "POST /projects HTTP/1.1" 200 589 0.279625 10.0.0.41 - - [2025-10-13 02:06:47] "POST /access-control-lists HTTP/1.1" 200 598 0.043778 10.0.0.41 - - [2025-10-13 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.356287 10.0.0.22 - - [2025-10-13 02:06:47] "GET /project/32b2b43a-62aa-4684-956c-a8a82c5539ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.514114 10.0.0.22 - - [2025-10-13 02:06:48] "GET / HTTP/1.1" 200 35931 0.001451 10.0.0.22 - - [2025-10-13 02:06:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000573 10.0.0.22 - - [2025-10-13 02:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.054517 10.0.0.41 - - [2025-10-13 02:06:49] "GET /projects?obj_uuids=32b2b43a-62aa-4684-956c-a8a82c5539ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000826 10.0.0.22 - - [2025-10-13 02:06:49] "GET /project/32b2b43a-62aa-4684-956c-a8a82c5539ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.043623 10.0.0.41 - - [2025-10-13 02:06:49] "POST /route-targets HTTP/1.1" 200 327 0.015198 10.0.0.41 - - [2025-10-13 02:06:49] "POST /useragent-kv HTTP/1.1" 200 115 0.013366 10.0.0.22 - - [2025-10-13 02:06:49] "POST /neutron/subnet HTTP/1.1" 200 715 0.290221 10.0.0.22 - - [2025-10-13 02:06:49] "POST /id-to-fqname HTTP/1.1" 200 255 0.001259 10.0.0.22 - - [2025-10-13 02:06:49] "GET /virtual-network/72528d2e-ab7b-4b80-bbf9-6a6626a21a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005353 10.0.0.22 - - [2025-10-13 02:06:49] "GET /virtual-network/72528d2e-ab7b-4b80-bbf9-6a6626a21a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005383 10.0.0.22 - - [2025-10-13 02:06:49] "POST /neutron/network HTTP/1.1" 200 890 0.014967 10.0.0.22 - - [2025-10-13 02:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.41 - - [2025-10-13 02:06:49] "GET /projects?obj_uuids=32b2b43a-62aa-4684-956c-a8a82c5539ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000878 10.0.0.22 - - [2025-10-13 02:06:49] "GET /project/32b2b43a-62aa-4684-956c-a8a82c5539ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.064783 10.0.0.41 - - [2025-10-13 02:06:50] "GET /projects?obj_uuids=32b2b43a-62aa-4684-956c-a8a82c5539ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000904 10.0.0.22 - - [2025-10-13 02:06:50] "POST /neutron/network HTTP/1.1" 200 673 0.139397 10.0.0.41 - - [2025-10-13 02:06:50] "POST /ref-update HTTP/1.1" 200 156 0.029575 10.0.0.22 - - [2025-10-13 02:06:50] "POST /id-to-fqname HTTP/1.1" 200 255 0.003718 10.0.0.22 - - [2025-10-13 02:06:50] "GET /virtual-network/a30e1c9f-3d0e-41e8-932f-3c0a282ff7f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006987 10.0.0.22 - - [2025-10-13 02:06:50] "POST /neutron/network HTTP/1.1" 200 891 0.008715 10.0.0.22 - - [2025-10-13 02:06:50] "GET /virtual-network/a30e1c9f-3d0e-41e8-932f-3c0a282ff7f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.008643 10.0.0.22 - - [2025-10-13 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.41 - - [2025-10-13 02:06:50] "GET /projects?obj_uuids=32b2b43a-62aa-4684-956c-a8a82c5539ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001214 10.0.0.22 - - [2025-10-13 02:06:50] "GET /project/32b2b43a-62aa-4684-956c-a8a82c5539ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.055763 10.0.0.22 - - [2025-10-13 02:06:50] "POST /neutron/network HTTP/1.1" 200 117 0.012970 10.0.0.22 - - [2025-10-13 02:06:51] "POST /neutron/network HTTP/1.1" 200 893 0.010666 10.0.0.22 - - [2025-10-13 02:06:51] "POST /id-to-fqname HTTP/1.1" 200 256 0.001141 10.0.0.22 - - [2025-10-13 02:06:51] "GET /virtual-network/da8c71fb-7bf6-4448-9944-d583aab69c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005116 10.0.0.22 - - [2025-10-13 02:06:51] "GET /virtual-network/da8c71fb-7bf6-4448-9944-d583aab69c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.005615 10.0.0.22 - - [2025-10-13 02:06:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.023222 10.0.0.22 - - [2025-10-13 02:06:51] "POST /id-to-fqname HTTP/1.1" 200 255 0.001127 10.0.0.41 - - [2025-10-13 02:06:52] "GET /projects?obj_uuids=32b2b43a-62aa-4684-956c-a8a82c5539ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000955 10.0.0.22 - - [2025-10-13 02:06:52] "GET /project/32b2b43a-62aa-4684-956c-a8a82c5539ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.088147 10.0.0.22 - - [2025-10-13 02:06:52] "POST /neutron/port HTTP/1.1" 200 117 0.009159 10.0.0.22 - - [2025-10-13 02:06:52] "POST /id-to-fqname HTTP/1.1" 200 256 0.001282 10.0.0.22 - - [2025-10-13 02:06:52] "POST /neutron/network HTTP/1.1" 200 903 0.010766 10.0.0.22 - - [2025-10-13 02:06:53] "POST /neutron/port HTTP/1.1" 200 1061 0.015792 10.0.0.22 - - [2025-10-13 02:06:53] "POST /neutron/port HTTP/1.1" 200 1089 0.016954 10.0.0.22 - - [2025-10-13 02:06:53] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.41 - - [2025-10-13 02:06:53] "GET /projects?obj_uuids=32b2b43a-62aa-4684-956c-a8a82c5539ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001512 10.0.0.22 - - [2025-10-13 02:06:53] "GET /project/32b2b43a-62aa-4684-956c-a8a82c5539ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.163453 10.0.0.19 - - [2025-10-13 02:06:53] "GET /obj-perms HTTP/1.1" 200 5056 0.084899 10.0.0.22 - - [2025-10-13 02:06:53] "POST /neutron/port HTTP/1.1" 200 1089 0.022033 10.0.0.22 - - [2025-10-13 02:06:54] "POST /neutron/network HTTP/1.1" 200 903 0.007704 10.0.0.22 - - [2025-10-13 02:06:54] "POST /neutron/port HTTP/1.1" 200 1061 0.017329 10.0.0.22 - - [2025-10-13 02:06:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003977 10.0.0.22 - - [2025-10-13 02:06:54] "POST /neutron/network HTTP/1.1" 200 893 0.008791 10.0.0.22 - - [2025-10-13 02:06:55] "POST /neutron/port HTTP/1.1" 200 1089 0.017204 10.0.0.22 - - [2025-10-13 02:06:56] "POST /neutron/port HTTP/1.1" 200 1089 0.016673 10.0.0.22 - - [2025-10-13 02:06:57] "POST /neutron/port HTTP/1.1" 200 117 0.007328 10.0.0.41 - - [2025-10-13 02:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.22 - - [2025-10-13 02:06:57] "POST /neutron/network HTTP/1.1" 200 893 0.012273 10.0.0.41 - - [2025-10-13 02:06:57] "DELETE /route-target/3da3c0e0-3275-4d0b-b7bf-ccd7c48d6075 HTTP/1.1" 200 115 0.031209 10.0.0.41 - - [2025-10-13 02:06:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003669 10.0.0.41 - - [2025-10-13 02:06:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004832 10.0.0.22 - - [2025-10-13 02:06:58] "POST /neutron/network HTTP/1.1" 200 151 0.154966 10.0.0.41 - - [2025-10-13 02:06:58] "GET /projects?obj_uuids=32b2b43a-62aa-4684-956c-a8a82c5539ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001554 10.0.0.22 - - [2025-10-13 02:06:58] "GET /project/32b2b43a-62aa-4684-956c-a8a82c5539ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.095084 10.0.0.41 - - [2025-10-13 02:06:58] "GET /projects?obj_uuids=32b2b43a-62aa-4684-956c-a8a82c5539ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001202 10.0.0.22 - - [2025-10-13 02:06:58] "GET /project/32b2b43a-62aa-4684-956c-a8a82c5539ae?fields=virtual_networks HTTP/1.1" 200 1035 0.054373 10.0.0.41 - - [2025-10-13 02:06:58] "GET /projects?obj_uuids=32b2b43a-62aa-4684-956c-a8a82c5539ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001106 10.0.0.22 - - [2025-10-13 02:06:58] "GET /project/32b2b43a-62aa-4684-956c-a8a82c5539ae?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.050186 10.0.0.41 - - [2025-10-13 02:06:58] "GET /projects?obj_uuids=32b2b43a-62aa-4684-956c-a8a82c5539ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000933 10.0.0.22 - - [2025-10-13 02:06:58] "GET /project/32b2b43a-62aa-4684-956c-a8a82c5539ae?fields=security_groups HTTP/1.1" 200 1263 0.043890 10.0.0.41 - - [2025-10-13 02:06:58] "DELETE /project/3677905c36264cd0bea0d8e50aa78bde HTTP/1.1" 404 173 0.008484 10.0.0.41 - - [2025-10-13 02:06:58] "DELETE /project/0f80564daefd497c82ed80c653f68b56 HTTP/1.1" 404 173 0.012204 10.0.0.41 - - [2025-10-13 02:06:58] "DELETE /project/32b2b43a62aa4684956ca8a82c5539ae HTTP/1.1" 404 173 0.007794 10.0.0.41 - - [2025-10-13 02:06:58] "GET /projects?obj_uuids=0f80564d-aefd-497c-82ed-80c653f68b56&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000994 10.0.0.41 - - [2025-10-13 02:06:58] "GET /projects?obj_uuids=3677905c-3626-4cd0-bea0-d8e50aa78bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001024 10.0.0.41 - - [2025-10-13 02:06:58] "GET /project/0f80564d-aefd-497c-82ed-80c653f68b56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1514 0.041427 10.0.0.41 - - [2025-10-13 02:06:58] "GET /projects?obj_uuids=0f80564d-aefd-497c-82ed-80c653f68b56&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001121 10.0.0.41 - - [2025-10-13 02:06:58] "GET /project/3677905c-3626-4cd0-bea0-d8e50aa78bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.067114 10.0.0.41 - - [2025-10-13 02:06:58] "GET /projects?obj_uuids=3677905c-3626-4cd0-bea0-d8e50aa78bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000762 10.0.0.41 - - [2025-10-13 02:06:58] "GET /project/0f80564d-aefd-497c-82ed-80c653f68b56?fields=security_groups HTTP/1.1" 200 1397 0.094078 10.0.0.41 - - [2025-10-13 02:06:59] "GET /project/3677905c-3626-4cd0-bea0-d8e50aa78bde?fields=security_groups HTTP/1.1" 200 1395 0.114229 10.0.0.41 - - [2025-10-13 02:06:59] "DELETE /security-group/469aef79-a4ee-473c-b686-0290366659fa HTTP/1.1" 200 115 0.062289 10.0.0.41 - - [2025-10-13 02:06:59] "GET /projects?obj_uuids=0f80564d-aefd-497c-82ed-80c653f68b56&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000801 10.0.0.41 - - [2025-10-13 02:06:59] "DELETE /access-control-list/1316d0cb-b887-4e7f-b5b1-25a57a30afd9 HTTP/1.1" 200 115 0.058572 10.0.0.41 - - [2025-10-13 02:06:59] "GET /project/0f80564d-aefd-497c-82ed-80c653f68b56?fields=application_policy_sets HTTP/1.1" 200 1436 0.109367 10.0.0.41 - - [2025-10-13 02:06:59] "DELETE /security-group/1ac64bfe-983c-4976-8fee-fb0e6645104a HTTP/1.1" 200 115 0.130514 10.0.0.41 - - [2025-10-13 02:06:59] "GET /projects?obj_uuids=3677905c-3626-4cd0-bea0-d8e50aa78bde&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003291 10.0.0.41 - - [2025-10-13 02:06:59] "GET /project/3677905c-3626-4cd0-bea0-d8e50aa78bde?fields=application_policy_sets HTTP/1.1" 200 1434 0.071592 10.0.0.41 - - [2025-10-13 02:06:59] "DELETE /access-control-list/92f861a1-6341-478e-a06c-b410897f5e39 HTTP/1.1" 200 115 0.069611 10.0.0.41 - - [2025-10-13 02:06:59] "DELETE /project/0f80564d-aefd-497c-82ed-80c653f68b56 HTTP/1.1" 200 115 0.645246 10.0.0.41 - - [2025-10-13 02:06:59] "DELETE /project/3677905c-3626-4cd0-bea0-d8e50aa78bde HTTP/1.1" 200 115 0.662190 10.0.0.22 - - [2025-10-13 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 196 0.024769 10.0.0.41 - - [2025-10-13 02:06:59] "GET /projects?obj_uuids=a65a9db5-ec31-4c1f-9d13-a2f8beb137eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003115 10.0.0.41 - - [2025-10-13 02:06:59] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.41 - - [2025-10-13 02:06:59] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007370 10.0.0.41 - - [2025-10-13 02:06:59] "POST /id-to-fqname HTTP/1.1" 200 198 0.003268 10.0.0.41 - - [2025-10-13 02:06:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.007010 10.0.0.41 - - [2025-10-13 02:07:00] "POST /security-groups HTTP/1.1" 200 599 0.043309 10.0.0.41 - - [2025-10-13 02:07:00] "POST /projects HTTP/1.1" 200 601 0.247334 10.0.0.41 - - [2025-10-13 02:07:00] "POST /fqname-to-id HTTP/1.1" 404 241 0.008736 10.0.0.41 - - [2025-10-13 02:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.320421 10.0.0.22 - - [2025-10-13 02:07:00] "GET /project/a65a9db5-ec31-4c1f-9d13-a2f8beb137eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.488443 10.0.0.22 - - [2025-10-13 02:07:01] "GET / HTTP/1.1" 200 35931 0.001486 10.0.0.22 - - [2025-10-13 02:07:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.22 - - [2025-10-13 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.050997 10.0.0.41 - - [2025-10-13 02:07:02] "GET /projects?obj_uuids=a65a9db5-ec31-4c1f-9d13-a2f8beb137eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.22 - - [2025-10-13 02:07:02] "GET /project/a65a9db5-ec31-4c1f-9d13-a2f8beb137eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044954 10.0.0.41 - - [2025-10-13 02:07:02] "POST /ref-update HTTP/1.1" 200 156 0.019859 10.0.0.41 - - [2025-10-13 02:07:02] "POST /useragent-kv HTTP/1.1" 200 115 0.009026 10.0.0.22 - - [2025-10-13 02:07:02] "POST /neutron/subnet HTTP/1.1" 200 729 0.236396 10.0.0.22 - - [2025-10-13 02:07:02] "POST /id-to-fqname HTTP/1.1" 200 267 0.001950 10.0.0.22 - - [2025-10-13 02:07:02] "GET /virtual-network/a4f77a4c-d301-4c03-9fd3-e716347ac9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.010581 10.0.0.22 - - [2025-10-13 02:07:02] "GET /virtual-network/a4f77a4c-d301-4c03-9fd3-e716347ac9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.007206 10.0.0.22 - - [2025-10-13 02:07:02] "POST /neutron/network HTTP/1.1" 200 911 0.008409 10.0.0.22 - - [2025-10-13 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.41 - - [2025-10-13 02:07:02] "GET /projects?obj_uuids=a65a9db5-ec31-4c1f-9d13-a2f8beb137eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.22 - - [2025-10-13 02:07:02] "GET /project/a65a9db5-ec31-4c1f-9d13-a2f8beb137eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049009 10.0.0.41 - - [2025-10-13 02:07:02] "GET /projects?obj_uuids=a65a9db5-ec31-4c1f-9d13-a2f8beb137eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000990 10.0.0.22 - - [2025-10-13 02:07:02] "POST /neutron/network HTTP/1.1" 200 691 0.125666 10.0.0.22 - - [2025-10-13 02:07:03] "POST /id-to-fqname HTTP/1.1" 200 267 0.003675 10.0.0.22 - - [2025-10-13 02:07:03] "GET /virtual-network/23fb7d24-6e60-41d4-8b79-6d3cf1eff5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.006277 10.0.0.22 - - [2025-10-13 02:07:03] "POST /neutron/network HTTP/1.1" 200 908 0.009081 10.0.0.22 - - [2025-10-13 02:07:03] "GET /virtual-network/23fb7d24-6e60-41d4-8b79-6d3cf1eff5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2165 0.005269 10.0.0.22 - - [2025-10-13 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.41 - - [2025-10-13 02:07:03] "GET /projects?obj_uuids=a65a9db5-ec31-4c1f-9d13-a2f8beb137eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001884 10.0.0.22 - - [2025-10-13 02:07:03] "GET /project/a65a9db5-ec31-4c1f-9d13-a2f8beb137eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.064928 10.0.0.22 - - [2025-10-13 02:07:03] "POST /neutron/network HTTP/1.1" 200 117 0.015344 10.0.0.41 - - [2025-10-13 02:07:03] "POST /route-targets HTTP/1.1" 200 327 0.019857 10.0.0.22 - - [2025-10-13 02:07:04] "POST /neutron/network HTTP/1.1" 200 913 0.013083 10.0.0.22 - - [2025-10-13 02:07:04] "POST /id-to-fqname HTTP/1.1" 200 268 0.001099 10.0.0.22 - - [2025-10-13 02:07:04] "GET /virtual-network/3e825fe9-e27c-4705-becc-2a82015410ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.005874 10.0.0.22 - - [2025-10-13 02:07:04] "GET /virtual-network/3e825fe9-e27c-4705-becc-2a82015410ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.008235 10.0.0.22 - - [2025-10-13 02:07:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.013995 10.0.0.22 - - [2025-10-13 02:07:04] "POST /id-to-fqname HTTP/1.1" 200 267 0.001137 10.0.0.41 - - [2025-10-13 02:07:38] "GET /projects?obj_uuids=a65a9db5-ec31-4c1f-9d13-a2f8beb137eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001287 10.0.0.22 - - [2025-10-13 02:07:38] "GET /project/a65a9db5-ec31-4c1f-9d13-a2f8beb137eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.074887 10.0.0.22 - - [2025-10-13 02:07:38] "POST /neutron/port HTTP/1.1" 200 117 0.007119 10.0.0.22 - - [2025-10-13 02:07:38] "POST /id-to-fqname HTTP/1.1" 200 268 0.001372 10.0.0.22 - - [2025-10-13 02:07:38] "POST /neutron/network HTTP/1.1" 200 923 0.008737 10.0.0.41 - - [2025-10-13 02:07:39] "GET /projects?obj_uuids=a65a9db5-ec31-4c1f-9d13-a2f8beb137eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003254 10.0.0.22 - - [2025-10-13 02:07:39] "GET /project/a65a9db5-ec31-4c1f-9d13-a2f8beb137eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.091421 10.0.0.22 - - [2025-10-13 02:07:39] "POST /neutron/network HTTP/1.1" 200 913 0.007787 10.0.0.22 - - [2025-10-13 02:07:39] "POST /neutron/port HTTP/1.1" 200 117 0.007219 10.0.0.41 - - [2025-10-13 02:07:40] "GET /projects?obj_uuids=46f40d4e-ed17-4d16-8bf0-099186d25886&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000939 10.0.0.22 - - [2025-10-13 02:07:40] "GET /project/46f40d4e-ed17-4d16-8bf0-099186d25886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.067841 10.0.0.22 - - [2025-10-13 02:07:40] "POST /neutron/port HTTP/1.1" 200 1066 0.027372 10.0.0.22 - - [2025-10-13 02:07:40] "POST /neutron/port HTTP/1.1" 200 1069 0.022971 10.0.0.22 - - [2025-10-13 02:07:41] "POST /neutron/port HTTP/1.1" 200 1094 0.056585 10.0.0.22 - - [2025-10-13 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.22 - - [2025-10-13 02:07:41] "GET /security-group/a8b40c04-4a75-46b5-bc90-92592262fcdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.012846 10.0.0.22 - - [2025-10-13 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.22 - - [2025-10-13 02:07:41] "POST /neutron/subnet HTTP/1.1" 200 689 0.015005 10.0.0.41 - - [2025-10-13 02:07:41] "GET /projects?obj_uuids=46f40d4e-ed17-4d16-8bf0-099186d25886&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000924 10.0.0.22 - - [2025-10-13 02:07:41] "POST /neutron/subnet HTTP/1.1" 200 703 0.008326 10.0.0.22 - - [2025-10-13 02:07:41] "GET /project/46f40d4e-ed17-4d16-8bf0-099186d25886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.082123 10.0.0.22 - - [2025-10-13 02:07:41] "POST /neutron/network HTTP/1.1" 200 913 0.011658 10.0.0.22 - - [2025-10-13 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004620 10.0.0.22 - - [2025-10-13 02:07:41] "GET /security-group/a8b40c04-4a75-46b5-bc90-92592262fcdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004689 10.0.0.22 - - [2025-10-13 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008870 10.0.0.22 - - [2025-10-13 02:07:41] "PUT /security-group/a8b40c04-4a75-46b5-bc90-92592262fcdf HTTP/1.1" 200 262 0.039398 10.0.0.41 - - [2025-10-13 02:07:41] "PUT /access-control-list/b3da452f-8124-4b99-a807-c33c4307e051 HTTP/1.1" 200 272 0.031303 10.0.0.22 - - [2025-10-13 02:07:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.005927 10.0.0.22 - - [2025-10-13 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005484 10.0.0.41 - - [2025-10-13 02:07:42] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.22 - - [2025-10-13 02:07:42] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012665 10.0.0.22 - - [2025-10-13 02:07:42] "POST /service-templates HTTP/1.1" 200 543 0.054654 10.0.0.22 - - [2025-10-13 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010541 10.0.0.22 - - [2025-10-13 02:07:42] "GET /service-template/063e3456-39bc-4e9d-a062-850869019c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.007784 10.0.0.22 - - [2025-10-13 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010629 10.0.0.22 - - [2025-10-13 02:07:42] "GET /service-template/063e3456-39bc-4e9d-a062-850869019c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.004312 10.0.0.22 - - [2025-10-13 02:07:42] "POST /id-to-fqname HTTP/1.1" 200 267 0.002267 10.0.0.22 - - [2025-10-13 02:07:42] "POST /id-to-fqname HTTP/1.1" 200 267 0.002849 10.0.0.22 - - [2025-10-13 02:07:42] "POST /id-to-fqname HTTP/1.1" 200 268 0.002817 10.0.0.22 - - [2025-10-13 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006899 10.0.0.22 - - [2025-10-13 02:07:43] "DELETE /service-template/063e3456-39bc-4e9d-a062-850869019c6a HTTP/1.1" 200 115 0.063143 10.0.0.22 - - [2025-10-13 02:07:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.010654 10.0.0.22 - - [2025-10-13 02:07:45] "POST /neutron/network HTTP/1.1" 200 908 0.007851 10.0.0.22 - - [2025-10-13 02:07:47] "POST /neutron/network HTTP/1.1" 400 204 0.040622 10.0.0.22 - - [2025-10-13 02:07:51] "POST /neutron/network HTTP/1.1" 200 908 0.015813 10.0.0.22 - - [2025-10-13 02:07:54] "POST /neutron/network HTTP/1.1" 400 204 0.021936 10.0.0.22 - - [2025-10-13 02:07:54] "GET /obj-perms HTTP/1.1" 200 5056 0.071518 10.0.0.22 - - [2025-10-13 02:07:58] "POST /neutron/network HTTP/1.1" 200 908 0.010665 10.0.0.41 - - [2025-10-13 02:07:59] "GET /projects?obj_uuids=32b2b43a-62aa-4684-956c-a8a82c5539ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001099 10.0.0.41 - - [2025-10-13 02:07:59] "DELETE /project/a65a9db5ec314c1f9d13a2f8beb137eb HTTP/1.1" 404 173 0.010700 10.0.0.41 - - [2025-10-13 02:07:59] "GET /project/32b2b43a-62aa-4684-956c-a8a82c5539ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.058470 10.0.0.41 - - [2025-10-13 02:07:59] "GET /projects?obj_uuids=32b2b43a-62aa-4684-956c-a8a82c5539ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000851 10.0.0.41 - - [2025-10-13 02:07:59] "GET /project/32b2b43a-62aa-4684-956c-a8a82c5539ae?fields=security_groups HTTP/1.1" 200 1368 0.072298 10.0.0.41 - - [2025-10-13 02:07:59] "DELETE /security-group/0e37ff4e-c163-4e7e-a0d5-16462c3af8d4 HTTP/1.1" 200 115 0.098120 10.0.0.41 - - [2025-10-13 02:07:59] "GET /projects?obj_uuids=32b2b43a-62aa-4684-956c-a8a82c5539ae&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001230 10.0.0.41 - - [2025-10-13 02:07:59] "GET /project/32b2b43a-62aa-4684-956c-a8a82c5539ae?fields=application_policy_sets HTTP/1.1" 200 1407 0.087792 10.0.0.41 - - [2025-10-13 02:08:00] "DELETE /project/32b2b43a-62aa-4684-956c-a8a82c5539ae HTTP/1.1" 200 115 0.522877 10.0.0.22 - - [2025-10-13 02:08:00] "POST /neutron/network HTTP/1.1" 400 204 0.017545 10.0.0.22 - - [2025-10-13 02:08:04] "POST /neutron/network HTTP/1.1" 200 908 0.006919 10.0.0.22 - - [2025-10-13 02:08:06] "POST /neutron/network HTTP/1.1" 400 204 0.013092 10.0.0.22 - - [2025-10-13 02:08:10] "POST /neutron/network HTTP/1.1" 200 908 0.010217 10.0.0.22 - - [2025-10-13 02:08:12] "POST /neutron/network HTTP/1.1" 400 204 0.015095 10.0.0.22 - - [2025-10-13 02:08:16] "POST /neutron/network HTTP/1.1" 200 908 0.007601 10.0.0.22 - - [2025-10-13 02:08:18] "POST /neutron/network HTTP/1.1" 400 204 0.019503 10.0.0.22 - - [2025-10-13 02:08:22] "POST /neutron/network HTTP/1.1" 200 908 0.008852 10.0.0.22 - - [2025-10-13 02:08:24] "POST /neutron/network HTTP/1.1" 400 204 0.014498 10.0.0.22 - - [2025-10-13 02:08:28] "POST /neutron/network HTTP/1.1" 200 908 0.006634 10.0.0.22 - - [2025-10-13 02:08:31] "POST /neutron/network HTTP/1.1" 400 204 0.019179 10.0.0.22 - - [2025-10-13 02:08:35] "POST /neutron/network HTTP/1.1" 200 908 0.010191 10.0.0.22 - - [2025-10-13 02:08:36] "POST /neutron/port HTTP/1.1" 200 1120 0.010954 10.0.0.22 - - [2025-10-13 02:08:37] "POST /neutron/network HTTP/1.1" 200 908 0.008006 10.0.0.41 - - [2025-10-13 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008821 10.0.0.22 - - [2025-10-13 02:08:37] "POST /neutron/network HTTP/1.1" 400 204 0.014614 10.0.0.22 - - [2025-10-13 02:08:39] "POST /neutron/port HTTP/1.1" 200 1097 0.017056 10.0.0.22 - - [2025-10-13 02:08:40] "POST /neutron/port HTTP/1.1" 200 117 0.007255 10.0.0.41 - - [2025-10-13 02:08:41] "DELETE /route-target/ef00d5cc-4846-4176-baee-f3e650a6a049 HTTP/1.1" 200 115 0.022081 10.0.0.22 - - [2025-10-13 02:08:41] "POST /neutron/network HTTP/1.1" 200 911 0.010238 10.0.0.41 - - [2025-10-13 02:08:41] "GET /projects?obj_uuids=a65a9db5-ec31-4c1f-9d13-a2f8beb137eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.22 - - [2025-10-13 02:08:41] "GET /project/a65a9db5-ec31-4c1f-9d13-a2f8beb137eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050179 10.0.0.41 - - [2025-10-13 02:08:41] "GET /projects?obj_uuids=a65a9db5-ec31-4c1f-9d13-a2f8beb137eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.22 - - [2025-10-13 02:08:41] "GET /project/a65a9db5-ec31-4c1f-9d13-a2f8beb137eb?fields=virtual_networks HTTP/1.1" 200 1048 0.056050 10.0.0.41 - - [2025-10-13 02:08:41] "GET /projects?obj_uuids=a65a9db5-ec31-4c1f-9d13-a2f8beb137eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000938 10.0.0.22 - - [2025-10-13 02:08:41] "GET /project/a65a9db5-ec31-4c1f-9d13-a2f8beb137eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.043775 10.0.0.41 - - [2025-10-13 02:08:41] "GET /projects?obj_uuids=a65a9db5-ec31-4c1f-9d13-a2f8beb137eb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.22 - - [2025-10-13 02:08:41] "GET /project/a65a9db5-ec31-4c1f-9d13-a2f8beb137eb?fields=security_groups HTTP/1.1" 200 1282 0.036197 10.0.0.22 - - [2025-10-13 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.023763 10.0.0.41 - - [2025-10-13 02:08:42] "GET /projects?obj_uuids=5f1afafc-3c11-4115-a650-b9aa8122b71c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002993 10.0.0.41 - - [2025-10-13 02:08:42] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001154 10.0.0.41 - - [2025-10-13 02:08:42] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007247 10.0.0.41 - - [2025-10-13 02:08:42] "POST /id-to-fqname HTTP/1.1" 200 191 0.003052 10.0.0.41 - - [2025-10-13 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.005822 10.0.0.41 - - [2025-10-13 02:08:43] "POST /security-groups HTTP/1.1" 200 592 0.074468 10.0.0.41 - - [2025-10-13 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 235 0.012007 10.0.0.41 - - [2025-10-13 02:08:43] "POST /projects HTTP/1.1" 200 587 0.280921 10.0.0.41 - - [2025-10-13 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.348212 10.0.0.41 - - [2025-10-13 02:08:43] "POST /access-control-lists HTTP/1.1" 200 595 0.032851 10.0.0.22 - - [2025-10-13 02:08:43] "GET /project/5f1afafc-3c11-4115-a650-b9aa8122b71c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.477968 10.0.0.22 - - [2025-10-13 02:08:44] "GET / HTTP/1.1" 200 35931 0.001795 10.0.0.22 - - [2025-10-13 02:08:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.22 - - [2025-10-13 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.052115 10.0.0.41 - - [2025-10-13 02:08:45] "GET /projects?obj_uuids=5f1afafc-3c11-4115-a650-b9aa8122b71c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000857 10.0.0.22 - - [2025-10-13 02:08:45] "GET /project/5f1afafc-3c11-4115-a650-b9aa8122b71c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.036373 10.0.0.41 - - [2025-10-13 02:08:45] "GET /projects?obj_uuids=5f1afafc-3c11-4115-a650-b9aa8122b71c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000934 10.0.0.22 - - [2025-10-13 02:08:45] "POST /neutron/network HTTP/1.1" 200 670 0.209566 10.0.0.41 - - [2025-10-13 02:08:45] "POST /route-targets HTTP/1.1" 200 327 0.015577 10.0.0.22 - - [2025-10-13 02:08:45] "POST /id-to-fqname HTTP/1.1" 200 253 0.006922 10.0.0.22 - - [2025-10-13 02:08:45] "GET /virtual-network/75c833fb-3b08-4491-8131-a57cb4853b61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.009300 10.0.0.22 - - [2025-10-13 02:08:45] "POST /neutron/network HTTP/1.1" 200 889 0.013606 10.0.0.22 - - [2025-10-13 02:08:45] "GET /virtual-network/75c833fb-3b08-4491-8131-a57cb4853b61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.008389 10.0.0.22 - - [2025-10-13 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.41 - - [2025-10-13 02:08:45] "GET /projects?obj_uuids=5f1afafc-3c11-4115-a650-b9aa8122b71c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000838 10.0.0.22 - - [2025-10-13 02:08:45] "GET /project/5f1afafc-3c11-4115-a650-b9aa8122b71c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.040798 10.0.0.22 - - [2025-10-13 02:08:45] "POST /neutron/network HTTP/1.1" 200 117 0.012123 10.0.0.41 - - [2025-10-13 02:08:46] "POST /ref-update HTTP/1.1" 200 156 0.027066 10.0.0.22 - - [2025-10-13 02:08:46] "POST /neutron/network HTTP/1.1" 200 888 0.012764 10.0.0.22 - - [2025-10-13 02:08:46] "POST /id-to-fqname HTTP/1.1" 200 253 0.001087 10.0.0.22 - - [2025-10-13 02:08:46] "GET /virtual-network/38415435-eb44-4a76-ad02-931a389f0959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.004873 10.0.0.22 - - [2025-10-13 02:08:46] "GET /virtual-network/38415435-eb44-4a76-ad02-931a389f0959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.006318 10.0.0.22 - - [2025-10-13 02:08:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.009499 10.0.0.22 - - [2025-10-13 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.41 - - [2025-10-13 02:08:46] "GET /projects?obj_uuids=5f1afafc-3c11-4115-a650-b9aa8122b71c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000935 10.0.0.22 - - [2025-10-13 02:08:46] "GET /project/5f1afafc-3c11-4115-a650-b9aa8122b71c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.046054 10.0.0.41 - - [2025-10-13 02:08:46] "POST /useragent-kv HTTP/1.1" 200 115 0.007974 10.0.0.22 - - [2025-10-13 02:08:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.190157 10.0.0.22 - - [2025-10-13 02:08:47] "POST /id-to-fqname HTTP/1.1" 200 254 0.001307 10.0.0.22 - - [2025-10-13 02:08:47] "GET /virtual-network/e657a2c4-4ef6-4f69-ab72-aa08b1a432f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.005527 10.0.0.22 - - [2025-10-13 02:08:47] "GET /virtual-network/e657a2c4-4ef6-4f69-ab72-aa08b1a432f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.013918 10.0.0.22 - - [2025-10-13 02:08:47] "POST /neutron/network HTTP/1.1" 200 890 0.007885 10.0.0.22 - - [2025-10-13 02:08:47] "POST /id-to-fqname HTTP/1.1" 200 253 0.001501 10.0.0.41 - - [2025-10-13 02:08:47] "GET /projects?obj_uuids=5f1afafc-3c11-4115-a650-b9aa8122b71c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002070 10.0.0.22 - - [2025-10-13 02:08:47] "GET /project/5f1afafc-3c11-4115-a650-b9aa8122b71c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.062889 10.0.0.22 - - [2025-10-13 02:08:47] "POST /neutron/network HTTP/1.1" 200 888 0.007246 10.0.0.22 - - [2025-10-13 02:08:48] "POST /id-to-fqname HTTP/1.1" 200 254 0.001404 10.0.0.22 - - [2025-10-13 02:08:48] "POST /neutron/port HTTP/1.1" 200 117 0.006508 10.0.0.41 - - [2025-10-13 02:08:48] "GET /projects?obj_uuids=5f1afafc-3c11-4115-a650-b9aa8122b71c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001480 10.0.0.22 - - [2025-10-13 02:08:48] "POST /neutron/port HTTP/1.1" 200 1060 0.326627 10.0.0.41 - - [2025-10-13 02:08:49] "GET /projects?obj_uuids=5f1afafc-3c11-4115-a650-b9aa8122b71c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001330 10.0.0.22 - - [2025-10-13 02:08:49] "GET /project/5f1afafc-3c11-4115-a650-b9aa8122b71c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.076161 10.0.0.22 - - [2025-10-13 02:08:49] "POST /neutron/port HTTP/1.1" 200 1114 0.137578 10.0.0.22 - - [2025-10-13 02:08:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003829 10.0.0.22 - - [2025-10-13 02:08:49] "POST /neutron/port HTTP/1.1" 200 1088 0.018276 10.0.0.22 - - [2025-10-13 02:08:49] "POST /neutron/port HTTP/1.1" 200 117 0.006973 10.0.0.22 - - [2025-10-13 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003505 10.0.0.22 - - [2025-10-13 02:08:50] "POST /neutron/port HTTP/1.1" 200 1060 0.019068 10.0.0.22 - - [2025-10-13 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.41 - - [2025-10-13 02:08:50] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001284 10.0.0.22 - - [2025-10-13 02:08:50] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009119 10.0.0.22 - - [2025-10-13 02:08:50] "POST /service-templates HTTP/1.1" 200 543 0.051759 10.0.0.22 - - [2025-10-13 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.22 - - [2025-10-13 02:08:50] "POST /neutron/port HTTP/1.1" 200 1088 0.017397 10.0.0.22 - - [2025-10-13 02:08:50] "GET /service-template/58aa27e6-a655-434c-a8b9-cca09b709fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.021585 10.0.0.22 - - [2025-10-13 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005008 10.0.0.22 - - [2025-10-13 02:08:50] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.22 - - [2025-10-13 02:08:50] "GET /service-template/58aa27e6-a655-434c-a8b9-cca09b709fe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003819 10.0.0.22 - - [2025-10-13 02:08:50] "POST /id-to-fqname HTTP/1.1" 200 253 0.001338 10.0.0.22 - - [2025-10-13 02:08:50] "POST /id-to-fqname HTTP/1.1" 200 253 0.000872 10.0.0.22 - - [2025-10-13 02:08:50] "POST /id-to-fqname HTTP/1.1" 200 254 0.001280 10.0.0.22 - - [2025-10-13 02:08:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007693 10.0.0.22 - - [2025-10-13 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.22 - - [2025-10-13 02:08:50] "DELETE /service-template/58aa27e6-a655-434c-a8b9-cca09b709fe4 HTTP/1.1" 200 115 0.026014 10.0.0.22 - - [2025-10-13 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003049 10.0.0.22 - - [2025-10-13 02:08:53] "POST /neutron/port HTTP/1.1" 200 1088 0.018203 10.0.0.22 - - [2025-10-13 02:08:53] "POST /neutron/port HTTP/1.1" 200 151 0.222675 10.0.0.22 - - [2025-10-13 02:08:54] "POST /neutron/network HTTP/1.1" 200 888 0.007521 10.0.0.41 - - [2025-10-13 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.41 - - [2025-10-13 02:08:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002520 10.0.0.41 - - [2025-10-13 02:08:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002401 10.0.0.22 - - [2025-10-13 02:08:55] "POST /neutron/network HTTP/1.1" 200 151 0.150634 10.0.0.41 - - [2025-10-13 02:08:55] "DELETE /route-target/0503c88d-f5f9-40c1-8fb3-a4ba4c4b8c5a HTTP/1.1" 200 115 0.026688 10.0.0.41 - - [2025-10-13 02:08:55] "GET /obj-perms HTTP/1.1" 200 5056 0.060720 10.0.0.41 - - [2025-10-13 02:08:55] "GET /projects?obj_uuids=5f1afafc-3c11-4115-a650-b9aa8122b71c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002343 10.0.0.22 - - [2025-10-13 02:08:55] "GET /project/5f1afafc-3c11-4115-a650-b9aa8122b71c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.054271 10.0.0.41 - - [2025-10-13 02:08:55] "GET /projects?obj_uuids=5f1afafc-3c11-4115-a650-b9aa8122b71c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002680 10.0.0.22 - - [2025-10-13 02:08:55] "GET /project/5f1afafc-3c11-4115-a650-b9aa8122b71c?fields=virtual_networks HTTP/1.1" 200 1033 0.040562 10.0.0.41 - - [2025-10-13 02:08:55] "GET /projects?obj_uuids=5f1afafc-3c11-4115-a650-b9aa8122b71c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000901 10.0.0.22 - - [2025-10-13 02:08:55] "GET /project/5f1afafc-3c11-4115-a650-b9aa8122b71c?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.060463 10.0.0.41 - - [2025-10-13 02:08:55] "GET /projects?obj_uuids=5f1afafc-3c11-4115-a650-b9aa8122b71c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001751 10.0.0.22 - - [2025-10-13 02:08:55] "GET /project/5f1afafc-3c11-4115-a650-b9aa8122b71c?fields=security_groups HTTP/1.1" 200 1260 0.046984 10.0.0.22 - - [2025-10-13 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.023508 10.0.0.41 - - [2025-10-13 02:08:56] "GET /projects?obj_uuids=37c80a40-d3bd-4f60-9af6-7c3950bd58ae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003420 10.0.0.41 - - [2025-10-13 02:08:56] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001136 10.0.0.41 - - [2025-10-13 02:08:56] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006926 10.0.0.41 - - [2025-10-13 02:08:56] "POST /id-to-fqname HTTP/1.1" 200 195 0.002824 10.0.0.41 - - [2025-10-13 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 204 0.006626 10.0.0.41 - - [2025-10-13 02:08:56] "POST /security-groups HTTP/1.1" 200 596 0.030087 10.0.0.41 - - [2025-10-13 02:08:56] "POST /fqname-to-id HTTP/1.1" 404 239 0.003477 10.0.0.41 - - [2025-10-13 02:08:56] "POST /projects HTTP/1.1" 200 595 0.241034 10.0.0.41 - - [2025-10-13 02:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.312008 10.0.0.41 - - [2025-10-13 02:08:56] "POST /access-control-lists HTTP/1.1" 200 599 0.025204 10.0.0.22 - - [2025-10-13 02:08:57] "GET /project/37c80a40-d3bd-4f60-9af6-7c3950bd58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.453537 10.0.0.22 - - [2025-10-13 02:08:58] "GET / HTTP/1.1" 200 35931 0.002170 10.0.0.22 - - [2025-10-13 02:08:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000569 10.0.0.22 - - [2025-10-13 02:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.028301 10.0.0.41 - - [2025-10-13 02:08:59] "GET /projects?obj_uuids=37c80a40-d3bd-4f60-9af6-7c3950bd58ae&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001224 10.0.0.22 - - [2025-10-13 02:08:59] "GET /project/37c80a40-d3bd-4f60-9af6-7c3950bd58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.049592 10.0.0.22 - - [2025-10-13 02:08:59] "POST /neutron/network HTTP/1.1" 200 117 0.033490 10.0.0.41 - - [2025-10-13 02:08:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007560 10.0.0.22 - - [2025-10-13 02:08:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.212063 10.0.0.22 - - [2025-10-13 02:08:59] "POST /id-to-fqname HTTP/1.1" 200 261 0.001289 10.0.0.22 - - [2025-10-13 02:08:59] "GET /virtual-network/3c8404a9-4dfe-433f-822b-7ac15754b3f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.007325 10.0.0.22 - - [2025-10-13 02:08:59] "GET /virtual-network/3c8404a9-4dfe-433f-822b-7ac15754b3f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005260 10.0.0.41 - - [2025-10-13 02:08:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.023709 10.0.0.22 - - [2025-10-13 02:08:59] "POST /neutron/network HTTP/1.1" 200 1076 0.009831 10.0.0.22 - - [2025-10-13 02:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.41 - - [2025-10-13 02:09:00] "GET /projects?obj_uuids=37c80a40-d3bd-4f60-9af6-7c3950bd58ae&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000911 10.0.0.22 - - [2025-10-13 02:09:00] "GET /project/37c80a40-d3bd-4f60-9af6-7c3950bd58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.039932 10.0.0.41 - - [2025-10-13 02:09:00] "DELETE /project/a65a9db5-ec31-4c1f-9d13-a2f8beb137eb HTTP/1.1" 404 177 0.007948 10.0.0.41 - - [2025-10-13 02:09:00] "DELETE /project/37c80a40d3bd4f609af67c3950bd58ae HTTP/1.1" 404 173 0.009816 10.0.0.41 - - [2025-10-13 02:09:00] "DELETE /project/5f1afafc3c114115a650b9aa8122b71c HTTP/1.1" 404 173 0.007602 10.0.0.41 - - [2025-10-13 02:09:00] "GET /projects?obj_uuids=5f1afafc-3c11-4115-a650-b9aa8122b71c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001947 10.0.0.22 - - [2025-10-13 02:09:00] "POST /neutron/network HTTP/1.1" 200 117 0.032509 10.0.0.41 - - [2025-10-13 02:09:00] "GET /project/5f1afafc-3c11-4115-a650-b9aa8122b71c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.050325 10.0.0.41 - - [2025-10-13 02:09:00] "GET /projects?obj_uuids=5f1afafc-3c11-4115-a650-b9aa8122b71c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000853 10.0.0.41 - - [2025-10-13 02:09:00] "GET /project/5f1afafc-3c11-4115-a650-b9aa8122b71c?fields=security_groups HTTP/1.1" 200 1365 0.068973 10.0.0.41 - - [2025-10-13 02:09:00] "DELETE /security-group/76c7fb17-3810-4ff8-983d-a174fcd043f7 HTTP/1.1" 200 115 0.076605 10.0.0.41 - - [2025-10-13 02:09:00] "GET /projects?obj_uuids=5f1afafc-3c11-4115-a650-b9aa8122b71c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001121 10.0.0.41 - - [2025-10-13 02:09:00] "POST /route-targets HTTP/1.1" 200 327 0.019386 10.0.0.41 - - [2025-10-13 02:09:00] "GET /project/5f1afafc-3c11-4115-a650-b9aa8122b71c?fields=application_policy_sets HTTP/1.1" 200 1404 0.071460 10.0.0.41 - - [2025-10-13 02:09:00] "DELETE /access-control-list/b24065bc-def5-4362-9d2e-627f79ce9704 HTTP/1.1" 200 115 0.042512 10.0.0.41 - - [2025-10-13 02:09:00] "DELETE /project/5f1afafc-3c11-4115-a650-b9aa8122b71c HTTP/1.1" 200 115 0.561432 10.0.0.41 - - [2025-10-13 02:09:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.014544 10.0.0.41 - - [2025-10-13 02:09:00] "POST /useragent-kv HTTP/1.1" 200 115 0.021736 10.0.0.22 - - [2025-10-13 02:09:00] "POST /neutron/subnet HTTP/1.1" 200 734 0.172383 10.0.0.22 - - [2025-10-13 02:09:00] "POST /id-to-fqname HTTP/1.1" 200 261 0.001225 10.0.0.22 - - [2025-10-13 02:09:00] "GET /virtual-network/d31c0d4d-0526-4c67-9a70-73a53eccbaa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.010456 10.0.0.22 - - [2025-10-13 02:09:00] "GET /virtual-network/d31c0d4d-0526-4c67-9a70-73a53eccbaa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.005154 10.0.0.22 - - [2025-10-13 02:09:00] "POST /neutron/network HTTP/1.1" 200 1077 0.008117 10.0.0.22 - - [2025-10-13 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.41 - - [2025-10-13 02:09:01] "GET /projects?obj_uuids=37c80a40-d3bd-4f60-9af6-7c3950bd58ae&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000848 10.0.0.22 - - [2025-10-13 02:09:01] "GET /project/37c80a40-d3bd-4f60-9af6-7c3950bd58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.055375 10.0.0.22 - - [2025-10-13 02:09:01] "POST /neutron/network HTTP/1.1" 200 117 0.019440 10.0.0.41 - - [2025-10-13 02:09:01] "POST /useragent-kv HTTP/1.1" 200 115 0.007630 10.0.0.22 - - [2025-10-13 02:09:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.201016 10.0.0.22 - - [2025-10-13 02:09:01] "POST /id-to-fqname HTTP/1.1" 200 262 0.001281 10.0.0.22 - - [2025-10-13 02:09:01] "GET /virtual-network/9d8e562c-e9ea-4178-b2df-7ddf84e8ceab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.005229 10.0.0.22 - - [2025-10-13 02:09:01] "GET /virtual-network/9d8e562c-e9ea-4178-b2df-7ddf84e8ceab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.005450 10.0.0.22 - - [2025-10-13 02:09:01] "POST /neutron/network HTTP/1.1" 200 1076 0.010909 10.0.0.22 - - [2025-10-13 02:09:01] "POST /id-to-fqname HTTP/1.1" 200 261 0.001644 10.0.0.22 - - [2025-10-13 02:09:02] "POST /neutron/network HTTP/1.1" 200 1087 0.009471 10.0.0.41 - - [2025-10-13 02:09:02] "GET /projects?obj_uuids=37c80a40-d3bd-4f60-9af6-7c3950bd58ae&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001218 10.0.0.22 - - [2025-10-13 02:09:02] "GET /project/37c80a40-d3bd-4f60-9af6-7c3950bd58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.058295 10.0.0.22 - - [2025-10-13 02:09:03] "POST /neutron/port HTTP/1.1" 200 117 0.006646 10.0.0.22 - - [2025-10-13 02:09:03] "POST /id-to-fqname HTTP/1.1" 200 262 0.001133 10.0.0.22 - - [2025-10-13 02:09:03] "POST /neutron/network HTTP/1.1" 200 1087 0.009275 10.0.0.22 - - [2025-10-13 02:09:04] "POST /neutron/port HTTP/1.1" 200 1174 0.019487 10.0.0.22 - - [2025-10-13 02:09:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004442 10.0.0.41 - - [2025-10-13 02:09:04] "GET /projects?obj_uuids=37c80a40-d3bd-4f60-9af6-7c3950bd58ae&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000994 10.0.0.22 - - [2025-10-13 02:09:04] "GET /project/37c80a40-d3bd-4f60-9af6-7c3950bd58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.081891 10.0.0.22 - - [2025-10-13 02:09:04] "POST /neutron/network HTTP/1.1" 200 1076 0.014823 10.0.0.22 - - [2025-10-13 02:09:04] "POST /neutron/network HTTP/1.1" 200 1077 0.011889 10.0.0.22 - - [2025-10-13 02:09:04] "POST /neutron/port HTTP/1.1" 200 117 0.006218 10.0.0.22 - - [2025-10-13 02:09:05] "POST /neutron/port HTTP/1.1" 200 1171 0.019891 10.0.0.22 - - [2025-10-13 02:09:05] "POST /neutron/port HTTP/1.1" 200 1199 0.022376 10.0.0.22 - - [2025-10-13 02:09:05] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013843 10.0.0.22 - - [2025-10-13 02:09:05] "POST /neutron/network HTTP/1.1" 200 1076 0.009664 10.0.0.22 - - [2025-10-13 02:09:06] "POST /neutron/port HTTP/1.1" 200 1202 0.022988 10.0.0.22 - - [2025-10-13 02:09:07] "POST /neutron/port HTTP/1.1" 200 1199 0.016164 10.0.0.22 - - [2025-10-13 02:09:08] "POST /neutron/port HTTP/1.1" 200 117 0.006649 10.0.0.41 - - [2025-10-13 02:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.22 - - [2025-10-13 02:09:08] "POST /neutron/network HTTP/1.1" 200 1076 0.008971 10.0.0.41 - - [2025-10-13 02:09:08] "DELETE /route-target/188f367d-2482-479b-8fab-bdd2bf9b7c70 HTTP/1.1" 200 115 0.021980 10.0.0.41 - - [2025-10-13 02:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003865 10.0.0.41 - - [2025-10-13 02:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005073 10.0.0.41 - - [2025-10-13 02:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003150 10.0.0.41 - - [2025-10-13 02:09:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002185 10.0.0.22 - - [2025-10-13 02:09:08] "POST /neutron/network HTTP/1.1" 200 151 0.138128 10.0.0.41 - - [2025-10-13 02:09:08] "GET /projects?obj_uuids=37c80a40-d3bd-4f60-9af6-7c3950bd58ae&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001509 10.0.0.22 - - [2025-10-13 02:09:08] "GET /project/37c80a40-d3bd-4f60-9af6-7c3950bd58ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.083078 10.0.0.41 - - [2025-10-13 02:09:08] "GET /projects?obj_uuids=37c80a40-d3bd-4f60-9af6-7c3950bd58ae&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000847 10.0.0.22 - - [2025-10-13 02:09:09] "GET /project/37c80a40-d3bd-4f60-9af6-7c3950bd58ae?fields=virtual_networks HTTP/1.1" 200 1041 0.041465 10.0.0.41 - - [2025-10-13 02:09:09] "GET /projects?obj_uuids=37c80a40-d3bd-4f60-9af6-7c3950bd58ae&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000947 10.0.0.22 - - [2025-10-13 02:09:09] "GET /project/37c80a40-d3bd-4f60-9af6-7c3950bd58ae?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.050330 10.0.0.41 - - [2025-10-13 02:09:09] "GET /projects?obj_uuids=37c80a40-d3bd-4f60-9af6-7c3950bd58ae&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001236 10.0.0.22 - - [2025-10-13 02:09:09] "GET /project/37c80a40-d3bd-4f60-9af6-7c3950bd58ae?fields=security_groups HTTP/1.1" 200 1272 0.050825 10.0.0.22 - - [2025-10-13 02:09:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.021797 10.0.0.41 - - [2025-10-13 02:09:10] "GET /projects?obj_uuids=84117efd-a512-4bf7-8c68-e04bab6b9c97&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002995 10.0.0.41 - - [2025-10-13 02:09:10] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002792 10.0.0.41 - - [2025-10-13 02:09:10] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013333 10.0.0.41 - - [2025-10-13 02:09:10] "POST /id-to-fqname HTTP/1.1" 200 198 0.006002 10.0.0.41 - - [2025-10-13 02:09:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.002984 10.0.0.41 - - [2025-10-13 02:09:10] "POST /security-groups HTTP/1.1" 200 599 0.073796 10.0.0.41 - - [2025-10-13 02:09:10] "POST /fqname-to-id HTTP/1.1" 404 242 0.005021 10.0.0.41 - - [2025-10-13 02:09:10] "POST /projects HTTP/1.1" 200 601 0.273801 10.0.0.41 - - [2025-10-13 02:09:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.342354 10.0.0.41 - - [2025-10-13 02:09:10] "POST /access-control-lists HTTP/1.1" 200 602 0.031841 10.0.0.22 - - [2025-10-13 02:09:10] "GET /project/84117efd-a512-4bf7-8c68-e04bab6b9c97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.506098 10.0.0.22 - - [2025-10-13 02:09:11] "GET / HTTP/1.1" 200 35931 0.002804 10.0.0.22 - - [2025-10-13 02:09:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000569 10.0.0.22 - - [2025-10-13 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.052180 10.0.0.41 - - [2025-10-13 02:09:12] "GET /projects?obj_uuids=84117efd-a512-4bf7-8c68-e04bab6b9c97&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.22 - - [2025-10-13 02:09:12] "GET /project/84117efd-a512-4bf7-8c68-e04bab6b9c97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.055429 10.0.0.41 - - [2025-10-13 02:09:12] "POST /useragent-kv HTTP/1.1" 200 115 0.007671 10.0.0.22 - - [2025-10-13 02:09:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.274158 10.0.0.22 - - [2025-10-13 02:09:12] "POST /id-to-fqname HTTP/1.1" 200 267 0.001314 10.0.0.22 - - [2025-10-13 02:09:12] "GET /virtual-network/0545dc40-67eb-4e20-9730-b4ce7d5f1c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004797 10.0.0.22 - - [2025-10-13 02:09:12] "GET /virtual-network/0545dc40-67eb-4e20-9730-b4ce7d5f1c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005017 10.0.0.22 - - [2025-10-13 02:09:13] "POST /neutron/network HTTP/1.1" 200 909 0.007891 10.0.0.22 - - [2025-10-13 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.41 - - [2025-10-13 02:09:13] "GET /projects?obj_uuids=84117efd-a512-4bf7-8c68-e04bab6b9c97&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.22 - - [2025-10-13 02:09:13] "GET /project/84117efd-a512-4bf7-8c68-e04bab6b9c97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053023 10.0.0.41 - - [2025-10-13 02:09:13] "GET /projects?obj_uuids=84117efd-a512-4bf7-8c68-e04bab6b9c97&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.22 - - [2025-10-13 02:09:13] "POST /neutron/network HTTP/1.1" 200 691 0.132124 10.0.0.41 - - [2025-10-13 02:09:13] "POST /route-targets HTTP/1.1" 200 327 0.022671 10.0.0.22 - - [2025-10-13 02:09:13] "POST /id-to-fqname HTTP/1.1" 200 267 0.003428 10.0.0.22 - - [2025-10-13 02:09:13] "GET /virtual-network/fc4031f5-f0c0-4272-9660-b53c2798070a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005904 10.0.0.22 - - [2025-10-13 02:09:13] "POST /neutron/network HTTP/1.1" 200 909 0.009497 10.0.0.22 - - [2025-10-13 02:09:13] "GET /virtual-network/fc4031f5-f0c0-4272-9660-b53c2798070a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005945 10.0.0.22 - - [2025-10-13 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.41 - - [2025-10-13 02:09:13] "GET /projects?obj_uuids=84117efd-a512-4bf7-8c68-e04bab6b9c97&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.22 - - [2025-10-13 02:09:13] "GET /project/84117efd-a512-4bf7-8c68-e04bab6b9c97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047663 10.0.0.22 - - [2025-10-13 02:09:13] "POST /neutron/network HTTP/1.1" 200 117 0.013413 10.0.0.41 - - [2025-10-13 02:09:14] "POST /ref-update HTTP/1.1" 200 156 0.023506 10.0.0.22 - - [2025-10-13 02:09:14] "POST /neutron/network HTTP/1.1" 200 912 0.008500 10.0.0.22 - - [2025-10-13 02:09:14] "POST /id-to-fqname HTTP/1.1" 200 268 0.000977 10.0.0.22 - - [2025-10-13 02:09:14] "GET /virtual-network/c6ea3103-de5f-4c60-a25b-7f8644e33a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.004732 10.0.0.22 - - [2025-10-13 02:09:14] "GET /virtual-network/c6ea3103-de5f-4c60-a25b-7f8644e33a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005264 10.0.0.22 - - [2025-10-13 02:09:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.009923 10.0.0.22 - - [2025-10-13 02:09:14] "POST /id-to-fqname HTTP/1.1" 200 267 0.001009 10.0.0.41 - - [2025-10-13 02:09:15] "GET /projects?obj_uuids=84117efd-a512-4bf7-8c68-e04bab6b9c97&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001525 10.0.0.22 - - [2025-10-13 02:09:15] "GET /project/84117efd-a512-4bf7-8c68-e04bab6b9c97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.068270 10.0.0.22 - - [2025-10-13 02:09:15] "POST /neutron/port HTTP/1.1" 200 117 0.008813 10.0.0.22 - - [2025-10-13 02:09:15] "POST /id-to-fqname HTTP/1.1" 200 268 0.002144 10.0.0.22 - - [2025-10-13 02:09:15] "POST /neutron/network HTTP/1.1" 200 922 0.007118 10.0.0.22 - - [2025-10-13 02:09:16] "POST /neutron/port HTTP/1.1" 200 1067 0.017516 10.0.0.22 - - [2025-10-13 02:09:16] "POST /neutron/port HTTP/1.1" 200 1095 0.019444 10.0.0.41 - - [2025-10-13 02:09:16] "GET /projects?obj_uuids=84117efd-a512-4bf7-8c68-e04bab6b9c97&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001327 10.0.0.22 - - [2025-10-13 02:09:16] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.22 - - [2025-10-13 02:09:16] "GET /project/84117efd-a512-4bf7-8c68-e04bab6b9c97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.092585 10.0.0.22 - - [2025-10-13 02:09:16] "POST /neutron/port HTTP/1.1" 200 1095 0.017518 10.0.0.22 - - [2025-10-13 02:09:16] "POST /neutron/network HTTP/1.1" 200 922 0.008482 10.0.0.22 - - [2025-10-13 02:09:17] "POST /neutron/port HTTP/1.1" 200 1068 0.015629 10.0.0.22 - - [2025-10-13 02:09:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012885 10.0.0.22 - - [2025-10-13 02:09:17] "POST /neutron/network HTTP/1.1" 200 912 0.006566 10.0.0.22 - - [2025-10-13 02:09:18] "POST /neutron/port HTTP/1.1" 200 1095 0.017280 10.0.0.22 - - [2025-10-13 02:09:19] "POST /neutron/port HTTP/1.1" 200 1096 0.024382 10.0.0.22 - - [2025-10-13 02:09:19] "POST /neutron/port HTTP/1.1" 200 117 0.006851 10.0.0.22 - - [2025-10-13 02:09:20] "POST /neutron/network HTTP/1.1" 200 912 0.006767 10.0.0.41 - - [2025-10-13 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.41 - - [2025-10-13 02:09:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003520 10.0.0.41 - - [2025-10-13 02:09:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004307 10.0.0.22 - - [2025-10-13 02:09:20] "POST /neutron/network HTTP/1.1" 200 151 0.132230 10.0.0.41 - - [2025-10-13 02:09:20] "GET /projects?obj_uuids=84117efd-a512-4bf7-8c68-e04bab6b9c97&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000852 10.0.0.41 - - [2025-10-13 02:09:20] "DELETE /route-target/a656ae16-5b56-4971-90f4-ee51e9d6c446 HTTP/1.1" 200 115 0.030878 10.0.0.22 - - [2025-10-13 02:09:20] "GET /project/84117efd-a512-4bf7-8c68-e04bab6b9c97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.095544 10.0.0.41 - - [2025-10-13 02:09:20] "GET /projects?obj_uuids=84117efd-a512-4bf7-8c68-e04bab6b9c97&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001128 10.0.0.22 - - [2025-10-13 02:09:20] "GET /project/84117efd-a512-4bf7-8c68-e04bab6b9c97?fields=virtual_networks HTTP/1.1" 200 1047 0.047506 10.0.0.41 - - [2025-10-13 02:09:20] "GET /projects?obj_uuids=84117efd-a512-4bf7-8c68-e04bab6b9c97&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001048 10.0.0.22 - - [2025-10-13 02:09:20] "GET /project/84117efd-a512-4bf7-8c68-e04bab6b9c97?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.035903 10.0.0.41 - - [2025-10-13 02:09:20] "GET /projects?obj_uuids=84117efd-a512-4bf7-8c68-e04bab6b9c97&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001157 10.0.0.22 - - [2025-10-13 02:09:21] "GET /project/84117efd-a512-4bf7-8c68-e04bab6b9c97?fields=security_groups HTTP/1.1" 200 1281 0.048662 10.0.0.22 - - [2025-10-13 02:09:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.024804 10.0.0.41 - - [2025-10-13 02:09:21] "GET /projects?obj_uuids=765cd803-eff7-4dc3-a72b-2ae59f9480ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003038 10.0.0.41 - - [2025-10-13 02:09:21] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.41 - - [2025-10-13 02:09:21] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007507 10.0.0.41 - - [2025-10-13 02:09:22] "POST /id-to-fqname HTTP/1.1" 200 195 0.001405 10.0.0.41 - - [2025-10-13 02:09:22] "POST /fqname-to-id HTTP/1.1" 404 204 0.005892 10.0.0.41 - - [2025-10-13 02:09:22] "POST /security-groups HTTP/1.1" 200 596 0.074139 10.0.0.41 - - [2025-10-13 02:09:22] "POST /projects HTTP/1.1" 200 595 0.282078 10.0.0.41 - - [2025-10-13 02:09:22] "POST /fqname-to-id HTTP/1.1" 404 238 0.003298 10.0.0.41 - - [2025-10-13 02:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.353984 10.0.0.22 - - [2025-10-13 02:09:22] "GET /project/765cd803-eff7-4dc3-a72b-2ae59f9480ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.480048 10.0.0.22 - - [2025-10-13 02:09:23] "GET / HTTP/1.1" 200 35931 0.001918 10.0.0.22 - - [2025-10-13 02:09:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.22 - - [2025-10-13 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.049461 10.0.0.41 - - [2025-10-13 02:09:24] "GET /projects?obj_uuids=765cd803-eff7-4dc3-a72b-2ae59f9480ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000941 10.0.0.22 - - [2025-10-13 02:09:24] "GET /project/765cd803-eff7-4dc3-a72b-2ae59f9480ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.039374 10.0.0.41 - - [2025-10-13 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.034560 10.0.0.41 - - [2025-10-13 02:09:24] "POST /useragent-kv HTTP/1.1" 200 115 0.006437 10.0.0.22 - - [2025-10-13 02:09:24] "POST /neutron/subnet HTTP/1.1" 200 715 0.240111 10.0.0.22 - - [2025-10-13 02:09:24] "POST /id-to-fqname HTTP/1.1" 200 261 0.001593 10.0.0.22 - - [2025-10-13 02:09:24] "GET /virtual-network/52d75b7d-275c-4565-8e19-6f4e0a9e5752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005522 10.0.0.22 - - [2025-10-13 02:09:24] "GET /virtual-network/52d75b7d-275c-4565-8e19-6f4e0a9e5752?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.006172 10.0.0.22 - - [2025-10-13 02:09:24] "POST /neutron/network HTTP/1.1" 200 899 0.007668 10.0.0.22 - - [2025-10-13 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.41 - - [2025-10-13 02:09:24] "GET /projects?obj_uuids=765cd803-eff7-4dc3-a72b-2ae59f9480ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000966 10.0.0.22 - - [2025-10-13 02:09:24] "GET /project/765cd803-eff7-4dc3-a72b-2ae59f9480ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.055688 10.0.0.41 - - [2025-10-13 02:09:24] "GET /projects?obj_uuids=765cd803-eff7-4dc3-a72b-2ae59f9480ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001097 10.0.0.22 - - [2025-10-13 02:09:24] "POST /neutron/network HTTP/1.1" 200 682 0.118604 10.0.0.22 - - [2025-10-13 02:09:25] "POST /id-to-fqname HTTP/1.1" 200 261 0.003757 10.0.0.22 - - [2025-10-13 02:09:25] "GET /virtual-network/541d474b-c7f7-4280-957d-edaf89446a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005803 10.0.0.22 - - [2025-10-13 02:09:25] "POST /neutron/network HTTP/1.1" 200 900 0.009297 10.0.0.22 - - [2025-10-13 02:09:25] "GET /virtual-network/541d474b-c7f7-4280-957d-edaf89446a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.007321 10.0.0.22 - - [2025-10-13 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.41 - - [2025-10-13 02:09:25] "GET /projects?obj_uuids=765cd803-eff7-4dc3-a72b-2ae59f9480ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001685 10.0.0.22 - - [2025-10-13 02:09:25] "GET /project/765cd803-eff7-4dc3-a72b-2ae59f9480ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.054255 10.0.0.22 - - [2025-10-13 02:09:25] "POST /neutron/network HTTP/1.1" 200 117 0.022125 10.0.0.41 - - [2025-10-13 02:09:25] "POST /route-targets HTTP/1.1" 200 327 0.014052 10.0.0.22 - - [2025-10-13 02:09:25] "POST /neutron/network HTTP/1.1" 200 903 0.009679 10.0.0.22 - - [2025-10-13 02:09:25] "POST /id-to-fqname HTTP/1.1" 200 262 0.001302 10.0.0.22 - - [2025-10-13 02:09:25] "GET /virtual-network/f0c216cf-2714-4a0e-a526-01652902687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.010157 10.0.0.22 - - [2025-10-13 02:09:25] "GET /virtual-network/f0c216cf-2714-4a0e-a526-01652902687c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005404 10.0.0.22 - - [2025-10-13 02:09:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.008833 10.0.0.22 - - [2025-10-13 02:09:26] "POST /id-to-fqname HTTP/1.1" 200 261 0.001041 10.0.0.41 - - [2025-10-13 02:09:26] "GET /projects?obj_uuids=765cd803-eff7-4dc3-a72b-2ae59f9480ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001058 10.0.0.22 - - [2025-10-13 02:09:26] "GET /project/765cd803-eff7-4dc3-a72b-2ae59f9480ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.064358 10.0.0.22 - - [2025-10-13 02:09:27] "POST /neutron/port HTTP/1.1" 200 117 0.006330 10.0.0.22 - - [2025-10-13 02:09:27] "POST /id-to-fqname HTTP/1.1" 200 262 0.001286 10.0.0.22 - - [2025-10-13 02:09:27] "POST /neutron/network HTTP/1.1" 200 913 0.008896 10.0.0.22 - - [2025-10-13 02:09:27] "POST /neutron/port HTTP/1.1" 200 1064 0.017772 10.0.0.22 - - [2025-10-13 02:09:28] "POST /neutron/port HTTP/1.1" 200 1092 0.018197 10.0.0.41 - - [2025-10-13 02:09:28] "GET /projects?obj_uuids=765cd803-eff7-4dc3-a72b-2ae59f9480ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000967 10.0.0.22 - - [2025-10-13 02:09:28] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.22 - - [2025-10-13 02:09:28] "GET /project/765cd803-eff7-4dc3-a72b-2ae59f9480ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.067769 10.0.0.22 - - [2025-10-13 02:09:28] "POST /neutron/port HTTP/1.1" 200 1092 0.018912 10.0.0.22 - - [2025-10-13 02:09:28] "POST /neutron/network HTTP/1.1" 200 913 0.008006 10.0.0.22 - - [2025-10-13 02:09:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.004073 10.0.0.22 - - [2025-10-13 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.22 - - [2025-10-13 02:09:29] "POST /neutron/port HTTP/1.1" 200 1065 0.017592 10.0.0.41 - - [2025-10-13 02:09:29] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.22 - - [2025-10-13 02:09:29] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007075 10.0.0.22 - - [2025-10-13 02:09:29] "POST /service-templates HTTP/1.1" 200 543 0.065653 10.0.0.22 - - [2025-10-13 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007071 10.0.0.22 - - [2025-10-13 02:09:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003886 10.0.0.22 - - [2025-10-13 02:09:29] "GET /service-template/0576056c-ef3d-4b44-af0f-40504b87c943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.020159 10.0.0.22 - - [2025-10-13 02:09:29] "POST /neutron/network HTTP/1.1" 200 903 0.010841 10.0.0.22 - - [2025-10-13 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.22 - - [2025-10-13 02:09:29] "GET /service-template/0576056c-ef3d-4b44-af0f-40504b87c943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004458 10.0.0.22 - - [2025-10-13 02:09:29] "POST /id-to-fqname HTTP/1.1" 200 261 0.001301 10.0.0.22 - - [2025-10-13 02:09:29] "POST /id-to-fqname HTTP/1.1" 200 261 0.001755 10.0.0.22 - - [2025-10-13 02:09:29] "POST /id-to-fqname HTTP/1.1" 200 262 0.001396 10.0.0.22 - - [2025-10-13 02:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010684 10.0.0.22 - - [2025-10-13 02:09:29] "DELETE /service-template/0576056c-ef3d-4b44-af0f-40504b87c943 HTTP/1.1" 200 115 0.037998 10.0.0.22 - - [2025-10-13 02:09:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.007351 10.0.0.22 - - [2025-10-13 02:09:31] "POST /neutron/network HTTP/1.1" 200 900 0.007776 10.0.0.22 - - [2025-10-13 02:09:32] "POST /neutron/port HTTP/1.1" 200 1119 0.013958 10.0.0.22 - - [2025-10-13 02:09:32] "POST /neutron/port HTTP/1.1" 200 1118 0.062268 10.0.0.41 - - [2025-10-13 02:09:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003242 10.0.0.41 - - [2025-10-13 02:09:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003749 10.0.0.22 - - [2025-10-13 02:09:34] "POST /neutron/network HTTP/1.1" 200 151 0.135174 10.0.0.41 - - [2025-10-13 02:09:34] "DELETE /route-target/3717659a-02c9-4b85-affb-e0610199ffbd HTTP/1.1" 200 115 0.028967 10.0.0.22 - - [2025-10-13 02:09:34] "POST /neutron/network HTTP/1.1" 200 899 0.010840 10.0.0.41 - - [2025-10-13 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.013911 10.0.0.41 - - [2025-10-13 02:09:34] "GET /projects?obj_uuids=765cd803-eff7-4dc3-a72b-2ae59f9480ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000973 10.0.0.22 - - [2025-10-13 02:09:34] "GET /project/765cd803-eff7-4dc3-a72b-2ae59f9480ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.061954 10.0.0.41 - - [2025-10-13 02:09:34] "GET /projects?obj_uuids=765cd803-eff7-4dc3-a72b-2ae59f9480ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000861 10.0.0.22 - - [2025-10-13 02:09:34] "GET /project/765cd803-eff7-4dc3-a72b-2ae59f9480ef?fields=virtual_networks HTTP/1.1" 200 1041 0.042021 10.0.0.41 - - [2025-10-13 02:09:34] "GET /projects?obj_uuids=765cd803-eff7-4dc3-a72b-2ae59f9480ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001259 10.0.0.22 - - [2025-10-13 02:09:34] "GET /project/765cd803-eff7-4dc3-a72b-2ae59f9480ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.070623 10.0.0.41 - - [2025-10-13 02:09:34] "GET /projects?obj_uuids=765cd803-eff7-4dc3-a72b-2ae59f9480ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001216 10.0.0.22 - - [2025-10-13 02:09:34] "GET /project/765cd803-eff7-4dc3-a72b-2ae59f9480ef?fields=security_groups HTTP/1.1" 200 1272 0.044639 10.0.0.22 - - [2025-10-13 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.027496 10.0.0.41 - - [2025-10-13 02:09:35] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004790 10.0.0.41 - - [2025-10-13 02:09:35] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002482 10.0.0.41 - - [2025-10-13 02:09:35] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011442 10.0.0.41 - - [2025-10-13 02:09:36] "POST /id-to-fqname HTTP/1.1" 200 199 0.003576 10.0.0.41 - - [2025-10-13 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 208 0.007466 10.0.0.41 - - [2025-10-13 02:09:36] "POST /security-groups HTTP/1.1" 200 600 0.029327 10.0.0.41 - - [2025-10-13 02:09:36] "POST /projects HTTP/1.1" 200 603 0.240908 10.0.0.41 - - [2025-10-13 02:09:36] "POST /access-control-lists HTTP/1.1" 200 605 0.026002 10.0.0.41 - - [2025-10-13 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.320021 10.0.0.22 - - [2025-10-13 02:09:36] "GET /project/723e2455-a512-49f3-856d-6fb04a7b5dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.463541 10.0.0.22 - - [2025-10-13 02:09:37] "GET / HTTP/1.1" 200 35931 0.001505 10.0.0.22 - - [2025-10-13 02:09:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000792 10.0.0.22 - - [2025-10-13 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.047352 10.0.0.41 - - [2025-10-13 02:09:38] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001189 10.0.0.22 - - [2025-10-13 02:09:38] "GET /project/723e2455-a512-49f3-856d-6fb04a7b5dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.038214 10.0.0.41 - - [2025-10-13 02:09:38] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001052 10.0.0.22 - - [2025-10-13 02:09:38] "POST /neutron/network HTTP/1.1" 200 694 0.158829 10.0.0.41 - - [2025-10-13 02:09:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.003178 10.0.0.41 - - [2025-10-13 02:09:38] "POST /route-targets HTTP/1.1" 200 327 0.017590 10.0.0.22 - - [2025-10-13 02:09:38] "POST /neutron/network HTTP/1.1" 200 1089 0.012163 10.0.0.22 - - [2025-10-13 02:09:38] "POST /id-to-fqname HTTP/1.1" 200 269 0.002263 10.0.0.22 - - [2025-10-13 02:09:38] "GET /virtual-network/744a094d-5615-4c52-9dab-81d858b8152f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.010828 10.0.0.22 - - [2025-10-13 02:09:38] "GET /virtual-network/744a094d-5615-4c52-9dab-81d858b8152f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.005646 10.0.0.22 - - [2025-10-13 02:09:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.008252 10.0.0.22 - - [2025-10-13 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.41 - - [2025-10-13 02:09:39] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000816 10.0.0.22 - - [2025-10-13 02:09:39] "GET /project/723e2455-a512-49f3-856d-6fb04a7b5dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.042250 10.0.0.41 - - [2025-10-13 02:09:39] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001221 10.0.0.22 - - [2025-10-13 02:09:39] "POST /neutron/network HTTP/1.1" 200 694 0.127520 10.0.0.41 - - [2025-10-13 02:09:39] "POST /ref-update HTTP/1.1" 200 156 0.024752 10.0.0.41 - - [2025-10-13 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.007276 10.0.0.22 - - [2025-10-13 02:09:39] "POST /neutron/network HTTP/1.1" 200 1085 0.013128 10.0.0.22 - - [2025-10-13 02:09:39] "POST /id-to-fqname HTTP/1.1" 200 269 0.001133 10.0.0.22 - - [2025-10-13 02:09:39] "GET /virtual-network/f93c12f5-7d17-4d10-9456-e97845f189a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2755 0.005368 10.0.0.22 - - [2025-10-13 02:09:39] "GET /virtual-network/f93c12f5-7d17-4d10-9456-e97845f189a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2755 0.005371 10.0.0.22 - - [2025-10-13 02:09:39] "POST /neutron/subnet HTTP/1.1" 200 823 0.008942 10.0.0.22 - - [2025-10-13 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.41 - - [2025-10-13 02:09:39] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000913 10.0.0.22 - - [2025-10-13 02:09:39] "GET /project/723e2455-a512-49f3-856d-6fb04a7b5dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.041240 10.0.0.41 - - [2025-10-13 02:09:39] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001308 10.0.0.22 - - [2025-10-13 02:09:40] "POST /neutron/network HTTP/1.1" 200 696 0.110239 10.0.0.22 - - [2025-10-13 02:09:40] "POST /neutron/network HTTP/1.1" 200 1087 0.012349 10.0.0.22 - - [2025-10-13 02:09:40] "POST /id-to-fqname HTTP/1.1" 200 270 0.001232 10.0.0.22 - - [2025-10-13 02:09:40] "GET /virtual-network/3efa5159-f749-442d-8590-b264cb40096c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2757 0.005772 10.0.0.22 - - [2025-10-13 02:09:40] "GET /virtual-network/3efa5159-f749-442d-8590-b264cb40096c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2757 0.006505 10.0.0.22 - - [2025-10-13 02:09:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.016711 10.0.0.22 - - [2025-10-13 02:09:40] "POST /id-to-fqname HTTP/1.1" 200 269 0.001329 10.0.0.41 - - [2025-10-13 02:09:41] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001155 10.0.0.22 - - [2025-10-13 02:09:41] "GET /project/723e2455-a512-49f3-856d-6fb04a7b5dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.069656 10.0.0.22 - - [2025-10-13 02:09:41] "POST /neutron/network HTTP/1.1" 200 1085 0.011261 10.0.0.22 - - [2025-10-13 02:09:41] "POST /id-to-fqname HTTP/1.1" 200 270 0.001328 10.0.0.22 - - [2025-10-13 02:09:41] "POST /neutron/port HTTP/1.1" 200 117 0.011556 10.0.0.41 - - [2025-10-13 02:09:42] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001000 10.0.0.22 - - [2025-10-13 02:09:42] "POST /neutron/port HTTP/1.1" 200 1174 0.344338 10.0.0.22 - - [2025-10-13 02:09:42] "POST /neutron/port HTTP/1.1" 200 1228 0.096929 10.0.0.22 - - [2025-10-13 02:09:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004048 10.0.0.22 - - [2025-10-13 02:09:42] "POST /neutron/port HTTP/1.1" 200 117 0.001438 10.0.0.41 - - [2025-10-13 02:09:42] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001314 10.0.0.22 - - [2025-10-13 02:09:43] "GET /project/723e2455-a512-49f3-856d-6fb04a7b5dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.068862 10.0.0.22 - - [2025-10-13 02:09:43] "POST /neutron/port HTTP/1.1" 200 1202 0.025168 10.0.0.22 - - [2025-10-13 02:09:43] "POST /neutron/network HTTP/1.1" 200 1097 0.009566 10.0.0.22 - - [2025-10-13 02:09:44] "POST /neutron/port HTTP/1.1" 200 1174 0.018286 10.0.0.22 - - [2025-10-13 02:09:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003870 10.0.0.22 - - [2025-10-13 02:09:44] "POST /neutron/port HTTP/1.1" 200 117 0.001185 10.0.0.22 - - [2025-10-13 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.004172 10.0.0.22 - - [2025-10-13 02:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.41 - - [2025-10-13 02:09:44] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.22 - - [2025-10-13 02:09:44] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008574 10.0.0.22 - - [2025-10-13 02:09:44] "POST /service-templates HTTP/1.1" 200 543 0.044096 10.0.0.22 - - [2025-10-13 02:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.22 - - [2025-10-13 02:09:44] "GET /service-template/ee2cf1ef-4d61-434f-965a-b129bed70443?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.006326 10.0.0.22 - - [2025-10-13 02:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.22 - - [2025-10-13 02:09:44] "GET /service-template/ee2cf1ef-4d61-434f-965a-b129bed70443?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.004129 10.0.0.22 - - [2025-10-13 02:09:44] "POST /id-to-fqname HTTP/1.1" 200 269 0.001463 10.0.0.22 - - [2025-10-13 02:09:44] "POST /id-to-fqname HTTP/1.1" 200 269 0.001387 10.0.0.22 - - [2025-10-13 02:09:45] "POST /id-to-fqname HTTP/1.1" 200 270 0.001319 10.0.0.22 - - [2025-10-13 02:09:45] "POST /neutron/port HTTP/1.1" 200 2286 0.019229 10.0.0.22 - - [2025-10-13 02:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.22 - - [2025-10-13 02:09:45] "DELETE /service-template/ee2cf1ef-4d61-434f-965a-b129bed70443 HTTP/1.1" 200 115 0.038990 10.0.0.22 - - [2025-10-13 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.005803 10.0.0.22 - - [2025-10-13 02:09:46] "POST /neutron/network HTTP/1.1" 400 204 0.014934 10.0.0.22 - - [2025-10-13 02:09:47] "POST /neutron/port HTTP/1.1" 200 151 0.253621 10.0.0.22 - - [2025-10-13 02:09:47] "POST /neutron/port HTTP/1.1" 200 151 0.313367 10.0.0.41 - - [2025-10-13 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.22 - - [2025-10-13 02:09:48] "POST /neutron/network HTTP/1.1" 200 1087 0.011158 10.0.0.41 - - [2025-10-13 02:09:49] "DELETE /route-target/dcfd7189-8ae1-4d28-8bf6-61f4647df68b HTTP/1.1" 200 115 0.025682 10.0.0.41 - - [2025-10-13 02:09:49] "POST /useragent-kv HTTP/1.1" 200 115 0.006322 10.0.0.41 - - [2025-10-13 02:09:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002815 10.0.0.41 - - [2025-10-13 02:09:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002637 10.0.0.41 - - [2025-10-13 02:09:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002782 10.0.0.22 - - [2025-10-13 02:09:49] "POST /neutron/network HTTP/1.1" 200 151 0.129422 10.0.0.41 - - [2025-10-13 02:09:49] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001060 10.0.0.22 - - [2025-10-13 02:09:49] "GET /project/723e2455-a512-49f3-856d-6fb04a7b5dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.090871 10.0.0.41 - - [2025-10-13 02:09:49] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000923 10.0.0.22 - - [2025-10-13 02:09:49] "GET /project/723e2455-a512-49f3-856d-6fb04a7b5dda?fields=virtual_networks HTTP/1.1" 200 1048 0.047513 10.0.0.41 - - [2025-10-13 02:09:49] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001254 10.0.0.22 - - [2025-10-13 02:09:49] "GET /project/723e2455-a512-49f3-856d-6fb04a7b5dda?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.046472 10.0.0.41 - - [2025-10-13 02:09:49] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001209 10.0.0.22 - - [2025-10-13 02:09:49] "GET /project/723e2455-a512-49f3-856d-6fb04a7b5dda?fields=security_groups HTTP/1.1" 200 1283 0.043313 10.0.0.22 - - [2025-10-13 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.025884 10.0.0.41 - - [2025-10-13 02:09:50] "GET /projects?obj_uuids=56006dde-61ee-44b1-a2ba-26f0f1509553&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003731 10.0.0.41 - - [2025-10-13 02:09:50] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001282 10.0.0.41 - - [2025-10-13 02:09:50] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008778 10.0.0.41 - - [2025-10-13 02:09:50] "POST /id-to-fqname HTTP/1.1" 200 202 0.006580 10.0.0.41 - - [2025-10-13 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.009508 10.0.0.41 - - [2025-10-13 02:09:50] "POST /security-groups HTTP/1.1" 200 603 0.035371 10.0.0.41 - - [2025-10-13 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 246 0.004314 10.0.0.41 - - [2025-10-13 02:09:50] "POST /projects HTTP/1.1" 200 609 0.245488 10.0.0.41 - - [2025-10-13 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.313094 10.0.0.41 - - [2025-10-13 02:09:50] "POST /access-control-lists HTTP/1.1" 200 606 0.032369 10.0.0.22 - - [2025-10-13 02:09:50] "GET /project/56006dde-61ee-44b1-a2ba-26f0f1509553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.454401 10.0.0.22 - - [2025-10-13 02:09:51] "GET / HTTP/1.1" 200 35931 0.002043 10.0.0.19 - - [2025-10-13 02:09:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.19 - - [2025-10-13 02:09:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000593 10.0.0.22 - - [2025-10-13 02:09:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000768 10.0.0.22 - - [2025-10-13 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.064684 10.0.0.41 - - [2025-10-13 02:09:53] "GET /projects?obj_uuids=56006dde-61ee-44b1-a2ba-26f0f1509553&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001065 10.0.0.22 - - [2025-10-13 02:09:53] "GET /project/56006dde-61ee-44b1-a2ba-26f0f1509553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045173 10.0.0.41 - - [2025-10-13 02:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000568 10.0.0.41 - - [2025-10-13 02:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.41 - - [2025-10-13 02:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000549 10.0.0.41 - - [2025-10-13 02:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.41 - - [2025-10-13 02:09:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004131 10.0.0.22 - - [2025-10-13 02:09:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.243752 10.0.0.22 - - [2025-10-13 02:09:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001881 10.0.0.22 - - [2025-10-13 02:09:54] "GET /virtual-network/3669b6d3-6694-439e-9e21-99edf7e763d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006368 10.0.0.22 - - [2025-10-13 02:09:54] "GET /virtual-network/3669b6d3-6694-439e-9e21-99edf7e763d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006325 10.0.0.22 - - [2025-10-13 02:09:54] "POST /neutron/network HTTP/1.1" 200 839 0.008048 10.0.0.19 - - [2025-10-13 02:09:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000606 10.0.0.19 - - [2025-10-13 02:09:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.22 - - [2025-10-13 02:09:54] "GET /virtual-network/3669b6d3-6694-439e-9e21-99edf7e763d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007821 10.0.0.19 - - [2025-10-13 02:09:56] "GET /obj-perms HTTP/1.1" 200 5056 0.065309 10.0.0.22 - - [2025-10-13 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.41 - - [2025-10-13 02:09:56] "GET /projects?obj_uuids=56006dde-61ee-44b1-a2ba-26f0f1509553&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001302 10.0.0.22 - - [2025-10-13 02:09:56] "GET /project/56006dde-61ee-44b1-a2ba-26f0f1509553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.068135 10.0.0.22 - - [2025-10-13 02:09:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.41 - - [2025-10-13 02:09:56] "GET /projects?obj_uuids=56006dde-61ee-44b1-a2ba-26f0f1509553&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001300 10.0.0.22 - - [2025-10-13 02:09:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.22 - - [2025-10-13 02:09:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.22 - - [2025-10-13 02:09:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.22 - - [2025-10-13 02:09:56] "POST /neutron/network HTTP/1.1" 200 619 0.126484 10.0.0.41 - - [2025-10-13 02:09:56] "POST /route-targets HTTP/1.1" 200 327 0.018296 10.0.0.22 - - [2025-10-13 02:09:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.003757 10.0.0.22 - - [2025-10-13 02:09:57] "GET /virtual-network/82267371-836f-46f4-a5cb-c3a6ec423896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005732 10.0.0.22 - - [2025-10-13 02:09:57] "POST /neutron/network HTTP/1.1" 200 839 0.006194 10.0.0.22 - - [2025-10-13 02:09:57] "GET /virtual-network/82267371-836f-46f4-a5cb-c3a6ec423896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005297 10.0.0.22 - - [2025-10-13 02:09:57] "GET /virtual-network/82267371-836f-46f4-a5cb-c3a6ec423896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006752 10.0.0.22 - - [2025-10-13 02:09:57] "GET /obj-perms HTTP/1.1" 200 5054 0.045079 10.0.0.22 - - [2025-10-13 02:09:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001397 10.0.0.41 - - [2025-10-13 02:09:59] "DELETE /access-control-list/e8525de5-5bf3-4cda-a197-88e8f24e87eb HTTP/1.1" 200 115 0.053057 10.0.0.41 - - [2025-10-13 02:10:00] "DELETE /project/37c80a40-d3bd-4f60-9af6-7c3950bd58ae HTTP/1.1" 404 177 0.020150 10.0.0.41 - - [2025-10-13 02:10:00] "DELETE /project/56006dde61ee44b1a2ba26f0f1509553 HTTP/1.1" 404 173 0.014026 10.0.0.41 - - [2025-10-13 02:10:00] "DELETE /project/84117efda5124bf78c68e04bab6b9c97 HTTP/1.1" 404 173 0.015354 10.0.0.41 - - [2025-10-13 02:10:00] "DELETE /project/723e2455a51249f3856d6fb04a7b5dda HTTP/1.1" 404 173 0.013746 10.0.0.41 - - [2025-10-13 02:10:00] "DELETE /project/765cd803eff74dc3a72b2ae59f9480ef HTTP/1.1" 404 173 0.013057 10.0.0.41 - - [2025-10-13 02:10:00] "GET /projects?obj_uuids=765cd803-eff7-4dc3-a72b-2ae59f9480ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000885 10.0.0.41 - - [2025-10-13 02:10:00] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000804 10.0.0.41 - - [2025-10-13 02:10:00] "GET /projects?obj_uuids=84117efd-a512-4bf7-8c68-e04bab6b9c97&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000784 10.0.0.41 - - [2025-10-13 02:10:00] "GET /project/84117efd-a512-4bf7-8c68-e04bab6b9c97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.055699 10.0.0.41 - - [2025-10-13 02:10:00] "GET /projects?obj_uuids=84117efd-a512-4bf7-8c68-e04bab6b9c97&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.41 - - [2025-10-13 02:10:00] "GET /project/765cd803-eff7-4dc3-a72b-2ae59f9480ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.083793 10.0.0.41 - - [2025-10-13 02:10:00] "GET /projects?obj_uuids=765cd803-eff7-4dc3-a72b-2ae59f9480ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001025 10.0.0.41 - - [2025-10-13 02:10:00] "GET /project/723e2455-a512-49f3-856d-6fb04a7b5dda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.097392 10.0.0.41 - - [2025-10-13 02:10:00] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000875 10.0.0.41 - - [2025-10-13 02:10:00] "GET /project/84117efd-a512-4bf7-8c68-e04bab6b9c97?fields=security_groups HTTP/1.1" 200 1386 0.077223 10.0.0.41 - - [2025-10-13 02:10:00] "GET /project/723e2455-a512-49f3-856d-6fb04a7b5dda?fields=security_groups HTTP/1.1" 200 1388 0.066812 10.0.0.41 - - [2025-10-13 02:10:00] "GET /project/765cd803-eff7-4dc3-a72b-2ae59f9480ef?fields=security_groups HTTP/1.1" 200 1377 0.124469 10.0.0.41 - - [2025-10-13 02:10:01] "DELETE /security-group/0cf92345-a54c-4e84-9134-b5dd184672aa HTTP/1.1" 200 115 0.080893 10.0.0.41 - - [2025-10-13 02:10:01] "GET /projects?obj_uuids=84117efd-a512-4bf7-8c68-e04bab6b9c97&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.41 - - [2025-10-13 02:10:01] "DELETE /security-group/aab3ec99-4ab0-4d43-9ada-dc43a81c107e HTTP/1.1" 200 115 0.089343 10.0.0.41 - - [2025-10-13 02:10:01] "GET /projects?obj_uuids=723e2455-a512-49f3-856d-6fb04a7b5dda&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001238 10.0.0.41 - - [2025-10-13 02:10:01] "GET /project/84117efd-a512-4bf7-8c68-e04bab6b9c97?fields=application_policy_sets HTTP/1.1" 200 1425 0.072653 10.0.0.41 - - [2025-10-13 02:10:01] "DELETE /security-group/44e7b7fd-6b16-4d92-899f-6bf1ad6e2a65 HTTP/1.1" 200 115 0.098094 10.0.0.41 - - [2025-10-13 02:10:01] "GET /projects?obj_uuids=765cd803-eff7-4dc3-a72b-2ae59f9480ef&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000837 10.0.0.41 - - [2025-10-13 02:10:01] "GET /project/723e2455-a512-49f3-856d-6fb04a7b5dda?fields=application_policy_sets HTTP/1.1" 200 1427 0.111693 10.0.0.41 - - [2025-10-13 02:10:01] "GET /project/765cd803-eff7-4dc3-a72b-2ae59f9480ef?fields=application_policy_sets HTTP/1.1" 200 1416 0.110809 10.0.0.41 - - [2025-10-13 02:10:01] "DELETE /access-control-list/84cd5c64-1892-4317-8861-86d440e3ac31 HTTP/1.1" 200 115 0.070662 10.0.0.41 - - [2025-10-13 02:10:01] "DELETE /project/84117efd-a512-4bf7-8c68-e04bab6b9c97 HTTP/1.1" 200 115 0.645116 10.0.0.41 - - [2025-10-13 02:10:01] "DELETE /project/723e2455-a512-49f3-856d-6fb04a7b5dda HTTP/1.1" 200 115 0.713807 10.0.0.41 - - [2025-10-13 02:10:01] "DELETE /access-control-list/37519782-6501-4f94-bc38-d892af755c6b HTTP/1.1" 200 115 0.046369 10.0.0.41 - - [2025-10-13 02:10:01] "DELETE /project/765cd803-eff7-4dc3-a72b-2ae59f9480ef HTTP/1.1" 200 115 0.735039 10.0.0.22 - - [2025-10-13 02:10:27] "POST /neutron/network HTTP/1.1" 200 849 0.011250 10.0.0.41 - - [2025-10-13 02:10:27] "GET /projects?obj_uuids=56006dde-61ee-44b1-a2ba-26f0f1509553&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000969 10.0.0.22 - - [2025-10-13 02:10:27] "GET /project/56006dde-61ee-44b1-a2ba-26f0f1509553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.077456 10.0.0.22 - - [2025-10-13 02:10:28] "POST /neutron/port HTTP/1.1" 200 117 0.007407 10.0.0.22 - - [2025-10-13 02:10:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001209 10.0.0.22 - - [2025-10-13 02:10:28] "POST /neutron/network HTTP/1.1" 200 849 0.008327 10.0.0.41 - - [2025-10-13 02:10:29] "GET /projects?obj_uuids=56006dde-61ee-44b1-a2ba-26f0f1509553&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001085 10.0.0.22 - - [2025-10-13 02:10:29] "GET /project/56006dde-61ee-44b1-a2ba-26f0f1509553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.081222 10.0.0.22 - - [2025-10-13 02:10:29] "POST /neutron/port HTTP/1.1" 200 1047 0.038823 10.0.0.22 - - [2025-10-13 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005862 10.0.0.41 - - [2025-10-13 02:10:29] "GET /projects?obj_uuids=56006dde-61ee-44b1-a2ba-26f0f1509553&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001383 10.0.0.22 - - [2025-10-13 02:10:29] "GET /project/56006dde-61ee-44b1-a2ba-26f0f1509553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053858 10.0.0.22 - - [2025-10-13 02:10:29] "GET /virtual-network/3669b6d3-6694-439e-9e21-99edf7e763d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.009242 10.0.0.22 - - [2025-10-13 02:10:29] "GET /floating-ip-pools?parent_id=3669b6d3-6694-439e-9e21-99edf7e763d9&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004751 10.0.0.22 - - [2025-10-13 02:10:29] "POST /neutron/port HTTP/1.1" 200 1073 0.034883 10.0.0.22 - - [2025-10-13 02:10:29] "GET /virtual-network/3669b6d3-6694-439e-9e21-99edf7e763d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.008621 10.0.0.22 - - [2025-10-13 02:10:29] "POST /floating-ip-pools HTTP/1.1" 200 609 0.112293 10.0.0.22 - - [2025-10-13 02:10:29] "POST /ref-update HTTP/1.1" 200 156 0.048918 10.0.0.22 - - [2025-10-13 02:10:29] "GET /virtual-network/3669b6d3-6694-439e-9e21-99edf7e763d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005534 10.0.0.22 - - [2025-10-13 02:10:29] "POST /neutron/network HTTP/1.1" 200 849 0.017488 10.0.0.22 - - [2025-10-13 02:10:30] "GET /virtual-network/3669b6d3-6694-439e-9e21-99edf7e763d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.008020 10.0.0.22 - - [2025-10-13 02:10:30] "POST /neutron/port HTTP/1.1" 200 1101 0.051219 10.0.0.22 - - [2025-10-13 02:10:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.020965 10.0.0.22 - - [2025-10-13 02:10:30] "POST /neutron/port HTTP/1.1" 200 1073 0.025773 10.0.0.22 - - [2025-10-13 02:10:30] "POST /neutron/port HTTP/1.1" 200 1101 0.029223 10.0.0.22 - - [2025-10-13 02:10:31] "POST /neutron/port HTTP/1.1" 200 117 0.002648 10.0.0.22 - - [2025-10-13 02:10:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015002 10.0.0.22 - - [2025-10-13 02:10:45] "POST /neutron/port HTTP/1.1" 200 1101 0.030538 10.0.0.22 - - [2025-10-13 02:10:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008516 10.0.0.41 - - [2025-10-13 02:10:56] "GET /obj-perms HTTP/1.1" 200 5056 0.054449 10.0.0.22 - - [2025-10-13 02:11:01] "POST /neutron/port HTTP/1.1" 200 1101 0.017341 10.0.0.22 - - [2025-10-13 02:11:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007211 10.0.0.22 - - [2025-10-13 02:11:16] "POST /neutron/port HTTP/1.1" 200 1101 0.018641 10.0.0.22 - - [2025-10-13 02:11:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007416 10.0.0.22 - - [2025-10-13 02:11:26] "POST /neutron/port HTTP/1.1" 200 1101 0.017558 10.0.0.22 - - [2025-10-13 02:11:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006959 10.0.0.22 - - [2025-10-13 02:11:26] "GET /virtual-machine/d585b643-a3a3-4115-8a79-a1ec3dc4d065 HTTP/1.1" 401 292 0.000470 10.0.0.22 - - [2025-10-13 02:11:27] "GET /virtual-machine/d585b643-a3a3-4115-8a79-a1ec3dc4d065 HTTP/1.1" 200 1304 0.030691 10.0.0.22 - - [2025-10-13 02:11:27] "GET /virtual-machine-interface/51a94b24-64c0-4560-a08e-645eb773f993 HTTP/1.1" 200 3003 0.006719 10.0.0.22 - - [2025-10-13 02:11:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005533 10.0.0.22 - - [2025-10-13 02:11:27] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005157 10.0.0.22 - - [2025-10-13 02:11:27] "GET /virtual-networks?parent_id=56006dde-61ee-44b1-a2ba-26f0f1509553&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003981 10.0.0.22 - - [2025-10-13 02:11:27] "GET /virtual-network/82267371-836f-46f4-a5cb-c3a6ec423896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007303 10.0.0.22 - - [2025-10-13 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.22 - - [2025-10-13 02:11:30] "GET /virtual-network/82267371-836f-46f4-a5cb-c3a6ec423896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007654 10.0.0.22 - - [2025-10-13 02:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005591 10.0.0.22 - - [2025-10-13 02:11:34] "GET /virtual-network/82267371-836f-46f4-a5cb-c3a6ec423896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.014657 10.0.0.22 - - [2025-10-13 02:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.22 - - [2025-10-13 02:11:38] "GET /virtual-network/82267371-836f-46f4-a5cb-c3a6ec423896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005260 10.0.0.22 - - [2025-10-13 02:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005832 10.0.0.22 - - [2025-10-13 02:11:42] "GET /virtual-network/82267371-836f-46f4-a5cb-c3a6ec423896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006113 10.0.0.22 - - [2025-10-13 02:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.22 - - [2025-10-13 02:11:46] "GET /virtual-network/82267371-836f-46f4-a5cb-c3a6ec423896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005937 10.0.0.22 - - [2025-10-13 02:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.22 - - [2025-10-13 02:11:50] "GET /virtual-network/82267371-836f-46f4-a5cb-c3a6ec423896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005625 10.0.0.22 - - [2025-10-13 02:11:50] "POST /neutron/network HTTP/1.1" 200 849 0.028366 10.0.0.22 - - [2025-10-13 02:11:50] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.22 - - [2025-10-13 02:11:51] "POST /neutron/port HTTP/1.1" 200 1101 0.042697 10.0.0.22 - - [2025-10-13 02:11:51] "POST /neutron/subnet HTTP/1.1" 200 703 0.010773 10.0.0.22 - - [2025-10-13 02:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.22 - - [2025-10-13 02:11:54] "GET /virtual-network/82267371-836f-46f4-a5cb-c3a6ec423896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005222 10.0.0.22 - - [2025-10-13 02:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.22 - - [2025-10-13 02:11:58] "GET /virtual-network/82267371-836f-46f4-a5cb-c3a6ec423896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005208 10.0.0.22 - - [2025-10-13 02:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.22 - - [2025-10-13 02:12:02] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003480 10.0.0.22 - - [2025-10-13 02:12:02] "GET /virtual-networks?parent_id=56006dde-61ee-44b1-a2ba-26f0f1509553&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002857 10.0.0.22 - - [2025-10-13 02:12:02] "GET /virtual-network/82267371-836f-46f4-a5cb-c3a6ec423896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006354 10.0.0.22 - - [2025-10-13 02:12:02] "POST /neutron/port HTTP/1.1" 200 1101 0.016742 10.0.0.22 - - [2025-10-13 02:12:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007313 10.0.0.22 - - [2025-10-13 02:12:14] "POST /neutron/port HTTP/1.1" 200 1101 0.038979 10.0.0.22 - - [2025-10-13 02:12:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007701 10.0.0.41 - - [2025-10-13 02:12:23] "GET /projects?obj_uuids=56006dde-61ee-44b1-a2ba-26f0f1509553&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.025666 10.0.0.22 - - [2025-10-13 02:12:23] "POST /neutron/floatingip HTTP/1.1" 200 531 0.168574 10.0.0.22 - - [2025-10-13 02:12:23] "POST /neutron/floatingip HTTP/1.1" 200 579 0.053075 10.0.0.22 - - [2025-10-13 02:12:23] "POST /neutron/port HTTP/1.1" 200 1101 0.015970 10.0.0.22 - - [2025-10-13 02:12:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007540 10.0.0.22 - - [2025-10-13 02:12:23] "GET /virtual-machine/82862592-d22d-4ce2-be4d-8703ee670780 HTTP/1.1" 200 1304 0.005505 10.0.0.22 - - [2025-10-13 02:12:23] "GET /virtual-machine-interface/77b63b27-0c35-4828-956d-ff25878ba824 HTTP/1.1" 200 3003 0.004928 10.0.0.22 - - [2025-10-13 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.22 - - [2025-10-13 02:12:23] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004103 10.0.0.22 - - [2025-10-13 02:12:23] "GET /virtual-networks?parent_id=56006dde-61ee-44b1-a2ba-26f0f1509553&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003418 10.0.0.22 - - [2025-10-13 02:12:23] "GET /virtual-network/3669b6d3-6694-439e-9e21-99edf7e763d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005821 10.0.0.22 - - [2025-10-13 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.22 - - [2025-10-13 02:12:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005018 10.0.0.22 - - [2025-10-13 02:12:24] "GET /virtual-networks?parent_id=56006dde-61ee-44b1-a2ba-26f0f1509553&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003786 10.0.0.22 - - [2025-10-13 02:12:24] "GET /virtual-network/3669b6d3-6694-439e-9e21-99edf7e763d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007185 10.0.0.22 - - [2025-10-13 02:12:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.22 - - [2025-10-13 02:12:25] "GET /routing-instance/068c61fa-bfcf-46d1-b915-cb95092e10b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.004474 10.0.0.22 - - [2025-10-13 02:12:25] "GET /route-target/0fe42e33-fa6f-4d6b-8af0-1e7f96f4058e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004621 10.0.0.22 - - [2025-10-13 02:12:46] "POST /neutron/floatingip HTTP/1.1" 200 531 0.041425 10.0.0.22 - - [2025-10-13 02:12:46] "GET /floating-ip-pool/385584ab-7354-4ce6-9d16-f0a51b095a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.004519 10.0.0.22 - - [2025-10-13 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.012517 10.0.0.22 - - [2025-10-13 02:12:46] "DELETE /floating-ip-pool/385584ab-7354-4ce6-9d16-f0a51b095a44 HTTP/1.1" 200 115 0.031288 10.0.0.22 - - [2025-10-13 02:12:46] "POST /neutron/network HTTP/1.1" 200 839 0.006860 10.0.0.22 - - [2025-10-13 02:12:46] "POST /neutron/port HTTP/1.1" 200 1127 0.014371 10.0.0.22 - - [2025-10-13 02:12:46] "POST /neutron/port HTTP/1.1" 200 1127 0.035553 10.0.0.41 - - [2025-10-13 02:12:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004651 10.0.0.41 - - [2025-10-13 02:12:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005767 10.0.0.22 - - [2025-10-13 02:12:48] "POST /neutron/network HTTP/1.1" 200 151 0.144586 10.0.0.41 - - [2025-10-13 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.027691 10.0.0.41 - - [2025-10-13 02:12:50] "GET /projects?obj_uuids=56006dde-61ee-44b1-a2ba-26f0f1509553&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.22 - - [2025-10-13 02:12:50] "GET /project/56006dde-61ee-44b1-a2ba-26f0f1509553?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.068627 10.0.0.41 - - [2025-10-13 02:12:50] "GET /projects?obj_uuids=56006dde-61ee-44b1-a2ba-26f0f1509553&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000826 10.0.0.22 - - [2025-10-13 02:12:50] "GET /project/56006dde-61ee-44b1-a2ba-26f0f1509553?fields=virtual_networks HTTP/1.1" 200 1055 0.036788 10.0.0.41 - - [2025-10-13 02:12:50] "GET /projects?obj_uuids=56006dde-61ee-44b1-a2ba-26f0f1509553&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000918 10.0.0.22 - - [2025-10-13 02:12:50] "GET /project/56006dde-61ee-44b1-a2ba-26f0f1509553?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.036621 10.0.0.41 - - [2025-10-13 02:12:50] "GET /projects?obj_uuids=56006dde-61ee-44b1-a2ba-26f0f1509553&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001017 10.0.0.22 - - [2025-10-13 02:12:50] "GET /project/56006dde-61ee-44b1-a2ba-26f0f1509553?fields=security_groups HTTP/1.1" 200 1293 0.040889 10.0.0.22 - - [2025-10-13 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.345889 10.0.0.41 - - [2025-10-13 02:12:51] "GET /projects?obj_uuids=64311538-5d3f-48d1-b976-6697c616d0dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003269 10.0.0.41 - - [2025-10-13 02:12:51] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.41 - - [2025-10-13 02:12:51] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030962 10.0.0.41 - - [2025-10-13 02:12:52] "POST /id-to-fqname HTTP/1.1" 200 190 0.004445 10.0.0.41 - - [2025-10-13 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.006632 10.0.0.41 - - [2025-10-13 02:12:52] "POST /security-groups HTTP/1.1" 200 591 0.032551 10.0.0.41 - - [2025-10-13 02:12:52] "POST /projects HTTP/1.1" 200 585 0.247713 10.0.0.41 - - [2025-10-13 02:12:52] "POST /access-control-lists HTTP/1.1" 200 596 0.036968 10.0.0.41 - - [2025-10-13 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.323092 10.0.0.22 - - [2025-10-13 02:12:52] "GET /project/64311538-5d3f-48d1-b976-6697c616d0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.497871 10.0.0.22 - - [2025-10-13 02:12:53] "GET / HTTP/1.1" 200 35931 0.001541 10.0.0.41 - - [2025-10-13 02:12:56] "GET /projects?obj_uuids=64311538-5d3f-48d1-b976-6697c616d0dc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.22 - - [2025-10-13 02:12:56] "GET /project/64311538-5d3f-48d1-b976-6697c616d0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.046806 10.0.0.41 - - [2025-10-13 02:12:56] "GET /projects?obj_uuids=64311538-5d3f-48d1-b976-6697c616d0dc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000954 10.0.0.22 - - [2025-10-13 02:12:56] "GET /project/64311538-5d3f-48d1-b976-6697c616d0dc?fields=virtual_networks HTTP/1.1" 200 1031 0.050436 10.0.0.41 - - [2025-10-13 02:12:56] "GET /projects?obj_uuids=64311538-5d3f-48d1-b976-6697c616d0dc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.22 - - [2025-10-13 02:12:56] "GET /project/64311538-5d3f-48d1-b976-6697c616d0dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.041200 10.0.0.41 - - [2025-10-13 02:12:56] "GET /projects?obj_uuids=64311538-5d3f-48d1-b976-6697c616d0dc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.22 - - [2025-10-13 02:12:56] "GET /project/64311538-5d3f-48d1-b976-6697c616d0dc?fields=security_groups HTTP/1.1" 200 1257 0.046797 10.0.0.22 - - [2025-10-13 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.027017 10.0.0.41 - - [2025-10-13 02:12:57] "GET /projects?obj_uuids=5f2dee52-21a4-4e2f-b9c9-d7fdadf87de4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002819 10.0.0.41 - - [2025-10-13 02:12:57] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.41 - - [2025-10-13 02:12:57] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008039 10.0.0.41 - - [2025-10-13 02:12:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.001377 10.0.0.41 - - [2025-10-13 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.012775 10.0.0.41 - - [2025-10-13 02:12:57] "POST /security-groups HTTP/1.1" 200 586 0.034950 10.0.0.41 - - [2025-10-13 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.003827 10.0.0.41 - - [2025-10-13 02:12:57] "POST /projects HTTP/1.1" 200 575 0.264756 10.0.0.41 - - [2025-10-13 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.335681 10.0.0.41 - - [2025-10-13 02:12:57] "POST /access-control-lists HTTP/1.1" 200 589 0.032058 10.0.0.22 - - [2025-10-13 02:12:57] "GET /project/5f2dee52-21a4-4e2f-b9c9-d7fdadf87de4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.472376 10.0.0.19 - - [2025-10-13 02:12:59] "GET /obj-perms HTTP/1.1" 200 5056 0.102468 10.0.0.22 - - [2025-10-13 02:12:59] "GET / HTTP/1.1" 200 35931 0.001761 10.0.0.41 - - [2025-10-13 02:13:01] "DELETE /project/56006dde-61ee-44b1-a2ba-26f0f1509553 HTTP/1.1" 404 177 0.007583 10.0.0.41 - - [2025-10-13 02:13:01] "DELETE /project/5f2dee5221a44e2fb9c9d7fdadf87de4 HTTP/1.1" 404 173 0.009465 10.0.0.41 - - [2025-10-13 02:13:01] "DELETE /project/643115385d3f48d1b9766697c616d0dc HTTP/1.1" 404 173 0.006889 10.0.0.41 - - [2025-10-13 02:13:01] "GET /projects?obj_uuids=64311538-5d3f-48d1-b976-6697c616d0dc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000821 10.0.0.41 - - [2025-10-13 02:13:01] "GET /project/64311538-5d3f-48d1-b976-6697c616d0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.040852 10.0.0.41 - - [2025-10-13 02:13:01] "GET /projects?obj_uuids=64311538-5d3f-48d1-b976-6697c616d0dc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.41 - - [2025-10-13 02:13:01] "GET /project/64311538-5d3f-48d1-b976-6697c616d0dc?fields=security_groups HTTP/1.1" 200 1362 0.040124 10.0.0.41 - - [2025-10-13 02:13:01] "DELETE /security-group/a6cbe1e4-6107-492c-a073-376498222c10 HTTP/1.1" 200 115 0.062087 10.0.0.41 - - [2025-10-13 02:13:01] "GET /projects?obj_uuids=64311538-5d3f-48d1-b976-6697c616d0dc&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000867 10.0.0.41 - - [2025-10-13 02:13:01] "DELETE /access-control-list/5d9e35aa-2b67-4c30-af06-8441e9c868a0 HTTP/1.1" 200 115 0.040082 10.0.0.41 - - [2025-10-13 02:13:01] "GET /project/64311538-5d3f-48d1-b976-6697c616d0dc?fields=application_policy_sets HTTP/1.1" 200 1401 0.061832 10.0.0.41 - - [2025-10-13 02:13:02] "DELETE /project/64311538-5d3f-48d1-b976-6697c616d0dc HTTP/1.1" 200 115 0.401865 10.0.0.41 - - [2025-10-13 02:13:05] "GET /projects?obj_uuids=5f2dee52-21a4-4e2f-b9c9-d7fdadf87de4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000961 10.0.0.22 - - [2025-10-13 02:13:05] "GET /project/5f2dee52-21a4-4e2f-b9c9-d7fdadf87de4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.035139 10.0.0.41 - - [2025-10-13 02:13:05] "GET /projects?obj_uuids=5f2dee52-21a4-4e2f-b9c9-d7fdadf87de4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000991 10.0.0.22 - - [2025-10-13 02:13:05] "GET /project/5f2dee52-21a4-4e2f-b9c9-d7fdadf87de4?fields=virtual_networks HTTP/1.1" 200 1021 0.043781 10.0.0.41 - - [2025-10-13 02:13:05] "GET /projects?obj_uuids=5f2dee52-21a4-4e2f-b9c9-d7fdadf87de4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000886 10.0.0.22 - - [2025-10-13 02:13:05] "GET /project/5f2dee52-21a4-4e2f-b9c9-d7fdadf87de4?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.042239 10.0.0.41 - - [2025-10-13 02:13:05] "GET /projects?obj_uuids=5f2dee52-21a4-4e2f-b9c9-d7fdadf87de4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001913 10.0.0.22 - - [2025-10-13 02:13:05] "GET /project/5f2dee52-21a4-4e2f-b9c9-d7fdadf87de4?fields=security_groups HTTP/1.1" 200 1242 0.041579 10.0.0.22 - - [2025-10-13 02:13:06] "POST /fqname-to-id HTTP/1.1" 404 187 0.024173 10.0.0.41 - - [2025-10-13 02:13:06] "GET /projects?obj_uuids=ff169731-c2c5-45ec-aeab-f239ba385cd5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002965 10.0.0.41 - - [2025-10-13 02:13:06] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.41 - - [2025-10-13 02:13:06] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008190 10.0.0.41 - - [2025-10-13 02:13:06] "POST /id-to-fqname HTTP/1.1" 200 189 0.001529 10.0.0.41 - - [2025-10-13 02:13:06] "POST /fqname-to-id HTTP/1.1" 404 198 0.009220 10.0.0.41 - - [2025-10-13 02:13:06] "POST /security-groups HTTP/1.1" 200 590 0.045111 10.0.0.41 - - [2025-10-13 02:13:06] "POST /projects HTTP/1.1" 200 583 0.263622 10.0.0.41 - - [2025-10-13 02:13:06] "POST /access-control-lists HTTP/1.1" 200 595 0.033941 10.0.0.41 - - [2025-10-13 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.334171 10.0.0.22 - - [2025-10-13 02:13:06] "GET /project/ff169731-c2c5-45ec-aeab-f239ba385cd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.483881 10.0.0.22 - - [2025-10-13 02:13:07] "GET / HTTP/1.1" 200 35931 0.001719 10.0.0.41 - - [2025-10-13 02:13:10] "GET /projects?obj_uuids=ff169731-c2c5-45ec-aeab-f239ba385cd5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000958 10.0.0.22 - - [2025-10-13 02:13:10] "GET /project/ff169731-c2c5-45ec-aeab-f239ba385cd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.031365 10.0.0.41 - - [2025-10-13 02:13:10] "GET /projects?obj_uuids=ff169731-c2c5-45ec-aeab-f239ba385cd5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001480 10.0.0.22 - - [2025-10-13 02:13:10] "GET /project/ff169731-c2c5-45ec-aeab-f239ba385cd5?fields=virtual_networks HTTP/1.1" 200 1030 0.053780 10.0.0.41 - - [2025-10-13 02:13:11] "GET /projects?obj_uuids=ff169731-c2c5-45ec-aeab-f239ba385cd5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001094 10.0.0.22 - - [2025-10-13 02:13:11] "GET /project/ff169731-c2c5-45ec-aeab-f239ba385cd5?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.045606 10.0.0.41 - - [2025-10-13 02:13:11] "GET /projects?obj_uuids=ff169731-c2c5-45ec-aeab-f239ba385cd5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000951 10.0.0.22 - - [2025-10-13 02:13:11] "GET /project/ff169731-c2c5-45ec-aeab-f239ba385cd5?fields=security_groups HTTP/1.1" 200 1255 0.050833 10.0.0.22 - - [2025-10-13 02:13:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.024697 10.0.0.41 - - [2025-10-13 02:13:12] "GET /projects?obj_uuids=d78dbb3e-6e13-4d2d-88fd-f6923e801987&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002788 10.0.0.41 - - [2025-10-13 02:13:12] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.41 - - [2025-10-13 02:13:12] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006940 10.0.0.41 - - [2025-10-13 02:13:12] "POST /id-to-fqname HTTP/1.1" 200 190 0.007198 10.0.0.41 - - [2025-10-13 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.004432 10.0.0.41 - - [2025-10-13 02:13:12] "POST /security-groups HTTP/1.1" 200 591 0.028001 10.0.0.41 - - [2025-10-13 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.004222 10.0.0.41 - - [2025-10-13 02:13:12] "POST /projects HTTP/1.1" 200 585 0.231917 10.0.0.41 - - [2025-10-13 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.300161 10.0.0.41 - - [2025-10-13 02:13:12] "POST /access-control-lists HTTP/1.1" 200 594 0.028825 10.0.0.22 - - [2025-10-13 02:13:12] "GET /project/d78dbb3e-6e13-4d2d-88fd-f6923e801987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.424379 10.0.0.22 - - [2025-10-13 02:13:13] "GET / HTTP/1.1" 200 35931 0.001373 10.0.0.41 - - [2025-10-13 02:13:16] "GET /projects?obj_uuids=d78dbb3e-6e13-4d2d-88fd-f6923e801987&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.22 - - [2025-10-13 02:13:16] "GET /project/d78dbb3e-6e13-4d2d-88fd-f6923e801987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.041928 10.0.0.41 - - [2025-10-13 02:13:16] "GET /projects?obj_uuids=d78dbb3e-6e13-4d2d-88fd-f6923e801987&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.22 - - [2025-10-13 02:13:16] "GET /project/d78dbb3e-6e13-4d2d-88fd-f6923e801987?fields=virtual_networks HTTP/1.1" 200 1031 0.052121 10.0.0.41 - - [2025-10-13 02:13:16] "GET /projects?obj_uuids=d78dbb3e-6e13-4d2d-88fd-f6923e801987&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001320 10.0.0.22 - - [2025-10-13 02:13:16] "GET /project/d78dbb3e-6e13-4d2d-88fd-f6923e801987?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.042360 10.0.0.41 - - [2025-10-13 02:13:16] "GET /projects?obj_uuids=d78dbb3e-6e13-4d2d-88fd-f6923e801987&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.22 - - [2025-10-13 02:13:16] "GET /project/d78dbb3e-6e13-4d2d-88fd-f6923e801987?fields=security_groups HTTP/1.1" 200 1257 0.045620 10.0.0.22 - - [2025-10-13 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 192 0.023700 10.0.0.41 - - [2025-10-13 02:13:17] "GET /projects?obj_uuids=c0309268-3530-40bb-b3f0-bbc8dccd0d89&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003663 10.0.0.41 - - [2025-10-13 02:13:17] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001198 10.0.0.41 - - [2025-10-13 02:13:17] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008365 10.0.0.41 - - [2025-10-13 02:13:18] "POST /id-to-fqname HTTP/1.1" 200 194 0.004356 10.0.0.41 - - [2025-10-13 02:13:18] "POST /fqname-to-id HTTP/1.1" 404 203 0.008745 10.0.0.41 - - [2025-10-13 02:13:18] "POST /security-groups HTTP/1.1" 200 595 0.072291 10.0.0.41 - - [2025-10-13 02:13:18] "POST /projects HTTP/1.1" 200 593 0.279828 10.0.0.41 - - [2025-10-13 02:13:18] "POST /fqname-to-id HTTP/1.1" 404 237 0.007620 10.0.0.41 - - [2025-10-13 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.352276 10.0.0.22 - - [2025-10-13 02:13:18] "GET /project/c0309268-3530-40bb-b3f0-bbc8dccd0d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.496587 10.0.0.22 - - [2025-10-13 02:13:19] "GET / HTTP/1.1" 200 35931 0.001891 10.0.0.41 - - [2025-10-13 02:13:22] "GET /projects?obj_uuids=c0309268-3530-40bb-b3f0-bbc8dccd0d89&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000916 10.0.0.22 - - [2025-10-13 02:13:22] "GET /project/c0309268-3530-40bb-b3f0-bbc8dccd0d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.040952 10.0.0.41 - - [2025-10-13 02:13:22] "GET /projects?obj_uuids=c0309268-3530-40bb-b3f0-bbc8dccd0d89&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000908 10.0.0.22 - - [2025-10-13 02:13:22] "GET /project/c0309268-3530-40bb-b3f0-bbc8dccd0d89?fields=virtual_networks HTTP/1.1" 200 1040 0.038938 10.0.0.41 - - [2025-10-13 02:13:22] "GET /projects?obj_uuids=c0309268-3530-40bb-b3f0-bbc8dccd0d89&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001315 10.0.0.22 - - [2025-10-13 02:13:22] "GET /project/c0309268-3530-40bb-b3f0-bbc8dccd0d89?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.043936 10.0.0.41 - - [2025-10-13 02:13:22] "GET /projects?obj_uuids=c0309268-3530-40bb-b3f0-bbc8dccd0d89&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000890 10.0.0.22 - - [2025-10-13 02:13:22] "GET /project/c0309268-3530-40bb-b3f0-bbc8dccd0d89?fields=security_groups HTTP/1.1" 200 1270 0.041841 10.0.0.22 - - [2025-10-13 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.023044 10.0.0.41 - - [2025-10-13 02:13:23] "GET /projects?obj_uuids=38ff4f71-7b6e-478e-9b42-daf9f4435bb9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003528 10.0.0.41 - - [2025-10-13 02:13:23] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.41 - - [2025-10-13 02:13:23] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007127 10.0.0.41 - - [2025-10-13 02:13:23] "POST /id-to-fqname HTTP/1.1" 200 185 0.004073 10.0.0.41 - - [2025-10-13 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.004200 10.0.0.41 - - [2025-10-13 02:13:23] "POST /security-groups HTTP/1.1" 200 586 0.073607 10.0.0.41 - - [2025-10-13 02:13:23] "POST /projects HTTP/1.1" 200 575 0.285004 10.0.0.41 - - [2025-10-13 02:13:23] "POST /access-control-lists HTTP/1.1" 200 591 0.025223 10.0.0.41 - - [2025-10-13 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.350492 10.0.0.22 - - [2025-10-13 02:13:23] "GET /project/38ff4f71-7b6e-478e-9b42-daf9f4435bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.480291 10.0.0.22 - - [2025-10-13 02:13:24] "GET / HTTP/1.1" 200 35931 0.002174 10.0.0.22 - - [2025-10-13 02:13:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.003448 10.0.0.41 - - [2025-10-13 02:13:25] "GET /projects?obj_uuids=46f40d4e-ed17-4d16-8bf0-099186d25886&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001124 10.0.0.41 - - [2025-10-13 02:13:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.004200 10.0.0.41 - - [2025-10-13 02:13:25] "POST /access-control-lists HTTP/1.1" 200 588 0.025082 10.0.0.22 - - [2025-10-13 02:13:25] "POST /neutron/security_group HTTP/1.1" 200 1364 0.390081 10.0.0.22 - - [2025-10-13 02:13:26] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.144304 10.0.0.22 - - [2025-10-13 02:13:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.004411 10.0.0.41 - - [2025-10-13 02:13:26] "PUT /access-control-list/7f41f8be-6aba-410a-9210-90544b995b3b HTTP/1.1" 200 272 0.011307 10.0.0.41 - - [2025-10-13 02:13:26] "GET /projects?obj_uuids=46f40d4e-ed17-4d16-8bf0-099186d25886&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001193 10.0.0.41 - - [2025-10-13 02:13:26] "POST /fqname-to-id HTTP/1.1" 404 227 0.006921 10.0.0.41 - - [2025-10-13 02:13:26] "PUT /access-control-list/95a4109e-2f1c-4ea7-9686-d71282be87d5 HTTP/1.1" 200 272 0.019373 10.0.0.22 - - [2025-10-13 02:13:26] "POST /neutron/security_group HTTP/1.1" 200 1364 0.357274 10.0.0.22 - - [2025-10-13 02:13:26] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.145490 10.0.0.22 - - [2025-10-13 02:13:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.41 - - [2025-10-13 02:13:27] "PUT /access-control-list/95a4109e-2f1c-4ea7-9686-d71282be87d5 HTTP/1.1" 200 272 0.015249 10.0.0.22 - - [2025-10-13 02:13:27] "POST /fqname-to-id HTTP/1.1" 404 210 0.022928 10.0.0.41 - - [2025-10-13 02:13:27] "GET /projects?obj_uuids=38ff4f71-7b6e-478e-9b42-daf9f4435bb9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000953 10.0.0.41 - - [2025-10-13 02:13:27] "POST /fqname-to-id HTTP/1.1" 404 244 0.005997 10.0.0.41 - - [2025-10-13 02:13:27] "PUT /access-control-list/4888f36c-b68b-4d31-be6b-88b995cb28d4 HTTP/1.1" 200 272 0.014399 10.0.0.22 - - [2025-10-13 02:13:27] "POST /neutron/security_group HTTP/1.1" 200 1379 0.337396 10.0.0.22 - - [2025-10-13 02:13:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.145245 10.0.0.22 - - [2025-10-13 02:13:28] "POST /fqname-to-id HTTP/1.1" 404 210 0.005100 10.0.0.41 - - [2025-10-13 02:13:28] "PUT /access-control-list/4888f36c-b68b-4d31-be6b-88b995cb28d4 HTTP/1.1" 200 272 0.017680 10.0.0.41 - - [2025-10-13 02:13:28] "GET /projects?obj_uuids=38ff4f71-7b6e-478e-9b42-daf9f4435bb9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000794 10.0.0.41 - - [2025-10-13 02:13:28] "POST /fqname-to-id HTTP/1.1" 404 244 0.010638 10.0.0.41 - - [2025-10-13 02:13:28] "PUT /access-control-list/f2423bc1-e428-46f0-affa-185e4a341faa HTTP/1.1" 200 272 0.012325 10.0.0.22 - - [2025-10-13 02:13:28] "POST /neutron/security_group HTTP/1.1" 200 1379 0.392393 10.0.0.22 - - [2025-10-13 02:13:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.146395 10.0.0.41 - - [2025-10-13 02:13:29] "PUT /access-control-list/f2423bc1-e428-46f0-affa-185e4a341faa HTTP/1.1" 200 272 0.012868 10.0.0.41 - - [2025-10-13 02:13:30] "GET /projects?obj_uuids=46f40d4e-ed17-4d16-8bf0-099186d25886&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000908 10.0.0.22 - - [2025-10-13 02:13:30] "POST /neutron/router HTTP/1.1" 200 541 0.087655 10.0.0.22 - - [2025-10-13 02:13:30] "POST /neutron/router HTTP/1.1" 200 541 0.004017 10.0.0.22 - - [2025-10-13 02:13:30] "POST /neutron/router HTTP/1.1" 200 541 0.011991 10.0.0.22 - - [2025-10-13 02:13:30] "POST /neutron/router HTTP/1.1" 200 541 0.003896 10.0.0.22 - - [2025-10-13 02:13:30] "POST /neutron/router HTTP/1.1" 200 541 0.004878 10.0.0.22 - - [2025-10-13 02:13:30] "POST /neutron/router HTTP/1.1" 200 541 0.004045 10.0.0.22 - - [2025-10-13 02:13:30] "POST /neutron/router HTTP/1.1" 200 541 0.005267 10.0.0.22 - - [2025-10-13 02:13:30] "POST /neutron/router HTTP/1.1" 200 541 0.005788 10.0.0.22 - - [2025-10-13 02:13:30] "POST /neutron/router HTTP/1.1" 200 541 0.004767 10.0.0.22 - - [2025-10-13 02:13:30] "POST /neutron/router HTTP/1.1" 200 541 0.005165 10.0.0.22 - - [2025-10-13 02:13:30] "POST /neutron/router HTTP/1.1" 200 541 0.005258 10.0.0.22 - - [2025-10-13 02:13:30] "POST /neutron/router HTTP/1.1" 200 541 0.031723 10.0.0.22 - - [2025-10-13 02:13:31] "POST /neutron/router HTTP/1.1" 200 541 0.006725 10.0.0.41 - - [2025-10-13 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.22 - - [2025-10-13 02:13:31] "POST /neutron/router HTTP/1.1" 200 541 0.006309 10.0.0.41 - - [2025-10-13 02:13:31] "PUT /logical-router/f34f79fa-c619-49bb-a9d7-09a4ccc49728 HTTP/1.1" 200 262 0.037876 10.0.0.22 - - [2025-10-13 02:13:31] "POST /neutron/router HTTP/1.1" 200 541 0.019670 10.0.0.22 - - [2025-10-13 02:13:31] "POST /neutron/router HTTP/1.1" 200 541 0.003705 10.0.0.22 - - [2025-10-13 02:13:31] "POST /neutron/router HTTP/1.1" 200 541 0.006953 10.0.0.22 - - [2025-10-13 02:13:31] "POST /neutron/router HTTP/1.1" 200 541 0.003865 10.0.0.22 - - [2025-10-13 02:13:31] "POST /neutron/router HTTP/1.1" 200 541 0.004551 10.0.0.22 - - [2025-10-13 02:13:31] "POST /neutron/router HTTP/1.1" 200 541 0.003744 10.0.0.22 - - [2025-10-13 02:13:31] "POST /neutron/router HTTP/1.1" 200 541 0.005889 10.0.0.22 - - [2025-10-13 02:13:31] "POST /neutron/router HTTP/1.1" 200 541 0.003917 10.0.0.22 - - [2025-10-13 02:13:31] "POST /neutron/router HTTP/1.1" 200 541 0.004683 10.0.0.22 - - [2025-10-13 02:13:31] "POST /neutron/router HTTP/1.1" 200 541 0.003939 10.0.0.22 - - [2025-10-13 02:13:31] "POST /neutron/router HTTP/1.1" 200 541 0.011307 10.0.0.19 - - [2025-10-13 02:13:31] "GET /logical-router/f34f79fa-c619-49bb-a9d7-09a4ccc49728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005693 10.0.0.22 - - [2025-10-13 02:13:31] "POST /neutron/router HTTP/1.1" 200 151 0.085998 10.0.0.41 - - [2025-10-13 02:13:32] "POST /route-targets HTTP/1.1" 200 327 0.020475 10.0.0.22 - - [2025-10-13 02:13:32] "POST /neutron/router HTTP/1.1" 200 559 0.012175 10.0.0.22 - - [2025-10-13 02:13:32] "POST /neutron/router HTTP/1.1" 200 559 0.009089 10.0.0.22 - - [2025-10-13 02:13:32] "POST /neutron/router HTTP/1.1" 200 559 0.004645 10.0.0.22 - - [2025-10-13 02:13:32] "POST /neutron/router HTTP/1.1" 200 559 0.004507 10.0.0.22 - - [2025-10-13 02:13:32] "POST /neutron/router HTTP/1.1" 200 559 0.005195 10.0.0.22 - - [2025-10-13 02:13:32] "POST /neutron/router HTTP/1.1" 200 559 0.004272 10.0.0.22 - - [2025-10-13 02:13:32] "POST /neutron/router HTTP/1.1" 200 559 0.003996 10.0.0.22 - - [2025-10-13 02:13:32] "POST /neutron/router HTTP/1.1" 200 559 0.004305 10.0.0.22 - - [2025-10-13 02:13:32] "POST /neutron/router HTTP/1.1" 200 559 0.004357 10.0.0.22 - - [2025-10-13 02:13:32] "POST /neutron/router HTTP/1.1" 200 559 0.003816 10.0.0.22 - - [2025-10-13 02:13:32] "POST /neutron/router HTTP/1.1" 200 559 0.004579 10.0.0.22 - - [2025-10-13 02:13:32] "POST /neutron/router HTTP/1.1" 200 559 0.021752 10.0.0.22 - - [2025-10-13 02:13:32] "POST /neutron/security_group HTTP/1.1" 200 521 0.003978 10.0.0.41 - - [2025-10-13 02:13:32] "DELETE /route-target/03444a4f-ac51-4710-a850-44db6419e955 HTTP/1.1" 200 115 0.035618 10.0.0.22 - - [2025-10-13 02:13:32] "POST /neutron/security_group HTTP/1.1" 200 151 0.070454 10.0.0.41 - - [2025-10-13 02:13:33] "DELETE /access-control-list/04570d01-8def-42a4-917a-7d12b76a7e8b HTTP/1.1" 200 115 0.041472 10.0.0.22 - - [2025-10-13 02:13:33] "POST /neutron/security_group HTTP/1.1" 200 506 0.008701 10.0.0.41 - - [2025-10-13 02:13:33] "DELETE /access-control-list/95a4109e-2f1c-4ea7-9686-d71282be87d5 HTTP/1.1" 200 115 0.035463 10.0.0.41 - - [2025-10-13 02:13:34] "GET /projects?obj_uuids=38ff4f71-7b6e-478e-9b42-daf9f4435bb9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001330 10.0.0.22 - - [2025-10-13 02:13:34] "GET /project/38ff4f71-7b6e-478e-9b42-daf9f4435bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.070347 10.0.0.41 - - [2025-10-13 02:13:34] "GET /projects?obj_uuids=38ff4f71-7b6e-478e-9b42-daf9f4435bb9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001241 10.0.0.22 - - [2025-10-13 02:13:34] "GET /project/38ff4f71-7b6e-478e-9b42-daf9f4435bb9?fields=virtual_networks HTTP/1.1" 200 1021 0.068585 10.0.0.41 - - [2025-10-13 02:13:34] "GET /projects?obj_uuids=38ff4f71-7b6e-478e-9b42-daf9f4435bb9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000918 10.0.0.22 - - [2025-10-13 02:13:34] "GET /project/38ff4f71-7b6e-478e-9b42-daf9f4435bb9?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.057636 10.0.0.41 - - [2025-10-13 02:13:34] "GET /projects?obj_uuids=38ff4f71-7b6e-478e-9b42-daf9f4435bb9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001233 10.0.0.22 - - [2025-10-13 02:13:34] "GET /project/38ff4f71-7b6e-478e-9b42-daf9f4435bb9?fields=security_groups HTTP/1.1" 200 1242 0.062370 10.0.0.22 - - [2025-10-13 02:13:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.027545 10.0.0.41 - - [2025-10-13 02:13:35] "GET /projects?obj_uuids=54562939-d76c-4927-afa6-871055185ca1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003256 10.0.0.41 - - [2025-10-13 02:13:35] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.41 - - [2025-10-13 02:13:35] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006943 10.0.0.41 - - [2025-10-13 02:13:35] "POST /id-to-fqname HTTP/1.1" 200 186 0.001811 10.0.0.41 - - [2025-10-13 02:13:35] "POST /fqname-to-id HTTP/1.1" 404 195 0.003324 10.0.0.41 - - [2025-10-13 02:13:35] "POST /security-groups HTTP/1.1" 200 587 0.035959 10.0.0.41 - - [2025-10-13 02:13:36] "POST /fqname-to-id HTTP/1.1" 404 230 0.004130 10.0.0.41 - - [2025-10-13 02:13:36] "POST /projects HTTP/1.1" 200 577 0.258204 10.0.0.41 - - [2025-10-13 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.327913 10.0.0.41 - - [2025-10-13 02:13:36] "POST /access-control-lists HTTP/1.1" 200 590 0.029574 10.0.0.22 - - [2025-10-13 02:13:36] "GET /project/54562939-d76c-4927-afa6-871055185ca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.463538 10.0.0.22 - - [2025-10-13 02:13:37] "GET / HTTP/1.1" 200 35931 0.001765 10.0.0.22 - - [2025-10-13 02:13:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.22 - - [2025-10-13 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.049106 10.0.0.41 - - [2025-10-13 02:13:39] "GET /projects?obj_uuids=54562939-d76c-4927-afa6-871055185ca1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000843 10.0.0.22 - - [2025-10-13 02:13:39] "GET /project/54562939-d76c-4927-afa6-871055185ca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.041503 10.0.0.41 - - [2025-10-13 02:13:39] "GET /projects?obj_uuids=54562939-d76c-4927-afa6-871055185ca1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002074 10.0.0.22 - - [2025-10-13 02:13:39] "POST /neutron/network HTTP/1.1" 200 601 0.139876 10.0.0.22 - - [2025-10-13 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 216 0.002966 10.0.0.22 - - [2025-10-13 02:13:39] "GET /virtual-network/cb9a33b6-87b7-4c6e-a271-68b9cbb93230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004953 10.0.0.22 - - [2025-10-13 02:13:39] "POST /neutron/network HTTP/1.1" 200 818 0.074299 10.0.0.22 - - [2025-10-13 02:13:39] "GET /virtual-network/cb9a33b6-87b7-4c6e-a271-68b9cbb93230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.005240 10.0.0.22 - - [2025-10-13 02:13:39] "POST /fqname-to-id HTTP/1.1" 404 206 0.003144 10.0.0.22 - - [2025-10-13 02:13:39] "GET /virtual-network/cb9a33b6-87b7-4c6e-a271-68b9cbb93230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004811 10.0.0.41 - - [2025-10-13 02:13:40] "GET /projects?obj_uuids=54562939-d76c-4927-afa6-871055185ca1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001055 10.0.0.22 - - [2025-10-13 02:13:40] "POST /neutron/port HTTP/1.1" 200 1015 0.231542 10.0.0.22 - - [2025-10-13 02:13:40] "GET /virtual-machine-interface/3ccedbe7-32c1-4e79-8a5e-64e212edbe64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2382 0.005599 10.0.0.22 - - [2025-10-13 02:13:40] "GET /virtual-machine-interface/3ccedbe7-32c1-4e79-8a5e-64e212edbe64?fields=instance_ip_back_refs HTTP/1.1" 200 1315 0.004788 10.0.0.22 - - [2025-10-13 02:13:40] "GET /instance-ip/98b95bb2-a9e1-404c-b8b9-470db71cf50e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.004710 10.0.0.22 - - [2025-10-13 02:13:40] "POST /neutron/network HTTP/1.1" 200 818 0.006601 10.0.0.41 - - [2025-10-13 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.22 - - [2025-10-13 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.41 - - [2025-10-13 02:13:43] "GET /projects?obj_uuids=54562939-d76c-4927-afa6-871055185ca1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000867 10.0.0.22 - - [2025-10-13 02:13:43] "GET /project/54562939-d76c-4927-afa6-871055185ca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.036097 10.0.0.41 - - [2025-10-13 02:13:43] "GET /projects?obj_uuids=54562939-d76c-4927-afa6-871055185ca1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001484 10.0.0.22 - - [2025-10-13 02:13:43] "POST /neutron/network HTTP/1.1" 200 603 0.103894 10.0.0.41 - - [2025-10-13 02:13:43] "POST /ref-update HTTP/1.1" 200 156 0.017998 10.0.0.22 - - [2025-10-13 02:13:44] "POST /neutron/network HTTP/1.1" 200 980 0.011682 10.0.0.22 - - [2025-10-13 02:13:44] "POST /id-to-fqname HTTP/1.1" 200 217 0.001876 10.0.0.22 - - [2025-10-13 02:13:44] "GET /virtual-network/89399c44-e63d-4e8d-a88a-afb2c3c69104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.008459 10.0.0.22 - - [2025-10-13 02:13:44] "GET /virtual-network/89399c44-e63d-4e8d-a88a-afb2c3c69104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.008595 10.0.0.22 - - [2025-10-13 02:13:44] "POST /neutron/subnet HTTP/1.1" 200 730 0.009042 10.0.0.41 - - [2025-10-13 02:13:44] "GET /projects?obj_uuids=54562939-d76c-4927-afa6-871055185ca1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001012 10.0.0.22 - - [2025-10-13 02:13:44] "POST /neutron/port HTTP/1.1" 200 1019 0.212576 10.0.0.22 - - [2025-10-13 02:13:44] "POST /id-to-fqname HTTP/1.1" 200 217 0.001213 10.0.0.22 - - [2025-10-13 02:13:45] "POST /neutron/network HTTP/1.1" 200 980 0.028903 10.0.0.22 - - [2025-10-13 02:13:45] "POST /neutron/port HTTP/1.1" 200 117 0.006342 10.0.0.22 - - [2025-10-13 02:13:45] "POST /id-to-fqname HTTP/1.1" 200 217 0.001253 10.0.0.22 - - [2025-10-13 02:13:45] "POST /neutron/port HTTP/1.1" 200 1019 0.009046 10.0.0.22 - - [2025-10-13 02:13:45] "POST /neutron/port HTTP/1.1" 200 1019 0.009750 10.0.0.22 - - [2025-10-13 02:13:45] "POST /neutron/port HTTP/1.1" 200 117 0.006228 10.0.0.22 - - [2025-10-13 02:13:46] "POST /neutron/network HTTP/1.1" 200 990 0.008641 10.0.0.22 - - [2025-10-13 02:13:46] "POST /neutron/port HTTP/1.1" 200 1019 0.009153 10.0.0.22 - - [2025-10-13 02:13:46] "POST /neutron/port HTTP/1.1" 200 1019 0.008188 10.0.0.22 - - [2025-10-13 02:13:46] "POST /neutron/port HTTP/1.1" 200 1085 0.042015 10.0.0.22 - - [2025-10-13 02:13:46] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.22 - - [2025-10-13 02:13:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003856 10.0.0.22 - - [2025-10-13 02:13:46] "POST /neutron/network HTTP/1.1" 200 980 0.008256 10.0.0.22 - - [2025-10-13 02:13:50] "POST /neutron/port HTTP/1.1" 200 1085 0.017343 10.0.0.22 - - [2025-10-13 02:13:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006992 10.0.0.22 - - [2025-10-13 02:13:51] "GET /virtual-machine/491b0a2d-7719-4ac4-98ea-a37fc8aa87b7 HTTP/1.1" 401 292 0.000356 10.0.0.22 - - [2025-10-13 02:13:51] "GET /virtual-machine/491b0a2d-7719-4ac4-98ea-a37fc8aa87b7 HTTP/1.1" 200 1284 0.025781 10.0.0.22 - - [2025-10-13 02:13:51] "GET /virtual-machine-interface/b02cd152-52eb-4427-8835-71227aa376ab HTTP/1.1" 200 2923 0.004596 10.0.0.22 - - [2025-10-13 02:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.22 - - [2025-10-13 02:13:51] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003811 10.0.0.22 - - [2025-10-13 02:13:51] "GET /virtual-networks?parent_id=54562939-d76c-4927-afa6-871055185ca1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002480 10.0.0.22 - - [2025-10-13 02:13:51] "GET /virtual-network/89399c44-e63d-4e8d-a88a-afb2c3c69104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005723 10.0.0.22 - - [2025-10-13 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.22 - - [2025-10-13 02:13:54] "GET /virtual-network/89399c44-e63d-4e8d-a88a-afb2c3c69104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.007320 10.0.0.22 - - [2025-10-13 02:13:55] "POST /neutron/port HTTP/1.1" 200 1085 0.013914 10.0.0.22 - - [2025-10-13 02:13:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005241 10.0.0.22 - - [2025-10-13 02:13:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003758 10.0.0.22 - - [2025-10-13 02:13:55] "POST /neutron/network HTTP/1.1" 200 980 0.007877 10.0.0.22 - - [2025-10-13 02:13:55] "POST /neutron/port HTTP/1.1" 200 1085 0.013644 10.0.0.22 - - [2025-10-13 02:13:55] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007311 10.0.0.22 - - [2025-10-13 02:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.22 - - [2025-10-13 02:13:56] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004679 10.0.0.22 - - [2025-10-13 02:13:56] "GET /virtual-networks?parent_id=54562939-d76c-4927-afa6-871055185ca1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002738 10.0.0.22 - - [2025-10-13 02:13:56] "GET /virtual-network/89399c44-e63d-4e8d-a88a-afb2c3c69104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.005598 10.0.0.22 - - [2025-10-13 02:13:59] "GET /obj-perms HTTP/1.1" 200 5056 0.044558 10.0.0.41 - - [2025-10-13 02:14:02] "DELETE /project/54562939d76c4927afa6871055185ca1 HTTP/1.1" 404 173 0.021857 10.0.0.41 - - [2025-10-13 02:14:02] "DELETE /project/38ff4f717b6e478e9b42daf9f4435bb9 HTTP/1.1" 404 173 0.014007 10.0.0.41 - - [2025-10-13 02:14:02] "DELETE /project/5f2dee52-21a4-4e2f-b9c9-d7fdadf87de4 HTTP/1.1" 404 177 0.022033 10.0.0.41 - - [2025-10-13 02:14:02] "DELETE /project/d78dbb3e6e134d2d88fdf6923e801987 HTTP/1.1" 404 173 0.021226 10.0.0.41 - - [2025-10-13 02:14:02] "DELETE /project/ff169731c2c545ecaeabf239ba385cd5 HTTP/1.1" 404 173 0.015013 10.0.0.41 - - [2025-10-13 02:14:02] "DELETE /project/c0309268353040bbb3f0bbc8dccd0d89 HTTP/1.1" 404 173 0.014270 10.0.0.41 - - [2025-10-13 02:14:02] "GET /projects?obj_uuids=38ff4f71-7b6e-478e-9b42-daf9f4435bb9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000918 10.0.0.41 - - [2025-10-13 02:14:02] "GET /projects?obj_uuids=c0309268-3530-40bb-b3f0-bbc8dccd0d89&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000755 10.0.0.41 - - [2025-10-13 02:14:02] "GET /projects?obj_uuids=ff169731-c2c5-45ec-aeab-f239ba385cd5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000973 10.0.0.41 - - [2025-10-13 02:14:02] "GET /projects?obj_uuids=d78dbb3e-6e13-4d2d-88fd-f6923e801987&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000829 10.0.0.22 - - [2025-10-13 02:14:02] "POST /neutron/port HTTP/1.1" 200 1085 0.024389 10.0.0.41 - - [2025-10-13 02:14:02] "GET /project/d78dbb3e-6e13-4d2d-88fd-f6923e801987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.060312 10.0.0.41 - - [2025-10-13 02:14:02] "GET /project/38ff4f71-7b6e-478e-9b42-daf9f4435bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.072062 10.0.0.41 - - [2025-10-13 02:14:02] "GET /project/ff169731-c2c5-45ec-aeab-f239ba385cd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.087682 10.0.0.41 - - [2025-10-13 02:14:02] "GET /projects?obj_uuids=d78dbb3e-6e13-4d2d-88fd-f6923e801987&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001250 10.0.0.41 - - [2025-10-13 02:14:02] "GET /projects?obj_uuids=38ff4f71-7b6e-478e-9b42-daf9f4435bb9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002416 10.0.0.41 - - [2025-10-13 02:14:02] "GET /projects?obj_uuids=ff169731-c2c5-45ec-aeab-f239ba385cd5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000849 10.0.0.41 - - [2025-10-13 02:14:02] "GET /project/c0309268-3530-40bb-b3f0-bbc8dccd0d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.111776 10.0.0.41 - - [2025-10-13 02:14:02] "GET /projects?obj_uuids=c0309268-3530-40bb-b3f0-bbc8dccd0d89&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000904 10.0.0.41 - - [2025-10-13 02:14:02] "GET /project/d78dbb3e-6e13-4d2d-88fd-f6923e801987?fields=security_groups HTTP/1.1" 200 1362 0.107356 10.0.0.41 - - [2025-10-13 02:14:02] "GET /project/38ff4f71-7b6e-478e-9b42-daf9f4435bb9?fields=security_groups HTTP/1.1" 200 1347 0.119119 10.0.0.22 - - [2025-10-13 02:14:02] "POST /neutron/security_group HTTP/1.1" 200 2054 0.020934 10.0.0.41 - - [2025-10-13 02:14:02] "GET /project/ff169731-c2c5-45ec-aeab-f239ba385cd5?fields=security_groups HTTP/1.1" 200 1360 0.167062 10.0.0.41 - - [2025-10-13 02:14:02] "GET /project/c0309268-3530-40bb-b3f0-bbc8dccd0d89?fields=security_groups HTTP/1.1" 200 1375 0.180176 10.0.0.41 - - [2025-10-13 02:14:02] "DELETE /security-group/e010b9cb-7b7e-4636-aac3-4308e379890c HTTP/1.1" 200 115 0.129225 10.0.0.41 - - [2025-10-13 02:14:02] "GET /projects?obj_uuids=d78dbb3e-6e13-4d2d-88fd-f6923e801987&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.41 - - [2025-10-13 02:14:02] "DELETE /security-group/dd6d3a7e-886c-4a1a-ba91-ce1a240b9f45 HTTP/1.1" 200 115 0.150615 10.0.0.41 - - [2025-10-13 02:14:02] "GET /projects?obj_uuids=38ff4f71-7b6e-478e-9b42-daf9f4435bb9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001462 10.0.0.41 - - [2025-10-13 02:14:02] "DELETE /access-control-list/7b024efb-22cb-4be3-8d6e-d34ed2eb1790 HTTP/1.1" 200 115 0.091941 10.0.0.22 - - [2025-10-13 02:14:02] "GET /virtual-machine/9968a76a-085f-4d3d-aff1-f0a5c68b9ff8 HTTP/1.1" 200 1285 0.014349 10.0.0.41 - - [2025-10-13 02:14:02] "GET /project/d78dbb3e-6e13-4d2d-88fd-f6923e801987?fields=application_policy_sets HTTP/1.1" 200 1401 0.075831 10.0.0.22 - - [2025-10-13 02:14:02] "GET /virtual-machine-interface/0d75c8ce-0800-4790-8efe-1ad9edfb0167 HTTP/1.1" 200 2922 0.005726 10.0.0.41 - - [2025-10-13 02:14:02] "DELETE /security-group/a1bd6c54-aaf3-48a6-a94f-706666d0a230 HTTP/1.1" 200 115 0.150543 10.0.0.41 - - [2025-10-13 02:14:02] "DELETE /security-group/88748d76-c8f5-4c35-a13b-820842ec8c9d HTTP/1.1" 200 115 0.125269 10.0.0.41 - - [2025-10-13 02:14:02] "GET /projects?obj_uuids=ff169731-c2c5-45ec-aeab-f239ba385cd5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000846 10.0.0.41 - - [2025-10-13 02:14:02] "GET /projects?obj_uuids=c0309268-3530-40bb-b3f0-bbc8dccd0d89&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002978 10.0.0.22 - - [2025-10-13 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.021003 10.0.0.22 - - [2025-10-13 02:14:02] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.018561 10.0.0.22 - - [2025-10-13 02:14:02] "GET /virtual-networks?parent_id=54562939-d76c-4927-afa6-871055185ca1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002355 10.0.0.41 - - [2025-10-13 02:14:02] "GET /project/38ff4f71-7b6e-478e-9b42-daf9f4435bb9?fields=application_policy_sets HTTP/1.1" 200 1386 0.155963 10.0.0.22 - - [2025-10-13 02:14:02] "GET /virtual-network/89399c44-e63d-4e8d-a88a-afb2c3c69104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.019559 10.0.0.41 - - [2025-10-13 02:14:02] "GET /project/c0309268-3530-40bb-b3f0-bbc8dccd0d89?fields=application_policy_sets HTTP/1.1" 200 1414 0.119611 10.0.0.41 - - [2025-10-13 02:14:02] "GET /project/ff169731-c2c5-45ec-aeab-f239ba385cd5?fields=application_policy_sets HTTP/1.1" 200 1399 0.173893 10.0.0.41 - - [2025-10-13 02:14:02] "DELETE /access-control-list/2a9a9dee-4af5-4967-9e73-f9440ffa0bb5 HTTP/1.1" 200 115 0.104701 10.0.0.41 - - [2025-10-13 02:14:03] "DELETE /project/d78dbb3e-6e13-4d2d-88fd-f6923e801987 HTTP/1.1" 200 115 0.863015 10.0.0.41 - - [2025-10-13 02:14:03] "DELETE /access-control-list/553bc2d9-6789-40c2-a37e-7aae0a134a5b HTTP/1.1" 200 115 0.093345 10.0.0.41 - - [2025-10-13 02:14:03] "DELETE /project/38ff4f71-7b6e-478e-9b42-daf9f4435bb9 HTTP/1.1" 200 115 0.947953 10.0.0.41 - - [2025-10-13 02:14:03] "DELETE /project/c0309268-3530-40bb-b3f0-bbc8dccd0d89 HTTP/1.1" 200 115 0.967663 10.0.0.41 - - [2025-10-13 02:14:03] "DELETE /project/ff169731-c2c5-45ec-aeab-f239ba385cd5 HTTP/1.1" 200 115 1.001786 10.0.0.22 - - [2025-10-13 02:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.22 - - [2025-10-13 02:14:03] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003377 10.0.0.22 - - [2025-10-13 02:14:03] "GET /virtual-networks?parent_id=54562939-d76c-4927-afa6-871055185ca1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002650 10.0.0.22 - - [2025-10-13 02:14:03] "GET /virtual-network/89399c44-e63d-4e8d-a88a-afb2c3c69104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.010961 10.0.0.22 - - [2025-10-13 02:14:07] "POST /neutron/port HTTP/1.1" 200 1111 0.010534 10.0.0.22 - - [2025-10-13 02:14:07] "POST /neutron/port HTTP/1.1" 200 1111 0.011819 10.0.0.22 - - [2025-10-13 02:14:07] "POST /neutron/port HTTP/1.1" 200 117 0.028201 10.0.0.41 - - [2025-10-13 02:14:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005266 10.0.0.41 - - [2025-10-13 02:14:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003333 10.0.0.41 - - [2025-10-13 02:14:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002087 10.0.0.41 - - [2025-10-13 02:14:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001890 10.0.0.22 - - [2025-10-13 02:14:07] "POST /neutron/network HTTP/1.1" 200 151 0.156141 10.0.0.41 - - [2025-10-13 02:14:07] "DELETE /route-target/557c4d35-dfed-4592-8f7d-32d9a62664a8 HTTP/1.1" 200 115 0.031688 10.0.0.41 - - [2025-10-13 02:14:09] "GET /projects?obj_uuids=54562939-d76c-4927-afa6-871055185ca1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000924 10.0.0.22 - - [2025-10-13 02:14:09] "GET /project/54562939-d76c-4927-afa6-871055185ca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.039893 10.0.0.41 - - [2025-10-13 02:14:09] "GET /projects?obj_uuids=54562939-d76c-4927-afa6-871055185ca1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000907 10.0.0.22 - - [2025-10-13 02:14:09] "GET /project/54562939-d76c-4927-afa6-871055185ca1?fields=virtual_networks HTTP/1.1" 200 1023 0.037426 10.0.0.41 - - [2025-10-13 02:14:09] "GET /projects?obj_uuids=54562939-d76c-4927-afa6-871055185ca1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000971 10.0.0.22 - - [2025-10-13 02:14:09] "GET /project/54562939-d76c-4927-afa6-871055185ca1?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.041649 10.0.0.41 - - [2025-10-13 02:14:09] "GET /projects?obj_uuids=54562939-d76c-4927-afa6-871055185ca1&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000905 10.0.0.22 - - [2025-10-13 02:14:09] "GET /project/54562939-d76c-4927-afa6-871055185ca1?fields=security_groups HTTP/1.1" 200 1245 0.045160 10.0.0.22 - - [2025-10-13 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 186 0.026884 10.0.0.41 - - [2025-10-13 02:14:10] "GET /projects?obj_uuids=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004297 10.0.0.41 - - [2025-10-13 02:14:10] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001902 10.0.0.41 - - [2025-10-13 02:14:10] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009437 10.0.0.41 - - [2025-10-13 02:14:10] "POST /id-to-fqname HTTP/1.1" 200 188 0.004615 10.0.0.41 - - [2025-10-13 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 197 0.004749 10.0.0.41 - - [2025-10-13 02:14:10] "POST /security-groups HTTP/1.1" 200 589 0.042218 10.0.0.41 - - [2025-10-13 02:14:10] "POST /projects HTTP/1.1" 200 581 0.291748 10.0.0.41 - - [2025-10-13 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 231 0.004579 10.0.0.41 - - [2025-10-13 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.373844 10.0.0.22 - - [2025-10-13 02:14:10] "GET /project/4d4313e0-137d-4117-b28f-448e8b88acaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.524791 10.0.0.22 - - [2025-10-13 02:14:11] "GET / HTTP/1.1" 200 35931 0.001439 10.0.0.22 - - [2025-10-13 02:14:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.22 - - [2025-10-13 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.053497 10.0.0.41 - - [2025-10-13 02:14:14] "GET /projects?obj_uuids=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.22 - - [2025-10-13 02:14:14] "GET /project/4d4313e0-137d-4117-b28f-448e8b88acaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.040068 10.0.0.22 - - [2025-10-13 02:14:14] "POST /neutron/network HTTP/1.1" 200 117 0.029487 10.0.0.41 - - [2025-10-13 02:14:14] "POST /ref-update HTTP/1.1" 200 156 0.033714 10.0.0.22 - - [2025-10-13 02:14:14] "POST /neutron/network HTTP/1.1" 200 821 0.009249 10.0.0.22 - - [2025-10-13 02:14:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.001153 10.0.0.22 - - [2025-10-13 02:14:14] "GET /virtual-network/de8470f6-a88e-47ab-b153-5febdb5035dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.004532 10.0.0.22 - - [2025-10-13 02:14:14] "GET /virtual-network/de8470f6-a88e-47ab-b153-5febdb5035dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005376 10.0.0.22 - - [2025-10-13 02:14:14] "POST /neutron/subnet HTTP/1.1" 200 710 0.010411 10.0.0.22 - - [2025-10-13 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.41 - - [2025-10-13 02:14:14] "GET /projects?obj_uuids=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001105 10.0.0.22 - - [2025-10-13 02:14:14] "GET /project/4d4313e0-137d-4117-b28f-448e8b88acaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.049209 10.0.0.41 - - [2025-10-13 02:14:15] "POST /useragent-kv HTTP/1.1" 200 115 0.006219 10.0.0.22 - - [2025-10-13 02:14:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.203140 10.0.0.22 - - [2025-10-13 02:14:15] "POST /id-to-fqname HTTP/1.1" 200 219 0.001335 10.0.0.22 - - [2025-10-13 02:14:15] "GET /virtual-network/9b75595f-efb5-4c90-90f2-a26398fc7e5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005561 10.0.0.22 - - [2025-10-13 02:14:15] "GET /virtual-network/9b75595f-efb5-4c90-90f2-a26398fc7e5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006313 10.0.0.22 - - [2025-10-13 02:14:15] "POST /neutron/network HTTP/1.1" 200 826 0.006924 10.0.0.22 - - [2025-10-13 02:14:15] "POST /id-to-fqname HTTP/1.1" 200 219 0.002042 10.0.0.41 - - [2025-10-13 02:14:16] "GET /projects?obj_uuids=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.22 - - [2025-10-13 02:14:16] "GET /project/4d4313e0-137d-4117-b28f-448e8b88acaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.061153 10.0.0.22 - - [2025-10-13 02:14:16] "POST /neutron/network HTTP/1.1" 200 821 0.006172 10.0.0.22 - - [2025-10-13 02:14:16] "POST /id-to-fqname HTTP/1.1" 200 219 0.001536 10.0.0.22 - - [2025-10-13 02:14:16] "POST /neutron/port HTTP/1.1" 200 117 0.006867 10.0.0.41 - - [2025-10-13 02:14:16] "GET /projects?obj_uuids=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000909 10.0.0.22 - - [2025-10-13 02:14:17] "POST /neutron/port HTTP/1.1" 200 1055 0.261420 10.0.0.22 - - [2025-10-13 02:14:17] "POST /neutron/port HTTP/1.1" 200 1109 0.108848 10.0.0.22 - - [2025-10-13 02:14:17] "POST /neutron/subnet HTTP/1.1" 200 684 0.008754 10.0.0.41 - - [2025-10-13 02:14:17] "GET /projects?obj_uuids=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.22 - - [2025-10-13 02:14:17] "GET /project/4d4313e0-137d-4117-b28f-448e8b88acaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.076668 10.0.0.22 - - [2025-10-13 02:14:17] "POST /neutron/network HTTP/1.1" 200 826 0.006077 10.0.0.22 - - [2025-10-13 02:14:17] "POST /neutron/port HTTP/1.1" 200 117 0.007534 10.0.0.41 - - [2025-10-13 02:14:17] "POST /route-targets HTTP/1.1" 200 327 0.016464 10.0.0.41 - - [2025-10-13 02:14:17] "GET /projects?obj_uuids=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005457 10.0.0.22 - - [2025-10-13 02:14:18] "POST /neutron/router HTTP/1.1" 200 344 0.325371 10.0.0.22 - - [2025-10-13 02:14:18] "POST /neutron/port HTTP/1.1" 200 1083 0.028664 10.0.0.22 - - [2025-10-13 02:14:18] "POST /neutron/port HTTP/1.1" 200 1060 0.013145 10.0.0.22 - - [2025-10-13 02:14:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003672 10.0.0.22 - - [2025-10-13 02:14:18] "POST /neutron/network HTTP/1.1" 200 826 0.012997 10.0.0.22 - - [2025-10-13 02:14:23] "POST /neutron/port HTTP/1.1" 200 1083 0.014399 10.0.0.22 - - [2025-10-13 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010898 10.0.0.22 - - [2025-10-13 02:14:23] "GET /virtual-machine/430c7156-af32-4905-8553-1a13fd3e9663 HTTP/1.1" 401 292 0.000551 10.0.0.22 - - [2025-10-13 02:14:23] "GET /virtual-machine/430c7156-af32-4905-8553-1a13fd3e9663 HTTP/1.1" 200 1289 0.027875 10.0.0.22 - - [2025-10-13 02:14:23] "GET /virtual-machine-interface/22cd3fe7-f27f-4cee-85dd-6aa9c42ae4ac HTTP/1.1" 200 2932 0.005321 10.0.0.22 - - [2025-10-13 02:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.22 - - [2025-10-13 02:14:23] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004640 10.0.0.22 - - [2025-10-13 02:14:23] "GET /virtual-networks?parent_id=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.002847 10.0.0.22 - - [2025-10-13 02:14:24] "GET /virtual-network/de8470f6-a88e-47ab-b153-5febdb5035dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005790 10.0.0.22 - - [2025-10-13 02:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.22 - - [2025-10-13 02:14:27] "GET /virtual-network/de8470f6-a88e-47ab-b153-5febdb5035dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005439 10.0.0.22 - - [2025-10-13 02:14:27] "POST /neutron/port HTTP/1.1" 200 1083 0.015470 10.0.0.22 - - [2025-10-13 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.22 - - [2025-10-13 02:14:29] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004154 10.0.0.22 - - [2025-10-13 02:14:29] "GET /virtual-networks?parent_id=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003243 10.0.0.22 - - [2025-10-13 02:14:29] "GET /virtual-network/de8470f6-a88e-47ab-b153-5febdb5035dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005751 10.0.0.22 - - [2025-10-13 02:14:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007188 10.0.0.22 - - [2025-10-13 02:14:29] "POST /neutron/port HTTP/1.1" 200 1088 0.018792 10.0.0.22 - - [2025-10-13 02:14:29] "GET /virtual-machine/574d6827-a541-43dd-81cf-c7f1d49d2fff HTTP/1.1" 200 1289 0.013733 10.0.0.22 - - [2025-10-13 02:14:29] "GET /virtual-machine-interface/e93f7813-dad6-409a-ba36-afc370a67455 HTTP/1.1" 200 2934 0.006840 10.0.0.22 - - [2025-10-13 02:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.22 - - [2025-10-13 02:14:29] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003537 10.0.0.22 - - [2025-10-13 02:14:29] "GET /virtual-networks?parent_id=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004172 10.0.0.22 - - [2025-10-13 02:14:29] "GET /virtual-network/9b75595f-efb5-4c90-90f2-a26398fc7e5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009026 10.0.0.22 - - [2025-10-13 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.22 - - [2025-10-13 02:14:30] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004242 10.0.0.22 - - [2025-10-13 02:14:30] "GET /virtual-networks?parent_id=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003491 10.0.0.22 - - [2025-10-13 02:14:30] "GET /virtual-network/9b75595f-efb5-4c90-90f2-a26398fc7e5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005560 10.0.0.41 - - [2025-10-13 02:14:35] "GET /projects?obj_uuids=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.22 - - [2025-10-13 02:14:35] "POST /neutron/router HTTP/1.1" 200 344 0.277477 10.0.0.41 - - [2025-10-13 02:14:35] "POST /ref-update HTTP/1.1" 200 156 0.012797 10.0.0.22 - - [2025-10-13 02:14:41] "POST /neutron/router HTTP/1.1" 200 344 0.194006 10.0.0.41 - - [2025-10-13 02:14:46] "DELETE /access-control-list/1a2ff80e-eaab-4339-acef-89a3b0a98b21 HTTP/1.1" 200 115 0.040028 10.0.0.22 - - [2025-10-13 02:14:47] "POST /neutron/router HTTP/1.1" 200 580 0.009605 10.0.0.41 - - [2025-10-13 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.017484 10.0.0.22 - - [2025-10-13 02:14:48] "POST /neutron/router HTTP/1.1" 200 344 0.170411 10.0.0.22 - - [2025-10-13 02:14:48] "POST /neutron/network HTTP/1.1" 200 826 0.010153 10.0.0.22 - - [2025-10-13 02:14:48] "POST /neutron/port HTTP/1.1" 200 1114 0.011888 10.0.0.22 - - [2025-10-13 02:14:48] "POST /neutron/port HTTP/1.1" 200 1109 0.040574 10.0.0.41 - - [2025-10-13 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005291 10.0.0.41 - - [2025-10-13 02:14:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003243 10.0.0.41 - - [2025-10-13 02:14:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003687 10.0.0.22 - - [2025-10-13 02:14:50] "POST /neutron/network HTTP/1.1" 200 151 0.111559 10.0.0.41 - - [2025-10-13 02:14:50] "DELETE /route-target/64546aeb-f9a4-4f79-a050-c17fc0c26bf7 HTTP/1.1" 200 115 0.024811 10.0.0.41 - - [2025-10-13 02:14:52] "GET /projects?obj_uuids=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001922 10.0.0.22 - - [2025-10-13 02:14:52] "GET /project/4d4313e0-137d-4117-b28f-448e8b88acaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.048534 10.0.0.41 - - [2025-10-13 02:14:52] "GET /projects?obj_uuids=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001222 10.0.0.22 - - [2025-10-13 02:14:52] "GET /project/4d4313e0-137d-4117-b28f-448e8b88acaa?fields=virtual_networks HTTP/1.1" 200 1027 0.045470 10.0.0.41 - - [2025-10-13 02:14:52] "GET /projects?obj_uuids=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002048 10.0.0.22 - - [2025-10-13 02:14:52] "GET /project/4d4313e0-137d-4117-b28f-448e8b88acaa?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.066727 10.0.0.41 - - [2025-10-13 02:14:52] "GET /projects?obj_uuids=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.22 - - [2025-10-13 02:14:52] "GET /project/4d4313e0-137d-4117-b28f-448e8b88acaa?fields=security_groups HTTP/1.1" 200 1251 0.037493 10.0.0.19 - - [2025-10-13 02:14:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.19 - - [2025-10-13 02:14:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.22 - - [2025-10-13 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 191 0.029091 10.0.0.41 - - [2025-10-13 02:14:53] "GET /projects?obj_uuids=f7f593e1-3f06-49dc-a3c9-c50a742c3828&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003642 10.0.0.41 - - [2025-10-13 02:14:53] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.41 - - [2025-10-13 02:14:53] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007783 10.0.0.41 - - [2025-10-13 02:14:53] "POST /id-to-fqname HTTP/1.1" 200 193 0.001130 10.0.0.41 - - [2025-10-13 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 202 0.004514 10.0.0.41 - - [2025-10-13 02:14:53] "POST /security-groups HTTP/1.1" 200 594 0.031322 10.0.0.41 - - [2025-10-13 02:14:53] "POST /projects HTTP/1.1" 200 591 0.243819 10.0.0.41 - - [2025-10-13 02:14:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.005021 10.0.0.41 - - [2025-10-13 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.315895 10.0.0.22 - - [2025-10-13 02:14:53] "GET /project/f7f593e1-3f06-49dc-a3c9-c50a742c3828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.446746 10.0.0.41 - - [2025-10-13 02:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.001218 10.0.0.41 - - [2025-10-13 02:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.41 - - [2025-10-13 02:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.41 - - [2025-10-13 02:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.19 - - [2025-10-13 02:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.22 - - [2025-10-13 02:14:54] "GET / HTTP/1.1" 200 35931 0.003061 10.0.0.19 - - [2025-10-13 02:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.22 - - [2025-10-13 02:14:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.22 - - [2025-10-13 02:14:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.22 - - [2025-10-13 02:14:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.22 - - [2025-10-13 02:14:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.22 - - [2025-10-13 02:14:56] "GET /project/f7f593e1-3f06-49dc-a3c9-c50a742c3828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000582 10.0.0.41 - - [2025-10-13 02:14:57] "GET /projects?obj_uuids=f7f593e1-3f06-49dc-a3c9-c50a742c3828&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001530 10.0.0.22 - - [2025-10-13 02:14:57] "GET /project/f7f593e1-3f06-49dc-a3c9-c50a742c3828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.069689 10.0.0.22 - - [2025-10-13 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005714 10.0.0.22 - - [2025-10-13 02:14:57] "GET /security-group/c39b9bf1-ab3a-49b0-9274-4f8d696278e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.007072 10.0.0.22 - - [2025-10-13 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.41 - - [2025-10-13 02:14:57] "GET /projects?obj_uuids=f7f593e1-3f06-49dc-a3c9-c50a742c3828&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000969 10.0.0.22 - - [2025-10-13 02:14:57] "GET /project/f7f593e1-3f06-49dc-a3c9-c50a742c3828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.053068 10.0.0.22 - - [2025-10-13 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.22 - - [2025-10-13 02:14:57] "GET /security-group/c39b9bf1-ab3a-49b0-9274-4f8d696278e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005269 10.0.0.22 - - [2025-10-13 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.22 - - [2025-10-13 02:14:57] "PUT /security-group/c39b9bf1-ab3a-49b0-9274-4f8d696278e5 HTTP/1.1" 200 262 0.018393 10.0.0.22 - - [2025-10-13 02:14:57] "POST /fqname-to-id HTTP/1.1" 404 202 0.003523 10.0.0.41 - - [2025-10-13 02:14:57] "PUT /access-control-list/71cb7c01-b235-4803-bdb6-7da5b39f8c1b HTTP/1.1" 200 272 0.019251 10.0.0.22 - - [2025-10-13 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.41 - - [2025-10-13 02:14:57] "GET /projects?obj_uuids=f7f593e1-3f06-49dc-a3c9-c50a742c3828&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001066 10.0.0.22 - - [2025-10-13 02:14:57] "GET /project/f7f593e1-3f06-49dc-a3c9-c50a742c3828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.041489 10.0.0.22 - - [2025-10-13 02:14:57] "POST /neutron/network HTTP/1.1" 200 117 0.029140 10.0.0.22 - - [2025-10-13 02:14:58] "POST /neutron/network HTTP/1.1" 200 827 0.008316 10.0.0.22 - - [2025-10-13 02:14:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001029 10.0.0.22 - - [2025-10-13 02:14:58] "GET /virtual-network/7c6258d2-ed69-4ded-86d0-3fb478a3f236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004540 10.0.0.22 - - [2025-10-13 02:14:58] "GET /virtual-network/7c6258d2-ed69-4ded-86d0-3fb478a3f236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005036 10.0.0.22 - - [2025-10-13 02:14:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.008395 10.0.0.22 - - [2025-10-13 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.41 - - [2025-10-13 02:14:58] "GET /projects?obj_uuids=f7f593e1-3f06-49dc-a3c9-c50a742c3828&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001079 10.0.0.22 - - [2025-10-13 02:14:58] "GET /project/f7f593e1-3f06-49dc-a3c9-c50a742c3828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.045676 10.0.0.41 - - [2025-10-13 02:14:58] "POST /route-targets HTTP/1.1" 200 327 0.041259 10.0.0.41 - - [2025-10-13 02:14:59] "POST /useragent-kv HTTP/1.1" 200 115 0.009179 10.0.0.22 - - [2025-10-13 02:14:59] "POST /neutron/subnet HTTP/1.1" 200 720 0.244984 10.0.0.22 - - [2025-10-13 02:14:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001696 10.0.0.22 - - [2025-10-13 02:14:59] "GET /virtual-network/467795f2-b12a-4f0b-a56b-127afa60b7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006164 10.0.0.22 - - [2025-10-13 02:14:59] "GET /virtual-network/467795f2-b12a-4f0b-a56b-127afa60b7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006902 10.0.0.22 - - [2025-10-13 02:14:59] "POST /neutron/network HTTP/1.1" 200 833 0.009084 10.0.0.22 - - [2025-10-13 02:14:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001321 10.0.0.41 - - [2025-10-13 02:15:00] "GET /projects?obj_uuids=f7f593e1-3f06-49dc-a3c9-c50a742c3828&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001058 10.0.0.22 - - [2025-10-13 02:15:00] "GET /project/f7f593e1-3f06-49dc-a3c9-c50a742c3828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.140500 10.0.0.22 - - [2025-10-13 02:15:00] "POST /neutron/network HTTP/1.1" 200 827 0.009672 10.0.0.22 - - [2025-10-13 02:15:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001379 10.0.0.22 - - [2025-10-13 02:15:00] "POST /neutron/port HTTP/1.1" 200 117 0.006899 10.0.0.41 - - [2025-10-13 02:15:00] "GET /obj-perms HTTP/1.1" 200 5056 0.073847 10.0.0.41 - - [2025-10-13 02:15:00] "GET /projects?obj_uuids=f7f593e1-3f06-49dc-a3c9-c50a742c3828&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001010 10.0.0.22 - - [2025-10-13 02:15:01] "POST /neutron/port HTTP/1.1" 200 1063 0.352774 10.0.0.41 - - [2025-10-13 02:15:01] "GET /projects?obj_uuids=f7f593e1-3f06-49dc-a3c9-c50a742c3828&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000998 10.0.0.22 - - [2025-10-13 02:15:01] "POST /neutron/port HTTP/1.1" 200 1117 0.124202 10.0.0.22 - - [2025-10-13 02:15:01] "GET /project/f7f593e1-3f06-49dc-a3c9-c50a742c3828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.129749 10.0.0.22 - - [2025-10-13 02:15:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004166 10.0.0.22 - - [2025-10-13 02:15:01] "POST /neutron/network HTTP/1.1" 200 827 0.010591 10.0.0.22 - - [2025-10-13 02:15:01] "POST /neutron/port HTTP/1.1" 200 117 0.008651 10.0.0.41 - - [2025-10-13 02:15:01] "PUT /logical-router/dcba6e2e-f9dc-4c42-9a8c-646413c52765 HTTP/1.1" 200 262 0.048535 10.0.0.22 - - [2025-10-13 02:15:01] "POST /neutron/router HTTP/1.1" 200 656 0.061784 10.0.0.19 - - [2025-10-13 02:15:01] "GET /logical-router/dcba6e2e-f9dc-4c42-9a8c-646413c52765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.007056 10.0.0.19 - - [2025-10-13 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 215 0.003404 10.0.0.22 - - [2025-10-13 02:15:02] "POST /neutron/network HTTP/1.1" 200 843 0.031854 10.0.0.41 - - [2025-10-13 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.052858 10.0.0.19 - - [2025-10-13 02:15:02] "POST /route-tables HTTP/1.1" 200 582 0.077732 10.0.0.22 - - [2025-10-13 02:15:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006856 10.0.0.19 - - [2025-10-13 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.22 - - [2025-10-13 02:15:02] "POST /neutron/port HTTP/1.1" 200 1116 0.148491 10.0.0.19 - - [2025-10-13 02:15:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.158454 10.0.0.22 - - [2025-10-13 02:15:03] "POST /neutron/subnet HTTP/1.1" 200 694 0.011894 10.0.0.19 - - [2025-10-13 02:15:03] "POST /instance-ips HTTP/1.1" 400 246 0.027963 10.0.0.19 - - [2025-10-13 02:15:03] "PUT /instance-ip/7dd52342-4a3e-48a6-bc8e-147d30b3ea6d HTTP/1.1" 200 256 0.037781 10.0.0.41 - - [2025-10-13 02:15:03] "GET /projects?obj_uuids=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000824 10.0.0.41 - - [2025-10-13 02:15:03] "DELETE /project/4d4313e0137d4117b28f448e8b88acaa HTTP/1.1" 404 173 0.011729 10.0.0.41 - - [2025-10-13 02:15:03] "DELETE /project/54562939-d76c-4927-afa6-871055185ca1 HTTP/1.1" 404 177 0.023089 10.0.0.41 - - [2025-10-13 02:15:03] "DELETE /project/f7f593e13f0649dca3c9c50a742c3828 HTTP/1.1" 404 173 0.016363 10.0.0.41 - - [2025-10-13 02:15:03] "GET /project/4d4313e0-137d-4117-b28f-448e8b88acaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.069412 10.0.0.41 - - [2025-10-13 02:15:03] "GET /projects?obj_uuids=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.41 - - [2025-10-13 02:15:03] "GET /project/4d4313e0-137d-4117-b28f-448e8b88acaa?fields=security_groups HTTP/1.1" 200 1356 0.073192 10.0.0.19 - - [2025-10-13 02:15:03] "POST /chown HTTP/1.1" 200 109 0.048954 10.0.0.41 - - [2025-10-13 02:15:03] "DELETE /security-group/100d9aa7-5bc0-4ea5-b875-c53c5230d600 HTTP/1.1" 200 115 0.092900 10.0.0.41 - - [2025-10-13 02:15:03] "GET /projects?obj_uuids=4d4313e0-137d-4117-b28f-448e8b88acaa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000972 10.0.0.41 - - [2025-10-13 02:15:03] "GET /project/4d4313e0-137d-4117-b28f-448e8b88acaa?fields=application_policy_sets HTTP/1.1" 200 1395 0.061940 10.0.0.19 - - [2025-10-13 02:15:03] "POST /chown HTTP/1.1" 200 109 0.021076 10.0.0.19 - - [2025-10-13 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.045619 10.0.0.41 - - [2025-10-13 02:15:03] "DELETE /project/4d4313e0-137d-4117-b28f-448e8b88acaa HTTP/1.1" 200 115 0.575281 10.0.0.41 - - [2025-10-13 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.045972 10.0.0.19 - - [2025-10-13 02:15:04] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.138051 10.0.0.19 - - [2025-10-13 02:15:04] "POST /chown HTTP/1.1" 200 109 0.024008 10.0.0.19 - - [2025-10-13 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.042515 10.0.0.19 - - [2025-10-13 02:15:04] "POST /chown HTTP/1.1" 200 109 0.020600 10.0.0.19 - - [2025-10-13 02:15:04] "PUT /virtual-machine-interface/b56263b0-3673-4ea9-b1ee-08b822ee3da7 HTTP/1.1" 200 284 0.025809 10.0.0.19 - - [2025-10-13 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.034615 10.0.0.22 - - [2025-10-13 02:15:07] "POST /neutron/port HTTP/1.1" 200 1091 0.014669 10.0.0.22 - - [2025-10-13 02:15:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007049 10.0.0.22 - - [2025-10-13 02:15:07] "GET /virtual-machine/766296bb-74b1-43f4-b2a9-2386687b7ee0 HTTP/1.1" 401 292 0.000409 10.0.0.22 - - [2025-10-13 02:15:08] "GET /virtual-machine/766296bb-74b1-43f4-b2a9-2386687b7ee0 HTTP/1.1" 200 1295 0.028025 10.0.0.22 - - [2025-10-13 02:15:08] "GET /virtual-machine-interface/44c9ddec-619b-4b9c-8f43-18ab0d5921d7 HTTP/1.1" 200 2955 0.005834 10.0.0.22 - - [2025-10-13 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.22 - - [2025-10-13 02:15:08] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003644 10.0.0.22 - - [2025-10-13 02:15:08] "GET /virtual-networks?parent_id=f7f593e1-3f06-49dc-a3c9-c50a742c3828&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003663 10.0.0.22 - - [2025-10-13 02:15:08] "GET /virtual-network/7c6258d2-ed69-4ded-86d0-3fb478a3f236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005811 10.0.0.22 - - [2025-10-13 02:15:09] "POST /neutron/port HTTP/1.1" 200 1091 0.014263 10.0.0.22 - - [2025-10-13 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.22 - - [2025-10-13 02:15:11] "GET /virtual-network/7c6258d2-ed69-4ded-86d0-3fb478a3f236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005157 10.0.0.22 - - [2025-10-13 02:15:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007275 10.0.0.22 - - [2025-10-13 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.22 - - [2025-10-13 02:15:13] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004221 10.0.0.22 - - [2025-10-13 02:15:13] "GET /virtual-networks?parent_id=f7f593e1-3f06-49dc-a3c9-c50a742c3828&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003449 10.0.0.22 - - [2025-10-13 02:15:13] "GET /virtual-network/7c6258d2-ed69-4ded-86d0-3fb478a3f236?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005872 10.0.0.22 - - [2025-10-13 02:15:13] "POST /neutron/port HTTP/1.1" 200 1090 0.015229 10.0.0.22 - - [2025-10-13 02:15:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007431 10.0.0.22 - - [2025-10-13 02:15:13] "GET /virtual-machine/fea9d454-1dee-42ed-acf6-236834743dc5 HTTP/1.1" 200 1296 0.006551 10.0.0.22 - - [2025-10-13 02:15:13] "GET /virtual-machine-interface/10633b72-7479-45ff-bba2-77d739504b72 HTTP/1.1" 200 2967 0.005474 10.0.0.22 - - [2025-10-13 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.22 - - [2025-10-13 02:15:13] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003784 10.0.0.22 - - [2025-10-13 02:15:13] "GET /virtual-networks?parent_id=f7f593e1-3f06-49dc-a3c9-c50a742c3828&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003671 10.0.0.22 - - [2025-10-13 02:15:14] "GET /virtual-network/467795f2-b12a-4f0b-a56b-127afa60b7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006613 10.0.0.22 - - [2025-10-13 02:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008443 10.0.0.22 - - [2025-10-13 02:15:15] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006003 10.0.0.22 - - [2025-10-13 02:15:15] "GET /virtual-networks?parent_id=f7f593e1-3f06-49dc-a3c9-c50a742c3828&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003418 10.0.0.22 - - [2025-10-13 02:15:15] "GET /virtual-network/467795f2-b12a-4f0b-a56b-127afa60b7da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006995 10.0.0.22 - - [2025-10-13 02:15:19] "POST /neutron/router HTTP/1.1" 200 656 0.011339 10.0.0.19 - - [2025-10-13 02:15:19] "GET /service-instance/0a85c02a-52bf-4df9-81ac-014e6f113325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2312 0.004520 10.0.0.41 - - [2025-10-13 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007386 10.0.0.19 - - [2025-10-13 02:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006510 10.0.0.41 - - [2025-10-13 02:15:19] "PUT /routing-instance/9eecb730-f441-458e-ad42-6e6eb2382c40 HTTP/1.1" 200 266 0.040215 10.0.0.19 - - [2025-10-13 02:15:19] "POST /ref-update HTTP/1.1" 200 156 0.020277 10.0.0.22 - - [2025-10-13 02:15:19] "POST /neutron/network HTTP/1.1" 400 204 0.077882 10.0.0.19 - - [2025-10-13 02:15:19] "DELETE /service-instance/0a85c02a-52bf-4df9-81ac-014e6f113325 HTTP/1.1" 200 115 0.046938 10.0.0.19 - - [2025-10-13 02:15:19] "GET /virtual-machine-interface/b56263b0-3673-4ea9-b1ee-08b822ee3da7?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.005894 10.0.0.19 - - [2025-10-13 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.022286 10.0.0.19 - - [2025-10-13 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.031432 10.0.0.19 - - [2025-10-13 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.042836 10.0.0.22 - - [2025-10-13 02:15:20] "POST /neutron/port HTTP/1.1" 200 151 0.346119 10.0.0.19 - - [2025-10-13 02:15:20] "DELETE /virtual-machine-interface/1900a3d5-83ed-4b17-8fcc-a3d7f654be71 HTTP/1.1" 200 115 0.121157 10.0.0.22 - - [2025-10-13 02:15:20] "POST /neutron/port HTTP/1.1" 200 151 0.373783 10.0.0.19 - - [2025-10-13 02:15:20] "POST /ref-update HTTP/1.1" 200 156 0.031481 10.0.0.41 - - [2025-10-13 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.22 - - [2025-10-13 02:15:21] "POST /neutron/network HTTP/1.1" 200 827 0.006982 10.0.0.41 - - [2025-10-13 02:15:21] "DELETE /route-target/65f1bc7f-df91-4da3-b696-d51cfd8616a5 HTTP/1.1" 200 115 0.020733 10.0.0.41 - - [2025-10-13 02:15:23] "GET /projects?obj_uuids=f7f593e1-3f06-49dc-a3c9-c50a742c3828&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001268 10.0.0.22 - - [2025-10-13 02:15:23] "GET /project/f7f593e1-3f06-49dc-a3c9-c50a742c3828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.054625 10.0.0.41 - - [2025-10-13 02:15:23] "GET /projects?obj_uuids=f7f593e1-3f06-49dc-a3c9-c50a742c3828&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000833 10.0.0.22 - - [2025-10-13 02:15:23] "GET /project/f7f593e1-3f06-49dc-a3c9-c50a742c3828?fields=virtual_networks HTTP/1.1" 200 1038 0.045848 10.0.0.41 - - [2025-10-13 02:15:23] "GET /projects?obj_uuids=f7f593e1-3f06-49dc-a3c9-c50a742c3828&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000901 10.0.0.22 - - [2025-10-13 02:15:23] "GET /project/f7f593e1-3f06-49dc-a3c9-c50a742c3828?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.037585 10.0.0.41 - - [2025-10-13 02:15:23] "GET /projects?obj_uuids=f7f593e1-3f06-49dc-a3c9-c50a742c3828&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000976 10.0.0.22 - - [2025-10-13 02:15:23] "GET /project/f7f593e1-3f06-49dc-a3c9-c50a742c3828?fields=security_groups HTTP/1.1" 200 1267 0.042816 10.0.0.22 - - [2025-10-13 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.025393 10.0.0.41 - - [2025-10-13 02:15:24] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003577 10.0.0.41 - - [2025-10-13 02:15:24] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001205 10.0.0.41 - - [2025-10-13 02:15:24] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008717 10.0.0.41 - - [2025-10-13 02:15:24] "POST /id-to-fqname HTTP/1.1" 200 198 0.001177 10.0.0.41 - - [2025-10-13 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.008568 10.0.0.41 - - [2025-10-13 02:15:24] "POST /security-groups HTTP/1.1" 200 599 0.028418 10.0.0.41 - - [2025-10-13 02:15:24] "POST /projects HTTP/1.1" 200 601 0.245616 10.0.0.41 - - [2025-10-13 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 241 0.018552 10.0.0.41 - - [2025-10-13 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.317128 10.0.0.22 - - [2025-10-13 02:15:24] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.467875 10.0.0.22 - - [2025-10-13 02:15:25] "GET / HTTP/1.1" 200 35931 0.001919 10.0.0.22 - - [2025-10-13 02:15:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.22 - - [2025-10-13 02:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.050056 10.0.0.41 - - [2025-10-13 02:15:27] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000942 10.0.0.22 - - [2025-10-13 02:15:27] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.039229 10.0.0.41 - - [2025-10-13 02:15:27] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001268 10.0.0.22 - - [2025-10-13 02:15:28] "POST /neutron/network HTTP/1.1" 200 613 0.124255 10.0.0.41 - - [2025-10-13 02:15:28] "POST /ref-update HTTP/1.1" 200 156 0.022249 10.0.0.41 - - [2025-10-13 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.053354 10.0.0.22 - - [2025-10-13 02:15:28] "POST /neutron/network HTTP/1.1" 200 1006 0.013339 10.0.0.22 - - [2025-10-13 02:15:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001179 10.0.0.22 - - [2025-10-13 02:15:28] "GET /virtual-network/70fb5e8e-1cf1-4db7-917d-922cec0de249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005098 10.0.0.22 - - [2025-10-13 02:15:28] "GET /virtual-network/70fb5e8e-1cf1-4db7-917d-922cec0de249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005314 10.0.0.22 - - [2025-10-13 02:15:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.008973 10.0.0.22 - - [2025-10-13 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.41 - - [2025-10-13 02:15:28] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000873 10.0.0.22 - - [2025-10-13 02:15:28] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042132 10.0.0.41 - - [2025-10-13 02:15:28] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000892 10.0.0.22 - - [2025-10-13 02:15:28] "POST /neutron/network HTTP/1.1" 200 613 0.124581 10.0.0.22 - - [2025-10-13 02:15:29] "POST /neutron/network HTTP/1.1" 200 1005 0.015990 10.0.0.22 - - [2025-10-13 02:15:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001149 10.0.0.22 - - [2025-10-13 02:15:29] "GET /virtual-network/f832f54a-f163-4e1e-983c-74183ee3f3a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005392 10.0.0.22 - - [2025-10-13 02:15:29] "GET /virtual-network/f832f54a-f163-4e1e-983c-74183ee3f3a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007208 10.0.0.22 - - [2025-10-13 02:15:29] "POST /neutron/subnet HTTP/1.1" 200 720 0.009724 10.0.0.22 - - [2025-10-13 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.003393 10.0.0.22 - - [2025-10-13 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.013106 10.0.0.41 - - [2025-10-13 02:15:29] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000887 10.0.0.22 - - [2025-10-13 02:15:29] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.064105 10.0.0.22 - - [2025-10-13 02:15:29] "POST /network-policys HTTP/1.1" 200 577 0.088815 10.0.0.22 - - [2025-10-13 02:15:30] "GET /network-policy/a3b29c57-a90b-40fe-a54b-859d6987542d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.006552 10.0.0.41 - - [2025-10-13 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 242 0.008818 10.0.0.22 - - [2025-10-13 02:15:30] "POST /neutron/network HTTP/1.1" 200 1114 0.091806 10.0.0.22 - - [2025-10-13 02:15:30] "GET /virtual-network/70fb5e8e-1cf1-4db7-917d-922cec0de249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.023834 10.0.0.22 - - [2025-10-13 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.22 - - [2025-10-13 02:15:30] "GET /network-policy/a3b29c57-a90b-40fe-a54b-859d6987542d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004230 10.0.0.41 - - [2025-10-13 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.003951 10.0.0.41 - - [2025-10-13 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 242 0.014601 10.0.0.22 - - [2025-10-13 02:15:30] "POST /neutron/network HTTP/1.1" 200 1113 0.101839 10.0.0.22 - - [2025-10-13 02:15:30] "GET /virtual-network/f832f54a-f163-4e1e-983c-74183ee3f3a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005807 10.0.0.22 - - [2025-10-13 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.22 - - [2025-10-13 02:15:30] "GET /network-policy/a3b29c57-a90b-40fe-a54b-859d6987542d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005549 10.0.0.22 - - [2025-10-13 02:15:31] "GET /virtual-network/70fb5e8e-1cf1-4db7-917d-922cec0de249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.013232 10.0.0.22 - - [2025-10-13 02:15:32] "GET /virtual-network/f832f54a-f163-4e1e-983c-74183ee3f3a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007993 10.0.0.19 - - [2025-10-13 02:15:32] "GET /obj-perms HTTP/1.1" 200 5046 0.048320 10.0.0.22 - - [2025-10-13 02:15:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.002252 10.0.0.41 - - [2025-10-13 02:15:33] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001118 10.0.0.22 - - [2025-10-13 02:15:33] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.076334 10.0.0.22 - - [2025-10-13 02:15:33] "POST /neutron/network HTTP/1.1" 200 1114 0.008665 10.0.0.22 - - [2025-10-13 02:15:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001353 10.0.0.22 - - [2025-10-13 02:15:34] "POST /neutron/port HTTP/1.1" 200 117 0.007863 10.0.0.41 - - [2025-10-13 02:15:34] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001395 10.0.0.22 - - [2025-10-13 02:15:34] "POST /neutron/port HTTP/1.1" 200 1175 0.391969 10.0.0.41 - - [2025-10-13 02:15:35] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.22 - - [2025-10-13 02:15:35] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.081849 10.0.0.22 - - [2025-10-13 02:15:35] "POST /neutron/port HTTP/1.1" 200 1229 0.192549 10.0.0.22 - - [2025-10-13 02:15:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003846 10.0.0.22 - - [2025-10-13 02:15:35] "POST /neutron/port HTTP/1.1" 200 1203 0.032783 10.0.0.22 - - [2025-10-13 02:15:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009321 10.0.0.22 - - [2025-10-13 02:15:35] "POST /neutron/port HTTP/1.1" 200 1203 0.019289 10.0.0.41 - - [2025-10-13 02:15:35] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.22 - - [2025-10-13 02:15:36] "POST /neutron/port HTTP/1.1" 200 1174 0.294596 10.0.0.22 - - [2025-10-13 02:15:36] "POST /neutron/port HTTP/1.1" 200 1228 0.099739 10.0.0.22 - - [2025-10-13 02:15:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004544 10.0.0.22 - - [2025-10-13 02:15:36] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.41 - - [2025-10-13 02:15:36] "PUT /access-control-list/27ec1f81-27f5-4110-ae74-e5ec4d3aac74 HTTP/1.1" 200 272 0.059400 10.0.0.22 - - [2025-10-13 02:15:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007092 10.0.0.22 - - [2025-10-13 02:15:40] "POST /neutron/port HTTP/1.1" 200 1203 0.014309 10.0.0.22 - - [2025-10-13 02:15:40] "GET /virtual-machine/8ff2cab8-baa4-4458-a8a9-2cdbf64d85e3 HTTP/1.1" 401 292 0.000394 10.0.0.22 - - [2025-10-13 02:15:41] "GET /virtual-machine/8ff2cab8-baa4-4458-a8a9-2cdbf64d85e3 HTTP/1.1" 200 1301 0.025859 10.0.0.22 - - [2025-10-13 02:15:41] "GET /virtual-machine-interface/b7174070-f54e-4440-ad16-26680a18090b HTTP/1.1" 200 3175 0.004955 10.0.0.22 - - [2025-10-13 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.22 - - [2025-10-13 02:15:41] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003162 10.0.0.22 - - [2025-10-13 02:15:41] "GET /virtual-networks?parent_id=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003333 10.0.0.22 - - [2025-10-13 02:15:41] "GET /virtual-network/70fb5e8e-1cf1-4db7-917d-922cec0de249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005398 10.0.0.22 - - [2025-10-13 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.22 - - [2025-10-13 02:15:44] "GET /virtual-network/70fb5e8e-1cf1-4db7-917d-922cec0de249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005223 10.0.0.22 - - [2025-10-13 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.22 - - [2025-10-13 02:15:48] "GET /virtual-network/70fb5e8e-1cf1-4db7-917d-922cec0de249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005229 10.0.0.22 - - [2025-10-13 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.22 - - [2025-10-13 02:15:52] "GET /virtual-network/70fb5e8e-1cf1-4db7-917d-922cec0de249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005034 10.0.0.22 - - [2025-10-13 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.22 - - [2025-10-13 02:15:56] "GET /virtual-network/70fb5e8e-1cf1-4db7-917d-922cec0de249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006874 10.0.0.22 - - [2025-10-13 02:15:57] "POST /neutron/port HTTP/1.1" 200 1202 0.015278 10.0.0.22 - - [2025-10-13 02:15:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005608 10.0.0.22 - - [2025-10-13 02:15:57] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.22 - - [2025-10-13 02:15:58] "POST /neutron/port HTTP/1.1" 200 1203 0.015440 10.0.0.22 - - [2025-10-13 02:15:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004486 10.0.0.22 - - [2025-10-13 02:15:58] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.22 - - [2025-10-13 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.22 - - [2025-10-13 02:16:00] "GET /virtual-network/70fb5e8e-1cf1-4db7-917d-922cec0de249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006202 10.0.0.22 - - [2025-10-13 02:16:00] "GET /obj-perms HTTP/1.1" 200 5056 0.064654 10.0.0.41 - - [2025-10-13 02:16:03] "DELETE /project/585ab2e0cac84362a92042609e70f0f8 HTTP/1.1" 404 173 0.002931 10.0.0.41 - - [2025-10-13 02:16:03] "DELETE /project/f7f593e1-3f06-49dc-a3c9-c50a742c3828 HTTP/1.1" 404 177 0.006657 10.0.0.22 - - [2025-10-13 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.22 - - [2025-10-13 02:16:04] "GET /virtual-network/70fb5e8e-1cf1-4db7-917d-922cec0de249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005338 10.0.0.22 - - [2025-10-13 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.22 - - [2025-10-13 02:16:08] "GET /virtual-network/70fb5e8e-1cf1-4db7-917d-922cec0de249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005999 10.0.0.22 - - [2025-10-13 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.22 - - [2025-10-13 02:16:13] "GET /virtual-network/70fb5e8e-1cf1-4db7-917d-922cec0de249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007045 10.0.0.22 - - [2025-10-13 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.22 - - [2025-10-13 02:16:15] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003774 10.0.0.22 - - [2025-10-13 02:16:15] "GET /virtual-networks?parent_id=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002671 10.0.0.22 - - [2025-10-13 02:16:15] "GET /virtual-network/70fb5e8e-1cf1-4db7-917d-922cec0de249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006652 10.0.0.22 - - [2025-10-13 02:16:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007145 10.0.0.22 - - [2025-10-13 02:16:22] "POST /neutron/port HTTP/1.1" 200 1203 0.015919 10.0.0.22 - - [2025-10-13 02:16:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007080 10.0.0.22 - - [2025-10-13 02:16:30] "POST /neutron/port HTTP/1.1" 200 1203 0.014483 10.0.0.22 - - [2025-10-13 02:16:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006832 10.0.0.22 - - [2025-10-13 02:16:36] "POST /neutron/port HTTP/1.1" 200 1202 0.015055 10.0.0.22 - - [2025-10-13 02:16:36] "GET /virtual-machine/9b92cd6b-d04c-4b75-b47c-220936f86f1a HTTP/1.1" 200 1301 0.005596 10.0.0.22 - - [2025-10-13 02:16:36] "GET /virtual-machine-interface/05de9169-6031-404f-bf3d-daa5d5ef4bc3 HTTP/1.1" 200 3173 0.004946 10.0.0.22 - - [2025-10-13 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.22 - - [2025-10-13 02:16:36] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002969 10.0.0.22 - - [2025-10-13 02:16:36] "GET /virtual-networks?parent_id=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002510 10.0.0.22 - - [2025-10-13 02:16:36] "GET /virtual-network/f832f54a-f163-4e1e-983c-74183ee3f3a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005844 10.0.0.22 - - [2025-10-13 02:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.22 - - [2025-10-13 02:16:37] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004492 10.0.0.22 - - [2025-10-13 02:16:37] "GET /virtual-networks?parent_id=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004409 10.0.0.22 - - [2025-10-13 02:16:37] "GET /virtual-network/f832f54a-f163-4e1e-983c-74183ee3f3a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.007634 10.0.0.22 - - [2025-10-13 02:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.41 - - [2025-10-13 02:16:56] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001138 10.0.0.22 - - [2025-10-13 02:16:56] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040296 10.0.0.22 - - [2025-10-13 02:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.22 - - [2025-10-13 02:16:56] "PUT /network-policy/a3b29c57-a90b-40fe-a54b-859d6987542d HTTP/1.1" 200 262 0.016934 10.0.0.41 - - [2025-10-13 02:16:56] "PUT /access-control-list/81c1a8d7-169e-4330-b468-fca087e2d82e HTTP/1.1" 200 272 0.064240 10.0.0.22 - - [2025-10-13 02:16:57] "POST /neutron/port HTTP/1.1" 200 1202 0.043159 10.0.0.22 - - [2025-10-13 02:16:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004074 10.0.0.22 - - [2025-10-13 02:16:57] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.22 - - [2025-10-13 02:16:58] "POST /neutron/port HTTP/1.1" 200 1203 0.045070 10.0.0.22 - - [2025-10-13 02:16:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004893 10.0.0.22 - - [2025-10-13 02:16:58] "POST /neutron/port HTTP/1.1" 200 117 0.001367 10.0.0.22 - - [2025-10-13 02:16:59] "GET /virtual-network/f832f54a-f163-4e1e-983c-74183ee3f3a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006659 10.0.0.22 - - [2025-10-13 02:17:00] "POST /neutron/network HTTP/1.1" 200 1005 0.099264 10.0.0.22 - - [2025-10-13 02:17:00] "GET /virtual-network/f832f54a-f163-4e1e-983c-74183ee3f3a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008831 10.0.0.22 - - [2025-10-13 02:17:00] "GET /virtual-network/70fb5e8e-1cf1-4db7-917d-922cec0de249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.008041 10.0.0.41 - - [2025-10-13 02:17:00] "POST /ref-update HTTP/1.1" 200 156 0.047203 10.0.0.22 - - [2025-10-13 02:17:00] "POST /neutron/network HTTP/1.1" 200 1006 0.130085 10.0.0.22 - - [2025-10-13 02:17:00] "GET /virtual-network/70fb5e8e-1cf1-4db7-917d-922cec0de249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.010612 10.0.0.22 - - [2025-10-13 02:17:00] "DELETE /network-policy/a3b29c57-a90b-40fe-a54b-859d6987542d HTTP/1.1" 200 115 0.074769 10.0.0.22 - - [2025-10-13 02:17:00] "POST /neutron/network HTTP/1.1" 200 1005 0.020199 10.0.0.22 - - [2025-10-13 02:17:00] "POST /neutron/port HTTP/1.1" 200 151 0.320636 10.0.0.22 - - [2025-10-13 02:17:00] "POST /neutron/port HTTP/1.1" 200 151 0.328872 10.0.0.41 - - [2025-10-13 02:17:01] "GET /obj-perms HTTP/1.1" 200 5056 0.058209 10.0.0.41 - - [2025-10-13 02:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.22 - - [2025-10-13 02:17:02] "POST /neutron/network HTTP/1.1" 200 1006 0.008931 10.0.0.41 - - [2025-10-13 02:17:03] "DELETE /route-target/ec7c197f-753a-48c1-a594-e9fcce136630 HTTP/1.1" 200 115 0.024492 10.0.0.41 - - [2025-10-13 02:17:07] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005618 10.0.0.22 - - [2025-10-13 02:17:07] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.054883 10.0.0.22 - - [2025-10-13 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.41 - - [2025-10-13 02:17:07] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000886 10.0.0.22 - - [2025-10-13 02:17:07] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007294 10.0.0.22 - - [2025-10-13 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.41 - - [2025-10-13 02:17:07] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.22 - - [2025-10-13 02:17:07] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.032228 10.0.0.22 - - [2025-10-13 02:17:08] "GET /domains HTTP/1.1" 200 280 0.002941 10.0.0.41 - - [2025-10-13 02:17:08] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.22 - - [2025-10-13 02:17:08] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c HTTP/1.1" 200 2581 0.009549 10.0.0.41 - - [2025-10-13 02:17:08] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000940 10.0.0.22 - - [2025-10-13 02:17:08] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8 HTTP/1.1" 200 1899 0.083241 10.0.0.22 - - [2025-10-13 02:17:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003694 10.0.0.22 - - [2025-10-13 02:17:08] "POST /network-ipams HTTP/1.1" 200 609 0.023809 10.0.0.22 - - [2025-10-13 02:17:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003168 10.0.0.22 - - [2025-10-13 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.22 - - [2025-10-13 02:17:08] "GET /network-ipam/4cc150e5-48a7-455f-a974-d238ad6c1970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.005961 10.0.0.22 - - [2025-10-13 02:17:08] "PUT /network-ipam/4cc150e5-48a7-455f-a974-d238ad6c1970 HTTP/1.1" 200 258 0.014191 10.0.0.22 - - [2025-10-13 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.41 - - [2025-10-13 02:17:08] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.22 - - [2025-10-13 02:17:08] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.033394 10.0.0.41 - - [2025-10-13 02:17:09] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.22 - - [2025-10-13 02:17:09] "POST /neutron/network HTTP/1.1" 200 619 0.121936 10.0.0.41 - - [2025-10-13 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.020248 10.0.0.41 - - [2025-10-13 02:17:09] "POST /useragent-kv HTTP/1.1" 200 115 0.008723 10.0.0.22 - - [2025-10-13 02:17:09] "POST /neutron/subnet HTTP/1.1" 200 823 0.219085 10.0.0.22 - - [2025-10-13 02:17:09] "POST /id-to-fqname HTTP/1.1" 200 231 0.001228 10.0.0.22 - - [2025-10-13 02:17:09] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.005163 10.0.0.22 - - [2025-10-13 02:17:09] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.005771 10.0.0.22 - - [2025-10-13 02:17:09] "POST /neutron/network HTTP/1.1" 200 1308 0.010703 10.0.0.22 - - [2025-10-13 02:17:09] "POST /neutron/subnet HTTP/1.1" 200 823 0.008445 10.0.0.22 - - [2025-10-13 02:17:10] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.005749 10.0.0.22 - - [2025-10-13 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.41 - - [2025-10-13 02:17:10] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000785 10.0.0.22 - - [2025-10-13 02:17:10] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040012 10.0.0.41 - - [2025-10-13 02:17:10] "POST /route-targets HTTP/1.1" 200 327 0.015365 10.0.0.41 - - [2025-10-13 02:17:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004586 10.0.0.22 - - [2025-10-13 02:17:10] "POST /neutron/subnet HTTP/1.1" 200 701 0.241214 10.0.0.22 - - [2025-10-13 02:17:11] "POST /neutron/network HTTP/1.1" 200 1309 0.014354 10.0.0.22 - - [2025-10-13 02:17:11] "POST /id-to-fqname HTTP/1.1" 200 231 0.001157 10.0.0.22 - - [2025-10-13 02:17:11] "GET /virtual-network/c60e692b-5efc-4b27-8ffc-46d26463aba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005050 10.0.0.22 - - [2025-10-13 02:17:11] "GET /virtual-network/c60e692b-5efc-4b27-8ffc-46d26463aba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008042 10.0.0.22 - - [2025-10-13 02:17:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.011836 10.0.0.22 - - [2025-10-13 02:17:11] "GET /virtual-network/c60e692b-5efc-4b27-8ffc-46d26463aba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005426 10.0.0.22 - - [2025-10-13 02:17:12] "GET /obj-perms HTTP/1.1" 200 5046 0.042660 10.0.0.19 - - [2025-10-13 02:17:12] "GET /obj-perms HTTP/1.1" 200 5046 0.003839 10.0.0.22 - - [2025-10-13 02:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.41 - - [2025-10-13 02:17:12] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.22 - - [2025-10-13 02:17:12] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.058281 10.0.0.22 - - [2025-10-13 02:17:12] "POST /neutron/network HTTP/1.1" 200 117 0.012963 10.0.0.41 - - [2025-10-13 02:17:12] "POST /useragent-kv HTTP/1.1" 200 115 0.008013 10.0.0.22 - - [2025-10-13 02:17:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.211473 10.0.0.22 - - [2025-10-13 02:17:13] "POST /id-to-fqname HTTP/1.1" 200 231 0.002168 10.0.0.22 - - [2025-10-13 02:17:13] "GET /virtual-network/8505e36f-ac2c-4c11-82b4-0c385393372b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.007678 10.0.0.22 - - [2025-10-13 02:17:13] "POST /neutron/network HTTP/1.1" 200 1309 0.010955 10.0.0.22 - - [2025-10-13 02:17:13] "GET /virtual-network/8505e36f-ac2c-4c11-82b4-0c385393372b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005390 10.0.0.22 - - [2025-10-13 02:17:13] "POST /neutron/subnet HTTP/1.1" 200 701 0.009292 10.0.0.22 - - [2025-10-13 02:17:13] "GET /virtual-network/8505e36f-ac2c-4c11-82b4-0c385393372b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.006292 10.0.0.41 - - [2025-10-13 02:17:13] "GET /obj-perms HTTP/1.1" 200 5046 0.046126 10.0.0.22 - - [2025-10-13 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.41 - - [2025-10-13 02:17:13] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001282 10.0.0.22 - - [2025-10-13 02:17:13] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038170 10.0.0.41 - - [2025-10-13 02:17:13] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001214 10.0.0.22 - - [2025-10-13 02:17:13] "POST /neutron/network HTTP/1.1" 200 619 0.124214 10.0.0.41 - - [2025-10-13 02:17:14] "POST /route-targets HTTP/1.1" 200 327 0.021401 10.0.0.41 - - [2025-10-13 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.007624 10.0.0.41 - - [2025-10-13 02:17:14] "POST /useragent-kv HTTP/1.1" 200 115 0.014920 10.0.0.22 - - [2025-10-13 02:17:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.239000 10.0.0.22 - - [2025-10-13 02:17:14] "POST /id-to-fqname HTTP/1.1" 200 231 0.001429 10.0.0.22 - - [2025-10-13 02:17:14] "GET /virtual-network/646f6960-8022-4846-8bc1-dc0bd10f2839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005529 10.0.0.22 - - [2025-10-13 02:17:14] "GET /virtual-network/646f6960-8022-4846-8bc1-dc0bd10f2839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006808 10.0.0.22 - - [2025-10-13 02:17:14] "POST /neutron/network HTTP/1.1" 200 1309 0.013644 10.0.0.22 - - [2025-10-13 02:17:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.010396 10.0.0.22 - - [2025-10-13 02:17:15] "GET /virtual-network/646f6960-8022-4846-8bc1-dc0bd10f2839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.006448 10.0.0.22 - - [2025-10-13 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 225 0.004412 10.0.0.22 - - [2025-10-13 02:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.41 - - [2025-10-13 02:17:15] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001305 10.0.0.22 - - [2025-10-13 02:17:15] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045669 10.0.0.22 - - [2025-10-13 02:17:15] "POST /network-policys HTTP/1.1" 200 559 0.047901 10.0.0.22 - - [2025-10-13 02:17:15] "GET /network-policy/9f680618-4939-44ac-9860-b7afe434789f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.007496 10.0.0.22 - - [2025-10-13 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 225 0.003194 10.0.0.22 - - [2025-10-13 02:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005711 10.0.0.41 - - [2025-10-13 02:17:15] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001232 10.0.0.22 - - [2025-10-13 02:17:15] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.055009 10.0.0.22 - - [2025-10-13 02:17:15] "POST /network-policys HTTP/1.1" 200 559 0.030987 10.0.0.22 - - [2025-10-13 02:17:15] "GET /network-policy/b6d265eb-58c4-4b9f-bd13-aa6f14acac98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.008178 10.0.0.22 - - [2025-10-13 02:17:16] "POST /fqname-to-id HTTP/1.1" 404 225 0.003075 10.0.0.22 - - [2025-10-13 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.41 - - [2025-10-13 02:17:16] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001182 10.0.0.22 - - [2025-10-13 02:17:16] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041708 10.0.0.22 - - [2025-10-13 02:17:16] "POST /network-policys HTTP/1.1" 200 559 0.032490 10.0.0.22 - - [2025-10-13 02:17:16] "GET /network-policy/1392578f-de4b-46e6-bed3-82ef6036f1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.007030 10.0.0.22 - - [2025-10-13 02:17:16] "POST /fqname-to-id HTTP/1.1" 404 225 0.003595 10.0.0.22 - - [2025-10-13 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.41 - - [2025-10-13 02:17:16] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.006570 10.0.0.22 - - [2025-10-13 02:17:16] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.059628 10.0.0.22 - - [2025-10-13 02:17:16] "POST /network-policys HTTP/1.1" 200 559 0.031465 10.0.0.22 - - [2025-10-13 02:17:16] "GET /network-policy/6dc36279-332c-45f8-b449-5414a83e02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.010168 10.0.0.22 - - [2025-10-13 02:17:16] "POST /fqname-to-id HTTP/1.1" 404 225 0.007813 10.0.0.22 - - [2025-10-13 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.41 - - [2025-10-13 02:17:16] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001489 10.0.0.22 - - [2025-10-13 02:17:16] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046916 10.0.0.22 - - [2025-10-13 02:17:17] "POST /network-policys HTTP/1.1" 200 559 0.036292 10.0.0.22 - - [2025-10-13 02:17:17] "GET /network-policy/ebc1dedf-9ae9-47ac-8dca-66f24d985481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006703 10.0.0.22 - - [2025-10-13 02:17:17] "POST /fqname-to-id HTTP/1.1" 404 225 0.003939 10.0.0.22 - - [2025-10-13 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.41 - - [2025-10-13 02:17:17] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001889 10.0.0.22 - - [2025-10-13 02:17:17] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047059 10.0.0.22 - - [2025-10-13 02:17:17] "POST /network-policys HTTP/1.1" 200 559 0.026978 10.0.0.22 - - [2025-10-13 02:17:17] "GET /network-policy/50eac01f-dd0b-47f7-acac-f411676afe97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.006048 10.0.0.22 - - [2025-10-13 02:17:17] "POST /fqname-to-id HTTP/1.1" 404 225 0.003638 10.0.0.22 - - [2025-10-13 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.014497 10.0.0.41 - - [2025-10-13 02:17:17] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.22 - - [2025-10-13 02:17:17] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043854 10.0.0.22 - - [2025-10-13 02:17:17] "POST /network-policys HTTP/1.1" 200 559 0.029754 10.0.0.22 - - [2025-10-13 02:17:17] "GET /network-policy/89e28d87-3a2f-423c-94c5-cf2722732f43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.006316 10.0.0.22 - - [2025-10-13 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 225 0.003414 10.0.0.22 - - [2025-10-13 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.41 - - [2025-10-13 02:17:18] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.22 - - [2025-10-13 02:17:18] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042228 10.0.0.22 - - [2025-10-13 02:17:18] "POST /network-policys HTTP/1.1" 200 559 0.026979 10.0.0.22 - - [2025-10-13 02:17:18] "GET /network-policy/cc9ffe23-c948-4dad-beb6-bbbd928e4e60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005922 10.0.0.41 - - [2025-10-13 02:17:18] "POST /access-control-lists HTTP/1.1" 200 605 0.049308 10.0.0.22 - - [2025-10-13 02:17:18] "POST /neutron/network HTTP/1.1" 200 1493 0.041061 10.0.0.22 - - [2025-10-13 02:17:18] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.010422 10.0.0.22 - - [2025-10-13 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.22 - - [2025-10-13 02:17:18] "GET /network-policy/9f680618-4939-44ac-9860-b7afe434789f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004420 10.0.0.22 - - [2025-10-13 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.22 - - [2025-10-13 02:17:18] "GET /network-policy/b6d265eb-58c4-4b9f-bd13-aa6f14acac98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004871 10.0.0.22 - - [2025-10-13 02:17:19] "POST /neutron/network HTTP/1.1" 200 1494 0.021475 10.0.0.22 - - [2025-10-13 02:17:19] "GET /virtual-network/c60e692b-5efc-4b27-8ffc-46d26463aba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005703 10.0.0.22 - - [2025-10-13 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.22 - - [2025-10-13 02:17:19] "GET /network-policy/1392578f-de4b-46e6-bed3-82ef6036f1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.013898 10.0.0.22 - - [2025-10-13 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.41 - - [2025-10-13 02:17:19] "POST /ref-update HTTP/1.1" 200 156 0.044610 10.0.0.22 - - [2025-10-13 02:17:19] "GET /network-policy/6dc36279-332c-45f8-b449-5414a83e02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.006221 10.0.0.41 - - [2025-10-13 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.004178 10.0.0.22 - - [2025-10-13 02:17:19] "POST /neutron/network HTTP/1.1" 200 1494 0.012649 10.0.0.22 - - [2025-10-13 02:17:19] "GET /virtual-network/8505e36f-ac2c-4c11-82b4-0c385393372b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006249 10.0.0.22 - - [2025-10-13 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.22 - - [2025-10-13 02:17:19] "GET /network-policy/50eac01f-dd0b-47f7-acac-f411676afe97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004855 10.0.0.22 - - [2025-10-13 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.22 - - [2025-10-13 02:17:19] "GET /network-policy/ebc1dedf-9ae9-47ac-8dca-66f24d985481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005228 10.0.0.41 - - [2025-10-13 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 248 0.008269 10.0.0.22 - - [2025-10-13 02:17:19] "POST /neutron/network HTTP/1.1" 200 1494 0.011953 10.0.0.22 - - [2025-10-13 02:17:19] "GET /virtual-network/646f6960-8022-4846-8bc1-dc0bd10f2839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.035888 10.0.0.22 - - [2025-10-13 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.22 - - [2025-10-13 02:17:19] "GET /network-policy/89e28d87-3a2f-423c-94c5-cf2722732f43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.004599 10.0.0.22 - - [2025-10-13 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.22 - - [2025-10-13 02:17:19] "GET /network-policy/cc9ffe23-c948-4dad-beb6-bbbd928e4e60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004882 10.0.0.22 - - [2025-10-13 02:17:19] "POST /id-to-fqname HTTP/1.1" 200 231 0.001071 10.0.0.41 - - [2025-10-13 02:17:53] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.021510 10.0.0.22 - - [2025-10-13 02:17:53] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.081156 10.0.0.22 - - [2025-10-13 02:17:53] "POST /neutron/port HTTP/1.1" 200 117 0.009726 10.0.0.22 - - [2025-10-13 02:17:53] "POST /id-to-fqname HTTP/1.1" 200 231 0.001436 10.0.0.22 - - [2025-10-13 02:17:54] "POST /neutron/network HTTP/1.1" 200 1504 0.011564 10.0.0.41 - - [2025-10-13 02:17:54] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001010 10.0.0.22 - - [2025-10-13 02:17:54] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.085109 10.0.0.22 - - [2025-10-13 02:17:55] "POST /neutron/network HTTP/1.1" 200 1494 0.014681 10.0.0.22 - - [2025-10-13 02:17:55] "POST /neutron/port HTTP/1.1" 200 117 0.007620 10.0.0.22 - - [2025-10-13 02:17:55] "POST /neutron/port HTTP/1.1" 200 1169 0.036919 10.0.0.22 - - [2025-10-13 02:17:55] "POST /neutron/port HTTP/1.1" 200 1223 0.169097 10.0.0.22 - - [2025-10-13 02:17:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003705 10.0.0.22 - - [2025-10-13 02:17:56] "POST /neutron/port HTTP/1.1" 200 117 0.003706 10.0.0.41 - - [2025-10-13 02:17:56] "PUT /access-control-list/b6ea5e9c-04be-42a6-9298-24ccef8fb977 HTTP/1.1" 200 272 0.107673 10.0.0.22 - - [2025-10-13 02:17:56] "POST /neutron/port HTTP/1.1" 200 1170 0.039536 10.0.0.22 - - [2025-10-13 02:17:56] "POST /neutron/port HTTP/1.1" 200 1198 0.044599 10.0.0.22 - - [2025-10-13 02:17:57] "POST /neutron/subnet HTTP/1.1" 200 1361 0.031155 10.0.0.22 - - [2025-10-13 02:17:57] "POST /neutron/network HTTP/1.1" 200 1494 0.018835 10.0.0.19 - - [2025-10-13 02:18:02] "GET /obj-perms HTTP/1.1" 200 5056 0.057818 10.0.0.22 - - [2025-10-13 02:18:05] "POST /neutron/port HTTP/1.1" 200 1197 0.027910 10.0.0.22 - - [2025-10-13 02:18:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.015603 10.0.0.22 - - [2025-10-13 02:18:20] "POST /neutron/port HTTP/1.1" 200 1197 0.014749 10.0.0.22 - - [2025-10-13 02:18:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006814 10.0.0.22 - - [2025-10-13 02:18:36] "POST /neutron/port HTTP/1.1" 200 1197 0.015844 10.0.0.22 - - [2025-10-13 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007113 10.0.0.22 - - [2025-10-13 02:18:51] "POST /neutron/port HTTP/1.1" 200 1197 0.019349 10.0.0.22 - - [2025-10-13 02:18:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007779 10.0.0.22 - - [2025-10-13 02:18:51] "GET /virtual-machine/892326fb-4160-434e-a7fa-063642d4ca76 HTTP/1.1" 200 1300 0.006054 10.0.0.22 - - [2025-10-13 02:18:51] "GET /virtual-machine-interface/7592f94f-7660-4c91-beb4-8e94d54b13cd HTTP/1.1" 200 3183 0.005033 10.0.0.22 - - [2025-10-13 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.22 - - [2025-10-13 02:18:51] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006120 10.0.0.22 - - [2025-10-13 02:18:51] "GET /virtual-networks?parent_id=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004661 10.0.0.22 - - [2025-10-13 02:18:51] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.005774 10.0.0.22 - - [2025-10-13 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.22 - - [2025-10-13 02:18:54] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.005204 10.0.0.22 - - [2025-10-13 02:18:57] "POST /neutron/port HTTP/1.1" 200 1198 0.014908 10.0.0.22 - - [2025-10-13 02:18:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006444 10.0.0.22 - - [2025-10-13 02:18:57] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.22 - - [2025-10-13 02:18:58] "POST /neutron/port HTTP/1.1" 200 1197 0.014735 10.0.0.22 - - [2025-10-13 02:18:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003741 10.0.0.22 - - [2025-10-13 02:18:58] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.22 - - [2025-10-13 02:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.22 - - [2025-10-13 02:18:58] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.005117 10.0.0.22 - - [2025-10-13 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.22 - - [2025-10-13 02:19:02] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.005880 10.0.0.22 - - [2025-10-13 02:19:03] "GET /obj-perms HTTP/1.1" 200 5056 0.055557 10.0.0.22 - - [2025-10-13 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.22 - - [2025-10-13 02:19:07] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.006670 10.0.0.22 - - [2025-10-13 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.22 - - [2025-10-13 02:19:11] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.005451 10.0.0.22 - - [2025-10-13 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.22 - - [2025-10-13 02:19:15] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.006369 10.0.0.22 - - [2025-10-13 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.22 - - [2025-10-13 02:19:19] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.005056 10.0.0.22 - - [2025-10-13 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.22 - - [2025-10-13 02:19:23] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.005446 10.0.0.22 - - [2025-10-13 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.22 - - [2025-10-13 02:19:27] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004684 10.0.0.22 - - [2025-10-13 02:19:27] "GET /virtual-networks?parent_id=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002651 10.0.0.22 - - [2025-10-13 02:19:27] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.005608 10.0.0.22 - - [2025-10-13 02:19:27] "POST /neutron/port HTTP/1.1" 200 1197 0.015698 10.0.0.22 - - [2025-10-13 02:19:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007439 10.0.0.22 - - [2025-10-13 02:19:38] "POST /neutron/port HTTP/1.1" 200 1198 0.036478 10.0.0.22 - - [2025-10-13 02:19:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.005824 10.0.0.22 - - [2025-10-13 02:19:48] "POST /neutron/port HTTP/1.1" 200 1198 0.017503 10.0.0.22 - - [2025-10-13 02:19:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007601 10.0.0.22 - - [2025-10-13 02:19:48] "GET /virtual-machine/af7984fd-de86-42c9-a58e-25864f9e7c4d HTTP/1.1" 200 1301 0.005749 10.0.0.22 - - [2025-10-13 02:19:48] "GET /virtual-machine-interface/90b44816-e21f-4f9d-ae84-047489667479 HTTP/1.1" 200 3184 0.005081 10.0.0.22 - - [2025-10-13 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.22 - - [2025-10-13 02:19:48] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004159 10.0.0.22 - - [2025-10-13 02:19:48] "GET /virtual-networks?parent_id=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003271 10.0.0.22 - - [2025-10-13 02:19:48] "GET /virtual-network/c60e692b-5efc-4b27-8ffc-46d26463aba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006894 10.0.0.22 - - [2025-10-13 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.22 - - [2025-10-13 02:19:49] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003891 10.0.0.22 - - [2025-10-13 02:19:49] "GET /virtual-networks?parent_id=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003374 10.0.0.22 - - [2025-10-13 02:19:49] "GET /virtual-network/c60e692b-5efc-4b27-8ffc-46d26463aba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006522 10.0.0.22 - - [2025-10-13 02:19:50] "POST /neutron/port HTTP/1.1" 200 2277 0.021620 10.0.0.22 - - [2025-10-13 02:19:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009579 10.0.0.22 - - [2025-10-13 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.22 - - [2025-10-13 02:19:50] "GET /network-policy/1392578f-de4b-46e6-bed3-82ef6036f1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6936 0.003904 10.0.0.22 - - [2025-10-13 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.22 - - [2025-10-13 02:19:50] "GET /network-policy/6dc36279-332c-45f8-b449-5414a83e02b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8842 0.008832 10.0.0.22 - - [2025-10-13 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005281 10.0.0.22 - - [2025-10-13 02:19:50] "GET /network-policy/9f680618-4939-44ac-9860-b7afe434789f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004224 10.0.0.22 - - [2025-10-13 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.22 - - [2025-10-13 02:19:50] "GET /network-policy/b6d265eb-58c4-4b9f-bd13-aa6f14acac98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004961 10.0.0.19 - - [2025-10-13 02:19:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.19 - - [2025-10-13 02:19:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.41 - - [2025-10-13 02:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.41 - - [2025-10-13 02:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.41 - - [2025-10-13 02:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.41 - - [2025-10-13 02:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.19 - - [2025-10-13 02:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.19 - - [2025-10-13 02:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.22 - - [2025-10-13 02:19:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.22 - - [2025-10-13 02:19:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.22 - - [2025-10-13 02:19:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.22 - - [2025-10-13 02:19:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.22 - - [2025-10-13 02:19:59] "POST /neutron/port HTTP/1.1" 200 1198 0.015937 10.0.0.22 - - [2025-10-13 02:19:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003785 10.0.0.22 - - [2025-10-13 02:19:59] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.22 - - [2025-10-13 02:19:59] "POST /neutron/port HTTP/1.1" 200 1197 0.014717 10.0.0.22 - - [2025-10-13 02:19:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004815 10.0.0.22 - - [2025-10-13 02:19:59] "POST /neutron/port HTTP/1.1" 200 117 0.001511 10.0.0.41 - - [2025-10-13 02:20:04] "GET /obj-perms HTTP/1.1" 200 5056 0.053296 10.0.0.22 - - [2025-10-13 02:20:13] "GET /virtual-machine/af7984fd-de86-42c9-a58e-25864f9e7c4d HTTP/1.1" 200 1301 0.004578 10.0.0.22 - - [2025-10-13 02:20:13] "POST /neutron/port HTTP/1.1" 200 1198 0.014400 10.0.0.22 - - [2025-10-13 02:20:15] "GET /virtual-machine/af7984fd-de86-42c9-a58e-25864f9e7c4d HTTP/1.1" 404 171 0.003216 10.0.0.22 - - [2025-10-13 02:20:15] "GET /virtual-machine/af7984fd-de86-42c9-a58e-25864f9e7c4d HTTP/1.1" 404 171 0.002614 10.0.0.22 - - [2025-10-13 02:20:15] "GET /virtual-machine/af7984fd-de86-42c9-a58e-25864f9e7c4d HTTP/1.1" 404 171 0.002408 10.0.0.22 - - [2025-10-13 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.22 - - [2025-10-13 02:20:15] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003416 10.0.0.22 - - [2025-10-13 02:20:15] "GET /virtual-networks?parent_id=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002767 10.0.0.22 - - [2025-10-13 02:20:15] "GET /virtual-network/c60e692b-5efc-4b27-8ffc-46d26463aba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005403 10.0.0.22 - - [2025-10-13 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.22 - - [2025-10-13 02:20:15] "GET /routing-instance/dad59b32-d0e2-42d1-b92d-9372aad507d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004669 10.0.0.22 - - [2025-10-13 02:20:15] "GET /route-target/62ea9283-6172-47f2-b08f-999e71c6e8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003374 10.0.0.22 - - [2025-10-13 02:20:15] "GET /virtual-machine/af7984fd-de86-42c9-a58e-25864f9e7c4d HTTP/1.1" 404 171 0.003168 10.0.0.22 - - [2025-10-13 02:20:16] "GET /virtual-machine/af7984fd-de86-42c9-a58e-25864f9e7c4d HTTP/1.1" 404 171 0.003772 10.0.0.22 - - [2025-10-13 02:20:17] "GET /virtual-machine/af7984fd-de86-42c9-a58e-25864f9e7c4d HTTP/1.1" 404 171 0.003133 10.0.0.22 - - [2025-10-13 02:20:18] "GET /virtual-machine/af7984fd-de86-42c9-a58e-25864f9e7c4d HTTP/1.1" 404 171 0.003162 10.0.0.22 - - [2025-10-13 02:20:19] "GET /virtual-machine/af7984fd-de86-42c9-a58e-25864f9e7c4d HTTP/1.1" 404 171 0.003669 10.0.0.22 - - [2025-10-13 02:20:20] "GET /virtual-machine/af7984fd-de86-42c9-a58e-25864f9e7c4d HTTP/1.1" 404 171 0.003628 10.0.0.22 - - [2025-10-13 02:20:24] "GET /obj-perms HTTP/1.1" 200 5046 0.004461 10.0.0.41 - - [2025-10-13 02:20:27] "GET /obj-perms HTTP/1.1" 200 5046 0.003749 10.0.0.22 - - [2025-10-13 02:20:27] "GET /obj-perms HTTP/1.1" 200 5046 0.003517 10.0.0.22 - - [2025-10-13 02:20:27] "GET /virtual-machine/892326fb-4160-434e-a7fa-063642d4ca76 HTTP/1.1" 200 1300 0.004252 10.0.0.22 - - [2025-10-13 02:20:27] "POST /neutron/port HTTP/1.1" 200 1197 0.035433 10.0.0.22 - - [2025-10-13 02:20:29] "GET /virtual-machine/892326fb-4160-434e-a7fa-063642d4ca76 HTTP/1.1" 404 171 0.004210 10.0.0.22 - - [2025-10-13 02:20:29] "GET /virtual-machine/892326fb-4160-434e-a7fa-063642d4ca76 HTTP/1.1" 404 171 0.003492 10.0.0.22 - - [2025-10-13 02:20:29] "GET /virtual-machine/892326fb-4160-434e-a7fa-063642d4ca76 HTTP/1.1" 404 171 0.003804 10.0.0.22 - - [2025-10-13 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.026633 10.0.0.22 - - [2025-10-13 02:20:29] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004069 10.0.0.22 - - [2025-10-13 02:20:29] "GET /virtual-networks?parent_id=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.005493 10.0.0.22 - - [2025-10-13 02:20:29] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.006444 10.0.0.22 - - [2025-10-13 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.22 - - [2025-10-13 02:20:29] "GET /routing-instance/f3fb332a-c719-41a4-8b86-956cd8275902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006175 10.0.0.22 - - [2025-10-13 02:20:29] "GET /route-target/ef0357c1-af16-438d-a1f6-fb415aa8e08a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004002 10.0.0.41 - - [2025-10-13 02:20:32] "GET /obj-perms HTTP/1.1" 200 5046 0.003978 10.0.0.22 - - [2025-10-13 02:20:35] "GET /obj-perms HTTP/1.1" 200 5046 0.004154 10.0.0.41 - - [2025-10-13 02:20:42] "GET /obj-perms HTTP/1.1" 200 5046 0.003915 10.0.0.22 - - [2025-10-13 02:20:45] "GET /obj-perms HTTP/1.1" 200 5046 0.004897 10.0.0.41 - - [2025-10-13 02:20:51] "GET /obj-perms HTTP/1.1" 200 5046 0.004286 10.0.0.22 - - [2025-10-13 02:20:54] "GET /obj-perms HTTP/1.1" 200 5046 0.004578 10.0.0.22 - - [2025-10-13 02:20:57] "GET /obj-perms HTTP/1.1" 200 5046 0.004277 10.0.0.19 - - [2025-10-13 02:20:57] "GET /obj-perms HTTP/1.1" 200 5046 0.048800 10.0.0.41 - - [2025-10-13 02:20:57] "GET /obj-perms HTTP/1.1" 200 5046 0.005312 10.0.0.22 - - [2025-10-13 02:20:57] "GET /virtual-network/646f6960-8022-4846-8bc1-dc0bd10f2839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.005392 10.0.0.22 - - [2025-10-13 02:20:57] "POST /neutron/network HTTP/1.1" 200 1494 0.011702 10.0.0.22 - - [2025-10-13 02:20:58] "GET /virtual-network/646f6960-8022-4846-8bc1-dc0bd10f2839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.008414 10.0.0.22 - - [2025-10-13 02:20:58] "GET /virtual-network/8505e36f-ac2c-4c11-82b4-0c385393372b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005889 10.0.0.22 - - [2025-10-13 02:20:58] "POST /neutron/network HTTP/1.1" 200 1494 0.011466 10.0.0.41 - - [2025-10-13 02:20:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.036313 10.0.0.22 - - [2025-10-13 02:20:58] "GET /virtual-network/8505e36f-ac2c-4c11-82b4-0c385393372b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.012042 10.0.0.22 - - [2025-10-13 02:20:58] "GET /virtual-network/c60e692b-5efc-4b27-8ffc-46d26463aba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006600 10.0.0.22 - - [2025-10-13 02:20:58] "POST /neutron/network HTTP/1.1" 200 1494 0.012468 10.0.0.41 - - [2025-10-13 02:20:58] "DELETE /access-control-list/b6ea5e9c-04be-42a6-9298-24ccef8fb977 HTTP/1.1" 200 115 0.052221 10.0.0.22 - - [2025-10-13 02:20:58] "GET /virtual-network/c60e692b-5efc-4b27-8ffc-46d26463aba4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007629 10.0.0.22 - - [2025-10-13 02:20:58] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.007893 10.0.0.22 - - [2025-10-13 02:20:58] "POST /neutron/network HTTP/1.1" 200 1493 0.013517 10.0.0.41 - - [2025-10-13 02:20:58] "POST /ref-update HTTP/1.1" 200 156 0.032785 10.0.0.22 - - [2025-10-13 02:20:59] "GET /virtual-network/5491923e-2a74-4265-89c6-1212dd8405b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.018755 10.0.0.22 - - [2025-10-13 02:20:59] "DELETE /network-policy/cc9ffe23-c948-4dad-beb6-bbbd928e4e60 HTTP/1.1" 200 115 0.041002 10.0.0.22 - - [2025-10-13 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.41 - - [2025-10-13 02:20:59] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001586 10.0.0.22 - - [2025-10-13 02:20:59] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045574 10.0.0.22 - - [2025-10-13 02:20:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-68613537&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.006288 10.0.0.22 - - [2025-10-13 02:20:59] "DELETE /network-policy/89e28d87-3a2f-423c-94c5-cf2722732f43 HTTP/1.1" 200 115 0.051600 10.0.0.22 - - [2025-10-13 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.41 - - [2025-10-13 02:20:59] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.22 - - [2025-10-13 02:20:59] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045208 10.0.0.22 - - [2025-10-13 02:20:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-68613537&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.006592 10.0.0.22 - - [2025-10-13 02:20:59] "DELETE /network-policy/50eac01f-dd0b-47f7-acac-f411676afe97 HTTP/1.1" 200 115 0.048227 10.0.0.22 - - [2025-10-13 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.41 - - [2025-10-13 02:20:59] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001653 10.0.0.22 - - [2025-10-13 02:20:59] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.055338 10.0.0.22 - - [2025-10-13 02:20:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-68613537&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.007208 10.0.0.22 - - [2025-10-13 02:20:59] "DELETE /network-policy/ebc1dedf-9ae9-47ac-8dca-66f24d985481 HTTP/1.1" 200 115 0.043075 10.0.0.22 - - [2025-10-13 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.41 - - [2025-10-13 02:20:59] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001241 10.0.0.22 - - [2025-10-13 02:20:59] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041570 10.0.0.22 - - [2025-10-13 02:20:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-68613537&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.005562 10.0.0.22 - - [2025-10-13 02:20:59] "DELETE /network-policy/6dc36279-332c-45f8-b449-5414a83e02b6 HTTP/1.1" 200 115 0.047107 10.0.0.22 - - [2025-10-13 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.41 - - [2025-10-13 02:21:00] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001030 10.0.0.22 - - [2025-10-13 02:21:00] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035895 10.0.0.22 - - [2025-10-13 02:21:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-68613537&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005781 10.0.0.22 - - [2025-10-13 02:21:00] "DELETE /network-policy/1392578f-de4b-46e6-bed3-82ef6036f1c7 HTTP/1.1" 200 115 0.044208 10.0.0.22 - - [2025-10-13 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.41 - - [2025-10-13 02:21:00] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001010 10.0.0.22 - - [2025-10-13 02:21:00] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.041794 10.0.0.22 - - [2025-10-13 02:21:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-68613537&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005908 10.0.0.22 - - [2025-10-13 02:21:00] "DELETE /network-policy/b6d265eb-58c4-4b9f-bd13-aa6f14acac98 HTTP/1.1" 200 115 0.038695 10.0.0.22 - - [2025-10-13 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.41 - - [2025-10-13 02:21:00] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001416 10.0.0.22 - - [2025-10-13 02:21:00] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042094 10.0.0.22 - - [2025-10-13 02:21:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-68613537&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.006482 10.0.0.22 - - [2025-10-13 02:21:00] "DELETE /network-policy/9f680618-4939-44ac-9860-b7afe434789f HTTP/1.1" 200 115 0.041328 10.0.0.22 - - [2025-10-13 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.41 - - [2025-10-13 02:21:00] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000998 10.0.0.22 - - [2025-10-13 02:21:00] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046481 10.0.0.22 - - [2025-10-13 02:21:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-68613537&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005638 10.0.0.22 - - [2025-10-13 02:21:00] "POST /neutron/network HTTP/1.1" 200 1309 0.013597 10.0.0.41 - - [2025-10-13 02:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004141 10.0.0.41 - - [2025-10-13 02:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004069 10.0.0.41 - - [2025-10-13 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.41 - - [2025-10-13 02:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002496 10.0.0.41 - - [2025-10-13 02:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002874 10.0.0.41 - - [2025-10-13 02:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002194 10.0.0.41 - - [2025-10-13 02:21:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003218 10.0.0.22 - - [2025-10-13 02:21:01] "POST /neutron/network HTTP/1.1" 200 151 0.146766 10.0.0.41 - - [2025-10-13 02:21:01] "DELETE /route-target/62ea9283-6172-47f2-b08f-999e71c6e8c8 HTTP/1.1" 200 115 0.026878 10.0.0.22 - - [2025-10-13 02:21:02] "POST /neutron/network HTTP/1.1" 200 1308 0.013981 10.0.0.22 - - [2025-10-13 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.22 - - [2025-10-13 02:21:02] "DELETE /network-ipam/4cc150e5-48a7-455f-a974-d238ad6c1970 HTTP/1.1" 200 115 0.062693 10.0.0.22 - - [2025-10-13 02:21:02] "POST /fqname-to-id HTTP/1.1" 404 252 0.005314 10.0.0.41 - - [2025-10-13 02:21:02] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000857 10.0.0.41 - - [2025-10-13 02:21:02] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.043918 10.0.0.41 - - [2025-10-13 02:21:02] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001265 10.0.0.41 - - [2025-10-13 02:21:02] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?fields=security_groups HTTP/1.1" 200 1386 0.040278 10.0.0.41 - - [2025-10-13 02:21:02] "DELETE /security-group/56da08bb-a5fc-4819-834f-f9aa5b0b6f04 HTTP/1.1" 200 115 0.054810 10.0.0.41 - - [2025-10-13 02:21:02] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001538 10.0.0.41 - - [2025-10-13 02:21:02] "DELETE /access-control-list/bc34ae2a-4084-471c-a270-b0ce92dcd02e HTTP/1.1" 200 115 0.051694 10.0.0.41 - - [2025-10-13 02:21:02] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?fields=application_policy_sets HTTP/1.1" 200 1425 0.065848 10.0.0.22 - - [2025-10-13 02:21:03] "DELETE /project/585ab2e0-cac8-4362-a920-42609e70f0f8 HTTP/1.1" 200 115 0.443127 10.0.0.41 - - [2025-10-13 02:21:03] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.22 - - [2025-10-13 02:21:03] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?fields=projects HTTP/1.1" 200 1244 0.012850 10.0.0.22 - - [2025-10-13 02:21:08] "POST /fqname-to-id HTTP/1.1" 404 225 0.004156 10.0.0.41 - - [2025-10-13 02:21:08] "POST /id-to-fqname HTTP/1.1" 200 198 0.006847 10.0.0.41 - - [2025-10-13 02:21:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.007245 10.0.0.41 - - [2025-10-13 02:21:08] "POST /security-groups HTTP/1.1" 200 599 0.030223 10.0.0.41 - - [2025-10-13 02:21:08] "POST /projects HTTP/1.1" 200 601 0.245114 10.0.0.22 - - [2025-10-13 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.275888 10.0.0.41 - - [2025-10-13 02:21:08] "POST /access-control-lists HTTP/1.1" 200 604 0.025798 10.0.0.41 - - [2025-10-13 02:21:08] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.22 - - [2025-10-13 02:21:08] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050164 10.0.0.22 - - [2025-10-13 02:21:08] "POST /network-policys HTTP/1.1" 200 559 0.026195 10.0.0.22 - - [2025-10-13 02:21:08] "GET /network-policy/2181eba1-3867-4a39-b192-6c7875d68d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.006043 10.0.0.22 - - [2025-10-13 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.41 - - [2025-10-13 02:21:08] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.22 - - [2025-10-13 02:21:08] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035232 10.0.0.41 - - [2025-10-13 02:21:08] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000906 10.0.0.22 - - [2025-10-13 02:21:09] "POST /neutron/network HTTP/1.1" 200 615 0.123354 10.0.0.41 - - [2025-10-13 02:21:09] "POST /route-targets HTTP/1.1" 200 327 0.014759 10.0.0.41 - - [2025-10-13 02:21:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.006143 10.0.0.22 - - [2025-10-13 02:21:09] "POST /neutron/network HTTP/1.1" 200 1007 0.012640 10.0.0.22 - - [2025-10-13 02:21:09] "POST /id-to-fqname HTTP/1.1" 200 229 0.001148 10.0.0.22 - - [2025-10-13 02:21:09] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005124 10.0.0.22 - - [2025-10-13 02:21:09] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005401 10.0.0.22 - - [2025-10-13 02:21:09] "POST /neutron/subnet HTTP/1.1" 200 721 0.008795 10.0.0.22 - - [2025-10-13 02:21:09] "POST /neutron/network HTTP/1.1" 200 1106 0.090307 10.0.0.22 - - [2025-10-13 02:21:09] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005633 10.0.0.22 - - [2025-10-13 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.41 - - [2025-10-13 02:21:09] "POST /access-control-lists HTTP/1.1" 200 599 0.098032 10.0.0.22 - - [2025-10-13 02:21:09] "GET /network-policy/2181eba1-3867-4a39-b192-6c7875d68d32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.004315 10.0.0.22 - - [2025-10-13 02:21:10] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005087 10.0.0.22 - - [2025-10-13 02:21:10] "POST /id-to-fqname HTTP/1.1" 200 229 0.001281 10.0.0.41 - - [2025-10-13 02:21:11] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.22 - - [2025-10-13 02:21:11] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.060629 10.0.0.22 - - [2025-10-13 02:21:11] "POST /neutron/network HTTP/1.1" 200 1106 0.030015 10.0.0.22 - - [2025-10-13 02:21:11] "POST /id-to-fqname HTTP/1.1" 200 229 0.001498 10.0.0.22 - - [2025-10-13 02:21:11] "POST /neutron/port HTTP/1.1" 200 117 0.006938 10.0.0.41 - - [2025-10-13 02:21:11] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.22 - - [2025-10-13 02:21:12] "POST /neutron/port HTTP/1.1" 200 1174 0.372048 10.0.0.41 - - [2025-10-13 02:21:12] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.22 - - [2025-10-13 02:21:12] "POST /neutron/port HTTP/1.1" 200 1228 0.115319 10.0.0.22 - - [2025-10-13 02:21:12] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.090558 10.0.0.22 - - [2025-10-13 02:21:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003911 10.0.0.22 - - [2025-10-13 02:21:12] "POST /neutron/port HTTP/1.1" 200 117 0.002022 10.0.0.22 - - [2025-10-13 02:21:12] "POST /neutron/port HTTP/1.1" 200 1202 0.019553 10.0.0.22 - - [2025-10-13 02:21:12] "POST /neutron/port HTTP/1.1" 200 1202 0.013727 10.0.0.41 - - [2025-10-13 02:21:13] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001343 10.0.0.22 - - [2025-10-13 02:21:13] "POST /neutron/port HTTP/1.1" 200 1174 0.316535 10.0.0.22 - - [2025-10-13 02:21:13] "POST /neutron/port HTTP/1.1" 200 1228 0.098207 10.0.0.22 - - [2025-10-13 02:21:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004169 10.0.0.22 - - [2025-10-13 02:21:13] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.22 - - [2025-10-13 02:21:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007468 10.0.0.22 - - [2025-10-13 02:21:18] "POST /neutron/port HTTP/1.1" 200 1202 0.015003 10.0.0.22 - - [2025-10-13 02:21:18] "GET /virtual-machine/dae7b7c3-51b8-4858-a5bb-fd4458082256 HTTP/1.1" 200 1301 0.026489 10.0.0.22 - - [2025-10-13 02:21:18] "GET /virtual-machine-interface/b69ecf27-2ee3-44bc-9bd7-c598f2325462 HTTP/1.1" 200 3178 0.005097 10.0.0.22 - - [2025-10-13 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.22 - - [2025-10-13 02:21:18] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003477 10.0.0.22 - - [2025-10-13 02:21:18] "GET /virtual-networks?parent_id=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004131 10.0.0.22 - - [2025-10-13 02:21:18] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005446 10.0.0.22 - - [2025-10-13 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.22 - - [2025-10-13 02:21:21] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005930 10.0.0.22 - - [2025-10-13 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.22 - - [2025-10-13 02:21:25] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005997 10.0.0.22 - - [2025-10-13 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.22 - - [2025-10-13 02:21:29] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006763 10.0.0.22 - - [2025-10-13 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.22 - - [2025-10-13 02:21:33] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005212 10.0.0.22 - - [2025-10-13 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.22 - - [2025-10-13 02:21:37] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005246 10.0.0.22 - - [2025-10-13 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005086 10.0.0.22 - - [2025-10-13 02:21:41] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005880 10.0.0.22 - - [2025-10-13 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.22 - - [2025-10-13 02:21:45] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005282 10.0.0.22 - - [2025-10-13 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.22 - - [2025-10-13 02:21:49] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005113 10.0.0.22 - - [2025-10-13 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.22 - - [2025-10-13 02:21:52] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003554 10.0.0.22 - - [2025-10-13 02:21:52] "GET /virtual-networks?parent_id=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003709 10.0.0.22 - - [2025-10-13 02:21:52] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.009866 10.0.0.22 - - [2025-10-13 02:21:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008657 10.0.0.22 - - [2025-10-13 02:21:59] "POST /neutron/port HTTP/1.1" 200 1202 0.014477 10.0.0.22 - - [2025-10-13 02:22:00] "POST /neutron/port HTTP/1.1" 200 1202 0.037289 10.0.0.22 - - [2025-10-13 02:22:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004828 10.0.0.22 - - [2025-10-13 02:22:00] "POST /neutron/port HTTP/1.1" 200 117 0.001218 10.0.0.22 - - [2025-10-13 02:22:00] "POST /neutron/port HTTP/1.1" 200 1202 0.038011 10.0.0.22 - - [2025-10-13 02:22:00] "POST /neutron/network HTTP/1.1" 200 1116 0.008828 10.0.0.22 - - [2025-10-13 02:22:00] "POST /neutron/subnet HTTP/1.1" 200 1381 0.015443 10.0.0.22 - - [2025-10-13 02:22:00] "POST /neutron/network HTTP/1.1" 200 1106 0.010872 10.0.0.41 - - [2025-10-13 02:22:04] "DELETE /project/585ab2e0cac84362a92042609e70f0f8 HTTP/1.1" 404 173 0.027072 10.0.0.19 - - [2025-10-13 02:22:05] "GET /obj-perms HTTP/1.1" 200 5056 0.044842 10.0.0.22 - - [2025-10-13 02:22:07] "POST /neutron/port HTTP/1.1" 200 1202 0.015189 10.0.0.22 - - [2025-10-13 02:22:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009329 10.0.0.22 - - [2025-10-13 02:22:13] "POST /neutron/port HTTP/1.1" 200 1202 0.014659 10.0.0.22 - - [2025-10-13 02:22:13] "GET /virtual-machine/7110123c-0132-4568-89dd-e21778d4f612 HTTP/1.1" 200 1299 0.005502 10.0.0.22 - - [2025-10-13 02:22:13] "GET /virtual-machine-interface/c9f900ce-3d06-49dd-8b61-9a3133947063 HTTP/1.1" 200 3178 0.005289 10.0.0.22 - - [2025-10-13 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.22 - - [2025-10-13 02:22:13] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003724 10.0.0.22 - - [2025-10-13 02:22:13] "GET /virtual-networks?parent_id=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003850 10.0.0.22 - - [2025-10-13 02:22:13] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006613 10.0.0.22 - - [2025-10-13 02:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.22 - - [2025-10-13 02:22:14] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003529 10.0.0.22 - - [2025-10-13 02:22:14] "GET /virtual-networks?parent_id=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002657 10.0.0.22 - - [2025-10-13 02:22:14] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005398 10.0.0.22 - - [2025-10-13 02:22:38] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006518 10.0.0.22 - - [2025-10-13 02:22:38] "POST /neutron/network HTTP/1.1" 200 1007 0.085742 10.0.0.22 - - [2025-10-13 02:22:38] "GET /virtual-network/b0f933f4-4e5c-4685-8530-19a6da406240?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005651 10.0.0.22 - - [2025-10-13 02:22:38] "POST /neutron/network HTTP/1.1" 400 204 0.011708 10.0.0.22 - - [2025-10-13 02:22:39] "POST /neutron/port HTTP/1.1" 200 151 0.239964 10.0.0.22 - - [2025-10-13 02:22:39] "POST /neutron/port HTTP/1.1" 200 151 0.248400 10.0.0.41 - - [2025-10-13 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.22 - - [2025-10-13 02:22:41] "DELETE /network-policy/2181eba1-3867-4a39-b192-6c7875d68d32 HTTP/1.1" 200 115 0.038841 10.0.0.41 - - [2025-10-13 02:22:43] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001234 10.0.0.22 - - [2025-10-13 02:22:43] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.076724 10.0.0.41 - - [2025-10-13 02:22:43] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001211 10.0.0.22 - - [2025-10-13 02:22:43] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?fields=virtual_networks HTTP/1.1" 200 1047 0.048073 10.0.0.41 - - [2025-10-13 02:22:43] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011 10.0.0.22 - - [2025-10-13 02:22:43] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.049993 10.0.0.41 - - [2025-10-13 02:22:43] "GET /projects?obj_uuids=585ab2e0-cac8-4362-a920-42609e70f0f8&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001151 10.0.0.22 - - [2025-10-13 02:22:43] "GET /project/585ab2e0-cac8-4362-a920-42609e70f0f8?fields=security_groups HTTP/1.1" 200 1281 0.039747 10.0.0.22 - - [2025-10-13 02:22:44] "POST /fqname-to-id HTTP/1.1" 404 202 0.022657 10.0.0.41 - - [2025-10-13 02:22:44] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003316 10.0.0.41 - - [2025-10-13 02:22:44] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.41 - - [2025-10-13 02:22:44] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006670 10.0.0.41 - - [2025-10-13 02:22:44] "POST /id-to-fqname HTTP/1.1" 200 204 0.002423 10.0.0.41 - - [2025-10-13 02:22:44] "POST /fqname-to-id HTTP/1.1" 404 213 0.007611 10.0.0.41 - - [2025-10-13 02:22:45] "POST /security-groups HTTP/1.1" 200 605 0.077091 10.0.0.41 - - [2025-10-13 02:22:45] "POST /projects HTTP/1.1" 200 613 0.280587 10.0.0.41 - - [2025-10-13 02:22:45] "POST /access-control-lists HTTP/1.1" 200 610 0.031387 10.0.0.41 - - [2025-10-13 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.348008 10.0.0.22 - - [2025-10-13 02:22:45] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.487625 10.0.0.22 - - [2025-10-13 02:22:46] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.22 - - [2025-10-13 02:22:49] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000509 10.0.0.41 - - [2025-10-13 02:22:49] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001039 10.0.0.22 - - [2025-10-13 02:22:49] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.067979 10.0.0.22 - - [2025-10-13 02:22:50] "GET / HTTP/1.1" 200 35931 0.001939 10.0.0.22 - - [2025-10-13 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.41 - - [2025-10-13 02:22:50] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.22 - - [2025-10-13 02:22:50] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007986 10.0.0.22 - - [2025-10-13 02:22:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.41 - - [2025-10-13 02:22:50] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000963 10.0.0.22 - - [2025-10-13 02:22:50] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.056403 10.0.0.22 - - [2025-10-13 02:22:51] "GET /domains HTTP/1.1" 401 292 0.000409 10.0.0.22 - - [2025-10-13 02:22:52] "GET /domains HTTP/1.1" 200 280 0.028571 10.0.0.41 - - [2025-10-13 02:22:52] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.22 - - [2025-10-13 02:22:52] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c HTTP/1.1" 200 2781 0.008794 10.0.0.41 - - [2025-10-13 02:22:52] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000852 10.0.0.22 - - [2025-10-13 02:22:52] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a HTTP/1.1" 200 1935 0.082377 10.0.0.22 - - [2025-10-13 02:22:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002910 10.0.0.22 - - [2025-10-13 02:22:52] "POST /network-ipams HTTP/1.1" 200 627 0.025219 10.0.0.22 - - [2025-10-13 02:22:52] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003951 10.0.0.22 - - [2025-10-13 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.22 - - [2025-10-13 02:22:52] "GET /network-ipam/039bd5dd-7044-4614-88fe-ca3d3307b119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.006485 10.0.0.22 - - [2025-10-13 02:22:52] "PUT /network-ipam/039bd5dd-7044-4614-88fe-ca3d3307b119 HTTP/1.1" 200 258 0.016962 10.0.0.22 - - [2025-10-13 02:22:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000609 10.0.0.22 - - [2025-10-13 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.022955 10.0.0.41 - - [2025-10-13 02:22:53] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.021183 10.0.0.22 - - [2025-10-13 02:22:53] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.058628 10.0.0.22 - - [2025-10-13 02:22:53] "POST /neutron/network HTTP/1.1" 200 117 0.030491 10.0.0.41 - - [2025-10-13 02:22:53] "POST /route-targets HTTP/1.1" 200 327 0.015449 10.0.0.41 - - [2025-10-13 02:22:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.006688 10.0.0.41 - - [2025-10-13 02:22:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008429 10.0.0.22 - - [2025-10-13 02:22:53] "POST /neutron/subnet HTTP/1.1" 200 823 0.177865 10.0.0.22 - - [2025-10-13 02:22:53] "POST /id-to-fqname HTTP/1.1" 200 237 0.001701 10.0.0.22 - - [2025-10-13 02:22:53] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.006721 10.0.0.22 - - [2025-10-13 02:22:53] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005631 10.0.0.22 - - [2025-10-13 02:22:53] "POST /neutron/network HTTP/1.1" 200 1141 0.008196 10.0.0.22 - - [2025-10-13 02:22:54] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005875 10.0.0.22 - - [2025-10-13 02:22:55] "GET /obj-perms HTTP/1.1" 200 5021 0.046065 10.0.0.41 - - [2025-10-13 02:22:55] "GET /obj-perms HTTP/1.1" 200 5021 0.043317 10.0.0.22 - - [2025-10-13 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 231 0.003241 10.0.0.22 - - [2025-10-13 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.41 - - [2025-10-13 02:22:55] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000895 10.0.0.22 - - [2025-10-13 02:22:55] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.036689 10.0.0.22 - - [2025-10-13 02:22:55] "POST /network-policys HTTP/1.1" 200 565 0.029435 10.0.0.22 - - [2025-10-13 02:22:56] "GET /network-policy/4c836df3-f880-4eca-9b19-0afaa257524a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.008160 10.0.0.22 - - [2025-10-13 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 231 0.003659 10.0.0.22 - - [2025-10-13 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.41 - - [2025-10-13 02:22:56] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000980 10.0.0.22 - - [2025-10-13 02:22:56] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.037915 10.0.0.22 - - [2025-10-13 02:22:56] "POST /network-policys HTTP/1.1" 200 565 0.031372 10.0.0.22 - - [2025-10-13 02:22:56] "GET /network-policy/217611a0-0c36-42ad-bb7e-003d1857074d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.006084 10.0.0.22 - - [2025-10-13 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 231 0.003380 10.0.0.22 - - [2025-10-13 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.41 - - [2025-10-13 02:22:56] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001375 10.0.0.22 - - [2025-10-13 02:22:56] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.046572 10.0.0.22 - - [2025-10-13 02:22:56] "POST /network-policys HTTP/1.1" 200 565 0.047033 10.0.0.22 - - [2025-10-13 02:22:56] "GET /network-policy/f0b6c1ed-369b-4870-95f5-5d75aacb5065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006565 10.0.0.22 - - [2025-10-13 02:22:57] "POST /neutron/network HTTP/1.1" 200 1141 0.009223 10.0.0.22 - - [2025-10-13 02:22:57] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.012265 10.0.0.22 - - [2025-10-13 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.41 - - [2025-10-13 02:22:57] "POST /access-control-lists HTTP/1.1" 200 611 0.077040 10.0.0.22 - - [2025-10-13 02:22:57] "GET /network-policy/217611a0-0c36-42ad-bb7e-003d1857074d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.004292 10.0.0.22 - - [2025-10-13 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.22 - - [2025-10-13 02:22:57] "GET /network-policy/4c836df3-f880-4eca-9b19-0afaa257524a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.005872 10.0.0.22 - - [2025-10-13 02:22:57] "POST /id-to-fqname HTTP/1.1" 200 237 0.001843 10.0.0.22 - - [2025-10-13 02:22:57] "POST /neutron/network HTTP/1.1" 200 1349 0.012206 10.0.0.41 - - [2025-10-13 02:22:58] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002079 10.0.0.22 - - [2025-10-13 02:22:58] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.064271 10.0.0.22 - - [2025-10-13 02:22:58] "POST /neutron/port HTTP/1.1" 200 117 0.006584 10.0.0.41 - - [2025-10-13 02:22:58] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001298 10.0.0.22 - - [2025-10-13 02:22:59] "POST /neutron/port HTTP/1.1" 200 1180 0.353213 10.0.0.22 - - [2025-10-13 02:22:59] "POST /neutron/port HTTP/1.1" 200 1234 0.118953 10.0.0.22 - - [2025-10-13 02:22:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004189 10.0.0.22 - - [2025-10-13 02:22:59] "POST /neutron/port HTTP/1.1" 200 117 0.001264 10.0.0.41 - - [2025-10-13 02:23:02] "DELETE /access-control-list/f1591675-34f0-4bdb-9c48-1de3f62a9a82 HTTP/1.1" 200 115 0.049739 10.0.0.22 - - [2025-10-13 02:23:03] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007590 10.0.0.22 - - [2025-10-13 02:23:03] "POST /neutron/port HTTP/1.1" 200 1208 0.016449 10.0.0.22 - - [2025-10-13 02:23:03] "GET /virtual-machine/3c44c46f-fae6-4086-961a-709adb2ce8e3 HTTP/1.1" 401 292 0.000574 10.0.0.22 - - [2025-10-13 02:23:04] "GET /virtual-machine/3c44c46f-fae6-4086-961a-709adb2ce8e3 HTTP/1.1" 200 1306 0.031639 10.0.0.22 - - [2025-10-13 02:23:04] "GET /virtual-machine-interface/9762ebff-ded6-431f-a36a-9999c06f7ee2 HTTP/1.1" 200 3177 0.005573 10.0.0.22 - - [2025-10-13 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.22 - - [2025-10-13 02:23:04] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005259 10.0.0.22 - - [2025-10-13 02:23:04] "GET /virtual-networks?parent_id=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002767 10.0.0.22 - - [2025-10-13 02:23:04] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007251 10.0.0.41 - - [2025-10-13 02:23:04] "DELETE /project/1bdbec26ec88472a99c41fca443a1f5a HTTP/1.1" 404 173 0.002759 10.0.0.41 - - [2025-10-13 02:23:04] "DELETE /project/585ab2e0-cac8-4362-a920-42609e70f0f8 HTTP/1.1" 404 177 0.005277 10.0.0.22 - - [2025-10-13 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.22 - - [2025-10-13 02:23:07] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.004945 10.0.0.22 - - [2025-10-13 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.22 - - [2025-10-13 02:23:11] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005457 10.0.0.22 - - [2025-10-13 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.22 - - [2025-10-13 02:23:15] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005215 10.0.0.22 - - [2025-10-13 02:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.22 - - [2025-10-13 02:23:19] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005425 10.0.0.22 - - [2025-10-13 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.22 - - [2025-10-13 02:23:23] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005557 10.0.0.22 - - [2025-10-13 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.22 - - [2025-10-13 02:23:27] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005991 10.0.0.22 - - [2025-10-13 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.22 - - [2025-10-13 02:23:31] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.004820 10.0.0.22 - - [2025-10-13 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.22 - - [2025-10-13 02:23:36] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005236 10.0.0.22 - - [2025-10-13 02:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.22 - - [2025-10-13 02:23:38] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003770 10.0.0.22 - - [2025-10-13 02:23:38] "GET /virtual-networks?parent_id=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.002631 10.0.0.22 - - [2025-10-13 02:23:38] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005721 10.0.0.22 - - [2025-10-13 02:23:38] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008412 10.0.0.22 - - [2025-10-13 02:23:47] "POST /neutron/port HTTP/1.1" 200 1208 0.018668 10.0.0.22 - - [2025-10-13 02:23:48] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008615 10.0.0.22 - - [2025-10-13 02:23:59] "POST /neutron/port HTTP/1.1" 200 1208 0.017867 10.0.0.22 - - [2025-10-13 02:23:59] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008602 10.0.0.22 - - [2025-10-13 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.22 - - [2025-10-13 02:23:59] "GET /network-policy/4c836df3-f880-4eca-9b19-0afaa257524a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.003434 10.0.0.22 - - [2025-10-13 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.22 - - [2025-10-13 02:23:59] "GET /network-policy/217611a0-0c36-42ad-bb7e-003d1857074d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.004431 10.0.0.22 - - [2025-10-13 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.22 - - [2025-10-13 02:23:59] "GET /network-policy/f0b6c1ed-369b-4870-95f5-5d75aacb5065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005520 10.0.0.22 - - [2025-10-13 02:23:59] "POST /neutron/network HTTP/1.1" 200 1431 0.018064 10.0.0.22 - - [2025-10-13 02:23:59] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.006991 10.0.0.22 - - [2025-10-13 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.22 - - [2025-10-13 02:23:59] "GET /network-policy/217611a0-0c36-42ad-bb7e-003d1857074d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3109 0.004262 10.0.0.22 - - [2025-10-13 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.22 - - [2025-10-13 02:23:59] "GET /network-policy/4c836df3-f880-4eca-9b19-0afaa257524a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004163 10.0.0.22 - - [2025-10-13 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.22 - - [2025-10-13 02:23:59] "GET /network-policy/f0b6c1ed-369b-4870-95f5-5d75aacb5065?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.003932 10.0.0.22 - - [2025-10-13 02:24:02] "POST /neutron/network HTTP/1.1" 200 1441 0.009812 10.0.0.22 - - [2025-10-13 02:24:02] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014154 10.0.0.22 - - [2025-10-13 02:24:02] "POST /neutron/network HTTP/1.1" 200 1431 0.008881 10.0.0.22 - - [2025-10-13 02:24:04] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.005549 10.0.0.41 - - [2025-10-13 02:24:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.004244 10.0.0.22 - - [2025-10-13 02:24:04] "POST /neutron/network HTTP/1.1" 200 1141 0.015514 10.0.0.22 - - [2025-10-13 02:24:05] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005059 10.0.0.22 - - [2025-10-13 02:24:10] "GET /virtual-machine/3c44c46f-fae6-4086-961a-709adb2ce8e3 HTTP/1.1" 200 1306 0.005970 10.0.0.22 - - [2025-10-13 02:24:10] "POST /neutron/port HTTP/1.1" 200 151 0.237431 10.0.0.22 - - [2025-10-13 02:24:12] "GET /virtual-machine/3c44c46f-fae6-4086-961a-709adb2ce8e3 HTTP/1.1" 404 171 0.003223 10.0.0.22 - - [2025-10-13 02:24:12] "GET /virtual-machine/3c44c46f-fae6-4086-961a-709adb2ce8e3 HTTP/1.1" 404 171 0.002763 10.0.0.22 - - [2025-10-13 02:24:12] "GET /virtual-machine/3c44c46f-fae6-4086-961a-709adb2ce8e3 HTTP/1.1" 404 171 0.003051 10.0.0.22 - - [2025-10-13 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.22 - - [2025-10-13 02:24:12] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003829 10.0.0.22 - - [2025-10-13 02:24:12] "GET /virtual-networks?parent_id=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003005 10.0.0.22 - - [2025-10-13 02:24:12] "GET /virtual-network/90096f77-1a6d-4533-90cb-5602cff0c273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.009331 10.0.0.22 - - [2025-10-13 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005201 10.0.0.22 - - [2025-10-13 02:24:12] "GET /routing-instance/a26eef49-b89d-4551-82de-fc1a3e60755e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.004535 10.0.0.22 - - [2025-10-13 02:24:12] "GET /route-target/71b190e1-7447-47a2-9be1-046782fbd280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004048 10.0.0.41 - - [2025-10-13 02:24:12] "GET /obj-perms HTTP/1.1" 200 5021 0.004174 10.0.0.22 - - [2025-10-13 02:24:15] "GET /obj-perms HTTP/1.1" 200 5021 0.003846 10.0.0.41 - - [2025-10-13 02:24:21] "GET /obj-perms HTTP/1.1" 200 5021 0.003747 10.0.0.22 - - [2025-10-13 02:24:25] "GET /obj-perms HTTP/1.1" 200 5021 0.004282 10.0.0.22 - - [2025-10-13 02:24:28] "GET /obj-perms HTTP/1.1" 200 5021 0.003796 10.0.0.19 - - [2025-10-13 02:24:28] "GET /obj-perms HTTP/1.1" 200 5021 0.040958 10.0.0.41 - - [2025-10-13 02:24:28] "GET /obj-perms HTTP/1.1" 200 5021 0.003311 10.0.0.22 - - [2025-10-13 02:24:28] "DELETE /network-policy/f0b6c1ed-369b-4870-95f5-5d75aacb5065 HTTP/1.1" 200 115 0.039673 10.0.0.22 - - [2025-10-13 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.41 - - [2025-10-13 02:24:28] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000915 10.0.0.22 - - [2025-10-13 02:24:28] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.037719 10.0.0.22 - - [2025-10-13 02:24:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-81525375&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.005300 10.0.0.22 - - [2025-10-13 02:24:28] "DELETE /network-policy/217611a0-0c36-42ad-bb7e-003d1857074d HTTP/1.1" 200 115 0.043232 10.0.0.22 - - [2025-10-13 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.41 - - [2025-10-13 02:24:28] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000918 10.0.0.22 - - [2025-10-13 02:24:28] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.038734 10.0.0.22 - - [2025-10-13 02:24:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-81525375&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005687 10.0.0.22 - - [2025-10-13 02:24:28] "DELETE /network-policy/4c836df3-f880-4eca-9b19-0afaa257524a HTTP/1.1" 200 115 0.042274 10.0.0.22 - - [2025-10-13 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.41 - - [2025-10-13 02:24:28] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001056 10.0.0.22 - - [2025-10-13 02:24:28] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.041123 10.0.0.22 - - [2025-10-13 02:24:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-81525375&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005562 10.0.0.41 - - [2025-10-13 02:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.22 - - [2025-10-13 02:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.22 - - [2025-10-13 02:24:29] "DELETE /network-ipam/039bd5dd-7044-4614-88fe-ca3d3307b119 HTTP/1.1" 200 115 0.028969 10.0.0.22 - - [2025-10-13 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 264 0.002479 10.0.0.41 - - [2025-10-13 02:24:29] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000875 10.0.0.41 - - [2025-10-13 02:24:29] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.038041 10.0.0.41 - - [2025-10-13 02:24:29] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000831 10.0.0.41 - - [2025-10-13 02:24:29] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?fields=security_groups HTTP/1.1" 200 1404 0.038424 10.0.0.41 - - [2025-10-13 02:24:29] "DELETE /security-group/be8b1f48-8bee-47d7-ad40-80fba5efa4b7 HTTP/1.1" 200 115 0.050520 10.0.0.41 - - [2025-10-13 02:24:29] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001229 10.0.0.41 - - [2025-10-13 02:24:29] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?fields=application_policy_sets HTTP/1.1" 200 1443 0.068790 10.0.0.41 - - [2025-10-13 02:24:29] "DELETE /access-control-list/924e2c66-c144-45bb-bd14-31dfdb9a2ac2 HTTP/1.1" 200 115 0.058678 10.0.0.22 - - [2025-10-13 02:24:29] "DELETE /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a HTTP/1.1" 200 115 0.395531 10.0.0.41 - - [2025-10-13 02:24:29] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001006 10.0.0.22 - - [2025-10-13 02:24:29] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?fields=projects HTTP/1.1" 200 1244 0.021734 10.0.0.41 - - [2025-10-13 02:24:32] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003852 10.0.0.41 - - [2025-10-13 02:24:32] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.41 - - [2025-10-13 02:24:32] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049946 10.0.0.41 - - [2025-10-13 02:24:32] "POST /id-to-fqname HTTP/1.1" 200 204 0.007393 10.0.0.41 - - [2025-10-13 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 213 0.002803 10.0.0.41 - - [2025-10-13 02:24:32] "POST /security-groups HTTP/1.1" 200 605 0.072822 10.0.0.41 - - [2025-10-13 02:24:32] "POST /projects HTTP/1.1" 200 613 0.291547 10.0.0.41 - - [2025-10-13 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 247 0.008467 10.0.0.41 - - [2025-10-13 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.367847 10.0.0.22 - - [2025-10-13 02:24:32] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.527907 10.0.0.41 - - [2025-10-13 02:24:33] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001243 10.0.0.22 - - [2025-10-13 02:24:33] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?fields=virtual_networks HTTP/1.1" 200 1059 0.048521 10.0.0.41 - - [2025-10-13 02:24:33] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000894 10.0.0.22 - - [2025-10-13 02:24:33] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.035743 10.0.0.41 - - [2025-10-13 02:24:33] "GET /projects?obj_uuids=1bdbec26-ec88-472a-99c4-1fca443a1f5a&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001630 10.0.0.22 - - [2025-10-13 02:24:33] "GET /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a?fields=security_groups HTTP/1.1" 200 1299 0.040567 10.0.0.22 - - [2025-10-13 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 204 0.026228 10.0.0.41 - - [2025-10-13 02:24:34] "GET /projects?obj_uuids=eb1cc60b-4280-4a31-a9e0-6c4fcf055f41&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003258 10.0.0.41 - - [2025-10-13 02:24:34] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001275 10.0.0.41 - - [2025-10-13 02:24:34] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008306 10.0.0.41 - - [2025-10-13 02:24:34] "POST /id-to-fqname HTTP/1.1" 200 206 0.004267 10.0.0.41 - - [2025-10-13 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 215 0.002940 10.0.0.41 - - [2025-10-13 02:24:34] "POST /security-groups HTTP/1.1" 200 607 0.075741 10.0.0.41 - - [2025-10-13 02:24:34] "POST /projects HTTP/1.1" 200 617 0.319012 10.0.0.41 - - [2025-10-13 02:24:34] "POST /access-control-lists HTTP/1.1" 200 612 0.039817 10.0.0.41 - - [2025-10-13 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.395334 10.0.0.22 - - [2025-10-13 02:24:34] "GET /project/eb1cc60b-4280-4a31-a9e0-6c4fcf055f41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.588305 10.0.0.22 - - [2025-10-13 02:24:35] "GET / HTTP/1.1" 200 35931 0.002165 10.0.0.22 - - [2025-10-13 02:24:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.22 - - [2025-10-13 02:24:39] "POST /fqname-to-id HTTP/1.1" 404 233 0.054996 10.0.0.22 - - [2025-10-13 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.41 - - [2025-10-13 02:24:39] "GET /projects?obj_uuids=eb1cc60b-4280-4a31-a9e0-6c4fcf055f41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001077 10.0.0.22 - - [2025-10-13 02:24:39] "GET /project/eb1cc60b-4280-4a31-a9e0-6c4fcf055f41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.038542 10.0.0.22 - - [2025-10-13 02:24:39] "POST /network-policys HTTP/1.1" 200 567 0.079076 10.0.0.22 - - [2025-10-13 02:24:39] "GET /network-policy/93faa11a-b7cf-44ed-9c86-120c3a124382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.006869 10.0.0.22 - - [2025-10-13 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.41 - - [2025-10-13 02:24:39] "GET /projects?obj_uuids=eb1cc60b-4280-4a31-a9e0-6c4fcf055f41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001239 10.0.0.22 - - [2025-10-13 02:24:39] "GET /project/eb1cc60b-4280-4a31-a9e0-6c4fcf055f41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.037851 10.0.0.22 - - [2025-10-13 02:24:39] "POST /neutron/network HTTP/1.1" 200 117 0.030812 10.0.0.41 - - [2025-10-13 02:24:39] "POST /route-targets HTTP/1.1" 200 327 0.013435 10.0.0.41 - - [2025-10-13 02:24:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006005 10.0.0.22 - - [2025-10-13 02:24:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.191547 10.0.0.22 - - [2025-10-13 02:24:40] "POST /id-to-fqname HTTP/1.1" 200 237 0.001235 10.0.0.22 - - [2025-10-13 02:24:40] "GET /virtual-network/42dcaebe-4dcc-449d-8971-f21a61f5dace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.007001 10.0.0.22 - - [2025-10-13 02:24:40] "GET /virtual-network/42dcaebe-4dcc-449d-8971-f21a61f5dace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.005034 10.0.0.22 - - [2025-10-13 02:24:40] "POST /neutron/network HTTP/1.1" 200 1015 0.008629 10.0.0.22 - - [2025-10-13 02:24:40] "POST /neutron/network HTTP/1.1" 200 1015 0.009564 10.0.0.41 - - [2025-10-13 02:24:40] "POST /access-control-lists HTTP/1.1" 200 607 0.041887 10.0.0.22 - - [2025-10-13 02:24:40] "GET /virtual-network/42dcaebe-4dcc-449d-8971-f21a61f5dace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.008091 10.0.0.22 - - [2025-10-13 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.22 - - [2025-10-13 02:24:40] "GET /network-policy/93faa11a-b7cf-44ed-9c86-120c3a124382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.003999 10.0.0.22 - - [2025-10-13 02:24:40] "GET /virtual-network/42dcaebe-4dcc-449d-8971-f21a61f5dace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.005387 10.0.0.22 - - [2025-10-13 02:24:42] "DELETE /network-policy/93faa11a-b7cf-44ed-9c86-120c3a124382 HTTP/1.1" 409 238 0.008596 10.0.0.22 - - [2025-10-13 02:24:42] "POST /neutron/network HTTP/1.1" 200 1122 0.010498 10.0.0.41 - - [2025-10-13 02:24:42] "DELETE /route-target/82ad2a64-73d8-4a8e-af3b-dd207962caf7 HTTP/1.1" 200 115 0.025515 10.0.0.22 - - [2025-10-13 02:24:42] "DELETE /network-policy/93faa11a-b7cf-44ed-9c86-120c3a124382 HTTP/1.1" 200 115 0.038099 10.0.0.22 - - [2025-10-13 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.41 - - [2025-10-13 02:24:42] "GET /projects?obj_uuids=eb1cc60b-4280-4a31-a9e0-6c4fcf055f41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001125 10.0.0.22 - - [2025-10-13 02:24:42] "GET /project/eb1cc60b-4280-4a31-a9e0-6c4fcf055f41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.045995 10.0.0.22 - - [2025-10-13 02:24:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-16014174&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005975 10.0.0.41 - - [2025-10-13 02:24:45] "GET /projects?obj_uuids=eb1cc60b-4280-4a31-a9e0-6c4fcf055f41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001087 10.0.0.22 - - [2025-10-13 02:24:45] "GET /project/eb1cc60b-4280-4a31-a9e0-6c4fcf055f41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.047043 10.0.0.41 - - [2025-10-13 02:24:45] "GET /projects?obj_uuids=eb1cc60b-4280-4a31-a9e0-6c4fcf055f41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000919 10.0.0.22 - - [2025-10-13 02:24:45] "GET /project/eb1cc60b-4280-4a31-a9e0-6c4fcf055f41?fields=virtual_networks HTTP/1.1" 200 1064 0.033224 10.0.0.41 - - [2025-10-13 02:24:45] "GET /projects?obj_uuids=eb1cc60b-4280-4a31-a9e0-6c4fcf055f41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000955 10.0.0.22 - - [2025-10-13 02:24:45] "GET /project/eb1cc60b-4280-4a31-a9e0-6c4fcf055f41?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.030336 10.0.0.41 - - [2025-10-13 02:24:45] "GET /projects?obj_uuids=eb1cc60b-4280-4a31-a9e0-6c4fcf055f41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000980 10.0.0.22 - - [2025-10-13 02:24:45] "GET /project/eb1cc60b-4280-4a31-a9e0-6c4fcf055f41?fields=security_groups HTTP/1.1" 200 1306 0.038296 10.0.0.22 - - [2025-10-13 02:24:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.021281 10.0.0.41 - - [2025-10-13 02:24:46] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002866 10.0.0.41 - - [2025-10-13 02:24:46] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.41 - - [2025-10-13 02:24:46] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006983 10.0.0.41 - - [2025-10-13 02:24:46] "POST /id-to-fqname HTTP/1.1" 200 190 0.002109 10.0.0.41 - - [2025-10-13 02:24:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.005705 10.0.0.41 - - [2025-10-13 02:24:46] "POST /security-groups HTTP/1.1" 200 591 0.030418 10.0.0.41 - - [2025-10-13 02:24:46] "POST /projects HTTP/1.1" 200 585 0.225103 10.0.0.41 - - [2025-10-13 02:24:46] "POST /fqname-to-id HTTP/1.1" 404 233 0.012456 10.0.0.41 - - [2025-10-13 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.293051 10.0.0.22 - - [2025-10-13 02:24:46] "GET /project/225e6697-4a33-4311-bd72-480fc04d1c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.433698 10.0.0.41 - - [2025-10-13 02:24:47] "DELETE /access-control-list/020317a3-5a21-4c3d-a2c4-9ab132f826a2 HTTP/1.1" 200 115 0.042563 10.0.0.22 - - [2025-10-13 02:24:48] "GET / HTTP/1.1" 200 35931 0.001936 10.0.0.22 - - [2025-10-13 02:24:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000453 10.0.0.22 - - [2025-10-13 02:24:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.051151 10.0.0.22 - - [2025-10-13 02:24:50] "POST /network-ipams HTTP/1.1" 200 513 0.037513 10.0.0.22 - - [2025-10-13 02:24:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003891 10.0.0.22 - - [2025-10-13 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.22 - - [2025-10-13 02:24:50] "GET /network-ipam/a9e6fc57-6ba9-4174-8ad8-9386cd70cc67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.006040 10.0.0.22 - - [2025-10-13 02:24:50] "PUT /network-ipam/a9e6fc57-6ba9-4174-8ad8-9386cd70cc67 HTTP/1.1" 200 258 0.014094 10.0.0.22 - - [2025-10-13 02:24:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003398 10.0.0.22 - - [2025-10-13 02:24:50] "POST /network-ipams HTTP/1.1" 200 513 0.026871 10.0.0.22 - - [2025-10-13 02:24:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003482 10.0.0.22 - - [2025-10-13 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.22 - - [2025-10-13 02:24:50] "GET /network-ipam/bf578889-e63e-4935-ba9c-b3fbc557b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.006292 10.0.0.22 - - [2025-10-13 02:24:50] "PUT /network-ipam/bf578889-e63e-4935-ba9c-b3fbc557b8c0 HTTP/1.1" 200 258 0.014058 10.0.0.22 - - [2025-10-13 02:24:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003215 10.0.0.22 - - [2025-10-13 02:24:50] "POST /network-ipams HTTP/1.1" 200 513 0.026389 10.0.0.22 - - [2025-10-13 02:24:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003358 10.0.0.22 - - [2025-10-13 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.22 - - [2025-10-13 02:24:51] "GET /network-ipam/9bb0c1c2-8bb4-4ba2-b55b-abbd55a9f534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.006419 10.0.0.22 - - [2025-10-13 02:24:51] "PUT /network-ipam/9bb0c1c2-8bb4-4ba2-b55b-abbd55a9f534 HTTP/1.1" 200 258 0.013057 10.0.0.22 - - [2025-10-13 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.41 - - [2025-10-13 02:24:51] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000934 10.0.0.22 - - [2025-10-13 02:24:51] "GET /project/225e6697-4a33-4311-bd72-480fc04d1c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.035075 10.0.0.41 - - [2025-10-13 02:24:52] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002194 10.0.0.22 - - [2025-10-13 02:24:52] "POST /neutron/network HTTP/1.1" 200 607 0.133790 10.0.0.22 - - [2025-10-13 02:24:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.003188 10.0.0.22 - - [2025-10-13 02:24:52] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005263 10.0.0.22 - - [2025-10-13 02:24:52] "POST /neutron/network HTTP/1.1" 200 826 0.007664 10.0.0.22 - - [2025-10-13 02:24:52] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005289 10.0.0.22 - - [2025-10-13 02:24:52] "POST /neutron/network HTTP/1.1" 200 826 0.006765 10.0.0.22 - - [2025-10-13 02:24:52] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005334 10.0.0.22 - - [2025-10-13 02:24:52] "GET /network-ipam/a9e6fc57-6ba9-4174-8ad8-9386cd70cc67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.004318 10.0.0.22 - - [2025-10-13 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.41 - - [2025-10-13 02:24:52] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000942 10.0.0.22 - - [2025-10-13 02:24:52] "GET /project/225e6697-4a33-4311-bd72-480fc04d1c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.040515 10.0.0.41 - - [2025-10-13 02:24:52] "POST /route-targets HTTP/1.1" 200 327 0.020373 10.0.0.19 - - [2025-10-13 02:24:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.19 - - [2025-10-13 02:24:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.41 - - [2025-10-13 02:24:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008968 10.0.0.22 - - [2025-10-13 02:24:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.194133 10.0.0.22 - - [2025-10-13 02:24:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001468 10.0.0.22 - - [2025-10-13 02:24:53] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004719 10.0.0.22 - - [2025-10-13 02:24:53] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005186 10.0.0.22 - - [2025-10-13 02:24:53] "POST /neutron/network HTTP/1.1" 200 823 0.005816 10.0.0.22 - - [2025-10-13 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.41 - - [2025-10-13 02:24:53] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000902 10.0.0.22 - - [2025-10-13 02:24:53] "GET /project/225e6697-4a33-4311-bd72-480fc04d1c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.069021 10.0.0.41 - - [2025-10-13 02:24:53] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001327 10.0.0.22 - - [2025-10-13 02:24:53] "POST /neutron/network HTTP/1.1" 200 607 0.155981 10.0.0.41 - - [2025-10-13 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.021417 10.0.0.41 - - [2025-10-13 02:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.41 - - [2025-10-13 02:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.22 - - [2025-10-13 02:24:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.002943 10.0.0.22 - - [2025-10-13 02:24:53] "GET /virtual-network/4aafe4f1-0342-47d0-9ebb-7195e657045b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006802 10.0.0.22 - - [2025-10-13 02:24:53] "POST /neutron/network HTTP/1.1" 200 823 0.006202 10.0.0.22 - - [2025-10-13 02:24:53] "GET /virtual-network/4aafe4f1-0342-47d0-9ebb-7195e657045b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004596 10.0.0.41 - - [2025-10-13 02:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.41 - - [2025-10-13 02:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000601 10.0.0.22 - - [2025-10-13 02:24:54] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005429 10.0.0.19 - - [2025-10-13 02:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.19 - - [2025-10-13 02:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.22 - - [2025-10-13 02:24:55] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005521 10.0.0.22 - - [2025-10-13 02:24:55] "GET /obj-perms HTTP/1.1" 200 5030 0.053996 10.0.0.19 - - [2025-10-13 02:24:55] "GET /obj-perms HTTP/1.1" 200 5030 0.061197 10.0.0.41 - - [2025-10-13 02:24:55] "GET /obj-perms HTTP/1.1" 200 5030 0.057296 10.0.0.22 - - [2025-10-13 02:24:56] "GET /virtual-network/4aafe4f1-0342-47d0-9ebb-7195e657045b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005615 10.0.0.22 - - [2025-10-13 02:24:56] "POST /fqname-to-id HTTP/1.1" 404 215 0.003445 10.0.0.22 - - [2025-10-13 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.41 - - [2025-10-13 02:24:56] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001729 10.0.0.22 - - [2025-10-13 02:24:56] "GET /project/225e6697-4a33-4311-bd72-480fc04d1c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.049398 10.0.0.22 - - [2025-10-13 02:24:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.22 - - [2025-10-13 02:24:56] "POST /network-policys HTTP/1.1" 200 553 0.033339 10.0.0.22 - - [2025-10-13 02:24:56] "GET /network-policy/599e1014-1a28-4ffb-b95d-d94565c3b9c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006642 10.0.0.22 - - [2025-10-13 02:24:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.22 - - [2025-10-13 02:24:56] "POST /fqname-to-id HTTP/1.1" 404 215 0.002819 10.0.0.22 - - [2025-10-13 02:24:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.22 - - [2025-10-13 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005749 10.0.0.22 - - [2025-10-13 02:24:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.41 - - [2025-10-13 02:24:56] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.22 - - [2025-10-13 02:24:56] "GET /project/225e6697-4a33-4311-bd72-480fc04d1c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.039670 10.0.0.22 - - [2025-10-13 02:24:56] "POST /network-policys HTTP/1.1" 200 553 0.028306 10.0.0.22 - - [2025-10-13 02:24:56] "GET /network-policy/21046fdb-22e5-4c62-9f8a-75e2d85ac017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.005878 10.0.0.22 - - [2025-10-13 02:24:57] "POST /fqname-to-id HTTP/1.1" 404 215 0.003131 10.0.0.22 - - [2025-10-13 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.41 - - [2025-10-13 02:24:57] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.22 - - [2025-10-13 02:24:57] "GET /project/225e6697-4a33-4311-bd72-480fc04d1c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.041414 10.0.0.22 - - [2025-10-13 02:24:57] "POST /network-policys HTTP/1.1" 200 553 0.027656 10.0.0.22 - - [2025-10-13 02:24:57] "GET /network-policy/c9242ad9-8c10-4451-8328-fc9b52f0e1c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006004 10.0.0.22 - - [2025-10-13 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.052826 10.0.0.22 - - [2025-10-13 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.061485 10.0.0.41 - - [2025-10-13 02:24:57] "PUT /access-control-list/0ef4e404-5e24-4934-8876-58ad1e65b698 HTTP/1.1" 200 272 0.031848 10.0.0.22 - - [2025-10-13 02:24:57] "POST /neutron/network HTTP/1.1" 200 823 0.006608 10.0.0.22 - - [2025-10-13 02:24:57] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006789 10.0.0.22 - - [2025-10-13 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.41 - - [2025-10-13 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.024766 10.0.0.22 - - [2025-10-13 02:24:57] "GET /network-policy/21046fdb-22e5-4c62-9f8a-75e2d85ac017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.003198 10.0.0.22 - - [2025-10-13 02:24:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.002568 10.0.0.22 - - [2025-10-13 02:24:58] "POST /neutron/network HTTP/1.1" 200 1007 0.008873 10.0.0.41 - - [2025-10-13 02:24:58] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000988 10.0.0.22 - - [2025-10-13 02:24:58] "GET /project/225e6697-4a33-4311-bd72-480fc04d1c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.066425 10.0.0.22 - - [2025-10-13 02:24:58] "POST /neutron/port HTTP/1.1" 200 117 0.005772 10.0.0.22 - - [2025-10-13 02:24:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.001258 10.0.0.22 - - [2025-10-13 02:24:59] "POST /neutron/network HTTP/1.1" 200 1007 0.006524 10.0.0.22 - - [2025-10-13 02:24:59] "POST /neutron/port HTTP/1.1" 200 1062 0.014475 10.0.0.22 - - [2025-10-13 02:24:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004664 10.0.0.41 - - [2025-10-13 02:24:59] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.22 - - [2025-10-13 02:24:59] "GET /project/225e6697-4a33-4311-bd72-480fc04d1c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.064970 10.0.0.22 - - [2025-10-13 02:24:59] "POST /neutron/network HTTP/1.1" 200 997 0.009869 10.0.0.22 - - [2025-10-13 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008282 10.0.0.22 - - [2025-10-13 02:25:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001368 10.0.0.22 - - [2025-10-13 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007307 10.0.0.41 - - [2025-10-13 02:25:00] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001088 10.0.0.22 - - [2025-10-13 02:25:00] "POST /neutron/port HTTP/1.1" 200 1059 0.263252 10.0.0.22 - - [2025-10-13 02:25:00] "POST /neutron/port HTTP/1.1" 200 1113 0.101854 10.0.0.22 - - [2025-10-13 02:25:01] "POST /neutron/subnet HTTP/1.1" 200 694 0.009262 10.0.0.41 - - [2025-10-13 02:25:01] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000989 10.0.0.22 - - [2025-10-13 02:25:01] "GET /project/225e6697-4a33-4311-bd72-480fc04d1c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.074035 10.0.0.22 - - [2025-10-13 02:25:01] "POST /neutron/network HTTP/1.1" 200 823 0.011177 10.0.0.22 - - [2025-10-13 02:25:01] "POST /neutron/port HTTP/1.1" 200 117 0.007222 10.0.0.22 - - [2025-10-13 02:25:01] "POST /neutron/port HTTP/1.1" 200 1090 0.020294 10.0.0.22 - - [2025-10-13 02:25:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007598 10.0.0.41 - - [2025-10-13 02:25:01] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.22 - - [2025-10-13 02:25:01] "GET /virtual-machine/76d2ca90-576f-4e04-bccf-9c0a636d4aa8 HTTP/1.1" 401 292 0.000390 10.0.0.22 - - [2025-10-13 02:25:02] "POST /neutron/port HTTP/1.1" 200 1059 0.298531 10.0.0.22 - - [2025-10-13 02:25:02] "POST /neutron/port HTTP/1.1" 200 1059 0.010810 10.0.0.22 - - [2025-10-13 02:25:02] "GET /virtual-machine/76d2ca90-576f-4e04-bccf-9c0a636d4aa8 HTTP/1.1" 200 1292 0.042983 10.0.0.22 - - [2025-10-13 02:25:02] "GET /virtual-machine/76d2ca90-576f-4e04-bccf-9c0a636d4aa8 HTTP/1.1" 200 1292 0.008361 10.0.0.22 - - [2025-10-13 02:25:02] "GET /virtual-machine-interface/960ce36a-f8bf-429a-924b-06d7d81ecf2f HTTP/1.1" 200 2944 0.005995 10.0.0.22 - - [2025-10-13 02:25:02] "GET /virtual-machine/76d2ca90-576f-4e04-bccf-9c0a636d4aa8 HTTP/1.1" 200 1292 0.006090 10.0.0.22 - - [2025-10-13 02:25:02] "GET /virtual-machine-interface/960ce36a-f8bf-429a-924b-06d7d81ecf2f HTTP/1.1" 200 2944 0.013693 10.0.0.22 - - [2025-10-13 02:25:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004236 10.0.0.22 - - [2025-10-13 02:25:02] "GET /instance-ip/5a0ddc3d-5fb4-4c66-a983-009fe974c83a HTTP/1.1" 200 1623 0.011259 10.0.0.22 - - [2025-10-13 02:25:02] "GET /virtual-machine/76d2ca90-576f-4e04-bccf-9c0a636d4aa8 HTTP/1.1" 200 1292 0.006092 10.0.0.22 - - [2025-10-13 02:25:02] "GET /virtual-machine-interface/960ce36a-f8bf-429a-924b-06d7d81ecf2f HTTP/1.1" 200 2944 0.007099 10.0.0.22 - - [2025-10-13 02:25:02] "GET /instance-ip/5a0ddc3d-5fb4-4c66-a983-009fe974c83a HTTP/1.1" 200 1623 0.006549 10.0.0.22 - - [2025-10-13 02:25:02] "POST /neutron/network HTTP/1.1" 200 823 0.011279 10.0.0.22 - - [2025-10-13 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006027 10.0.0.22 - - [2025-10-13 02:25:02] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005869 10.0.0.22 - - [2025-10-13 02:25:02] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003895 10.0.0.22 - - [2025-10-13 02:25:02] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005769 10.0.0.22 - - [2025-10-13 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.22 - - [2025-10-13 02:25:02] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003925 10.0.0.22 - - [2025-10-13 02:25:02] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002980 10.0.0.22 - - [2025-10-13 02:25:02] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.010732 10.0.0.22 - - [2025-10-13 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006098 10.0.0.22 - - [2025-10-13 02:25:02] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004894 10.0.0.22 - - [2025-10-13 02:25:02] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003857 10.0.0.22 - - [2025-10-13 02:25:02] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006077 10.0.0.22 - - [2025-10-13 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.22 - - [2025-10-13 02:25:03] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004126 10.0.0.22 - - [2025-10-13 02:25:03] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003279 10.0.0.22 - - [2025-10-13 02:25:03] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.014035 10.0.0.22 - - [2025-10-13 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.22 - - [2025-10-13 02:25:03] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003780 10.0.0.22 - - [2025-10-13 02:25:03] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002533 10.0.0.22 - - [2025-10-13 02:25:03] "POST /neutron/network HTTP/1.1" 200 925 0.007945 10.0.0.22 - - [2025-10-13 02:25:03] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006166 10.0.0.22 - - [2025-10-13 02:25:03] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.22 - - [2025-10-13 02:25:04] "POST /neutron/port HTTP/1.1" 200 1090 0.015597 10.0.0.22 - - [2025-10-13 02:25:04] "POST /neutron/subnet HTTP/1.1" 200 708 0.009399 10.0.0.41 - - [2025-10-13 02:25:04] "DELETE /project/225e66974a334311bd72480fc04d1c57 HTTP/1.1" 404 173 0.008066 10.0.0.41 - - [2025-10-13 02:25:04] "DELETE /project/1bdbec26-ec88-472a-99c4-1fca443a1f5a HTTP/1.1" 404 177 0.010089 10.0.0.41 - - [2025-10-13 02:25:04] "DELETE /project/eb1cc60b42804a31a9e06c4fcf055f41 HTTP/1.1" 404 173 0.012404 10.0.0.41 - - [2025-10-13 02:25:04] "DELETE /project/1bdbec26ec88472a99c41fca443a1f5a HTTP/1.1" 404 173 0.005658 10.0.0.41 - - [2025-10-13 02:25:04] "GET /projects?obj_uuids=eb1cc60b-4280-4a31-a9e0-6c4fcf055f41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000845 10.0.0.41 - - [2025-10-13 02:25:04] "GET /project/eb1cc60b-4280-4a31-a9e0-6c4fcf055f41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.047301 10.0.0.41 - - [2025-10-13 02:25:04] "GET /projects?obj_uuids=eb1cc60b-4280-4a31-a9e0-6c4fcf055f41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000890 10.0.0.41 - - [2025-10-13 02:25:04] "GET /project/eb1cc60b-4280-4a31-a9e0-6c4fcf055f41?fields=security_groups HTTP/1.1" 200 1411 0.048653 10.0.0.41 - - [2025-10-13 02:25:04] "DELETE /security-group/5ff53469-c85e-40f5-8111-b9405b3f0f20 HTTP/1.1" 200 115 0.049767 10.0.0.41 - - [2025-10-13 02:25:04] "GET /projects?obj_uuids=eb1cc60b-4280-4a31-a9e0-6c4fcf055f41&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000911 10.0.0.41 - - [2025-10-13 02:25:04] "GET /project/eb1cc60b-4280-4a31-a9e0-6c4fcf055f41?fields=application_policy_sets HTTP/1.1" 200 1450 0.057353 10.0.0.41 - - [2025-10-13 02:25:04] "DELETE /access-control-list/162d2edc-a887-4501-b138-13ee8ef1b474 HTTP/1.1" 200 115 0.036154 10.0.0.41 - - [2025-10-13 02:25:05] "DELETE /project/eb1cc60b-4280-4a31-a9e0-6c4fcf055f41 HTTP/1.1" 200 115 0.423336 10.0.0.22 - - [2025-10-13 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.22 - - [2025-10-13 02:25:06] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005121 10.0.0.22 - - [2025-10-13 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005331 10.0.0.22 - - [2025-10-13 02:25:10] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006014 10.0.0.22 - - [2025-10-13 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.22 - - [2025-10-13 02:25:14] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005121 10.0.0.22 - - [2025-10-13 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.22 - - [2025-10-13 02:25:18] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005639 10.0.0.22 - - [2025-10-13 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.22 - - [2025-10-13 02:25:22] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005461 10.0.0.22 - - [2025-10-13 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.22 - - [2025-10-13 02:25:26] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006483 10.0.0.22 - - [2025-10-13 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.22 - - [2025-10-13 02:25:30] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005267 10.0.0.22 - - [2025-10-13 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.22 - - [2025-10-13 02:25:34] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005158 10.0.0.22 - - [2025-10-13 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.22 - - [2025-10-13 02:25:39] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005422 10.0.0.22 - - [2025-10-13 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004863 10.0.0.22 - - [2025-10-13 02:25:43] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007199 10.0.0.22 - - [2025-10-13 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.22 - - [2025-10-13 02:25:45] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003773 10.0.0.22 - - [2025-10-13 02:25:45] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002787 10.0.0.22 - - [2025-10-13 02:25:45] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005757 10.0.0.22 - - [2025-10-13 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.22 - - [2025-10-13 02:25:45] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003837 10.0.0.22 - - [2025-10-13 02:25:45] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003154 10.0.0.22 - - [2025-10-13 02:25:45] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005594 10.0.0.22 - - [2025-10-13 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.22 - - [2025-10-13 02:25:45] "GET /routing-instance/e150dfbc-2a1d-4014-a0ef-188dc7c48cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004677 10.0.0.22 - - [2025-10-13 02:25:45] "GET /route-target/fc16a7d5-6ab8-412b-8e55-53d163ba3773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003409 10.0.0.22 - - [2025-10-13 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.22 - - [2025-10-13 02:25:45] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004341 10.0.0.22 - - [2025-10-13 02:25:45] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003238 10.0.0.22 - - [2025-10-13 02:25:45] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008336 10.0.0.22 - - [2025-10-13 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.22 - - [2025-10-13 02:25:45] "GET /routing-instance/e150dfbc-2a1d-4014-a0ef-188dc7c48cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004295 10.0.0.22 - - [2025-10-13 02:25:45] "GET /route-target/fc16a7d5-6ab8-412b-8e55-53d163ba3773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003824 10.0.0.22 - - [2025-10-13 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.22 - - [2025-10-13 02:25:45] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004361 10.0.0.22 - - [2025-10-13 02:25:45] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003236 10.0.0.22 - - [2025-10-13 02:25:46] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005619 10.0.0.22 - - [2025-10-13 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.22 - - [2025-10-13 02:25:46] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004161 10.0.0.22 - - [2025-10-13 02:25:46] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003075 10.0.0.22 - - [2025-10-13 02:25:46] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006844 10.0.0.22 - - [2025-10-13 02:25:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004056 10.0.0.41 - - [2025-10-13 02:25:46] "GET /obj-perms HTTP/1.1" 200 5030 0.003704 10.0.0.22 - - [2025-10-13 02:25:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004676 10.0.0.41 - - [2025-10-13 02:25:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004504 10.0.0.22 - - [2025-10-13 02:25:46] "GET /obj-perms HTTP/1.1" 200 5030 0.003598 10.0.0.19 - - [2025-10-13 02:25:46] "GET /obj-perms HTTP/1.1" 200 5030 0.005183 10.0.0.22 - - [2025-10-13 02:25:46] "POST /neutron/port HTTP/1.1" 200 1087 0.016902 10.0.0.22 - - [2025-10-13 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006883 10.0.0.22 - - [2025-10-13 02:25:46] "POST /neutron/port HTTP/1.1" 200 1087 0.014029 10.0.0.22 - - [2025-10-13 02:25:46] "GET /virtual-machine/e6b27acb-f7c5-425a-9be6-f904636ea67d HTTP/1.1" 200 1293 0.006047 10.0.0.22 - - [2025-10-13 02:25:46] "GET /virtual-machine/e6b27acb-f7c5-425a-9be6-f904636ea67d HTTP/1.1" 200 1293 0.003258 10.0.0.22 - - [2025-10-13 02:25:46] "GET /virtual-machine-interface/8c568de7-44b1-42cd-929a-313b85b8c78a HTTP/1.1" 200 2944 0.076142 10.0.0.22 - - [2025-10-13 02:25:46] "GET /virtual-machine/e6b27acb-f7c5-425a-9be6-f904636ea67d HTTP/1.1" 200 1293 0.003916 10.0.0.22 - - [2025-10-13 02:25:46] "GET /virtual-machine-interface/8c568de7-44b1-42cd-929a-313b85b8c78a HTTP/1.1" 200 2944 0.005148 10.0.0.22 - - [2025-10-13 02:25:46] "GET /instance-ip/7c769637-50b4-43b3-b5ee-fd600990f80d HTTP/1.1" 200 1620 0.005668 10.0.0.22 - - [2025-10-13 02:25:46] "GET /virtual-machine/e6b27acb-f7c5-425a-9be6-f904636ea67d HTTP/1.1" 200 1293 0.003200 10.0.0.22 - - [2025-10-13 02:25:46] "GET /virtual-machine-interface/8c568de7-44b1-42cd-929a-313b85b8c78a HTTP/1.1" 200 2944 0.004818 10.0.0.22 - - [2025-10-13 02:25:46] "GET /instance-ip/7c769637-50b4-43b3-b5ee-fd600990f80d HTTP/1.1" 200 1620 0.003590 10.0.0.22 - - [2025-10-13 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.22 - - [2025-10-13 02:25:46] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003662 10.0.0.22 - - [2025-10-13 02:25:46] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002992 10.0.0.22 - - [2025-10-13 02:25:46] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005488 10.0.0.22 - - [2025-10-13 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.22 - - [2025-10-13 02:25:47] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004112 10.0.0.22 - - [2025-10-13 02:25:47] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003039 10.0.0.22 - - [2025-10-13 02:25:47] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005574 10.0.0.22 - - [2025-10-13 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.22 - - [2025-10-13 02:25:47] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003922 10.0.0.22 - - [2025-10-13 02:25:47] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003465 10.0.0.22 - - [2025-10-13 02:25:47] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006006 10.0.0.22 - - [2025-10-13 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.22 - - [2025-10-13 02:25:47] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005096 10.0.0.22 - - [2025-10-13 02:25:47] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004284 10.0.0.22 - - [2025-10-13 02:25:47] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.007097 10.0.0.22 - - [2025-10-13 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.22 - - [2025-10-13 02:25:47] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006086 10.0.0.22 - - [2025-10-13 02:25:47] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004149 10.0.0.22 - - [2025-10-13 02:25:47] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005706 10.0.0.22 - - [2025-10-13 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.22 - - [2025-10-13 02:25:48] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004884 10.0.0.22 - - [2025-10-13 02:25:48] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003790 10.0.0.22 - - [2025-10-13 02:25:48] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006940 10.0.0.22 - - [2025-10-13 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.22 - - [2025-10-13 02:25:48] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003661 10.0.0.22 - - [2025-10-13 02:25:48] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002961 10.0.0.22 - - [2025-10-13 02:25:48] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005523 10.0.0.22 - - [2025-10-13 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.22 - - [2025-10-13 02:25:48] "GET /routing-instance/07f663cd-f36f-4d61-8982-0b5b360e3566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1783 0.004114 10.0.0.22 - - [2025-10-13 02:25:48] "GET /route-target/26e62536-b4b1-4551-ac13-1b60b82a1493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003648 10.0.0.22 - - [2025-10-13 02:25:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.030706 10.0.0.22 - - [2025-10-13 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.22 - - [2025-10-13 02:25:49] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004113 10.0.0.22 - - [2025-10-13 02:25:49] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005794 10.0.0.22 - - [2025-10-13 02:25:49] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.008141 10.0.0.22 - - [2025-10-13 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.22 - - [2025-10-13 02:25:49] "GET /routing-instance/07f663cd-f36f-4d61-8982-0b5b360e3566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1783 0.004550 10.0.0.22 - - [2025-10-13 02:25:49] "GET /route-target/26e62536-b4b1-4551-ac13-1b60b82a1493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003351 10.0.0.22 - - [2025-10-13 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.22 - - [2025-10-13 02:25:49] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003998 10.0.0.22 - - [2025-10-13 02:25:49] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003020 10.0.0.22 - - [2025-10-13 02:25:49] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005649 10.0.0.22 - - [2025-10-13 02:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.22 - - [2025-10-13 02:25:49] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005134 10.0.0.22 - - [2025-10-13 02:25:49] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004469 10.0.0.22 - - [2025-10-13 02:25:49] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005486 10.0.0.41 - - [2025-10-13 02:25:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004042 10.0.0.22 - - [2025-10-13 02:25:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004208 10.0.0.22 - - [2025-10-13 02:25:49] "GET /obj-perms HTTP/1.1" 200 5030 0.003585 10.0.0.41 - - [2025-10-13 02:25:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004528 10.0.0.22 - - [2025-10-13 02:25:49] "POST /neutron/port HTTP/1.1" 200 1087 0.015935 10.0.0.22 - - [2025-10-13 02:25:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007601 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-machine/747768a8-b56f-4d9f-981c-a2d09bc1284b HTTP/1.1" 200 1292 0.007894 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-machine/747768a8-b56f-4d9f-981c-a2d09bc1284b HTTP/1.1" 200 1292 0.004393 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-machine-interface/cb01f5c9-8740-411a-b1f3-a364508ec925 HTTP/1.1" 200 2944 0.005760 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-machine/747768a8-b56f-4d9f-981c-a2d09bc1284b HTTP/1.1" 200 1292 0.003906 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-machine-interface/cb01f5c9-8740-411a-b1f3-a364508ec925 HTTP/1.1" 200 2944 0.005162 10.0.0.22 - - [2025-10-13 02:25:50] "GET /instance-ip/69bc3ace-b95e-40ea-8469-9bfd70ac1172 HTTP/1.1" 200 1619 0.006380 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-machine/747768a8-b56f-4d9f-981c-a2d09bc1284b HTTP/1.1" 200 1292 0.003234 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-machine-interface/cb01f5c9-8740-411a-b1f3-a364508ec925 HTTP/1.1" 200 2944 0.006415 10.0.0.22 - - [2025-10-13 02:25:50] "GET /instance-ip/69bc3ace-b95e-40ea-8469-9bfd70ac1172 HTTP/1.1" 200 1619 0.005424 10.0.0.22 - - [2025-10-13 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.22 - - [2025-10-13 02:25:50] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004190 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003959 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-network/4aafe4f1-0342-47d0-9ebb-7195e657045b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006968 10.0.0.22 - - [2025-10-13 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.22 - - [2025-10-13 02:25:50] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006022 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003876 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-network/4aafe4f1-0342-47d0-9ebb-7195e657045b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006735 10.0.0.22 - - [2025-10-13 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005116 10.0.0.22 - - [2025-10-13 02:25:50] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005505 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003685 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-network/4aafe4f1-0342-47d0-9ebb-7195e657045b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008185 10.0.0.22 - - [2025-10-13 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.22 - - [2025-10-13 02:25:50] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004966 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.008717 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-network/4aafe4f1-0342-47d0-9ebb-7195e657045b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007646 10.0.0.22 - - [2025-10-13 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.22 - - [2025-10-13 02:25:50] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005234 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003777 10.0.0.22 - - [2025-10-13 02:25:50] "GET /virtual-network/4aafe4f1-0342-47d0-9ebb-7195e657045b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007760 10.0.0.22 - - [2025-10-13 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.22 - - [2025-10-13 02:25:51] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003391 10.0.0.22 - - [2025-10-13 02:25:51] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002548 10.0.0.22 - - [2025-10-13 02:25:51] "GET /virtual-network/4aafe4f1-0342-47d0-9ebb-7195e657045b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005570 10.0.0.22 - - [2025-10-13 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.22 - - [2025-10-13 02:25:52] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003799 10.0.0.22 - - [2025-10-13 02:25:52] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002926 10.0.0.22 - - [2025-10-13 02:25:52] "GET /virtual-network/4aafe4f1-0342-47d0-9ebb-7195e657045b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005432 10.0.0.22 - - [2025-10-13 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.22 - - [2025-10-13 02:25:52] "GET /routing-instance/742cc23c-b907-49d8-95fe-dcfaa1f03118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005025 10.0.0.22 - - [2025-10-13 02:25:52] "GET /route-target/6d9827a3-fd70-4055-bb91-ad5153624912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003984 10.0.0.22 - - [2025-10-13 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006599 10.0.0.22 - - [2025-10-13 02:25:52] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007083 10.0.0.22 - - [2025-10-13 02:25:52] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003347 10.0.0.22 - - [2025-10-13 02:25:52] "GET /virtual-network/4aafe4f1-0342-47d0-9ebb-7195e657045b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005881 10.0.0.22 - - [2025-10-13 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.22 - - [2025-10-13 02:25:52] "GET /routing-instance/742cc23c-b907-49d8-95fe-dcfaa1f03118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004121 10.0.0.22 - - [2025-10-13 02:25:52] "GET /route-target/6d9827a3-fd70-4055-bb91-ad5153624912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004193 10.0.0.22 - - [2025-10-13 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.22 - - [2025-10-13 02:25:52] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003827 10.0.0.22 - - [2025-10-13 02:25:52] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002733 10.0.0.22 - - [2025-10-13 02:25:52] "GET /virtual-network/4aafe4f1-0342-47d0-9ebb-7195e657045b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005502 10.0.0.22 - - [2025-10-13 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.22 - - [2025-10-13 02:25:52] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004123 10.0.0.22 - - [2025-10-13 02:25:52] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002775 10.0.0.22 - - [2025-10-13 02:25:52] "GET /virtual-network/4aafe4f1-0342-47d0-9ebb-7195e657045b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005516 10.0.0.22 - - [2025-10-13 02:25:52] "GET /obj-perms HTTP/1.1" 200 5030 0.003790 10.0.0.41 - - [2025-10-13 02:25:52] "GET /obj-perms HTTP/1.1" 200 5030 0.004201 10.0.0.22 - - [2025-10-13 02:25:52] "GET /obj-perms HTTP/1.1" 200 5030 0.003837 10.0.0.41 - - [2025-10-13 02:25:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004009 10.0.0.22 - - [2025-10-13 02:25:53] "GET /virtual-machine/76d2ca90-576f-4e04-bccf-9c0a636d4aa8 HTTP/1.1" 200 1292 0.004229 10.0.0.22 - - [2025-10-13 02:25:53] "GET /virtual-machine-interface/960ce36a-f8bf-429a-924b-06d7d81ecf2f HTTP/1.1" 200 2944 0.005347 10.0.0.22 - - [2025-10-13 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.22 - - [2025-10-13 02:25:53] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004329 10.0.0.22 - - [2025-10-13 02:25:53] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003740 10.0.0.22 - - [2025-10-13 02:25:53] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005858 10.0.0.22 - - [2025-10-13 02:25:54] "POST /neutron/port HTTP/1.1" 200 1090 0.018080 10.0.0.22 - - [2025-10-13 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005165 10.0.0.22 - - [2025-10-13 02:25:54] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005104 10.0.0.22 - - [2025-10-13 02:25:54] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003862 10.0.0.22 - - [2025-10-13 02:25:54] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006697 10.0.0.22 - - [2025-10-13 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007210 10.0.0.22 - - [2025-10-13 02:25:59] "POST /neutron/port HTTP/1.1" 200 1087 0.014649 10.0.0.22 - - [2025-10-13 02:26:04] "GET /virtual-machine/e6b27acb-f7c5-425a-9be6-f904636ea67d HTTP/1.1" 200 1293 0.005581 10.0.0.22 - - [2025-10-13 02:26:04] "GET /virtual-machine-interface/8c568de7-44b1-42cd-929a-313b85b8c78a HTTP/1.1" 200 2944 0.006786 10.0.0.22 - - [2025-10-13 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.22 - - [2025-10-13 02:26:04] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003549 10.0.0.22 - - [2025-10-13 02:26:04] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002613 10.0.0.22 - - [2025-10-13 02:26:04] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005640 10.0.0.22 - - [2025-10-13 02:26:05] "POST /neutron/port HTTP/1.1" 200 1087 0.016046 10.0.0.22 - - [2025-10-13 02:26:05] "POST /neutron/subnet HTTP/1.1" 200 694 0.010174 10.0.0.22 - - [2025-10-13 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.22 - - [2025-10-13 02:26:06] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003625 10.0.0.22 - - [2025-10-13 02:26:06] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003107 10.0.0.22 - - [2025-10-13 02:26:06] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005652 10.0.0.22 - - [2025-10-13 02:26:06] "GET /virtual-machine/747768a8-b56f-4d9f-981c-a2d09bc1284b HTTP/1.1" 200 1292 0.004322 10.0.0.22 - - [2025-10-13 02:26:06] "GET /virtual-machine-interface/cb01f5c9-8740-411a-b1f3-a364508ec925 HTTP/1.1" 200 2944 0.005383 10.0.0.22 - - [2025-10-13 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.22 - - [2025-10-13 02:26:06] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003634 10.0.0.22 - - [2025-10-13 02:26:06] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002928 10.0.0.22 - - [2025-10-13 02:26:06] "GET /virtual-network/4aafe4f1-0342-47d0-9ebb-7195e657045b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005843 10.0.0.22 - - [2025-10-13 02:26:06] "POST /neutron/port HTTP/1.1" 200 1087 0.015383 10.0.0.22 - - [2025-10-13 02:26:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006600 10.0.0.22 - - [2025-10-13 02:26:06] "POST /neutron/network HTTP/1.1" 200 823 0.006674 10.0.0.22 - - [2025-10-13 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.22 - - [2025-10-13 02:26:07] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003792 10.0.0.22 - - [2025-10-13 02:26:07] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003362 10.0.0.22 - - [2025-10-13 02:26:07] "GET /virtual-network/4aafe4f1-0342-47d0-9ebb-7195e657045b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005534 10.0.0.22 - - [2025-10-13 02:26:08] "GET /obj-perms HTTP/1.1" 200 5056 0.043055 10.0.0.22 - - [2025-10-13 02:27:02] "GET /virtual-machine/747768a8-b56f-4d9f-981c-a2d09bc1284b HTTP/1.1" 200 1292 0.004382 10.0.0.22 - - [2025-10-13 02:27:02] "POST /neutron/port HTTP/1.1" 200 1087 0.015666 10.0.0.22 - - [2025-10-13 02:27:04] "GET /virtual-machine/747768a8-b56f-4d9f-981c-a2d09bc1284b HTTP/1.1" 404 171 0.003257 10.0.0.22 - - [2025-10-13 02:27:04] "GET /virtual-machine/747768a8-b56f-4d9f-981c-a2d09bc1284b HTTP/1.1" 404 171 0.002815 10.0.0.22 - - [2025-10-13 02:27:04] "GET /virtual-machine/747768a8-b56f-4d9f-981c-a2d09bc1284b HTTP/1.1" 404 171 0.002830 10.0.0.22 - - [2025-10-13 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.22 - - [2025-10-13 02:27:04] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004365 10.0.0.22 - - [2025-10-13 02:27:04] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005364 10.0.0.22 - - [2025-10-13 02:27:04] "GET /virtual-network/4aafe4f1-0342-47d0-9ebb-7195e657045b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005982 10.0.0.22 - - [2025-10-13 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.22 - - [2025-10-13 02:27:04] "GET /routing-instance/742cc23c-b907-49d8-95fe-dcfaa1f03118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004918 10.0.0.22 - - [2025-10-13 02:27:04] "GET /route-target/6d9827a3-fd70-4055-bb91-ad5153624912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004245 10.0.0.41 - - [2025-10-13 02:27:04] "GET /obj-perms HTTP/1.1" 200 5030 0.003540 10.0.0.22 - - [2025-10-13 02:27:07] "POST /neutron/port HTTP/1.1" 200 1087 0.040544 10.0.0.22 - - [2025-10-13 02:27:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003970 10.0.0.22 - - [2025-10-13 02:27:07] "POST /neutron/network HTTP/1.1" 200 915 0.007582 10.0.0.22 - - [2025-10-13 02:27:07] "POST /neutron/network HTTP/1.1" 200 1007 0.027539 10.0.0.22 - - [2025-10-13 02:27:07] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.19 - - [2025-10-13 02:27:09] "GET /obj-perms HTTP/1.1" 200 5056 0.043410 10.0.0.22 - - [2025-10-13 02:27:10] "GET /obj-perms HTTP/1.1" 200 5030 0.004550 10.0.0.41 - - [2025-10-13 02:27:10] "GET /obj-perms HTTP/1.1" 200 5030 0.004717 10.0.0.22 - - [2025-10-13 02:27:20] "GET /obj-perms HTTP/1.1" 200 5030 0.004095 10.0.0.41 - - [2025-10-13 02:27:20] "GET /obj-perms HTTP/1.1" 200 5030 0.004048 10.0.0.22 - - [2025-10-13 02:27:26] "GET /obj-perms HTTP/1.1" 200 5030 0.003994 10.0.0.41 - - [2025-10-13 02:27:26] "GET /obj-perms HTTP/1.1" 200 5030 0.004405 10.0.0.22 - - [2025-10-13 02:27:26] "GET /virtual-machine/e6b27acb-f7c5-425a-9be6-f904636ea67d HTTP/1.1" 200 1293 0.004242 10.0.0.22 - - [2025-10-13 02:27:26] "POST /neutron/port HTTP/1.1" 200 1113 0.011619 10.0.0.22 - - [2025-10-13 02:27:28] "GET /virtual-machine/e6b27acb-f7c5-425a-9be6-f904636ea67d HTTP/1.1" 404 171 0.003872 10.0.0.22 - - [2025-10-13 02:27:28] "GET /virtual-machine/e6b27acb-f7c5-425a-9be6-f904636ea67d HTTP/1.1" 404 171 0.003540 10.0.0.22 - - [2025-10-13 02:27:28] "GET /virtual-machine/e6b27acb-f7c5-425a-9be6-f904636ea67d HTTP/1.1" 404 171 0.002586 10.0.0.22 - - [2025-10-13 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.22 - - [2025-10-13 02:27:28] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003728 10.0.0.22 - - [2025-10-13 02:27:28] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002609 10.0.0.22 - - [2025-10-13 02:27:28] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006391 10.0.0.22 - - [2025-10-13 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.22 - - [2025-10-13 02:27:28] "GET /routing-instance/07f663cd-f36f-4d61-8982-0b5b360e3566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1783 0.004406 10.0.0.22 - - [2025-10-13 02:27:28] "GET /route-target/26e62536-b4b1-4551-ac13-1b60b82a1493?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003641 10.0.0.22 - - [2025-10-13 02:27:31] "GET /obj-perms HTTP/1.1" 200 5030 0.003597 10.0.0.41 - - [2025-10-13 02:27:35] "GET /obj-perms HTTP/1.1" 200 5030 0.004531 10.0.0.22 - - [2025-10-13 02:27:41] "GET /obj-perms HTTP/1.1" 200 5030 0.004070 10.0.0.41 - - [2025-10-13 02:27:44] "GET /obj-perms HTTP/1.1" 200 5030 0.003888 10.0.0.22 - - [2025-10-13 02:27:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004077 10.0.0.41 - - [2025-10-13 02:27:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004265 10.0.0.22 - - [2025-10-13 02:27:56] "GET /obj-perms HTTP/1.1" 200 5030 0.005535 10.0.0.22 - - [2025-10-13 02:27:56] "GET /virtual-machine/76d2ca90-576f-4e04-bccf-9c0a636d4aa8 HTTP/1.1" 200 1292 0.005603 10.0.0.22 - - [2025-10-13 02:27:57] "POST /neutron/port HTTP/1.1" 200 1116 0.015457 10.0.0.22 - - [2025-10-13 02:27:58] "GET /virtual-machine/76d2ca90-576f-4e04-bccf-9c0a636d4aa8 HTTP/1.1" 404 171 0.004208 10.0.0.22 - - [2025-10-13 02:27:58] "GET /virtual-machine/76d2ca90-576f-4e04-bccf-9c0a636d4aa8 HTTP/1.1" 404 171 0.003203 10.0.0.22 - - [2025-10-13 02:27:58] "GET /virtual-machine/76d2ca90-576f-4e04-bccf-9c0a636d4aa8 HTTP/1.1" 404 171 0.003914 10.0.0.22 - - [2025-10-13 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.22 - - [2025-10-13 02:27:58] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003812 10.0.0.22 - - [2025-10-13 02:27:58] "GET /virtual-networks?parent_id=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003843 10.0.0.22 - - [2025-10-13 02:27:58] "GET /virtual-network/c0f8c094-04bd-4906-a426-3ac028d94a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005976 10.0.0.22 - - [2025-10-13 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.22 - - [2025-10-13 02:27:58] "GET /routing-instance/e150dfbc-2a1d-4014-a0ef-188dc7c48cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004668 10.0.0.22 - - [2025-10-13 02:27:58] "GET /route-target/fc16a7d5-6ab8-412b-8e55-53d163ba3773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004578 10.0.0.41 - - [2025-10-13 02:27:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004468 10.0.0.22 - - [2025-10-13 02:28:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004080 10.0.0.41 - - [2025-10-13 02:28:08] "GET /obj-perms HTTP/1.1" 200 5030 0.004749 10.0.0.22 - - [2025-10-13 02:28:09] "GET /obj-perms HTTP/1.1" 200 5056 0.057685 10.0.0.19 - - [2025-10-13 02:28:10] "GET /obj-perms HTTP/1.1" 200 5056 0.051211 10.0.0.22 - - [2025-10-13 02:28:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004037 10.0.0.41 - - [2025-10-13 02:28:17] "GET /obj-perms HTTP/1.1" 200 5030 0.003746 10.0.0.22 - - [2025-10-13 02:28:26] "GET /obj-perms HTTP/1.1" 200 5030 0.004841 10.0.0.41 - - [2025-10-13 02:28:26] "GET /obj-perms HTTP/1.1" 200 5030 0.004820 10.0.0.22 - - [2025-10-13 02:28:26] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005380 10.0.0.22 - - [2025-10-13 02:28:26] "POST /neutron/network HTTP/1.1" 200 823 0.066326 10.0.0.22 - - [2025-10-13 02:28:27] "GET /virtual-network/19e813f3-7931-4110-825c-6188b557f6f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008216 10.0.0.22 - - [2025-10-13 02:28:27] "POST /ref-update HTTP/1.1" 200 156 0.044112 10.0.0.22 - - [2025-10-13 02:28:27] "POST /ref-update HTTP/1.1" 200 156 0.060459 10.0.0.22 - - [2025-10-13 02:28:27] "DELETE /network-policy/c9242ad9-8c10-4451-8328-fc9b52f0e1c5 HTTP/1.1" 200 115 0.030918 10.0.0.22 - - [2025-10-13 02:28:27] "DELETE /network-policy/21046fdb-22e5-4c62-9f8a-75e2d85ac017 HTTP/1.1" 200 115 0.046427 10.0.0.22 - - [2025-10-13 02:28:27] "DELETE /network-policy/599e1014-1a28-4ffb-b95d-d94565c3b9c4 HTTP/1.1" 200 115 0.036551 10.0.0.41 - - [2025-10-13 02:28:27] "POST /useragent-kv HTTP/1.1" 200 115 0.029298 10.0.0.41 - - [2025-10-13 02:28:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002517 10.0.0.22 - - [2025-10-13 02:28:27] "POST /neutron/network HTTP/1.1" 200 151 0.143138 10.0.0.41 - - [2025-10-13 02:28:27] "DELETE /access-control-list/0ef4e404-5e24-4934-8876-58ad1e65b698 HTTP/1.1" 200 115 0.056266 10.0.0.41 - - [2025-10-13 02:28:27] "DELETE /route-target/6d9827a3-fd70-4055-bb91-ad5153624912 HTTP/1.1" 200 115 0.031422 10.0.0.22 - - [2025-10-13 02:28:28] "POST /neutron/network HTTP/1.1" 200 826 0.011058 10.0.0.41 - - [2025-10-13 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.007279 10.0.0.22 - - [2025-10-13 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.22 - - [2025-10-13 02:28:28] "DELETE /network-ipam/9bb0c1c2-8bb4-4ba2-b55b-abbd55a9f534 HTTP/1.1" 200 115 0.037292 10.0.0.22 - - [2025-10-13 02:28:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.002994 10.0.0.22 - - [2025-10-13 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.22 - - [2025-10-13 02:28:28] "DELETE /network-ipam/bf578889-e63e-4935-ba9c-b3fbc557b8c0 HTTP/1.1" 200 115 0.034958 10.0.0.22 - - [2025-10-13 02:28:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.003308 10.0.0.22 - - [2025-10-13 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.22 - - [2025-10-13 02:28:28] "DELETE /network-ipam/a9e6fc57-6ba9-4174-8ad8-9386cd70cc67 HTTP/1.1" 200 115 0.034684 10.0.0.22 - - [2025-10-13 02:28:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.002782 10.0.0.41 - - [2025-10-13 02:28:30] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003132 10.0.0.22 - - [2025-10-13 02:28:30] "GET /project/225e6697-4a33-4311-bd72-480fc04d1c57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.079646 10.0.0.41 - - [2025-10-13 02:28:30] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001126 10.0.0.22 - - [2025-10-13 02:28:30] "GET /project/225e6697-4a33-4311-bd72-480fc04d1c57?fields=virtual_networks HTTP/1.1" 200 1031 0.043442 10.0.0.41 - - [2025-10-13 02:28:30] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000968 10.0.0.22 - - [2025-10-13 02:28:30] "GET /project/225e6697-4a33-4311-bd72-480fc04d1c57?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.047453 10.0.0.41 - - [2025-10-13 02:28:30] "GET /projects?obj_uuids=225e6697-4a33-4311-bd72-480fc04d1c57&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001224 10.0.0.22 - - [2025-10-13 02:28:30] "GET /project/225e6697-4a33-4311-bd72-480fc04d1c57?fields=security_groups HTTP/1.1" 200 1257 0.049885 10.0.0.22 - - [2025-10-13 02:28:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.024707 10.0.0.41 - - [2025-10-13 02:28:31] "GET /projects?obj_uuids=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003124 10.0.0.41 - - [2025-10-13 02:28:31] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.41 - - [2025-10-13 02:28:31] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034929 10.0.0.41 - - [2025-10-13 02:28:31] "POST /id-to-fqname HTTP/1.1" 200 196 0.003589 10.0.0.41 - - [2025-10-13 02:28:31] "POST /fqname-to-id HTTP/1.1" 404 205 0.011908 10.0.0.41 - - [2025-10-13 02:28:31] "POST /security-groups HTTP/1.1" 200 597 0.043534 10.0.0.41 - - [2025-10-13 02:28:31] "POST /projects HTTP/1.1" 200 597 0.273127 10.0.0.41 - - [2025-10-13 02:28:31] "POST /access-control-lists HTTP/1.1" 200 602 0.036494 10.0.0.41 - - [2025-10-13 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.346085 10.0.0.22 - - [2025-10-13 02:28:31] "GET /project/38d1948c-7fc5-4910-8581-f7d5c6254580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.517236 10.0.0.22 - - [2025-10-13 02:28:33] "GET / HTTP/1.1" 200 35931 0.001462 10.0.0.22 - - [2025-10-13 02:28:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000523 10.0.0.22 - - [2025-10-13 02:28:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.060410 10.0.0.22 - - [2025-10-13 02:28:36] "POST /network-ipams HTTP/1.1" 200 519 0.026102 10.0.0.22 - - [2025-10-13 02:28:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003855 10.0.0.22 - - [2025-10-13 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006825 10.0.0.22 - - [2025-10-13 02:28:36] "GET /network-ipam/8f84d03d-19aa-42cc-9a75-4bcfe55736b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.006926 10.0.0.22 - - [2025-10-13 02:28:36] "PUT /network-ipam/8f84d03d-19aa-42cc-9a75-4bcfe55736b9 HTTP/1.1" 200 258 0.016978 10.0.0.22 - - [2025-10-13 02:28:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004387 10.0.0.22 - - [2025-10-13 02:28:36] "POST /network-ipams HTTP/1.1" 200 519 0.032374 10.0.0.22 - - [2025-10-13 02:28:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003268 10.0.0.22 - - [2025-10-13 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.22 - - [2025-10-13 02:28:36] "GET /network-ipam/466b3573-b550-42c4-846d-28d5b8dd028e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.007562 10.0.0.22 - - [2025-10-13 02:28:36] "PUT /network-ipam/466b3573-b550-42c4-846d-28d5b8dd028e HTTP/1.1" 200 258 0.016000 10.0.0.22 - - [2025-10-13 02:28:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003869 10.0.0.22 - - [2025-10-13 02:28:37] "POST /network-ipams HTTP/1.1" 200 519 0.032006 10.0.0.22 - - [2025-10-13 02:28:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003928 10.0.0.22 - - [2025-10-13 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.013464 10.0.0.22 - - [2025-10-13 02:28:37] "GET /network-ipam/7ea4efdb-932c-460d-9977-a58806797651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1253 0.007686 10.0.0.22 - - [2025-10-13 02:28:37] "PUT /network-ipam/7ea4efdb-932c-460d-9977-a58806797651 HTTP/1.1" 200 258 0.015366 10.0.0.22 - - [2025-10-13 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.41 - - [2025-10-13 02:28:38] "GET /projects?obj_uuids=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001087 10.0.0.22 - - [2025-10-13 02:28:38] "GET /project/38d1948c-7fc5-4910-8581-f7d5c6254580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.051091 10.0.0.41 - - [2025-10-13 02:28:38] "GET /projects?obj_uuids=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001493 10.0.0.22 - - [2025-10-13 02:28:38] "POST /neutron/network HTTP/1.1" 200 613 0.173138 10.0.0.41 - - [2025-10-13 02:28:38] "POST /route-targets HTTP/1.1" 200 327 0.022579 10.0.0.41 - - [2025-10-13 02:28:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.060952 10.0.0.22 - - [2025-10-13 02:28:39] "POST /neutron/network HTTP/1.1" 200 1014 0.017253 10.0.0.22 - - [2025-10-13 02:28:39] "POST /id-to-fqname HTTP/1.1" 200 227 0.001256 10.0.0.22 - - [2025-10-13 02:28:39] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005227 10.0.0.22 - - [2025-10-13 02:28:39] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006610 10.0.0.22 - - [2025-10-13 02:28:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.009845 10.0.0.22 - - [2025-10-13 02:28:39] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006194 10.0.0.22 - - [2025-10-13 02:28:39] "GET /network-ipam/8f84d03d-19aa-42cc-9a75-4bcfe55736b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.003496 10.0.0.22 - - [2025-10-13 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.41 - - [2025-10-13 02:28:39] "GET /projects?obj_uuids=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000967 10.0.0.22 - - [2025-10-13 02:28:39] "GET /project/38d1948c-7fc5-4910-8581-f7d5c6254580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.045563 10.0.0.22 - - [2025-10-13 02:28:39] "POST /neutron/network HTTP/1.1" 200 117 0.010738 10.0.0.41 - - [2025-10-13 02:28:39] "POST /ref-update HTTP/1.1" 200 156 0.025125 10.0.0.41 - - [2025-10-13 02:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.016820 10.0.0.22 - - [2025-10-13 02:28:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.240089 10.0.0.22 - - [2025-10-13 02:28:40] "POST /id-to-fqname HTTP/1.1" 200 227 0.001854 10.0.0.22 - - [2025-10-13 02:28:40] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.004798 10.0.0.22 - - [2025-10-13 02:28:40] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005786 10.0.0.22 - - [2025-10-13 02:28:40] "POST /neutron/network HTTP/1.1" 200 1014 0.008424 10.0.0.22 - - [2025-10-13 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.41 - - [2025-10-13 02:28:40] "GET /projects?obj_uuids=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000888 10.0.0.22 - - [2025-10-13 02:28:40] "GET /project/38d1948c-7fc5-4910-8581-f7d5c6254580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.035609 10.0.0.22 - - [2025-10-13 02:28:40] "POST /neutron/network HTTP/1.1" 200 117 0.012385 10.0.0.41 - - [2025-10-13 02:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.019395 10.0.0.22 - - [2025-10-13 02:28:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.197560 10.0.0.22 - - [2025-10-13 02:28:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.001298 10.0.0.22 - - [2025-10-13 02:28:41] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005287 10.0.0.22 - - [2025-10-13 02:28:41] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005785 10.0.0.22 - - [2025-10-13 02:28:41] "POST /neutron/network HTTP/1.1" 200 1015 0.008301 10.0.0.22 - - [2025-10-13 02:28:41] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005153 10.0.0.22 - - [2025-10-13 02:28:41] "GET /obj-perms HTTP/1.1" 200 5042 0.046082 10.0.0.22 - - [2025-10-13 02:28:42] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005535 10.0.0.19 - - [2025-10-13 02:28:43] "GET /obj-perms HTTP/1.1" 200 5042 0.041221 10.0.0.41 - - [2025-10-13 02:28:43] "GET /obj-perms HTTP/1.1" 200 5042 0.040374 10.0.0.22 - - [2025-10-13 02:28:43] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005326 10.0.0.22 - - [2025-10-13 02:28:43] "POST /fqname-to-id HTTP/1.1" 404 224 0.003487 10.0.0.22 - - [2025-10-13 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.41 - - [2025-10-13 02:28:43] "GET /projects?obj_uuids=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001131 10.0.0.22 - - [2025-10-13 02:28:43] "GET /project/38d1948c-7fc5-4910-8581-f7d5c6254580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.034748 10.0.0.22 - - [2025-10-13 02:28:43] "POST /network-policys HTTP/1.1" 200 559 0.030295 10.0.0.22 - - [2025-10-13 02:28:43] "GET /network-policy/26d0f655-fd54-4a81-9f60-cd1a9752fe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.007339 10.0.0.22 - - [2025-10-13 02:28:43] "POST /fqname-to-id HTTP/1.1" 404 224 0.003019 10.0.0.22 - - [2025-10-13 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.41 - - [2025-10-13 02:28:44] "GET /projects?obj_uuids=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001048 10.0.0.22 - - [2025-10-13 02:28:44] "GET /project/38d1948c-7fc5-4910-8581-f7d5c6254580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.040061 10.0.0.22 - - [2025-10-13 02:28:44] "POST /network-policys HTTP/1.1" 200 559 0.029674 10.0.0.22 - - [2025-10-13 02:28:44] "GET /network-policy/2dad834d-a99d-4bbd-8c4f-865431bd40b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.007492 10.0.0.22 - - [2025-10-13 02:28:44] "POST /fqname-to-id HTTP/1.1" 404 224 0.003847 10.0.0.22 - - [2025-10-13 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.41 - - [2025-10-13 02:28:44] "GET /projects?obj_uuids=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000942 10.0.0.22 - - [2025-10-13 02:28:44] "GET /project/38d1948c-7fc5-4910-8581-f7d5c6254580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.033503 10.0.0.22 - - [2025-10-13 02:28:44] "POST /network-policys HTTP/1.1" 200 559 0.030345 10.0.0.22 - - [2025-10-13 02:28:44] "GET /network-policy/a7664f11-30bc-4ace-9118-60b0690e3331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.006545 10.0.0.22 - - [2025-10-13 02:28:44] "POST /neutron/network HTTP/1.1" 200 1014 0.009828 10.0.0.41 - - [2025-10-13 02:28:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.004776 10.0.0.41 - - [2025-10-13 02:28:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.003781 10.0.0.22 - - [2025-10-13 02:28:44] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007491 10.0.0.22 - - [2025-10-13 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.22 - - [2025-10-13 02:28:44] "GET /network-policy/26d0f655-fd54-4a81-9f60-cd1a9752fe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.004230 10.0.0.22 - - [2025-10-13 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.22 - - [2025-10-13 02:28:44] "GET /network-policy/2dad834d-a99d-4bbd-8c4f-865431bd40b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.004287 10.0.0.22 - - [2025-10-13 02:28:45] "POST /neutron/network HTTP/1.1" 200 1014 0.008526 10.0.0.41 - - [2025-10-13 02:28:45] "POST /access-control-lists HTTP/1.1" 200 597 0.043805 10.0.0.22 - - [2025-10-13 02:28:45] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.010291 10.0.0.22 - - [2025-10-13 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.22 - - [2025-10-13 02:28:45] "GET /network-policy/a7664f11-30bc-4ace-9118-60b0690e3331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.004124 10.0.0.22 - - [2025-10-13 02:28:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001031 10.0.0.22 - - [2025-10-13 02:28:45] "POST /neutron/network HTTP/1.1" 200 1208 0.011932 10.0.0.41 - - [2025-10-13 02:28:46] "GET /projects?obj_uuids=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001303 10.0.0.22 - - [2025-10-13 02:28:46] "GET /project/38d1948c-7fc5-4910-8581-f7d5c6254580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.062990 10.0.0.22 - - [2025-10-13 02:28:46] "POST /neutron/port HTTP/1.1" 200 117 0.007748 10.0.0.22 - - [2025-10-13 02:28:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001266 10.0.0.22 - - [2025-10-13 02:28:46] "POST /neutron/network HTTP/1.1" 200 1208 0.009430 10.0.0.22 - - [2025-10-13 02:28:47] "POST /neutron/port HTTP/1.1" 200 1173 0.019472 10.0.0.41 - - [2025-10-13 02:28:47] "GET /projects?obj_uuids=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001034 10.0.0.22 - - [2025-10-13 02:28:47] "GET /project/38d1948c-7fc5-4910-8581-f7d5c6254580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.089011 10.0.0.22 - - [2025-10-13 02:28:47] "POST /neutron/network HTTP/1.1" 200 1112 0.033502 10.0.0.22 - - [2025-10-13 02:28:47] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014714 10.0.0.22 - - [2025-10-13 02:28:47] "POST /neutron/network HTTP/1.1" 200 1198 0.009250 10.0.0.22 - - [2025-10-13 02:28:47] "POST /neutron/port HTTP/1.1" 200 117 0.006396 10.0.0.22 - - [2025-10-13 02:28:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001192 10.0.0.22 - - [2025-10-13 02:28:48] "POST /neutron/network HTTP/1.1" 200 1025 0.009413 10.0.0.41 - - [2025-10-13 02:28:48] "DELETE /access-control-list/384f89f0-b995-4cf3-a1b2-94049ef6974b HTTP/1.1" 200 115 0.039693 10.0.0.22 - - [2025-10-13 02:28:48] "POST /neutron/port HTTP/1.1" 200 1173 0.018947 10.0.0.22 - - [2025-10-13 02:28:48] "POST /neutron/port HTTP/1.1" 200 1201 0.024297 10.0.0.22 - - [2025-10-13 02:28:48] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013898 10.0.0.22 - - [2025-10-13 02:28:49] "POST /neutron/network HTTP/1.1" 200 1112 0.009156 10.0.0.41 - - [2025-10-13 02:28:49] "GET /projects?obj_uuids=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001302 10.0.0.22 - - [2025-10-13 02:28:49] "GET /project/38d1948c-7fc5-4910-8581-f7d5c6254580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.062969 10.0.0.22 - - [2025-10-13 02:28:49] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009369 10.0.0.22 - - [2025-10-13 02:28:49] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009655 10.0.0.22 - - [2025-10-13 02:28:49] "POST /neutron/port HTTP/1.1" 200 1201 0.020156 10.0.0.22 - - [2025-10-13 02:28:49] "POST /neutron/network HTTP/1.1" 200 1025 0.008637 10.0.0.22 - - [2025-10-13 02:28:49] "GET /virtual-machine/37a7cdf0-b6fd-4d50-8775-a1787ec8d53b HTTP/1.1" 401 292 0.000429 10.0.0.22 - - [2025-10-13 02:28:50] "POST /neutron/port HTTP/1.1" 200 1174 0.024613 10.0.0.22 - - [2025-10-13 02:28:50] "GET /virtual-machine/37a7cdf0-b6fd-4d50-8775-a1787ec8d53b HTTP/1.1" 200 1297 0.043278 10.0.0.22 - - [2025-10-13 02:28:50] "GET /virtual-machine/37a7cdf0-b6fd-4d50-8775-a1787ec8d53b HTTP/1.1" 200 1297 0.004294 10.0.0.22 - - [2025-10-13 02:28:50] "GET /virtual-machine-interface/4b43cb0b-f901-407d-bfb0-e2becb277d46 HTTP/1.1" 200 3167 0.030098 10.0.0.22 - - [2025-10-13 02:28:50] "GET /virtual-machine/37a7cdf0-b6fd-4d50-8775-a1787ec8d53b HTTP/1.1" 200 1297 0.006364 10.0.0.22 - - [2025-10-13 02:28:50] "GET /virtual-machine-interface/4b43cb0b-f901-407d-bfb0-e2becb277d46 HTTP/1.1" 200 3167 0.008234 10.0.0.22 - - [2025-10-13 02:28:50] "GET /instance-ip/18517746-65f3-4652-a65f-1f5bfe43e75f HTTP/1.1" 200 1633 0.009540 10.0.0.22 - - [2025-10-13 02:28:50] "GET /instance-ip/ee5ffb8f-cd2d-4623-b162-0aaab8022fa1 HTTP/1.1" 200 1654 0.007747 10.0.0.22 - - [2025-10-13 02:28:50] "GET /virtual-machine/37a7cdf0-b6fd-4d50-8775-a1787ec8d53b HTTP/1.1" 200 1297 0.004983 10.0.0.22 - - [2025-10-13 02:28:50] "POST /neutron/port HTTP/1.1" 200 1202 0.028168 10.0.0.22 - - [2025-10-13 02:28:50] "GET /virtual-machine-interface/4b43cb0b-f901-407d-bfb0-e2becb277d46 HTTP/1.1" 200 3167 0.005489 10.0.0.22 - - [2025-10-13 02:28:50] "GET /instance-ip/18517746-65f3-4652-a65f-1f5bfe43e75f HTTP/1.1" 200 1633 0.008727 10.0.0.22 - - [2025-10-13 02:28:50] "GET /instance-ip/ee5ffb8f-cd2d-4623-b162-0aaab8022fa1 HTTP/1.1" 200 1654 0.005412 10.0.0.22 - - [2025-10-13 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.22 - - [2025-10-13 02:28:50] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004597 10.0.0.22 - - [2025-10-13 02:28:50] "POST /neutron/subnet HTTP/1.1" 200 1389 0.018221 10.0.0.22 - - [2025-10-13 02:28:50] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003024 10.0.0.22 - - [2025-10-13 02:28:50] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007923 10.0.0.22 - - [2025-10-13 02:28:50] "POST /neutron/network HTTP/1.1" 200 1015 0.017723 10.0.0.22 - - [2025-10-13 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.22 - - [2025-10-13 02:28:50] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005219 10.0.0.22 - - [2025-10-13 02:28:50] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005022 10.0.0.22 - - [2025-10-13 02:28:50] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007209 10.0.0.22 - - [2025-10-13 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.22 - - [2025-10-13 02:28:50] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004180 10.0.0.22 - - [2025-10-13 02:28:50] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003688 10.0.0.22 - - [2025-10-13 02:28:50] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008117 10.0.0.22 - - [2025-10-13 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005416 10.0.0.22 - - [2025-10-13 02:28:50] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003934 10.0.0.22 - - [2025-10-13 02:28:50] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003333 10.0.0.22 - - [2025-10-13 02:28:50] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006852 10.0.0.22 - - [2025-10-13 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.22 - - [2025-10-13 02:28:50] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004439 10.0.0.22 - - [2025-10-13 02:28:50] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003552 10.0.0.22 - - [2025-10-13 02:28:51] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006032 10.0.0.22 - - [2025-10-13 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.22 - - [2025-10-13 02:28:54] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006552 10.0.0.22 - - [2025-10-13 02:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.22 - - [2025-10-13 02:28:58] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.004853 10.0.0.22 - - [2025-10-13 02:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.22 - - [2025-10-13 02:29:02] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005069 10.0.0.41 - - [2025-10-13 02:29:05] "DELETE /project/38d1948c7fc549108581f7d5c6254580 HTTP/1.1" 404 173 0.005191 10.0.0.41 - - [2025-10-13 02:29:05] "DELETE /project/225e6697-4a33-4311-bd72-480fc04d1c57 HTTP/1.1" 404 177 0.004436 10.0.0.22 - - [2025-10-13 02:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.22 - - [2025-10-13 02:29:06] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005678 10.0.0.22 - - [2025-10-13 02:29:09] "POST /neutron/network HTTP/1.1" 200 1122 0.012166 10.0.0.22 - - [2025-10-13 02:29:09] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015730 10.0.0.22 - - [2025-10-13 02:29:09] "POST /neutron/network HTTP/1.1" 200 1112 0.008939 10.0.0.22 - - [2025-10-13 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.22 - - [2025-10-13 02:29:10] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005919 10.0.0.22 - - [2025-10-13 02:29:10] "GET /obj-perms HTTP/1.1" 200 5056 0.044895 10.0.0.22 - - [2025-10-13 02:29:11] "POST /neutron/network HTTP/1.1" 200 1208 0.009599 10.0.0.22 - - [2025-10-13 02:29:11] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014112 10.0.0.22 - - [2025-10-13 02:29:11] "POST /neutron/network HTTP/1.1" 200 1198 0.011164 10.0.0.22 - - [2025-10-13 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.22 - - [2025-10-13 02:29:14] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005247 10.0.0.22 - - [2025-10-13 02:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.22 - - [2025-10-13 02:29:18] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006766 10.0.0.22 - - [2025-10-13 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.22 - - [2025-10-13 02:29:22] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007764 10.0.0.22 - - [2025-10-13 02:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.22 - - [2025-10-13 02:29:26] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005644 10.0.0.22 - - [2025-10-13 02:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.22 - - [2025-10-13 02:29:30] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005819 10.0.0.22 - - [2025-10-13 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.22 - - [2025-10-13 02:29:33] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003752 10.0.0.22 - - [2025-10-13 02:29:33] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002932 10.0.0.22 - - [2025-10-13 02:29:33] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006580 10.0.0.22 - - [2025-10-13 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.22 - - [2025-10-13 02:29:33] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003742 10.0.0.22 - - [2025-10-13 02:29:33] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003133 10.0.0.22 - - [2025-10-13 02:29:33] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006000 10.0.0.22 - - [2025-10-13 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.22 - - [2025-10-13 02:29:33] "GET /routing-instance/9f956ad6-911f-4708-8de9-69c7ade4d9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.006422 10.0.0.22 - - [2025-10-13 02:29:33] "GET /route-target/095c1dd2-e1bc-4cb0-b9ad-1e765ee83c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003693 10.0.0.22 - - [2025-10-13 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.22 - - [2025-10-13 02:29:33] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003412 10.0.0.22 - - [2025-10-13 02:29:33] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003109 10.0.0.22 - - [2025-10-13 02:29:33] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005851 10.0.0.22 - - [2025-10-13 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.22 - - [2025-10-13 02:29:33] "GET /routing-instance/9f956ad6-911f-4708-8de9-69c7ade4d9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.007860 10.0.0.22 - - [2025-10-13 02:29:33] "GET /route-target/095c1dd2-e1bc-4cb0-b9ad-1e765ee83c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005831 10.0.0.22 - - [2025-10-13 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.22 - - [2025-10-13 02:29:33] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004424 10.0.0.22 - - [2025-10-13 02:29:33] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003182 10.0.0.22 - - [2025-10-13 02:29:33] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006579 10.0.0.22 - - [2025-10-13 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.22 - - [2025-10-13 02:29:33] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004160 10.0.0.22 - - [2025-10-13 02:29:33] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003195 10.0.0.22 - - [2025-10-13 02:29:33] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005876 10.0.0.22 - - [2025-10-13 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.22 - - [2025-10-13 02:29:33] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004157 10.0.0.22 - - [2025-10-13 02:29:34] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004402 10.0.0.22 - - [2025-10-13 02:29:34] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007172 10.0.0.22 - - [2025-10-13 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004900 10.0.0.22 - - [2025-10-13 02:29:34] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006572 10.0.0.22 - - [2025-10-13 02:29:34] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.012091 10.0.0.22 - - [2025-10-13 02:29:34] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007615 10.0.0.41 - - [2025-10-13 02:29:34] "GET /obj-perms HTTP/1.1" 200 5042 0.004821 10.0.0.22 - - [2025-10-13 02:29:34] "GET /obj-perms HTTP/1.1" 200 5042 0.004220 10.0.0.22 - - [2025-10-13 02:29:34] "GET /obj-perms HTTP/1.1" 200 5042 0.004371 10.0.0.41 - - [2025-10-13 02:29:34] "GET /obj-perms HTTP/1.1" 200 5042 0.003961 10.0.0.22 - - [2025-10-13 02:29:34] "POST /neutron/port HTTP/1.1" 200 1201 0.015234 10.0.0.22 - - [2025-10-13 02:29:34] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008828 10.0.0.22 - - [2025-10-13 02:29:34] "GET /virtual-machine/b99b9bbe-99bf-4c7c-a9a6-c4021895cde9 HTTP/1.1" 200 1299 0.014723 10.0.0.22 - - [2025-10-13 02:29:34] "GET /virtual-machine/b99b9bbe-99bf-4c7c-a9a6-c4021895cde9 HTTP/1.1" 200 1299 0.004375 10.0.0.22 - - [2025-10-13 02:29:34] "GET /virtual-machine-interface/64bd4dec-3c24-4305-9715-0d40f3a0df01 HTTP/1.1" 200 3167 0.006913 10.0.0.22 - - [2025-10-13 02:29:34] "GET /virtual-machine/b99b9bbe-99bf-4c7c-a9a6-c4021895cde9 HTTP/1.1" 200 1299 0.005205 10.0.0.22 - - [2025-10-13 02:29:34] "GET /virtual-machine-interface/64bd4dec-3c24-4305-9715-0d40f3a0df01 HTTP/1.1" 200 3167 0.006913 10.0.0.22 - - [2025-10-13 02:29:34] "GET /instance-ip/456c6707-cfb0-4f9a-a570-4ca1757770a9 HTTP/1.1" 200 1633 0.010231 10.0.0.22 - - [2025-10-13 02:29:35] "GET /instance-ip/6bfe32ff-dc4a-42cb-9b1f-b09eeac7bc67 HTTP/1.1" 200 1653 0.006480 10.0.0.22 - - [2025-10-13 02:29:35] "GET /virtual-machine/b99b9bbe-99bf-4c7c-a9a6-c4021895cde9 HTTP/1.1" 200 1299 0.004513 10.0.0.22 - - [2025-10-13 02:29:35] "GET /virtual-machine-interface/64bd4dec-3c24-4305-9715-0d40f3a0df01 HTTP/1.1" 200 3167 0.006910 10.0.0.22 - - [2025-10-13 02:29:35] "GET /instance-ip/456c6707-cfb0-4f9a-a570-4ca1757770a9 HTTP/1.1" 200 1633 0.006340 10.0.0.22 - - [2025-10-13 02:29:35] "GET /instance-ip/6bfe32ff-dc4a-42cb-9b1f-b09eeac7bc67 HTTP/1.1" 200 1653 0.005430 10.0.0.22 - - [2025-10-13 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.22 - - [2025-10-13 02:29:35] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004556 10.0.0.22 - - [2025-10-13 02:29:35] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005924 10.0.0.22 - - [2025-10-13 02:29:35] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005884 10.0.0.22 - - [2025-10-13 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.22 - - [2025-10-13 02:29:35] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004066 10.0.0.22 - - [2025-10-13 02:29:35] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003502 10.0.0.22 - - [2025-10-13 02:29:35] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.008295 10.0.0.22 - - [2025-10-13 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.22 - - [2025-10-13 02:29:35] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005184 10.0.0.22 - - [2025-10-13 02:29:35] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004357 10.0.0.22 - - [2025-10-13 02:29:35] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006207 10.0.0.22 - - [2025-10-13 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.22 - - [2025-10-13 02:29:35] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004242 10.0.0.22 - - [2025-10-13 02:29:35] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003034 10.0.0.22 - - [2025-10-13 02:29:35] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007322 10.0.0.22 - - [2025-10-13 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.22 - - [2025-10-13 02:29:35] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004054 10.0.0.22 - - [2025-10-13 02:29:35] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002974 10.0.0.22 - - [2025-10-13 02:29:35] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005848 10.0.0.22 - - [2025-10-13 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.22 - - [2025-10-13 02:29:36] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003431 10.0.0.22 - - [2025-10-13 02:29:36] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002808 10.0.0.22 - - [2025-10-13 02:29:36] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005448 10.0.0.22 - - [2025-10-13 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.22 - - [2025-10-13 02:29:37] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003668 10.0.0.22 - - [2025-10-13 02:29:37] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003292 10.0.0.22 - - [2025-10-13 02:29:37] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006016 10.0.0.22 - - [2025-10-13 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.22 - - [2025-10-13 02:29:37] "POST /neutron/port HTTP/1.1" 200 1201 0.014918 10.0.0.22 - - [2025-10-13 02:29:37] "GET /routing-instance/f907363b-b9c8-46dc-9512-80b4d5620c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.003778 10.0.0.22 - - [2025-10-13 02:29:37] "GET /route-target/971b3f95-4af1-4e90-a546-33da75475441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004322 10.0.0.22 - - [2025-10-13 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.22 - - [2025-10-13 02:29:37] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004537 10.0.0.22 - - [2025-10-13 02:29:37] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003806 10.0.0.22 - - [2025-10-13 02:29:37] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006051 10.0.0.22 - - [2025-10-13 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.22 - - [2025-10-13 02:29:37] "GET /routing-instance/f907363b-b9c8-46dc-9512-80b4d5620c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004092 10.0.0.22 - - [2025-10-13 02:29:37] "GET /route-target/971b3f95-4af1-4e90-a546-33da75475441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004639 10.0.0.22 - - [2025-10-13 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.22 - - [2025-10-13 02:29:37] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004558 10.0.0.22 - - [2025-10-13 02:29:37] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003612 10.0.0.22 - - [2025-10-13 02:29:37] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005656 10.0.0.22 - - [2025-10-13 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.22 - - [2025-10-13 02:29:37] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004505 10.0.0.22 - - [2025-10-13 02:29:37] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004047 10.0.0.22 - - [2025-10-13 02:29:37] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006168 10.0.0.22 - - [2025-10-13 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.22 - - [2025-10-13 02:29:37] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004107 10.0.0.22 - - [2025-10-13 02:29:37] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002814 10.0.0.22 - - [2025-10-13 02:29:37] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005465 10.0.0.22 - - [2025-10-13 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.22 - - [2025-10-13 02:29:37] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004010 10.0.0.22 - - [2025-10-13 02:29:37] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002835 10.0.0.22 - - [2025-10-13 02:29:37] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006093 10.0.0.41 - - [2025-10-13 02:29:37] "GET /obj-perms HTTP/1.1" 200 5042 0.003824 10.0.0.22 - - [2025-10-13 02:29:37] "GET /obj-perms HTTP/1.1" 200 5042 0.003463 10.0.0.22 - - [2025-10-13 02:29:37] "GET /obj-perms HTTP/1.1" 200 5042 0.003740 10.0.0.41 - - [2025-10-13 02:29:38] "GET /obj-perms HTTP/1.1" 200 5042 0.003741 10.0.0.22 - - [2025-10-13 02:29:38] "GET /obj-perms HTTP/1.1" 200 5042 0.003658 10.0.0.19 - - [2025-10-13 02:29:38] "GET /obj-perms HTTP/1.1" 200 5042 0.004236 10.0.0.22 - - [2025-10-13 02:29:38] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006701 10.0.0.22 - - [2025-10-13 02:29:38] "POST /neutron/port HTTP/1.1" 200 1202 0.017062 10.0.0.22 - - [2025-10-13 02:29:38] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006931 10.0.0.22 - - [2025-10-13 02:29:38] "GET /virtual-machine/8648a19a-79ec-4954-9e0b-8b7f63809c55 HTTP/1.1" 200 1298 0.007635 10.0.0.22 - - [2025-10-13 02:29:38] "GET /virtual-machine/8648a19a-79ec-4954-9e0b-8b7f63809c55 HTTP/1.1" 200 1298 0.004716 10.0.0.22 - - [2025-10-13 02:29:38] "GET /virtual-machine-interface/eec42685-f9ff-4119-a031-0805a39bec58 HTTP/1.1" 200 3168 0.007593 10.0.0.22 - - [2025-10-13 02:29:38] "GET /virtual-machine/8648a19a-79ec-4954-9e0b-8b7f63809c55 HTTP/1.1" 200 1298 0.009834 10.0.0.22 - - [2025-10-13 02:29:38] "GET /virtual-machine-interface/eec42685-f9ff-4119-a031-0805a39bec58 HTTP/1.1" 200 3168 0.005122 10.0.0.22 - - [2025-10-13 02:29:38] "GET /instance-ip/3a9c5fb7-e050-49ab-a4f4-c4ae5919a644 HTTP/1.1" 200 1634 0.006132 10.0.0.22 - - [2025-10-13 02:29:38] "GET /instance-ip/e9b7e3d3-ba56-45eb-8e89-6aa6ce2c14fd HTTP/1.1" 200 1654 0.006060 10.0.0.22 - - [2025-10-13 02:29:38] "GET /virtual-machine/8648a19a-79ec-4954-9e0b-8b7f63809c55 HTTP/1.1" 200 1298 0.005430 10.0.0.22 - - [2025-10-13 02:29:38] "GET /virtual-machine-interface/eec42685-f9ff-4119-a031-0805a39bec58 HTTP/1.1" 200 3168 0.005254 10.0.0.22 - - [2025-10-13 02:29:38] "GET /instance-ip/3a9c5fb7-e050-49ab-a4f4-c4ae5919a644 HTTP/1.1" 200 1634 0.005779 10.0.0.22 - - [2025-10-13 02:29:38] "GET /instance-ip/e9b7e3d3-ba56-45eb-8e89-6aa6ce2c14fd HTTP/1.1" 200 1654 0.005197 10.0.0.22 - - [2025-10-13 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.22 - - [2025-10-13 02:29:38] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003708 10.0.0.22 - - [2025-10-13 02:29:38] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004140 10.0.0.22 - - [2025-10-13 02:29:38] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006796 10.0.0.22 - - [2025-10-13 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.22 - - [2025-10-13 02:29:38] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005175 10.0.0.22 - - [2025-10-13 02:29:38] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003656 10.0.0.22 - - [2025-10-13 02:29:38] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007629 10.0.0.22 - - [2025-10-13 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.22 - - [2025-10-13 02:29:38] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004833 10.0.0.22 - - [2025-10-13 02:29:38] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003047 10.0.0.22 - - [2025-10-13 02:29:38] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006456 10.0.0.22 - - [2025-10-13 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.22 - - [2025-10-13 02:29:39] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004098 10.0.0.22 - - [2025-10-13 02:29:39] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003122 10.0.0.22 - - [2025-10-13 02:29:39] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005683 10.0.0.22 - - [2025-10-13 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.22 - - [2025-10-13 02:29:39] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004354 10.0.0.22 - - [2025-10-13 02:29:39] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002997 10.0.0.22 - - [2025-10-13 02:29:39] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005706 10.0.0.22 - - [2025-10-13 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.22 - - [2025-10-13 02:29:40] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003393 10.0.0.22 - - [2025-10-13 02:29:40] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002873 10.0.0.22 - - [2025-10-13 02:29:40] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006518 10.0.0.22 - - [2025-10-13 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.22 - - [2025-10-13 02:29:40] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003778 10.0.0.22 - - [2025-10-13 02:29:40] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003882 10.0.0.22 - - [2025-10-13 02:29:40] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006031 10.0.0.22 - - [2025-10-13 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.22 - - [2025-10-13 02:29:40] "GET /routing-instance/e02a851d-3ebc-4565-b543-646cfcea193b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005107 10.0.0.22 - - [2025-10-13 02:29:40] "GET /route-target/d4ad24fb-1735-40e1-9d38-8f55daf6ecda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004081 10.0.0.22 - - [2025-10-13 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.22 - - [2025-10-13 02:29:40] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003677 10.0.0.22 - - [2025-10-13 02:29:40] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002908 10.0.0.22 - - [2025-10-13 02:29:40] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006326 10.0.0.22 - - [2025-10-13 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.22 - - [2025-10-13 02:29:40] "GET /routing-instance/e02a851d-3ebc-4565-b543-646cfcea193b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.005227 10.0.0.22 - - [2025-10-13 02:29:40] "GET /route-target/d4ad24fb-1735-40e1-9d38-8f55daf6ecda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005612 10.0.0.22 - - [2025-10-13 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.22 - - [2025-10-13 02:29:41] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005193 10.0.0.22 - - [2025-10-13 02:29:41] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003631 10.0.0.22 - - [2025-10-13 02:29:41] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006319 10.0.0.22 - - [2025-10-13 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.22 - - [2025-10-13 02:29:41] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003871 10.0.0.22 - - [2025-10-13 02:29:41] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003305 10.0.0.22 - - [2025-10-13 02:29:41] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006402 10.0.0.22 - - [2025-10-13 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.22 - - [2025-10-13 02:29:41] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004605 10.0.0.22 - - [2025-10-13 02:29:41] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003496 10.0.0.22 - - [2025-10-13 02:29:41] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.008144 10.0.0.22 - - [2025-10-13 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.22 - - [2025-10-13 02:29:41] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004170 10.0.0.22 - - [2025-10-13 02:29:41] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002988 10.0.0.22 - - [2025-10-13 02:29:41] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006725 10.0.0.41 - - [2025-10-13 02:29:41] "GET /obj-perms HTTP/1.1" 200 5042 0.003522 10.0.0.22 - - [2025-10-13 02:29:41] "GET /obj-perms HTTP/1.1" 200 5042 0.004624 10.0.0.22 - - [2025-10-13 02:29:41] "GET /obj-perms HTTP/1.1" 200 5042 0.003675 10.0.0.41 - - [2025-10-13 02:29:41] "GET /obj-perms HTTP/1.1" 200 5042 0.003712 10.0.0.22 - - [2025-10-13 02:29:41] "GET /obj-perms HTTP/1.1" 200 5042 0.004234 10.0.0.22 - - [2025-10-13 02:29:41] "GET /virtual-machine/37a7cdf0-b6fd-4d50-8775-a1787ec8d53b HTTP/1.1" 200 1297 0.004045 10.0.0.22 - - [2025-10-13 02:29:41] "GET /virtual-machine-interface/4b43cb0b-f901-407d-bfb0-e2becb277d46 HTTP/1.1" 200 3167 0.005384 10.0.0.22 - - [2025-10-13 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.22 - - [2025-10-13 02:29:41] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004043 10.0.0.22 - - [2025-10-13 02:29:41] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003212 10.0.0.22 - - [2025-10-13 02:29:41] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008478 10.0.0.22 - - [2025-10-13 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.22 - - [2025-10-13 02:29:43] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004502 10.0.0.22 - - [2025-10-13 02:29:43] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003649 10.0.0.22 - - [2025-10-13 02:29:43] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006190 10.0.0.22 - - [2025-10-13 02:29:43] "POST /neutron/port HTTP/1.1" 200 1201 0.015168 10.0.0.22 - - [2025-10-13 02:29:44] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007919 10.0.0.19 - - [2025-10-13 02:29:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.19 - - [2025-10-13 02:29:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.22 - - [2025-10-13 02:29:53] "GET /virtual-machine/b99b9bbe-99bf-4c7c-a9a6-c4021895cde9 HTTP/1.1" 200 1299 0.004197 10.0.0.22 - - [2025-10-13 02:29:53] "GET /virtual-machine-interface/64bd4dec-3c24-4305-9715-0d40f3a0df01 HTTP/1.1" 200 3167 0.005152 10.0.0.22 - - [2025-10-13 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.22 - - [2025-10-13 02:29:53] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004019 10.0.0.22 - - [2025-10-13 02:29:53] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002741 10.0.0.22 - - [2025-10-13 02:29:53] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005881 10.0.0.41 - - [2025-10-13 02:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.41 - - [2025-10-13 02:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.41 - - [2025-10-13 02:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.41 - - [2025-10-13 02:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.19 - - [2025-10-13 02:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.19 - - [2025-10-13 02:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.22 - - [2025-10-13 02:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.22 - - [2025-10-13 02:29:54] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004832 10.0.0.22 - - [2025-10-13 02:29:54] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004815 10.0.0.22 - - [2025-10-13 02:29:54] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007036 10.0.0.22 - - [2025-10-13 02:29:54] "GET /virtual-machine/8648a19a-79ec-4954-9e0b-8b7f63809c55 HTTP/1.1" 200 1298 0.006213 10.0.0.22 - - [2025-10-13 02:29:54] "GET /virtual-machine-interface/eec42685-f9ff-4119-a031-0805a39bec58 HTTP/1.1" 200 3168 0.007170 10.0.0.22 - - [2025-10-13 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.22 - - [2025-10-13 02:29:55] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004496 10.0.0.22 - - [2025-10-13 02:29:55] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003339 10.0.0.22 - - [2025-10-13 02:29:55] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006690 10.0.0.22 - - [2025-10-13 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.22 - - [2025-10-13 02:29:56] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004376 10.0.0.22 - - [2025-10-13 02:29:56] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002941 10.0.0.22 - - [2025-10-13 02:29:56] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007395 10.0.0.22 - - [2025-10-13 02:29:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.22 - - [2025-10-13 02:29:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.22 - - [2025-10-13 02:29:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.22 - - [2025-10-13 02:29:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.22 - - [2025-10-13 02:30:09] "POST /neutron/port HTTP/1.1" 200 1201 0.016577 10.0.0.22 - - [2025-10-13 02:30:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003492 10.0.0.22 - - [2025-10-13 02:30:09] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.41 - - [2025-10-13 02:30:11] "GET /obj-perms HTTP/1.1" 200 5056 0.049027 10.0.0.22 - - [2025-10-13 02:30:14] "POST /neutron/port HTTP/1.1" 200 1202 0.015154 10.0.0.22 - - [2025-10-13 02:30:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004071 10.0.0.22 - - [2025-10-13 02:30:14] "POST /neutron/port HTTP/1.1" 200 117 0.001203 10.0.0.22 - - [2025-10-13 02:30:20] "GET /virtual-machine/8648a19a-79ec-4954-9e0b-8b7f63809c55 HTTP/1.1" 200 1298 0.004607 10.0.0.22 - - [2025-10-13 02:30:20] "POST /neutron/port HTTP/1.1" 200 1202 0.014345 10.0.0.22 - - [2025-10-13 02:30:22] "GET /virtual-machine/8648a19a-79ec-4954-9e0b-8b7f63809c55 HTTP/1.1" 404 171 0.003239 10.0.0.22 - - [2025-10-13 02:30:22] "GET /virtual-machine/8648a19a-79ec-4954-9e0b-8b7f63809c55 HTTP/1.1" 404 171 0.002945 10.0.0.22 - - [2025-10-13 02:30:22] "GET /virtual-machine/8648a19a-79ec-4954-9e0b-8b7f63809c55 HTTP/1.1" 404 171 0.003392 10.0.0.22 - - [2025-10-13 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.22 - - [2025-10-13 02:30:22] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004075 10.0.0.22 - - [2025-10-13 02:30:22] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003336 10.0.0.22 - - [2025-10-13 02:30:22] "GET /virtual-network/782a58ab-a999-4945-b9fb-f4eec34634a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005849 10.0.0.22 - - [2025-10-13 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.22 - - [2025-10-13 02:30:22] "GET /routing-instance/e02a851d-3ebc-4565-b543-646cfcea193b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004853 10.0.0.22 - - [2025-10-13 02:30:22] "GET /route-target/d4ad24fb-1735-40e1-9d38-8f55daf6ecda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004647 10.0.0.22 - - [2025-10-13 02:30:28] "GET /obj-perms HTTP/1.1" 200 5042 0.013299 10.0.0.41 - - [2025-10-13 02:30:28] "GET /obj-perms HTTP/1.1" 200 5042 0.007223 10.0.0.19 - - [2025-10-13 02:30:28] "GET /obj-perms HTTP/1.1" 200 5042 0.003659 10.0.0.22 - - [2025-10-13 02:30:28] "GET /virtual-machine/b99b9bbe-99bf-4c7c-a9a6-c4021895cde9 HTTP/1.1" 200 1299 0.004235 10.0.0.22 - - [2025-10-13 02:30:29] "POST /neutron/port HTTP/1.1" 200 1201 0.015808 10.0.0.22 - - [2025-10-13 02:30:30] "GET /virtual-machine/b99b9bbe-99bf-4c7c-a9a6-c4021895cde9 HTTP/1.1" 404 171 0.003515 10.0.0.22 - - [2025-10-13 02:30:30] "GET /virtual-machine/b99b9bbe-99bf-4c7c-a9a6-c4021895cde9 HTTP/1.1" 404 171 0.004165 10.0.0.22 - - [2025-10-13 02:30:30] "GET /virtual-machine/b99b9bbe-99bf-4c7c-a9a6-c4021895cde9 HTTP/1.1" 404 171 0.005494 10.0.0.22 - - [2025-10-13 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.22 - - [2025-10-13 02:30:31] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004550 10.0.0.22 - - [2025-10-13 02:30:31] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003812 10.0.0.22 - - [2025-10-13 02:30:31] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006742 10.0.0.22 - - [2025-10-13 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.22 - - [2025-10-13 02:30:31] "GET /routing-instance/f907363b-b9c8-46dc-9512-80b4d5620c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004925 10.0.0.22 - - [2025-10-13 02:30:31] "GET /route-target/971b3f95-4af1-4e90-a546-33da75475441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004761 10.0.0.22 - - [2025-10-13 02:30:31] "GET /obj-perms HTTP/1.1" 200 5042 0.005311 10.0.0.41 - - [2025-10-13 02:30:34] "GET /obj-perms HTTP/1.1" 200 5042 0.003712 10.0.0.22 - - [2025-10-13 02:30:40] "GET /obj-perms HTTP/1.1" 200 5042 0.004641 10.0.0.41 - - [2025-10-13 02:30:43] "GET /obj-perms HTTP/1.1" 200 5042 0.004740 10.0.0.22 - - [2025-10-13 02:30:49] "GET /obj-perms HTTP/1.1" 200 5042 0.005483 10.0.0.41 - - [2025-10-13 02:30:52] "GET /obj-perms HTTP/1.1" 200 5042 0.004508 10.0.0.22 - - [2025-10-13 02:30:55] "GET /obj-perms HTTP/1.1" 200 5042 0.003896 10.0.0.22 - - [2025-10-13 02:30:55] "GET /virtual-machine/37a7cdf0-b6fd-4d50-8775-a1787ec8d53b HTTP/1.1" 200 1297 0.004171 10.0.0.22 - - [2025-10-13 02:30:56] "POST /neutron/port HTTP/1.1" 200 1201 0.017294 10.0.0.22 - - [2025-10-13 02:30:57] "GET /virtual-machine/37a7cdf0-b6fd-4d50-8775-a1787ec8d53b HTTP/1.1" 404 171 0.004017 10.0.0.22 - - [2025-10-13 02:30:57] "GET /virtual-machine/37a7cdf0-b6fd-4d50-8775-a1787ec8d53b HTTP/1.1" 404 171 0.002898 10.0.0.22 - - [2025-10-13 02:30:57] "GET /virtual-machine/37a7cdf0-b6fd-4d50-8775-a1787ec8d53b HTTP/1.1" 404 171 0.003301 10.0.0.22 - - [2025-10-13 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.22 - - [2025-10-13 02:30:58] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004079 10.0.0.22 - - [2025-10-13 02:30:58] "GET /virtual-networks?parent_id=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.008400 10.0.0.22 - - [2025-10-13 02:30:58] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006228 10.0.0.22 - - [2025-10-13 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.22 - - [2025-10-13 02:30:58] "GET /routing-instance/9f956ad6-911f-4708-8de9-69c7ade4d9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004139 10.0.0.22 - - [2025-10-13 02:30:58] "GET /route-target/095c1dd2-e1bc-4cb0-b9ad-1e765ee83c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004974 10.0.0.41 - - [2025-10-13 02:30:58] "GET /obj-perms HTTP/1.1" 200 5042 0.003733 10.0.0.22 - - [2025-10-13 02:31:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004606 10.0.0.41 - - [2025-10-13 02:31:07] "GET /obj-perms HTTP/1.1" 200 5042 0.004148 10.0.0.22 - - [2025-10-13 02:31:10] "GET /obj-perms HTTP/1.1" 200 5042 0.003930 10.0.0.22 - - [2025-10-13 02:31:16] "GET /obj-perms HTTP/1.1" 200 5042 0.004089 10.0.0.41 - - [2025-10-13 02:31:16] "GET /obj-perms HTTP/1.1" 200 5042 0.003840 10.0.0.22 - - [2025-10-13 02:31:25] "GET /obj-perms HTTP/1.1" 200 5042 0.003881 10.0.0.41 - - [2025-10-13 02:31:25] "GET /obj-perms HTTP/1.1" 200 5042 0.003614 10.0.0.22 - - [2025-10-13 02:31:29] "GET /obj-perms HTTP/1.1" 200 5042 0.004165 10.0.0.19 - - [2025-10-13 02:31:29] "GET /obj-perms HTTP/1.1" 200 5042 0.003286 10.0.0.22 - - [2025-10-13 02:31:29] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.006251 10.0.0.22 - - [2025-10-13 02:31:29] "POST /neutron/network HTTP/1.1" 200 1112 0.008881 10.0.0.41 - - [2025-10-13 02:31:29] "DELETE /access-control-list/31149a50-dc29-4045-8355-eb6f61f063fa HTTP/1.1" 200 115 0.054790 10.0.0.22 - - [2025-10-13 02:31:29] "GET /virtual-network/e683a319-6e0f-4fc3-90f7-e69c2dba82f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008058 10.0.0.22 - - [2025-10-13 02:31:29] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005319 10.0.0.22 - - [2025-10-13 02:31:29] "POST /neutron/network HTTP/1.1" 200 1198 0.008248 10.0.0.41 - - [2025-10-13 02:31:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.006065 10.0.0.22 - - [2025-10-13 02:31:29] "GET /virtual-network/f93cb482-c3f4-42e8-b842-24b94594619b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007033 10.0.0.22 - - [2025-10-13 02:31:29] "DELETE /network-policy/a7664f11-30bc-4ace-9118-60b0690e3331 HTTP/1.1" 200 115 0.037552 10.0.0.22 - - [2025-10-13 02:31:29] "DELETE /network-policy/2dad834d-a99d-4bbd-8c4f-865431bd40b4 HTTP/1.1" 200 115 0.047197 10.0.0.22 - - [2025-10-13 02:31:29] "DELETE /network-policy/26d0f655-fd54-4a81-9f60-cd1a9752fe49 HTTP/1.1" 200 115 0.034675 10.0.0.22 - - [2025-10-13 02:31:29] "POST /neutron/network HTTP/1.1" 200 1015 0.011355 10.0.0.41 - - [2025-10-13 02:31:30] "POST /ref-update HTTP/1.1" 200 156 0.040388 10.0.0.41 - - [2025-10-13 02:31:30] "DELETE /route-target/d4ad24fb-1735-40e1-9d38-8f55daf6ecda HTTP/1.1" 200 115 0.028491 10.0.0.41 - - [2025-10-13 02:31:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003070 10.0.0.41 - - [2025-10-13 02:31:30] "POST /useragent-kv HTTP/1.1" 200 115 0.005381 10.0.0.41 - - [2025-10-13 02:31:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002209 10.0.0.41 - - [2025-10-13 02:31:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002671 10.0.0.22 - - [2025-10-13 02:31:30] "POST /neutron/network HTTP/1.1" 200 151 0.160609 10.0.0.41 - - [2025-10-13 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.010706 10.0.0.22 - - [2025-10-13 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005996 10.0.0.22 - - [2025-10-13 02:31:31] "DELETE /network-ipam/7ea4efdb-932c-460d-9977-a58806797651 HTTP/1.1" 200 115 0.042375 10.0.0.22 - - [2025-10-13 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 203 0.003580 10.0.0.22 - - [2025-10-13 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.22 - - [2025-10-13 02:31:31] "DELETE /network-ipam/466b3573-b550-42c4-846d-28d5b8dd028e HTTP/1.1" 200 115 0.044949 10.0.0.22 - - [2025-10-13 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 203 0.004145 10.0.0.22 - - [2025-10-13 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.22 - - [2025-10-13 02:31:31] "DELETE /network-ipam/8f84d03d-19aa-42cc-9a75-4bcfe55736b9 HTTP/1.1" 200 115 0.047349 10.0.0.22 - - [2025-10-13 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 203 0.002770 10.0.0.41 - - [2025-10-13 02:31:34] "GET /projects?obj_uuids=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001296 10.0.0.22 - - [2025-10-13 02:31:34] "GET /project/38d1948c-7fc5-4910-8581-f7d5c6254580?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.054173 10.0.0.41 - - [2025-10-13 02:31:34] "GET /projects?obj_uuids=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001659 10.0.0.22 - - [2025-10-13 02:31:34] "GET /project/38d1948c-7fc5-4910-8581-f7d5c6254580?fields=virtual_networks HTTP/1.1" 200 1042 0.062368 10.0.0.41 - - [2025-10-13 02:31:34] "GET /projects?obj_uuids=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001499 10.0.0.22 - - [2025-10-13 02:31:34] "GET /project/38d1948c-7fc5-4910-8581-f7d5c6254580?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.043035 10.0.0.41 - - [2025-10-13 02:31:34] "GET /projects?obj_uuids=38d1948c-7fc5-4910-8581-f7d5c6254580&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001265 10.0.0.22 - - [2025-10-13 02:31:34] "GET /project/38d1948c-7fc5-4910-8581-f7d5c6254580?fields=security_groups HTTP/1.1" 200 1274 0.054842 10.0.0.22 - - [2025-10-13 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 190 0.023858 10.0.0.41 - - [2025-10-13 02:31:35] "GET /projects?obj_uuids=9077fee9-b01d-4723-88e7-ac3e374b57cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002758 10.0.0.41 - - [2025-10-13 02:31:35] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000899 10.0.0.41 - - [2025-10-13 02:31:35] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006971 10.0.0.41 - - [2025-10-13 02:31:35] "POST /id-to-fqname HTTP/1.1" 200 192 0.001134 10.0.0.41 - - [2025-10-13 02:31:35] "POST /fqname-to-id HTTP/1.1" 404 201 0.007159 10.0.0.41 - - [2025-10-13 02:31:35] "POST /security-groups HTTP/1.1" 200 593 0.077435 10.0.0.41 - - [2025-10-13 02:31:35] "POST /projects HTTP/1.1" 200 589 0.259710 10.0.0.41 - - [2025-10-13 02:31:35] "POST /access-control-lists HTTP/1.1" 200 598 0.028785 10.0.0.41 - - [2025-10-13 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.326523 10.0.0.22 - - [2025-10-13 02:31:35] "GET /project/9077fee9-b01d-4723-88e7-ac3e374b57cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.457081 10.0.0.22 - - [2025-10-13 02:31:36] "GET / HTTP/1.1" 200 35931 0.001608 10.0.0.22 - - [2025-10-13 02:31:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.22 - - [2025-10-13 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.054979 10.0.0.41 - - [2025-10-13 02:31:38] "GET /projects?obj_uuids=9077fee9-b01d-4723-88e7-ac3e374b57cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000882 10.0.0.22 - - [2025-10-13 02:31:38] "GET /project/9077fee9-b01d-4723-88e7-ac3e374b57cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.045806 10.0.0.22 - - [2025-10-13 02:31:38] "POST /neutron/network HTTP/1.1" 200 117 0.030345 10.0.0.41 - - [2025-10-13 02:31:39] "POST /route-targets HTTP/1.1" 200 327 0.013250 10.0.0.22 - - [2025-10-13 02:31:39] "POST /neutron/network HTTP/1.1" 200 825 0.010440 10.0.0.22 - - [2025-10-13 02:31:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001214 10.0.0.22 - - [2025-10-13 02:31:39] "GET /virtual-network/6c79f24e-c29f-4053-8dd0-78b43b3e5e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004815 10.0.0.22 - - [2025-10-13 02:31:39] "GET /virtual-network/6c79f24e-c29f-4053-8dd0-78b43b3e5e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005916 10.0.0.22 - - [2025-10-13 02:31:39] "POST /neutron/subnet HTTP/1.1" 200 719 0.009106 10.0.0.22 - - [2025-10-13 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.41 - - [2025-10-13 02:31:39] "GET /projects?obj_uuids=9077fee9-b01d-4723-88e7-ac3e374b57cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000974 10.0.0.22 - - [2025-10-13 02:31:39] "GET /project/9077fee9-b01d-4723-88e7-ac3e374b57cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.051206 10.0.0.41 - - [2025-10-13 02:31:39] "POST /ref-update HTTP/1.1" 200 156 0.018054 10.0.0.41 - - [2025-10-13 02:31:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003765 10.0.0.22 - - [2025-10-13 02:31:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.169943 10.0.0.22 - - [2025-10-13 02:31:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001118 10.0.0.22 - - [2025-10-13 02:31:39] "GET /virtual-network/0c5476ac-b9d6-4f19-90b6-def2c53a0465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004933 10.0.0.22 - - [2025-10-13 02:31:40] "GET /virtual-network/0c5476ac-b9d6-4f19-90b6-def2c53a0465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007398 10.0.0.22 - - [2025-10-13 02:31:40] "POST /neutron/network HTTP/1.1" 200 826 0.008500 10.0.0.22 - - [2025-10-13 02:31:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.003510 10.0.0.22 - - [2025-10-13 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.41 - - [2025-10-13 02:31:40] "GET /projects?obj_uuids=9077fee9-b01d-4723-88e7-ac3e374b57cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000934 10.0.0.22 - - [2025-10-13 02:31:40] "GET /project/9077fee9-b01d-4723-88e7-ac3e374b57cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.040466 10.0.0.22 - - [2025-10-13 02:31:40] "POST /network-policys HTTP/1.1" 200 571 0.027670 10.0.0.22 - - [2025-10-13 02:31:40] "GET /network-policy/469fbe63-9dcc-47d1-8ccf-17c8123d658e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.006810 10.0.0.22 - - [2025-10-13 02:31:40] "POST /neutron/network HTTP/1.1" 200 927 0.069848 10.0.0.22 - - [2025-10-13 02:31:40] "GET /virtual-network/6c79f24e-c29f-4053-8dd0-78b43b3e5e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005640 10.0.0.22 - - [2025-10-13 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.22 - - [2025-10-13 02:31:40] "GET /network-policy/469fbe63-9dcc-47d1-8ccf-17c8123d658e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003994 10.0.0.41 - - [2025-10-13 02:31:40] "PUT /access-control-list/308dfc99-7f3d-4333-8d4a-c41cb4afe8de HTTP/1.1" 200 272 0.074834 10.0.0.22 - - [2025-10-13 02:31:40] "POST /neutron/network HTTP/1.1" 200 928 0.146866 10.0.0.22 - - [2025-10-13 02:31:40] "GET /virtual-network/0c5476ac-b9d6-4f19-90b6-def2c53a0465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.011768 10.0.0.22 - - [2025-10-13 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.41 - - [2025-10-13 02:31:40] "POST /ref-update HTTP/1.1" 200 156 0.023251 10.0.0.22 - - [2025-10-13 02:31:40] "GET /network-policy/469fbe63-9dcc-47d1-8ccf-17c8123d658e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004384 10.0.0.22 - - [2025-10-13 02:31:41] "GET /virtual-network/6c79f24e-c29f-4053-8dd0-78b43b3e5e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005651 10.0.0.41 - - [2025-10-13 02:31:42] "GET /obj-perms HTTP/1.1" 200 5034 0.047306 10.0.0.22 - - [2025-10-13 02:31:42] "GET /virtual-network/0c5476ac-b9d6-4f19-90b6-def2c53a0465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005680 10.0.0.22 - - [2025-10-13 02:31:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001539 10.0.0.41 - - [2025-10-13 02:31:43] "GET /projects?obj_uuids=9077fee9-b01d-4723-88e7-ac3e374b57cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000963 10.0.0.22 - - [2025-10-13 02:31:44] "GET /project/9077fee9-b01d-4723-88e7-ac3e374b57cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.059441 10.0.0.22 - - [2025-10-13 02:31:44] "POST /neutron/network HTTP/1.1" 200 927 0.007235 10.0.0.22 - - [2025-10-13 02:31:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001355 10.0.0.22 - - [2025-10-13 02:31:44] "POST /neutron/port HTTP/1.1" 200 117 0.006095 10.0.0.41 - - [2025-10-13 02:31:44] "GET /projects?obj_uuids=9077fee9-b01d-4723-88e7-ac3e374b57cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001047 10.0.0.22 - - [2025-10-13 02:31:44] "POST /neutron/port HTTP/1.1" 200 1061 0.277375 10.0.0.22 - - [2025-10-13 02:31:45] "POST /neutron/port HTTP/1.1" 200 1115 0.083921 10.0.0.41 - - [2025-10-13 02:31:45] "GET /projects?obj_uuids=9077fee9-b01d-4723-88e7-ac3e374b57cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000963 10.0.0.22 - - [2025-10-13 02:31:45] "POST /neutron/subnet HTTP/1.1" 200 693 0.008173 10.0.0.22 - - [2025-10-13 02:31:45] "GET /project/9077fee9-b01d-4723-88e7-ac3e374b57cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.065242 10.0.0.22 - - [2025-10-13 02:31:45] "POST /neutron/network HTTP/1.1" 200 927 0.007658 10.0.0.22 - - [2025-10-13 02:31:45] "POST /neutron/port HTTP/1.1" 200 117 0.007828 10.0.0.22 - - [2025-10-13 02:31:45] "POST /neutron/network HTTP/1.1" 200 938 0.006971 10.0.0.22 - - [2025-10-13 02:31:46] "POST /neutron/port HTTP/1.1" 200 1062 0.016618 10.0.0.22 - - [2025-10-13 02:31:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004262 10.0.0.22 - - [2025-10-13 02:31:46] "POST /neutron/network HTTP/1.1" 200 928 0.006230 10.0.0.41 - - [2025-10-13 02:31:49] "DELETE /access-control-list/fa334bd8-676e-46b8-9005-667e81f00c3f HTTP/1.1" 200 115 0.044613 10.0.0.22 - - [2025-10-13 02:31:50] "POST /neutron/port HTTP/1.1" 200 1089 0.017840 10.0.0.22 - - [2025-10-13 02:31:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007076 10.0.0.22 - - [2025-10-13 02:31:50] "GET /virtual-machine/52492318-28b5-4c3d-9857-cb43e340c32f HTTP/1.1" 401 292 0.000421 10.0.0.22 - - [2025-10-13 02:31:51] "GET /virtual-machine/52492318-28b5-4c3d-9857-cb43e340c32f HTTP/1.1" 200 1294 0.026288 10.0.0.22 - - [2025-10-13 02:31:51] "GET /virtual-machine-interface/9feea48b-c570-4360-a71c-e5e2b08f99c1 HTTP/1.1" 200 2951 0.007726 10.0.0.22 - - [2025-10-13 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.22 - - [2025-10-13 02:31:51] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004661 10.0.0.22 - - [2025-10-13 02:31:51] "GET /virtual-networks?parent_id=9077fee9-b01d-4723-88e7-ac3e374b57cc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004026 10.0.0.22 - - [2025-10-13 02:31:51] "GET /virtual-network/6c79f24e-c29f-4053-8dd0-78b43b3e5e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.008193 10.0.0.22 - - [2025-10-13 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.22 - - [2025-10-13 02:31:54] "GET /virtual-network/6c79f24e-c29f-4053-8dd0-78b43b3e5e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005038 10.0.0.22 - - [2025-10-13 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.22 - - [2025-10-13 02:31:58] "GET /virtual-network/6c79f24e-c29f-4053-8dd0-78b43b3e5e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005811 10.0.0.22 - - [2025-10-13 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.22 - - [2025-10-13 02:32:02] "GET /virtual-network/6c79f24e-c29f-4053-8dd0-78b43b3e5e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.008367 10.0.0.41 - - [2025-10-13 02:32:05] "DELETE /project/38d1948c-7fc5-4910-8581-f7d5c6254580 HTTP/1.1" 404 177 0.002674 10.0.0.41 - - [2025-10-13 02:32:05] "DELETE /project/9077fee9b01d472388e7ac3e374b57cc HTTP/1.1" 404 173 0.004978 10.0.0.22 - - [2025-10-13 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006854 10.0.0.22 - - [2025-10-13 02:32:06] "GET /virtual-network/6c79f24e-c29f-4053-8dd0-78b43b3e5e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005184 10.0.0.22 - - [2025-10-13 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.22 - - [2025-10-13 02:32:10] "GET /virtual-network/6c79f24e-c29f-4053-8dd0-78b43b3e5e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005151 10.0.0.22 - - [2025-10-13 02:32:13] "GET /obj-perms HTTP/1.1" 200 5056 0.064686 10.0.0.22 - - [2025-10-13 02:32:13] "POST /neutron/network HTTP/1.1" 200 938 0.029495 10.0.0.22 - - [2025-10-13 02:32:13] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.22 - - [2025-10-13 02:32:14] "POST /neutron/port HTTP/1.1" 200 1089 0.043944 10.0.0.22 - - [2025-10-13 02:32:14] "POST /neutron/subnet HTTP/1.1" 200 693 0.010969 10.0.0.22 - - [2025-10-13 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.22 - - [2025-10-13 02:32:14] "GET /virtual-network/6c79f24e-c29f-4053-8dd0-78b43b3e5e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005785 10.0.0.22 - - [2025-10-13 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.22 - - [2025-10-13 02:32:19] "GET /virtual-network/6c79f24e-c29f-4053-8dd0-78b43b3e5e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005118 10.0.0.22 - - [2025-10-13 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005042 10.0.0.22 - - [2025-10-13 02:32:23] "GET /virtual-network/6c79f24e-c29f-4053-8dd0-78b43b3e5e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005322 10.0.0.22 - - [2025-10-13 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.22 - - [2025-10-13 02:32:25] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004123 10.0.0.22 - - [2025-10-13 02:32:25] "GET /virtual-networks?parent_id=9077fee9-b01d-4723-88e7-ac3e374b57cc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003548 10.0.0.22 - - [2025-10-13 02:32:25] "GET /virtual-network/6c79f24e-c29f-4053-8dd0-78b43b3e5e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005458 10.0.0.22 - - [2025-10-13 02:32:25] "POST /neutron/port HTTP/1.1" 200 1089 0.014150 10.0.0.22 - - [2025-10-13 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013774 10.0.0.22 - - [2025-10-13 02:32:35] "POST /neutron/port HTTP/1.1" 200 1089 0.015198 10.0.0.22 - - [2025-10-13 02:32:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.028648 10.0.0.22 - - [2025-10-13 02:32:40] "POST /neutron/port HTTP/1.1" 200 1090 0.015349 10.0.0.22 - - [2025-10-13 02:32:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006893 10.0.0.22 - - [2025-10-13 02:32:41] "GET /virtual-machine/a91e857e-2187-4c58-90de-5598c1a3fdf7 HTTP/1.1" 200 1295 0.005116 10.0.0.22 - - [2025-10-13 02:32:41] "GET /virtual-machine-interface/79ce3bc7-b94b-4eed-9068-0374cf8d3c1b HTTP/1.1" 200 2950 0.005057 10.0.0.22 - - [2025-10-13 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.22 - - [2025-10-13 02:32:41] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003731 10.0.0.22 - - [2025-10-13 02:32:41] "GET /virtual-networks?parent_id=9077fee9-b01d-4723-88e7-ac3e374b57cc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003089 10.0.0.22 - - [2025-10-13 02:32:41] "GET /virtual-network/0c5476ac-b9d6-4f19-90b6-def2c53a0465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005722 10.0.0.22 - - [2025-10-13 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.22 - - [2025-10-13 02:32:42] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003515 10.0.0.22 - - [2025-10-13 02:32:42] "GET /virtual-networks?parent_id=9077fee9-b01d-4723-88e7-ac3e374b57cc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002701 10.0.0.22 - - [2025-10-13 02:32:42] "GET /virtual-network/0c5476ac-b9d6-4f19-90b6-def2c53a0465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005448 10.0.0.22 - - [2025-10-13 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.41 - - [2025-10-13 02:33:06] "GET /projects?obj_uuids=9077fee9-b01d-4723-88e7-ac3e374b57cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000917 10.0.0.22 - - [2025-10-13 02:33:06] "GET /project/9077fee9-b01d-4723-88e7-ac3e374b57cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.038305 10.0.0.22 - - [2025-10-13 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.22 - - [2025-10-13 02:33:06] "PUT /network-policy/469fbe63-9dcc-47d1-8ccf-17c8123d658e HTTP/1.1" 200 262 0.014222 10.0.0.41 - - [2025-10-13 02:33:06] "PUT /access-control-list/610ee7ab-2618-4a68-929a-d991ea0dd0f4 HTTP/1.1" 200 272 0.027232 10.0.0.22 - - [2025-10-13 02:33:09] "GET /virtual-network/0c5476ac-b9d6-4f19-90b6-def2c53a0465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005804 10.0.0.22 - - [2025-10-13 02:33:10] "POST /neutron/network HTTP/1.1" 200 928 0.007227 10.0.0.22 - - [2025-10-13 02:33:10] "GET /virtual-network/0c5476ac-b9d6-4f19-90b6-def2c53a0465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007814 10.0.0.22 - - [2025-10-13 02:33:10] "GET /virtual-network/6c79f24e-c29f-4053-8dd0-78b43b3e5e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006411 10.0.0.22 - - [2025-10-13 02:33:10] "POST /neutron/network HTTP/1.1" 200 927 0.007572 10.0.0.41 - - [2025-10-13 02:33:10] "DELETE /access-control-list/308dfc99-7f3d-4333-8d4a-c41cb4afe8de HTTP/1.1" 200 115 0.060275 10.0.0.22 - - [2025-10-13 02:33:10] "GET /virtual-network/6c79f24e-c29f-4053-8dd0-78b43b3e5e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.017990 10.0.0.22 - - [2025-10-13 02:33:10] "DELETE /network-policy/469fbe63-9dcc-47d1-8ccf-17c8123d658e HTTP/1.1" 200 115 0.035912 10.0.0.22 - - [2025-10-13 02:33:10] "POST /neutron/network HTTP/1.1" 200 826 0.006613 10.0.0.22 - - [2025-10-13 02:33:10] "POST /neutron/port HTTP/1.1" 200 1116 0.012150 10.0.0.22 - - [2025-10-13 02:33:10] "POST /neutron/port HTTP/1.1" 200 1115 0.012157 10.0.0.41 - - [2025-10-13 02:33:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002694 10.0.0.41 - - [2025-10-13 02:33:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002475 10.0.0.22 - - [2025-10-13 02:33:12] "POST /neutron/network HTTP/1.1" 200 151 0.099434 10.0.0.41 - - [2025-10-13 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004883 10.0.0.19 - - [2025-10-13 02:33:13] "GET /obj-perms HTTP/1.1" 200 5056 0.041657 10.0.0.41 - - [2025-10-13 02:33:13] "GET /obj-perms HTTP/1.1" 200 5056 0.049482 10.0.0.41 - - [2025-10-13 02:33:14] "GET /projects?obj_uuids=9077fee9-b01d-4723-88e7-ac3e374b57cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000920 10.0.0.22 - - [2025-10-13 02:33:14] "GET /project/9077fee9-b01d-4723-88e7-ac3e374b57cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.046947 10.0.0.41 - - [2025-10-13 02:33:14] "GET /projects?obj_uuids=9077fee9-b01d-4723-88e7-ac3e374b57cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000882 10.0.0.22 - - [2025-10-13 02:33:14] "GET /project/9077fee9-b01d-4723-88e7-ac3e374b57cc?fields=virtual_networks HTTP/1.1" 200 1035 0.045017 10.0.0.41 - - [2025-10-13 02:33:14] "GET /projects?obj_uuids=9077fee9-b01d-4723-88e7-ac3e374b57cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000959 10.0.0.22 - - [2025-10-13 02:33:14] "GET /project/9077fee9-b01d-4723-88e7-ac3e374b57cc?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.039570 10.0.0.41 - - [2025-10-13 02:33:14] "GET /projects?obj_uuids=9077fee9-b01d-4723-88e7-ac3e374b57cc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001239 10.0.0.22 - - [2025-10-13 02:33:14] "GET /project/9077fee9-b01d-4723-88e7-ac3e374b57cc?fields=security_groups HTTP/1.1" 200 1263 0.033510 10.0.0.22 - - [2025-10-13 02:33:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.021481 10.0.0.41 - - [2025-10-13 02:33:15] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003180 10.0.0.41 - - [2025-10-13 02:33:15] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001250 10.0.0.41 - - [2025-10-13 02:33:15] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007270 10.0.0.41 - - [2025-10-13 02:33:15] "POST /id-to-fqname HTTP/1.1" 200 202 0.004351 10.0.0.41 - - [2025-10-13 02:33:15] "POST /fqname-to-id HTTP/1.1" 404 211 0.005988 10.0.0.41 - - [2025-10-13 02:33:15] "POST /security-groups HTTP/1.1" 200 603 0.033601 10.0.0.41 - - [2025-10-13 02:33:15] "POST /projects HTTP/1.1" 200 609 0.238639 10.0.0.41 - - [2025-10-13 02:33:15] "POST /access-control-lists HTTP/1.1" 200 608 0.027660 10.0.0.41 - - [2025-10-13 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.310209 10.0.0.22 - - [2025-10-13 02:33:15] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.448247 10.0.0.22 - - [2025-10-13 02:33:16] "GET / HTTP/1.1" 200 35931 0.001732 10.0.0.22 - - [2025-10-13 02:33:20] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000487 10.0.0.41 - - [2025-10-13 02:33:20] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.22 - - [2025-10-13 02:33:20] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.060421 10.0.0.22 - - [2025-10-13 02:33:20] "GET / HTTP/1.1" 200 35931 0.003209 10.0.0.22 - - [2025-10-13 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.41 - - [2025-10-13 02:33:21] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.22 - - [2025-10-13 02:33:21] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007844 10.0.0.22 - - [2025-10-13 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.41 - - [2025-10-13 02:33:21] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000967 10.0.0.22 - - [2025-10-13 02:33:21] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.047653 10.0.0.22 - - [2025-10-13 02:33:22] "GET /domains HTTP/1.1" 401 292 0.000575 10.0.0.22 - - [2025-10-13 02:33:22] "GET /domains HTTP/1.1" 200 280 0.024187 10.0.0.41 - - [2025-10-13 02:33:22] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000871 10.0.0.22 - - [2025-10-13 02:33:22] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c HTTP/1.1" 200 2773 0.008388 10.0.0.41 - - [2025-10-13 02:33:22] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000808 10.0.0.22 - - [2025-10-13 02:33:22] "GET /project/06737c01-1623-44dd-826e-3e90da772975 HTTP/1.1" 200 1921 0.087323 10.0.0.22 - - [2025-10-13 02:33:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003049 10.0.0.22 - - [2025-10-13 02:33:22] "POST /network-ipams HTTP/1.1" 200 621 0.029093 10.0.0.22 - - [2025-10-13 02:33:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003597 10.0.0.22 - - [2025-10-13 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.22 - - [2025-10-13 02:33:23] "GET /network-ipam/ead7d6b4-4f3f-4b2a-b6c2-4313ffca07f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.005832 10.0.0.22 - - [2025-10-13 02:33:23] "PUT /network-ipam/ead7d6b4-4f3f-4b2a-b6c2-4313ffca07f7 HTTP/1.1" 200 258 0.013713 10.0.0.22 - - [2025-10-13 02:33:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.22 - - [2025-10-13 02:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.023409 10.0.0.41 - - [2025-10-13 02:33:23] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000848 10.0.0.22 - - [2025-10-13 02:33:23] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.042593 10.0.0.22 - - [2025-10-13 02:33:23] "POST /neutron/network HTTP/1.1" 200 117 0.040192 10.0.0.41 - - [2025-10-13 02:33:23] "POST /route-targets HTTP/1.1" 200 327 0.012262 10.0.0.41 - - [2025-10-13 02:33:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005373 10.0.0.22 - - [2025-10-13 02:33:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.166419 10.0.0.22 - - [2025-10-13 02:33:24] "POST /id-to-fqname HTTP/1.1" 200 235 0.001340 10.0.0.22 - - [2025-10-13 02:33:24] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.009640 10.0.0.22 - - [2025-10-13 02:33:24] "POST /neutron/network HTTP/1.1" 200 1337 0.012684 10.0.0.22 - - [2025-10-13 02:33:24] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006508 10.0.0.22 - - [2025-10-13 02:33:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.010762 10.0.0.22 - - [2025-10-13 02:33:25] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006543 10.0.0.22 - - [2025-10-13 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.003946 10.0.0.22 - - [2025-10-13 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.41 - - [2025-10-13 02:33:26] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002194 10.0.0.22 - - [2025-10-13 02:33:26] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.042116 10.0.0.22 - - [2025-10-13 02:33:26] "POST /network-policys HTTP/1.1" 200 563 0.029483 10.0.0.22 - - [2025-10-13 02:33:26] "GET /network-policy/ce5a8f5e-3b6c-4ed0-8d5e-41f319e2aa5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007119 10.0.0.22 - - [2025-10-13 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.003478 10.0.0.22 - - [2025-10-13 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006132 10.0.0.41 - - [2025-10-13 02:33:27] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.023651 10.0.0.22 - - [2025-10-13 02:33:27] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.073381 10.0.0.22 - - [2025-10-13 02:33:27] "POST /network-policys HTTP/1.1" 200 563 0.028119 10.0.0.22 - - [2025-10-13 02:33:27] "GET /network-policy/99884eb5-3647-474a-afc4-f962be8d2135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.007060 10.0.0.22 - - [2025-10-13 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 229 0.003368 10.0.0.22 - - [2025-10-13 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002515 10.0.0.41 - - [2025-10-13 02:33:27] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000882 10.0.0.22 - - [2025-10-13 02:33:27] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.039956 10.0.0.22 - - [2025-10-13 02:33:27] "POST /network-policys HTTP/1.1" 200 563 0.027145 10.0.0.22 - - [2025-10-13 02:33:27] "GET /network-policy/39a12252-caed-4ea6-a356-b43cafc429a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006876 10.0.0.22 - - [2025-10-13 02:33:27] "POST /fqname-to-id HTTP/1.1" 404 229 0.003169 10.0.0.22 - - [2025-10-13 02:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.41 - - [2025-10-13 02:33:27] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001041 10.0.0.22 - - [2025-10-13 02:33:27] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.056439 10.0.0.22 - - [2025-10-13 02:33:27] "POST /network-policys HTTP/1.1" 200 563 0.027462 10.0.0.22 - - [2025-10-13 02:33:28] "GET /network-policy/16d3fd27-d1af-4880-8d94-ea6b3f020a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006346 10.0.0.22 - - [2025-10-13 02:33:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.003488 10.0.0.22 - - [2025-10-13 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.41 - - [2025-10-13 02:33:28] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001972 10.0.0.22 - - [2025-10-13 02:33:28] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.046203 10.0.0.22 - - [2025-10-13 02:33:28] "POST /network-policys HTTP/1.1" 200 563 0.035389 10.0.0.22 - - [2025-10-13 02:33:28] "GET /network-policy/01673d25-acc0-4991-ac36-f5b088886a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.007938 10.0.0.22 - - [2025-10-13 02:33:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.002999 10.0.0.22 - - [2025-10-13 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.41 - - [2025-10-13 02:33:28] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001093 10.0.0.22 - - [2025-10-13 02:33:28] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.038503 10.0.0.22 - - [2025-10-13 02:33:28] "POST /network-policys HTTP/1.1" 200 563 0.033032 10.0.0.22 - - [2025-10-13 02:33:28] "GET /network-policy/93e671bc-4a70-49f5-9985-36e7e237d550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007692 10.0.0.22 - - [2025-10-13 02:33:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.003193 10.0.0.22 - - [2025-10-13 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.41 - - [2025-10-13 02:33:28] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002213 10.0.0.22 - - [2025-10-13 02:33:28] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.044347 10.0.0.22 - - [2025-10-13 02:33:29] "POST /network-policys HTTP/1.1" 200 563 0.048572 10.0.0.22 - - [2025-10-13 02:33:29] "GET /network-policy/e155c99e-b931-43f3-b7ef-53bd0bbbf47f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008748 10.0.0.22 - - [2025-10-13 02:33:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.003133 10.0.0.22 - - [2025-10-13 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.41 - - [2025-10-13 02:33:29] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001334 10.0.0.22 - - [2025-10-13 02:33:29] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.031982 10.0.0.22 - - [2025-10-13 02:33:29] "POST /network-policys HTTP/1.1" 200 563 0.029815 10.0.0.22 - - [2025-10-13 02:33:29] "GET /network-policy/630eb917-842f-4d18-b7c3-5dca6fda5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006582 10.0.0.22 - - [2025-10-13 02:33:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.003121 10.0.0.22 - - [2025-10-13 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.41 - - [2025-10-13 02:33:29] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000986 10.0.0.22 - - [2025-10-13 02:33:29] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.036353 10.0.0.22 - - [2025-10-13 02:33:29] "POST /network-policys HTTP/1.1" 200 563 0.041455 10.0.0.22 - - [2025-10-13 02:33:29] "GET /network-policy/588c8558-43c3-48d4-9098-50b1083886ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.008558 10.0.0.22 - - [2025-10-13 02:33:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.003452 10.0.0.22 - - [2025-10-13 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004602 10.0.0.41 - - [2025-10-13 02:33:30] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.22 - - [2025-10-13 02:33:30] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.068402 10.0.0.22 - - [2025-10-13 02:33:30] "POST /network-policys HTTP/1.1" 200 563 0.037179 10.0.0.22 - - [2025-10-13 02:33:30] "GET /network-policy/ff9a282e-b763-4618-95e7-8dada3e999c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.012204 10.0.0.22 - - [2025-10-13 02:33:30] "POST /neutron/network HTTP/1.1" 200 2250 0.147099 10.0.0.22 - - [2025-10-13 02:33:30] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.012314 10.0.0.22 - - [2025-10-13 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.41 - - [2025-10-13 02:33:30] "POST /access-control-lists HTTP/1.1" 200 609 0.073148 10.0.0.22 - - [2025-10-13 02:33:30] "GET /network-policy/01673d25-acc0-4991-ac36-f5b088886a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.016670 10.0.0.22 - - [2025-10-13 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.015324 10.0.0.22 - - [2025-10-13 02:33:30] "GET /network-policy/16d3fd27-d1af-4880-8d94-ea6b3f020a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004590 10.0.0.22 - - [2025-10-13 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005716 10.0.0.22 - - [2025-10-13 02:33:30] "GET /network-policy/39a12252-caed-4ea6-a356-b43cafc429a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007313 10.0.0.22 - - [2025-10-13 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.22 - - [2025-10-13 02:33:31] "GET /network-policy/588c8558-43c3-48d4-9098-50b1083886ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.007111 10.0.0.22 - - [2025-10-13 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.22 - - [2025-10-13 02:33:31] "GET /network-policy/630eb917-842f-4d18-b7c3-5dca6fda5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004262 10.0.0.22 - - [2025-10-13 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007066 10.0.0.22 - - [2025-10-13 02:33:31] "GET /network-policy/93e671bc-4a70-49f5-9985-36e7e237d550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004231 10.0.0.22 - - [2025-10-13 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.22 - - [2025-10-13 02:33:31] "GET /network-policy/99884eb5-3647-474a-afc4-f962be8d2135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004377 10.0.0.22 - - [2025-10-13 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.22 - - [2025-10-13 02:33:31] "GET /network-policy/ce5a8f5e-3b6c-4ed0-8d5e-41f319e2aa5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004320 10.0.0.22 - - [2025-10-13 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.22 - - [2025-10-13 02:33:31] "GET /network-policy/e155c99e-b931-43f3-b7ef-53bd0bbbf47f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004245 10.0.0.22 - - [2025-10-13 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.22 - - [2025-10-13 02:33:31] "GET /network-policy/ff9a282e-b763-4618-95e7-8dada3e999c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004369 10.0.0.22 - - [2025-10-13 02:33:31] "POST /id-to-fqname HTTP/1.1" 200 235 0.001292 10.0.0.41 - - [2025-10-13 02:33:32] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001288 10.0.0.22 - - [2025-10-13 02:33:32] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.079968 10.0.0.22 - - [2025-10-13 02:33:32] "POST /neutron/network HTTP/1.1" 200 2250 0.010544 10.0.0.22 - - [2025-10-13 02:33:32] "POST /neutron/port HTTP/1.1" 200 117 0.007879 10.0.0.22 - - [2025-10-13 02:33:33] "POST /neutron/port HTTP/1.1" 200 1174 0.025578 10.0.0.22 - - [2025-10-13 02:33:33] "POST /neutron/port HTTP/1.1" 200 1202 0.018218 10.0.0.22 - - [2025-10-13 02:33:33] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014459 10.0.0.22 - - [2025-10-13 02:33:33] "POST /neutron/network HTTP/1.1" 200 2250 0.028779 10.0.0.22 - - [2025-10-13 02:33:37] "POST /neutron/port HTTP/1.1" 200 1202 0.018227 10.0.0.22 - - [2025-10-13 02:33:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008199 10.0.0.22 - - [2025-10-13 02:33:37] "GET /virtual-machine/6ff869d1-914d-4595-ac34-d24a4240a65e HTTP/1.1" 401 292 0.000489 10.0.0.22 - - [2025-10-13 02:33:38] "GET /virtual-machine/6ff869d1-914d-4595-ac34-d24a4240a65e HTTP/1.1" 200 1304 0.025966 10.0.0.22 - - [2025-10-13 02:33:38] "GET /virtual-machine-interface/a9016923-388e-4af6-b9f6-8b700d0512b7 HTTP/1.1" 200 3169 0.006413 10.0.0.22 - - [2025-10-13 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.22 - - [2025-10-13 02:33:38] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004205 10.0.0.22 - - [2025-10-13 02:33:38] "GET /virtual-networks?parent_id=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003959 10.0.0.22 - - [2025-10-13 02:33:38] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.005998 10.0.0.22 - - [2025-10-13 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.22 - - [2025-10-13 02:33:41] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.005901 10.0.0.22 - - [2025-10-13 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.22 - - [2025-10-13 02:33:45] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.005981 10.0.0.22 - - [2025-10-13 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006126 10.0.0.22 - - [2025-10-13 02:33:49] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.008001 10.0.0.41 - - [2025-10-13 02:33:49] "DELETE /access-control-list/2802c2fd-fb62-4879-8e55-069edac4110c HTTP/1.1" 200 115 0.048198 10.0.0.22 - - [2025-10-13 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.22 - - [2025-10-13 02:33:53] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.005456 10.0.0.22 - - [2025-10-13 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.22 - - [2025-10-13 02:33:57] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.005569 10.0.0.22 - - [2025-10-13 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.22 - - [2025-10-13 02:34:01] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006902 10.0.0.41 - - [2025-10-13 02:34:05] "DELETE /project/06737c01162344dd826e3e90da772975 HTTP/1.1" 404 173 0.032174 10.0.0.41 - - [2025-10-13 02:34:05] "DELETE /project/9077fee9-b01d-4723-88e7-ac3e374b57cc HTTP/1.1" 404 177 0.046618 10.0.0.22 - - [2025-10-13 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.22 - - [2025-10-13 02:34:05] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.005429 10.0.0.22 - - [2025-10-13 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.22 - - [2025-10-13 02:34:09] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.006871 10.0.0.22 - - [2025-10-13 02:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.22 - - [2025-10-13 02:34:12] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003407 10.0.0.22 - - [2025-10-13 02:34:12] "GET /virtual-networks?parent_id=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003085 10.0.0.22 - - [2025-10-13 02:34:12] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6140 0.005889 10.0.0.22 - - [2025-10-13 02:34:17] "POST /neutron/port HTTP/1.1" 200 1202 0.016404 10.0.0.22 - - [2025-10-13 02:34:18] "POST /neutron/port HTTP/1.1" 200 1202 0.019251 10.0.0.22 - - [2025-10-13 02:34:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003989 10.0.0.22 - - [2025-10-13 02:34:18] "POST /neutron/port HTTP/1.1" 200 117 0.001484 10.0.0.22 - - [2025-10-13 02:34:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008249 10.0.0.22 - - [2025-10-13 02:34:27] "POST /neutron/port HTTP/1.1" 200 1202 0.014851 10.0.0.22 - - [2025-10-13 02:34:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009185 10.0.0.22 - - [2025-10-13 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.22 - - [2025-10-13 02:34:33] "GET /network-policy/ce5a8f5e-3b6c-4ed0-8d5e-41f319e2aa5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.003188 10.0.0.22 - - [2025-10-13 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002272 10.0.0.22 - - [2025-10-13 02:34:33] "GET /network-policy/99884eb5-3647-474a-afc4-f962be8d2135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.006275 10.0.0.22 - - [2025-10-13 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.22 - - [2025-10-13 02:34:33] "GET /network-policy/39a12252-caed-4ea6-a356-b43cafc429a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004362 10.0.0.22 - - [2025-10-13 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.22 - - [2025-10-13 02:34:33] "GET /network-policy/16d3fd27-d1af-4880-8d94-ea6b3f020a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004325 10.0.0.22 - - [2025-10-13 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.22 - - [2025-10-13 02:34:33] "GET /network-policy/01673d25-acc0-4991-ac36-f5b088886a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004345 10.0.0.22 - - [2025-10-13 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.22 - - [2025-10-13 02:34:33] "GET /network-policy/93e671bc-4a70-49f5-9985-36e7e237d550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004562 10.0.0.22 - - [2025-10-13 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.012931 10.0.0.22 - - [2025-10-13 02:34:33] "GET /network-policy/e155c99e-b931-43f3-b7ef-53bd0bbbf47f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005759 10.0.0.22 - - [2025-10-13 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.22 - - [2025-10-13 02:34:33] "GET /network-policy/630eb917-842f-4d18-b7c3-5dca6fda5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004331 10.0.0.22 - - [2025-10-13 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.22 - - [2025-10-13 02:34:33] "GET /network-policy/588c8558-43c3-48d4-9098-50b1083886ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005724 10.0.0.22 - - [2025-10-13 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006734 10.0.0.22 - - [2025-10-13 02:34:33] "GET /network-policy/ff9a282e-b763-4618-95e7-8dada3e999c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004287 10.0.0.22 - - [2025-10-13 02:34:33] "POST /neutron/network HTTP/1.1" 200 2250 0.014949 10.0.0.41 - - [2025-10-13 02:34:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.048483 10.0.0.22 - - [2025-10-13 02:34:34] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.012496 10.0.0.22 - - [2025-10-13 02:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.22 - - [2025-10-13 02:34:34] "GET /network-policy/ce5a8f5e-3b6c-4ed0-8d5e-41f319e2aa5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007013 10.0.0.22 - - [2025-10-13 02:34:39] "POST /neutron/network HTTP/1.1" 200 1440 0.010975 10.0.0.22 - - [2025-10-13 02:34:39] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.022625 10.0.0.22 - - [2025-10-13 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.22 - - [2025-10-13 02:34:39] "GET /network-policy/99884eb5-3647-474a-afc4-f962be8d2135?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004571 10.0.0.22 - - [2025-10-13 02:34:44] "POST /neutron/network HTTP/1.1" 200 1440 0.012181 10.0.0.41 - - [2025-10-13 02:34:44] "PUT /access-control-list/fc695afe-883a-48dd-b6d9-5b7ed319636a HTTP/1.1" 200 272 0.030083 10.0.0.22 - - [2025-10-13 02:34:44] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.008252 10.0.0.22 - - [2025-10-13 02:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.22 - - [2025-10-13 02:34:44] "GET /network-policy/39a12252-caed-4ea6-a356-b43cafc429a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005147 10.0.0.22 - - [2025-10-13 02:34:49] "POST /neutron/network HTTP/1.1" 200 1440 0.011158 10.0.0.41 - - [2025-10-13 02:34:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.002836 10.0.0.22 - - [2025-10-13 02:34:49] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.007581 10.0.0.22 - - [2025-10-13 02:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002544 10.0.0.22 - - [2025-10-13 02:34:49] "GET /network-policy/16d3fd27-d1af-4880-8d94-ea6b3f020a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004184 10.0.0.19 - - [2025-10-13 02:34:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.19 - - [2025-10-13 02:34:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.41 - - [2025-10-13 02:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.41 - - [2025-10-13 02:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.41 - - [2025-10-13 02:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.41 - - [2025-10-13 02:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.19 - - [2025-10-13 02:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.19 - - [2025-10-13 02:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.22 - - [2025-10-13 02:34:54] "POST /neutron/network HTTP/1.1" 200 1440 0.012065 10.0.0.22 - - [2025-10-13 02:34:55] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.008122 10.0.0.22 - - [2025-10-13 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.22 - - [2025-10-13 02:34:55] "GET /network-policy/01673d25-acc0-4991-ac36-f5b088886a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004264 10.0.0.22 - - [2025-10-13 02:34:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.22 - - [2025-10-13 02:34:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.22 - - [2025-10-13 02:34:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.22 - - [2025-10-13 02:34:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.22 - - [2025-10-13 02:35:00] "POST /neutron/network HTTP/1.1" 200 1440 0.013982 10.0.0.41 - - [2025-10-13 02:35:00] "PUT /access-control-list/fc695afe-883a-48dd-b6d9-5b7ed319636a HTTP/1.1" 200 272 0.019203 10.0.0.22 - - [2025-10-13 02:35:00] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.009479 10.0.0.22 - - [2025-10-13 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.22 - - [2025-10-13 02:35:00] "GET /network-policy/93e671bc-4a70-49f5-9985-36e7e237d550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004375 10.0.0.22 - - [2025-10-13 02:35:05] "POST /neutron/network HTTP/1.1" 200 1440 0.011854 10.0.0.41 - - [2025-10-13 02:35:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.005855 10.0.0.22 - - [2025-10-13 02:35:05] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.009841 10.0.0.22 - - [2025-10-13 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.22 - - [2025-10-13 02:35:05] "GET /network-policy/e155c99e-b931-43f3-b7ef-53bd0bbbf47f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004328 10.0.0.22 - - [2025-10-13 02:35:10] "POST /neutron/network HTTP/1.1" 200 1440 0.016500 10.0.0.22 - - [2025-10-13 02:35:10] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.011938 10.0.0.22 - - [2025-10-13 02:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.22 - - [2025-10-13 02:35:10] "GET /network-policy/630eb917-842f-4d18-b7c3-5dca6fda5fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004417 10.0.0.22 - - [2025-10-13 02:35:15] "GET /obj-perms HTTP/1.1" 200 5056 0.043557 10.0.0.22 - - [2025-10-13 02:35:15] "POST /neutron/network HTTP/1.1" 200 1440 0.013297 10.0.0.41 - - [2025-10-13 02:35:16] "PUT /access-control-list/fc695afe-883a-48dd-b6d9-5b7ed319636a HTTP/1.1" 200 272 0.058194 10.0.0.22 - - [2025-10-13 02:35:16] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.007377 10.0.0.22 - - [2025-10-13 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.22 - - [2025-10-13 02:35:16] "GET /network-policy/588c8558-43c3-48d4-9098-50b1083886ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005446 10.0.0.22 - - [2025-10-13 02:35:17] "POST /neutron/port HTTP/1.1" 200 1202 0.017972 10.0.0.22 - - [2025-10-13 02:35:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004259 10.0.0.22 - - [2025-10-13 02:35:17] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.22 - - [2025-10-13 02:35:21] "POST /neutron/network HTTP/1.1" 200 1440 0.011063 10.0.0.41 - - [2025-10-13 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.003232 10.0.0.22 - - [2025-10-13 02:35:21] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.007058 10.0.0.22 - - [2025-10-13 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.22 - - [2025-10-13 02:35:21] "GET /network-policy/ff9a282e-b763-4618-95e7-8dada3e999c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004092 10.0.0.22 - - [2025-10-13 02:35:26] "GET /virtual-machine/6ff869d1-914d-4595-ac34-d24a4240a65e HTTP/1.1" 200 1304 0.004329 10.0.0.22 - - [2025-10-13 02:35:27] "POST /neutron/port HTTP/1.1" 200 1202 0.014900 10.0.0.22 - - [2025-10-13 02:35:28] "GET /virtual-machine/6ff869d1-914d-4595-ac34-d24a4240a65e HTTP/1.1" 404 171 0.003247 10.0.0.22 - - [2025-10-13 02:35:28] "GET /virtual-machine/6ff869d1-914d-4595-ac34-d24a4240a65e HTTP/1.1" 404 171 0.002938 10.0.0.22 - - [2025-10-13 02:35:28] "GET /virtual-machine/6ff869d1-914d-4595-ac34-d24a4240a65e HTTP/1.1" 404 171 0.002372 10.0.0.22 - - [2025-10-13 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006629 10.0.0.22 - - [2025-10-13 02:35:28] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003853 10.0.0.22 - - [2025-10-13 02:35:28] "GET /virtual-networks?parent_id=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003392 10.0.0.22 - - [2025-10-13 02:35:28] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.006262 10.0.0.22 - - [2025-10-13 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.22 - - [2025-10-13 02:35:28] "GET /routing-instance/64a9a231-d91d-4803-a62b-0b38100a87d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004481 10.0.0.22 - - [2025-10-13 02:35:28] "GET /route-target/8209bd97-cbda-44d2-b977-1dc7acc96ada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006922 10.0.0.41 - - [2025-10-13 02:35:29] "GET /obj-perms HTTP/1.1" 200 5019 0.051541 10.0.0.22 - - [2025-10-13 02:35:35] "GET /obj-perms HTTP/1.1" 200 5019 0.053982 10.0.0.41 - - [2025-10-13 02:35:38] "GET /obj-perms HTTP/1.1" 200 5019 0.003969 10.0.0.22 - - [2025-10-13 02:35:44] "GET /obj-perms HTTP/1.1" 200 5019 0.003994 10.0.0.41 - - [2025-10-13 02:35:47] "GET /obj-perms HTTP/1.1" 200 5019 0.004155 10.0.0.22 - - [2025-10-13 02:35:53] "GET /obj-perms HTTP/1.1" 200 5019 0.006345 10.0.0.41 - - [2025-10-13 02:35:56] "GET /obj-perms HTTP/1.1" 200 5019 0.003779 10.0.0.22 - - [2025-10-13 02:35:56] "GET /obj-perms HTTP/1.1" 200 5019 0.003668 10.0.0.19 - - [2025-10-13 02:35:56] "GET /obj-perms HTTP/1.1" 200 5019 0.049882 10.0.0.22 - - [2025-10-13 02:35:57] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3494 0.005591 10.0.0.22 - - [2025-10-13 02:35:57] "POST /neutron/network HTTP/1.1" 200 1440 0.013469 10.0.0.22 - - [2025-10-13 02:35:57] "GET /virtual-network/bf78e23d-90b7-4d4f-89ab-02f8ec4ffe9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.007303 10.0.0.22 - - [2025-10-13 02:35:57] "DELETE /network-policy/ff9a282e-b763-4618-95e7-8dada3e999c8 HTTP/1.1" 200 115 0.037117 10.0.0.22 - - [2025-10-13 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.41 - - [2025-10-13 02:35:57] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.22 - - [2025-10-13 02:35:57] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.047177 10.0.0.22 - - [2025-10-13 02:35:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75608558&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.006915 10.0.0.22 - - [2025-10-13 02:35:57] "DELETE /network-policy/588c8558-43c3-48d4-9098-50b1083886ff HTTP/1.1" 200 115 0.041357 10.0.0.22 - - [2025-10-13 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005604 10.0.0.41 - - [2025-10-13 02:35:57] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001606 10.0.0.22 - - [2025-10-13 02:35:57] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.056971 10.0.0.22 - - [2025-10-13 02:35:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75608558&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.006770 10.0.0.22 - - [2025-10-13 02:35:57] "DELETE /network-policy/630eb917-842f-4d18-b7c3-5dca6fda5fbb HTTP/1.1" 200 115 0.052994 10.0.0.22 - - [2025-10-13 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006801 10.0.0.41 - - [2025-10-13 02:35:57] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001124 10.0.0.22 - - [2025-10-13 02:35:57] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.054278 10.0.0.22 - - [2025-10-13 02:35:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75608558&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.006777 10.0.0.22 - - [2025-10-13 02:35:57] "DELETE /network-policy/e155c99e-b931-43f3-b7ef-53bd0bbbf47f HTTP/1.1" 200 115 0.039467 10.0.0.22 - - [2025-10-13 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.41 - - [2025-10-13 02:35:57] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.22 - - [2025-10-13 02:35:57] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.038519 10.0.0.22 - - [2025-10-13 02:35:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75608558&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005891 10.0.0.22 - - [2025-10-13 02:35:58] "DELETE /network-policy/93e671bc-4a70-49f5-9985-36e7e237d550 HTTP/1.1" 200 115 0.042115 10.0.0.22 - - [2025-10-13 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.41 - - [2025-10-13 02:35:58] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000989 10.0.0.22 - - [2025-10-13 02:35:58] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.042266 10.0.0.22 - - [2025-10-13 02:35:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75608558&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.005479 10.0.0.22 - - [2025-10-13 02:35:58] "DELETE /network-policy/01673d25-acc0-4991-ac36-f5b088886a04 HTTP/1.1" 200 115 0.041677 10.0.0.22 - - [2025-10-13 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.41 - - [2025-10-13 02:35:58] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.22 - - [2025-10-13 02:35:58] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.045641 10.0.0.22 - - [2025-10-13 02:35:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75608558&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005120 10.0.0.22 - - [2025-10-13 02:35:58] "DELETE /network-policy/16d3fd27-d1af-4880-8d94-ea6b3f020a0b HTTP/1.1" 200 115 0.040745 10.0.0.22 - - [2025-10-13 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007082 10.0.0.41 - - [2025-10-13 02:35:58] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.22 - - [2025-10-13 02:35:58] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.042753 10.0.0.22 - - [2025-10-13 02:35:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75608558&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005399 10.0.0.22 - - [2025-10-13 02:35:58] "DELETE /network-policy/39a12252-caed-4ea6-a356-b43cafc429a4 HTTP/1.1" 200 115 0.038555 10.0.0.22 - - [2025-10-13 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.41 - - [2025-10-13 02:35:58] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.22 - - [2025-10-13 02:35:58] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.034728 10.0.0.22 - - [2025-10-13 02:35:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75608558&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.007011 10.0.0.22 - - [2025-10-13 02:35:59] "DELETE /network-policy/99884eb5-3647-474a-afc4-f962be8d2135 HTTP/1.1" 200 115 0.045308 10.0.0.22 - - [2025-10-13 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.41 - - [2025-10-13 02:35:59] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.22 - - [2025-10-13 02:35:59] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.039258 10.0.0.22 - - [2025-10-13 02:35:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75608558&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005328 10.0.0.22 - - [2025-10-13 02:35:59] "DELETE /network-policy/ce5a8f5e-3b6c-4ed0-8d5e-41f319e2aa5a HTTP/1.1" 200 115 0.036649 10.0.0.22 - - [2025-10-13 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.41 - - [2025-10-13 02:35:59] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001312 10.0.0.22 - - [2025-10-13 02:35:59] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.044204 10.0.0.22 - - [2025-10-13 02:35:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-75608558&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005533 10.0.0.22 - - [2025-10-13 02:35:59] "POST /neutron/network HTTP/1.1" 200 1337 0.012910 10.0.0.41 - - [2025-10-13 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.22 - - [2025-10-13 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.22 - - [2025-10-13 02:35:59] "DELETE /network-ipam/ead7d6b4-4f3f-4b2a-b6c2-4313ffca07f7 HTTP/1.1" 200 115 0.034652 10.0.0.22 - - [2025-10-13 02:35:59] "POST /fqname-to-id HTTP/1.1" 404 260 0.003468 10.0.0.41 - - [2025-10-13 02:35:59] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001277 10.0.0.41 - - [2025-10-13 02:36:00] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.040813 10.0.0.41 - - [2025-10-13 02:36:00] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001147 10.0.0.41 - - [2025-10-13 02:36:00] "GET /project/06737c01-1623-44dd-826e-3e90da772975?fields=security_groups HTTP/1.1" 200 1396 0.050529 10.0.0.41 - - [2025-10-13 02:36:00] "DELETE /security-group/2b9758a8-86d6-4801-b810-154a8dc11228 HTTP/1.1" 200 115 0.056910 10.0.0.41 - - [2025-10-13 02:36:00] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002024 10.0.0.41 - - [2025-10-13 02:36:00] "GET /project/06737c01-1623-44dd-826e-3e90da772975?fields=application_policy_sets HTTP/1.1" 200 1435 0.065718 10.0.0.41 - - [2025-10-13 02:36:00] "DELETE /access-control-list/afe75286-6237-4ee9-b2f5-cc67e735ac2f HTTP/1.1" 200 115 0.050053 10.0.0.22 - - [2025-10-13 02:36:00] "DELETE /project/06737c01-1623-44dd-826e-3e90da772975 HTTP/1.1" 200 115 0.424855 10.0.0.41 - - [2025-10-13 02:36:00] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003876 10.0.0.22 - - [2025-10-13 02:36:00] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?fields=projects HTTP/1.1" 200 1244 0.013752 10.0.0.41 - - [2025-10-13 02:36:03] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003865 10.0.0.41 - - [2025-10-13 02:36:03] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226 10.0.0.41 - - [2025-10-13 02:36:03] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.054532 10.0.0.41 - - [2025-10-13 02:36:03] "POST /id-to-fqname HTTP/1.1" 200 202 0.004503 10.0.0.41 - - [2025-10-13 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.004833 10.0.0.41 - - [2025-10-13 02:36:03] "POST /security-groups HTTP/1.1" 200 603 0.039688 10.0.0.41 - - [2025-10-13 02:36:03] "POST /projects HTTP/1.1" 200 609 0.239831 10.0.0.41 - - [2025-10-13 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 245 0.011515 10.0.0.41 - - [2025-10-13 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.309993 10.0.0.22 - - [2025-10-13 02:36:03] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.492334 10.0.0.41 - - [2025-10-13 02:36:03] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001338 10.0.0.22 - - [2025-10-13 02:36:03] "GET /project/06737c01-1623-44dd-826e-3e90da772975?fields=virtual_networks HTTP/1.1" 200 1053 0.063359 10.0.0.41 - - [2025-10-13 02:36:03] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001603 10.0.0.22 - - [2025-10-13 02:36:03] "GET /project/06737c01-1623-44dd-826e-3e90da772975?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.057367 10.0.0.41 - - [2025-10-13 02:36:03] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001532 10.0.0.22 - - [2025-10-13 02:36:03] "GET /project/06737c01-1623-44dd-826e-3e90da772975?fields=security_groups HTTP/1.1" 200 1291 0.048566 10.0.0.22 - - [2025-10-13 02:36:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.021488 10.0.0.41 - - [2025-10-13 02:36:04] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003479 10.0.0.41 - - [2025-10-13 02:36:04] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001395 10.0.0.41 - - [2025-10-13 02:36:04] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007546 10.0.0.41 - - [2025-10-13 02:36:04] "POST /id-to-fqname HTTP/1.1" 200 196 0.001292 10.0.0.41 - - [2025-10-13 02:36:04] "POST /fqname-to-id HTTP/1.1" 404 205 0.004603 10.0.0.41 - - [2025-10-13 02:36:04] "POST /security-groups HTTP/1.1" 200 597 0.042384 10.0.0.41 - - [2025-10-13 02:36:04] "POST /projects HTTP/1.1" 200 597 0.243360 10.0.0.41 - - [2025-10-13 02:36:04] "POST /access-control-lists HTTP/1.1" 200 602 0.024835 10.0.0.41 - - [2025-10-13 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.312192 10.0.0.22 - - [2025-10-13 02:36:05] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.436427 10.0.0.41 - - [2025-10-13 02:36:05] "DELETE /project/06737c01162344dd826e3e90da772975 HTTP/1.1" 404 173 0.007266 10.0.0.41 - - [2025-10-13 02:36:05] "DELETE /project/17360ce32e094385a387b2a18e5d5530 HTTP/1.1" 404 173 0.006076 10.0.0.41 - - [2025-10-13 02:36:05] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000802 10.0.0.41 - - [2025-10-13 02:36:05] "GET /project/06737c01-1623-44dd-826e-3e90da772975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.042832 10.0.0.41 - - [2025-10-13 02:36:05] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000839 10.0.0.41 - - [2025-10-13 02:36:05] "GET /project/06737c01-1623-44dd-826e-3e90da772975?fields=security_groups HTTP/1.1" 200 1396 0.041911 10.0.0.41 - - [2025-10-13 02:36:05] "DELETE /security-group/d391d7e5-6f17-4594-b719-a07e9e3fcfce HTTP/1.1" 200 115 0.059767 10.0.0.41 - - [2025-10-13 02:36:05] "GET /projects?obj_uuids=06737c01-1623-44dd-826e-3e90da772975&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000966 10.0.0.41 - - [2025-10-13 02:36:05] "DELETE /access-control-list/26c4c94c-e810-452c-a942-4ccd97168066 HTTP/1.1" 200 115 0.036788 10.0.0.41 - - [2025-10-13 02:36:05] "GET /project/06737c01-1623-44dd-826e-3e90da772975?fields=application_policy_sets HTTP/1.1" 200 1435 0.062978 10.0.0.41 - - [2025-10-13 02:36:06] "DELETE /project/06737c01-1623-44dd-826e-3e90da772975 HTTP/1.1" 200 115 0.405191 10.0.0.22 - - [2025-10-13 02:36:06] "GET / HTTP/1.1" 200 35931 0.001817 10.0.0.22 - - [2025-10-13 02:36:08] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000456 10.0.0.41 - - [2025-10-13 02:36:08] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000993 10.0.0.22 - - [2025-10-13 02:36:08] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.063828 10.0.0.22 - - [2025-10-13 02:36:09] "GET / HTTP/1.1" 200 35931 0.002381 10.0.0.22 - - [2025-10-13 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.41 - - [2025-10-13 02:36:09] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000864 10.0.0.22 - - [2025-10-13 02:36:09] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007118 10.0.0.22 - - [2025-10-13 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.41 - - [2025-10-13 02:36:09] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000878 10.0.0.22 - - [2025-10-13 02:36:09] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.049892 10.0.0.22 - - [2025-10-13 02:36:10] "GET /domains HTTP/1.1" 401 292 0.000448 10.0.0.22 - - [2025-10-13 02:36:10] "GET /domains HTTP/1.1" 200 280 0.027314 10.0.0.41 - - [2025-10-13 02:36:10] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.22 - - [2025-10-13 02:36:10] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c HTTP/1.1" 200 2579 0.011020 10.0.0.41 - - [2025-10-13 02:36:10] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000923 10.0.0.22 - - [2025-10-13 02:36:11] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530 HTTP/1.1" 200 1887 0.082997 10.0.0.22 - - [2025-10-13 02:36:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002691 10.0.0.22 - - [2025-10-13 02:36:11] "POST /network-ipams HTTP/1.1" 200 603 0.025143 10.0.0.22 - - [2025-10-13 02:36:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003943 10.0.0.22 - - [2025-10-13 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.22 - - [2025-10-13 02:36:11] "GET /network-ipam/61a93a7e-aca4-4dac-8e45-966dadda0fab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.006454 10.0.0.22 - - [2025-10-13 02:36:11] "PUT /network-ipam/61a93a7e-aca4-4dac-8e45-966dadda0fab HTTP/1.1" 200 258 0.015486 10.0.0.22 - - [2025-10-13 02:36:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.22 - - [2025-10-13 02:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.022509 10.0.0.41 - - [2025-10-13 02:36:11] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000938 10.0.0.22 - - [2025-10-13 02:36:11] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.044756 10.0.0.41 - - [2025-10-13 02:36:11] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001277 10.0.0.22 - - [2025-10-13 02:36:12] "POST /neutron/network HTTP/1.1" 200 617 0.152103 10.0.0.41 - - [2025-10-13 02:36:12] "POST /ref-update HTTP/1.1" 200 156 0.027736 10.0.0.22 - - [2025-10-13 02:36:12] "POST /neutron/network HTTP/1.1" 200 1074 0.011591 10.0.0.22 - - [2025-10-13 02:36:12] "POST /id-to-fqname HTTP/1.1" 200 229 0.001017 10.0.0.22 - - [2025-10-13 02:36:12] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.004680 10.0.0.22 - - [2025-10-13 02:36:12] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005828 10.0.0.22 - - [2025-10-13 02:36:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.009482 10.0.0.22 - - [2025-10-13 02:36:13] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005609 10.0.0.22 - - [2025-10-13 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.41 - - [2025-10-13 02:36:14] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001200 10.0.0.22 - - [2025-10-13 02:36:14] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.030647 10.0.0.41 - - [2025-10-13 02:36:14] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000995 10.0.0.22 - - [2025-10-13 02:36:14] "POST /neutron/network HTTP/1.1" 200 617 0.110474 10.0.0.22 - - [2025-10-13 02:36:15] "POST /neutron/network HTTP/1.1" 200 1074 0.010958 10.0.0.22 - - [2025-10-13 02:36:15] "POST /id-to-fqname HTTP/1.1" 200 229 0.001179 10.0.0.22 - - [2025-10-13 02:36:15] "GET /virtual-network/a8583c13-140b-4c1f-b95e-b80b15e0779c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005441 10.0.0.22 - - [2025-10-13 02:36:15] "GET /virtual-network/a8583c13-140b-4c1f-b95e-b80b15e0779c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006023 10.0.0.22 - - [2025-10-13 02:36:15] "POST /neutron/subnet HTTP/1.1" 200 701 0.010899 10.0.0.22 - - [2025-10-13 02:36:15] "GET /virtual-network/a8583c13-140b-4c1f-b95e-b80b15e0779c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007084 10.0.0.41 - - [2025-10-13 02:36:16] "GET /obj-perms HTTP/1.1" 200 5056 0.058990 10.0.0.19 - - [2025-10-13 02:36:16] "GET /obj-perms HTTP/1.1" 200 5013 0.088948 10.0.0.22 - - [2025-10-13 02:36:16] "POST /fqname-to-id HTTP/1.1" 404 205 0.003368 10.0.0.22 - - [2025-10-13 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.011066 10.0.0.41 - - [2025-10-13 02:36:16] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001091 10.0.0.22 - - [2025-10-13 02:36:16] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.062404 10.0.0.22 - - [2025-10-13 02:36:16] "POST /network-policys HTTP/1.1" 200 527 0.029902 10.0.0.22 - - [2025-10-13 02:36:16] "GET /network-policy/30400101-b16c-41cc-b8d9-8e6a97c5d852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.007266 10.0.0.22 - - [2025-10-13 02:36:16] "POST /fqname-to-id HTTP/1.1" 404 205 0.003255 10.0.0.22 - - [2025-10-13 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.41 - - [2025-10-13 02:36:16] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001016 10.0.0.22 - - [2025-10-13 02:36:16] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.041455 10.0.0.22 - - [2025-10-13 02:36:16] "POST /network-policys HTTP/1.1" 200 527 0.042166 10.0.0.22 - - [2025-10-13 02:36:16] "GET /network-policy/e0a75953-7aab-4147-a8d0-d2446af1d24c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006796 10.0.0.22 - - [2025-10-13 02:36:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.003052 10.0.0.22 - - [2025-10-13 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.41 - - [2025-10-13 02:36:17] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000953 10.0.0.22 - - [2025-10-13 02:36:17] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.046616 10.0.0.22 - - [2025-10-13 02:36:17] "POST /network-policys HTTP/1.1" 200 527 0.069420 10.0.0.22 - - [2025-10-13 02:36:17] "GET /network-policy/83da306e-3ae5-414f-a686-659a07abb6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.006507 10.0.0.22 - - [2025-10-13 02:36:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.003223 10.0.0.22 - - [2025-10-13 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.41 - - [2025-10-13 02:36:17] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000944 10.0.0.22 - - [2025-10-13 02:36:17] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.041812 10.0.0.22 - - [2025-10-13 02:36:17] "POST /network-policys HTTP/1.1" 200 527 0.029207 10.0.0.22 - - [2025-10-13 02:36:17] "GET /network-policy/116f244f-1a69-4e5b-837f-c1c3b11e4c88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3981 0.007794 10.0.0.22 - - [2025-10-13 02:36:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.003183 10.0.0.22 - - [2025-10-13 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.41 - - [2025-10-13 02:36:17] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000939 10.0.0.22 - - [2025-10-13 02:36:17] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.035157 10.0.0.22 - - [2025-10-13 02:36:17] "POST /network-policys HTTP/1.1" 200 531 0.027059 10.0.0.22 - - [2025-10-13 02:36:18] "GET /network-policy/80b2a420-deb6-4d9e-a89b-4efde653bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.006114 10.0.0.22 - - [2025-10-13 02:36:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.002920 10.0.0.22 - - [2025-10-13 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.41 - - [2025-10-13 02:36:18] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001254 10.0.0.22 - - [2025-10-13 02:36:18] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.046838 10.0.0.22 - - [2025-10-13 02:36:18] "POST /network-policys HTTP/1.1" 200 529 0.072563 10.0.0.22 - - [2025-10-13 02:36:18] "GET /network-policy/76290d00-07a8-4e9c-bd41-6ff22794ad5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.008045 10.0.0.22 - - [2025-10-13 02:36:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.004620 10.0.0.22 - - [2025-10-13 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.41 - - [2025-10-13 02:36:18] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001089 10.0.0.22 - - [2025-10-13 02:36:18] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.036835 10.0.0.22 - - [2025-10-13 02:36:18] "POST /network-policys HTTP/1.1" 200 529 0.031102 10.0.0.22 - - [2025-10-13 02:36:18] "GET /network-policy/fa45b9cd-f4dd-4821-bd2c-ee7be62b8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006218 10.0.0.22 - - [2025-10-13 02:36:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.002983 10.0.0.22 - - [2025-10-13 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.41 - - [2025-10-13 02:36:18] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001026 10.0.0.22 - - [2025-10-13 02:36:18] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.039949 10.0.0.22 - - [2025-10-13 02:36:19] "POST /network-policys HTTP/1.1" 200 529 0.069431 10.0.0.22 - - [2025-10-13 02:36:19] "GET /network-policy/f26190f3-2f92-4153-bc2b-ecbad49e30a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006107 10.0.0.22 - - [2025-10-13 02:36:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.003165 10.0.0.22 - - [2025-10-13 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.41 - - [2025-10-13 02:36:19] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000930 10.0.0.22 - - [2025-10-13 02:36:19] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.039808 10.0.0.22 - - [2025-10-13 02:36:19] "POST /network-policys HTTP/1.1" 200 529 0.026711 10.0.0.22 - - [2025-10-13 02:36:19] "GET /network-policy/20a7d301-31c2-4017-bfb5-56d71c3099a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006422 10.0.0.22 - - [2025-10-13 02:36:19] "POST /fqname-to-id HTTP/1.1" 404 208 0.004312 10.0.0.22 - - [2025-10-13 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.41 - - [2025-10-13 02:36:19] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000936 10.0.0.22 - - [2025-10-13 02:36:19] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.041305 10.0.0.22 - - [2025-10-13 02:36:19] "POST /network-policys HTTP/1.1" 200 533 0.025605 10.0.0.22 - - [2025-10-13 02:36:19] "GET /network-policy/d3422fd5-b495-4b02-9a57-bbeb2d6c9270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.005806 10.0.0.41 - - [2025-10-13 02:36:20] "POST /fqname-to-id HTTP/1.1" 404 246 0.004102 10.0.0.22 - - [2025-10-13 02:36:20] "POST /neutron/network HTTP/1.1" 200 1157 0.080683 10.0.0.22 - - [2025-10-13 02:36:20] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008578 10.0.0.22 - - [2025-10-13 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005452 10.0.0.22 - - [2025-10-13 02:36:20] "GET /network-policy/30400101-b16c-41cc-b8d9-8e6a97c5d852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.004173 10.0.0.22 - - [2025-10-13 02:36:20] "POST /neutron/network HTTP/1.1" 200 1159 0.073133 10.0.0.41 - - [2025-10-13 02:36:20] "POST /access-control-lists HTTP/1.1" 200 603 0.049916 10.0.0.22 - - [2025-10-13 02:36:20] "GET /virtual-network/a8583c13-140b-4c1f-b95e-b80b15e0779c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005369 10.0.0.22 - - [2025-10-13 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005858 10.0.0.22 - - [2025-10-13 02:36:20] "GET /network-policy/80b2a420-deb6-4d9e-a89b-4efde653bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.006574 10.0.0.22 - - [2025-10-13 02:36:20] "POST /id-to-fqname HTTP/1.1" 200 229 0.001301 10.0.0.41 - - [2025-10-13 02:36:21] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001500 10.0.0.22 - - [2025-10-13 02:36:21] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.057389 10.0.0.22 - - [2025-10-13 02:36:21] "POST /neutron/network HTTP/1.1" 200 1157 0.030522 10.0.0.22 - - [2025-10-13 02:36:21] "POST /id-to-fqname HTTP/1.1" 200 229 0.001355 10.0.0.22 - - [2025-10-13 02:36:21] "POST /neutron/port HTTP/1.1" 200 117 0.006449 10.0.0.41 - - [2025-10-13 02:36:22] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001349 10.0.0.22 - - [2025-10-13 02:36:22] "POST /neutron/port HTTP/1.1" 200 1061 0.288038 10.0.0.22 - - [2025-10-13 02:36:22] "POST /neutron/port HTTP/1.1" 200 1115 0.099503 10.0.0.41 - - [2025-10-13 02:36:22] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000942 10.0.0.22 - - [2025-10-13 02:36:22] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.067744 10.0.0.22 - - [2025-10-13 02:36:22] "POST /neutron/network HTTP/1.1" 200 1159 0.008125 10.0.0.22 - - [2025-10-13 02:36:22] "POST /neutron/network HTTP/1.1" 200 1157 0.009480 10.0.0.22 - - [2025-10-13 02:36:23] "POST /neutron/port HTTP/1.1" 200 117 0.006055 10.0.0.22 - - [2025-10-13 02:36:23] "POST /neutron/network HTTP/1.1" 200 1169 0.009005 10.0.0.41 - - [2025-10-13 02:36:23] "PUT /access-control-list/cc9d10b6-c8e1-4115-abcc-6c4104154e85 HTTP/1.1" 200 272 0.012740 10.0.0.22 - - [2025-10-13 02:36:23] "POST /neutron/port HTTP/1.1" 200 1061 0.012990 10.0.0.22 - - [2025-10-13 02:36:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003759 10.0.0.22 - - [2025-10-13 02:36:24] "POST /neutron/network HTTP/1.1" 200 1159 0.010345 10.0.0.22 - - [2025-10-13 02:36:28] "POST /neutron/port HTTP/1.1" 200 1089 0.021600 10.0.0.22 - - [2025-10-13 02:36:28] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006861 10.0.0.22 - - [2025-10-13 02:36:28] "GET /virtual-machine/ae9d6da0-6482-4cb3-948f-be9720e1a9cc HTTP/1.1" 401 292 0.000374 10.0.0.22 - - [2025-10-13 02:36:28] "GET /virtual-machine/ae9d6da0-6482-4cb3-948f-be9720e1a9cc HTTP/1.1" 200 1299 0.026531 10.0.0.22 - - [2025-10-13 02:36:28] "GET /virtual-machine-interface/e56e3e4e-64fb-4649-99ed-4b2ad0b9aae4 HTTP/1.1" 200 2951 0.005467 10.0.0.22 - - [2025-10-13 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.22 - - [2025-10-13 02:36:28] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003255 10.0.0.22 - - [2025-10-13 02:36:28] "GET /virtual-networks?parent_id=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002654 10.0.0.22 - - [2025-10-13 02:36:28] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006076 10.0.0.22 - - [2025-10-13 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.22 - - [2025-10-13 02:36:32] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.004937 10.0.0.22 - - [2025-10-13 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.22 - - [2025-10-13 02:36:36] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006277 10.0.0.22 - - [2025-10-13 02:36:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.22 - - [2025-10-13 02:36:40] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005492 10.0.0.22 - - [2025-10-13 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.22 - - [2025-10-13 02:36:44] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005193 10.0.0.22 - - [2025-10-13 02:36:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.22 - - [2025-10-13 02:36:48] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005274 10.0.0.22 - - [2025-10-13 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.22 - - [2025-10-13 02:36:52] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005479 10.0.0.22 - - [2025-10-13 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004850 10.0.0.22 - - [2025-10-13 02:36:56] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006330 10.0.0.22 - - [2025-10-13 02:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.22 - - [2025-10-13 02:37:00] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003669 10.0.0.22 - - [2025-10-13 02:37:00] "GET /virtual-networks?parent_id=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002699 10.0.0.22 - - [2025-10-13 02:37:00] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005669 10.0.0.22 - - [2025-10-13 02:37:05] "POST /neutron/port HTTP/1.1" 200 1089 0.015506 10.0.0.22 - - [2025-10-13 02:37:08] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006709 10.0.0.22 - - [2025-10-13 02:37:11] "POST /neutron/port HTTP/1.1" 200 1089 0.019162 10.0.0.22 - - [2025-10-13 02:37:16] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007195 10.0.0.22 - - [2025-10-13 02:37:16] "GET /obj-perms HTTP/1.1" 200 5056 0.047900 10.0.0.22 - - [2025-10-13 02:37:17] "POST /neutron/network HTTP/1.1" 200 1167 0.033719 10.0.0.22 - - [2025-10-13 02:37:17] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.22 - - [2025-10-13 02:37:20] "POST /neutron/port HTTP/1.1" 200 1089 0.036770 10.0.0.22 - - [2025-10-13 02:37:20] "POST /neutron/subnet HTTP/1.1" 200 675 0.011376 10.0.0.22 - - [2025-10-13 02:37:21] "POST /neutron/port HTTP/1.1" 200 1089 0.016079 10.0.0.22 - - [2025-10-13 02:37:21] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007205 10.0.0.22 - - [2025-10-13 02:37:21] "GET /virtual-machine/afbf3d6a-55c9-41f1-9852-30297a599cab HTTP/1.1" 200 1299 0.006660 10.0.0.22 - - [2025-10-13 02:37:21] "GET /virtual-machine-interface/f9ea52a6-2e28-4881-9760-2be93080f793 HTTP/1.1" 200 2951 0.004716 10.0.0.22 - - [2025-10-13 02:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.22 - - [2025-10-13 02:37:21] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003431 10.0.0.22 - - [2025-10-13 02:37:21] "GET /virtual-networks?parent_id=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002522 10.0.0.22 - - [2025-10-13 02:37:21] "GET /virtual-network/a8583c13-140b-4c1f-b95e-b80b15e0779c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005780 10.0.0.22 - - [2025-10-13 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.22 - - [2025-10-13 02:37:22] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004343 10.0.0.22 - - [2025-10-13 02:37:22] "GET /virtual-networks?parent_id=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004575 10.0.0.22 - - [2025-10-13 02:37:22] "GET /virtual-network/a8583c13-140b-4c1f-b95e-b80b15e0779c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006980 10.0.0.22 - - [2025-10-13 02:37:23] "POST /neutron/port HTTP/1.1" 200 1089 0.013638 10.0.0.22 - - [2025-10-13 02:37:28] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008264 10.0.0.22 - - [2025-10-13 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.22 - - [2025-10-13 02:37:28] "GET /network-policy/80b2a420-deb6-4d9e-a89b-4efde653bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.003264 10.0.0.22 - - [2025-10-13 02:37:28] "POST /neutron/port HTTP/1.1" 200 1089 0.014231 10.0.0.22 - - [2025-10-13 02:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.22 - - [2025-10-13 02:37:28] "GET /network-policy/30400101-b16c-41cc-b8d9-8e6a97c5d852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.003463 10.0.0.22 - - [2025-10-13 02:37:28] "POST /neutron/network HTTP/1.1" 200 1157 0.088513 10.0.0.22 - - [2025-10-13 02:37:29] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005625 10.0.0.22 - - [2025-10-13 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.22 - - [2025-10-13 02:37:29] "GET /network-policy/e0a75953-7aab-4147-a8d0-d2446af1d24c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004410 10.0.0.22 - - [2025-10-13 02:38:18] "POST /neutron/port HTTP/1.1" 200 1089 0.015368 10.0.0.22 - - [2025-10-13 02:38:18] "POST /neutron/subnet HTTP/1.1" 200 675 0.011205 10.0.0.22 - - [2025-10-13 02:38:21] "POST /neutron/port HTTP/1.1" 200 1089 0.017793 10.0.0.22 - - [2025-10-13 02:38:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003887 10.0.0.22 - - [2025-10-13 02:38:21] "POST /neutron/network HTTP/1.1" 200 1159 0.008924 10.0.0.41 - - [2025-10-13 02:38:25] "POST /ref-update HTTP/1.1" 200 156 0.040127 10.0.0.22 - - [2025-10-13 02:38:25] "POST /neutron/network HTTP/1.1" 200 1160 0.037697 10.0.0.22 - - [2025-10-13 02:38:25] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.014153 10.0.0.22 - - [2025-10-13 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005474 10.0.0.22 - - [2025-10-13 02:38:25] "GET /network-policy/d3422fd5-b495-4b02-9a57-bbeb2d6c9270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1127 0.008592 10.0.0.22 - - [2025-10-13 02:38:34] "POST /neutron/network HTTP/1.1" 200 1157 0.011062 10.0.0.22 - - [2025-10-13 02:38:34] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008905 10.0.0.22 - - [2025-10-13 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.22 - - [2025-10-13 02:38:34] "GET /network-policy/83da306e-3ae5-414f-a686-659a07abb6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.004262 10.0.0.41 - - [2025-10-13 02:38:43] "PUT /access-control-list/8abd1b13-7586-4cf5-af7b-6ef6465f829c HTTP/1.1" 200 272 0.049988 10.0.0.22 - - [2025-10-13 02:38:43] "POST /neutron/network HTTP/1.1" 200 1157 0.023049 10.0.0.22 - - [2025-10-13 02:38:43] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006735 10.0.0.22 - - [2025-10-13 02:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.22 - - [2025-10-13 02:38:43] "GET /network-policy/116f244f-1a69-4e5b-837f-c1c3b11e4c88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3981 0.005491 10.0.0.22 - - [2025-10-13 02:38:50] "POST /neutron/network HTTP/1.1" 200 1158 0.014649 10.0.0.22 - - [2025-10-13 02:38:50] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008634 10.0.0.22 - - [2025-10-13 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005266 10.0.0.22 - - [2025-10-13 02:38:50] "GET /network-policy/76290d00-07a8-4e9c-bd41-6ff22794ad5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.005029 10.0.0.22 - - [2025-10-13 02:38:59] "POST /neutron/network HTTP/1.1" 200 1158 0.010380 10.0.0.41 - - [2025-10-13 02:38:59] "PUT /access-control-list/8abd1b13-7586-4cf5-af7b-6ef6465f829c HTTP/1.1" 200 272 0.060728 10.0.0.22 - - [2025-10-13 02:38:59] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005594 10.0.0.22 - - [2025-10-13 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.22 - - [2025-10-13 02:38:59] "GET /network-policy/fa45b9cd-f4dd-4821-bd2c-ee7be62b8d05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.009973 10.0.0.22 - - [2025-10-13 02:39:07] "POST /neutron/network HTTP/1.1" 200 1158 0.012723 10.0.0.22 - - [2025-10-13 02:39:07] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008839 10.0.0.22 - - [2025-10-13 02:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.22 - - [2025-10-13 02:39:07] "GET /network-policy/f26190f3-2f92-4153-bc2b-ecbad49e30a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005858 10.0.0.41 - - [2025-10-13 02:39:16] "PUT /access-control-list/8abd1b13-7586-4cf5-af7b-6ef6465f829c HTTP/1.1" 200 272 0.024495 10.0.0.22 - - [2025-10-13 02:39:16] "POST /neutron/network HTTP/1.1" 200 1158 0.012595 10.0.0.22 - - [2025-10-13 02:39:16] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.004642 10.0.0.22 - - [2025-10-13 02:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.22 - - [2025-10-13 02:39:16] "GET /network-policy/20a7d301-31c2-4017-bfb5-56d71c3099a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004547 10.0.0.41 - - [2025-10-13 02:39:18] "GET /obj-perms HTTP/1.1" 200 5056 0.050954 10.0.0.22 - - [2025-10-13 02:39:19] "POST /neutron/network HTTP/1.1" 200 1168 0.009537 10.0.0.22 - - [2025-10-13 02:39:19] "POST /neutron/port HTTP/1.1" 200 117 0.001594 10.0.0.22 - - [2025-10-13 02:39:22] "POST /neutron/port HTTP/1.1" 200 1089 0.027642 10.0.0.22 - - [2025-10-13 02:39:22] "POST /neutron/subnet HTTP/1.1" 200 675 0.020530 10.0.0.22 - - [2025-10-13 02:39:23] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006103 10.0.0.22 - - [2025-10-13 02:39:23] "POST /neutron/network HTTP/1.1" 200 1158 0.007939 10.0.0.22 - - [2025-10-13 02:39:23] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.010172 10.0.0.22 - - [2025-10-13 02:39:23] "GET /virtual-machine/afbf3d6a-55c9-41f1-9852-30297a599cab HTTP/1.1" 200 1299 0.009585 10.0.0.22 - - [2025-10-13 02:39:24] "POST /neutron/port HTTP/1.1" 200 1089 0.016334 10.0.0.22 - - [2025-10-13 02:39:25] "GET /virtual-machine/afbf3d6a-55c9-41f1-9852-30297a599cab HTTP/1.1" 404 171 0.003287 10.0.0.22 - - [2025-10-13 02:39:25] "GET /virtual-machine/afbf3d6a-55c9-41f1-9852-30297a599cab HTTP/1.1" 404 171 0.003659 10.0.0.22 - - [2025-10-13 02:39:25] "GET /virtual-machine/afbf3d6a-55c9-41f1-9852-30297a599cab HTTP/1.1" 404 171 0.003206 10.0.0.22 - - [2025-10-13 02:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.22 - - [2025-10-13 02:39:26] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004469 10.0.0.22 - - [2025-10-13 02:39:26] "GET /virtual-networks?parent_id=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002963 10.0.0.22 - - [2025-10-13 02:39:26] "GET /virtual-network/a8583c13-140b-4c1f-b95e-b80b15e0779c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007855 10.0.0.22 - - [2025-10-13 02:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.22 - - [2025-10-13 02:39:26] "GET /routing-instance/45b4dad3-ddfe-4b9b-b8f6-664a0672e1e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.007491 10.0.0.22 - - [2025-10-13 02:39:26] "GET /route-target/c52509c9-ab74-45ab-9f0a-ac344d1201c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005340 10.0.0.22 - - [2025-10-13 02:39:26] "GET /obj-perms HTTP/1.1" 200 5013 0.040125 10.0.0.19 - - [2025-10-13 02:39:26] "GET /obj-perms HTTP/1.1" 200 5013 0.003763 10.0.0.22 - - [2025-10-13 02:39:26] "GET /virtual-machine/ae9d6da0-6482-4cb3-948f-be9720e1a9cc HTTP/1.1" 200 1299 0.005073 10.0.0.22 - - [2025-10-13 02:39:27] "POST /neutron/port HTTP/1.1" 200 1089 0.015113 10.0.0.22 - - [2025-10-13 02:39:28] "GET /virtual-machine/ae9d6da0-6482-4cb3-948f-be9720e1a9cc HTTP/1.1" 404 171 0.003906 10.0.0.22 - - [2025-10-13 02:39:28] "GET /virtual-machine/ae9d6da0-6482-4cb3-948f-be9720e1a9cc HTTP/1.1" 404 171 0.002889 10.0.0.22 - - [2025-10-13 02:39:28] "GET /virtual-machine/ae9d6da0-6482-4cb3-948f-be9720e1a9cc HTTP/1.1" 404 171 0.002402 10.0.0.22 - - [2025-10-13 02:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.22 - - [2025-10-13 02:39:28] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003729 10.0.0.22 - - [2025-10-13 02:39:28] "GET /virtual-networks?parent_id=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003102 10.0.0.22 - - [2025-10-13 02:39:28] "GET /virtual-network/ecab98e1-b322-4396-b28d-27d81ba66529?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005799 10.0.0.22 - - [2025-10-13 02:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.22 - - [2025-10-13 02:39:28] "GET /routing-instance/b27b6be4-3f2e-446f-a269-bac1ed81704e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.005163 10.0.0.22 - - [2025-10-13 02:39:29] "GET /route-target/c40207cd-b823-43e0-b6b9-da3c46e4d567?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004235 10.0.0.41 - - [2025-10-13 02:39:29] "GET /obj-perms HTTP/1.1" 200 5013 0.048622 10.0.0.22 - - [2025-10-13 02:39:32] "GET /obj-perms HTTP/1.1" 200 5013 0.004494 10.0.0.41 - - [2025-10-13 02:39:38] "GET /obj-perms HTTP/1.1" 200 5013 0.003726 10.0.0.22 - - [2025-10-13 02:39:41] "GET /obj-perms HTTP/1.1" 200 5013 0.004076 10.0.0.41 - - [2025-10-13 02:39:47] "GET /obj-perms HTTP/1.1" 200 5013 0.005385 10.0.0.22 - - [2025-10-13 02:39:50] "GET /obj-perms HTTP/1.1" 200 5013 0.003768 10.0.0.19 - - [2025-10-13 02:39:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.19 - - [2025-10-13 02:39:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.41 - - [2025-10-13 02:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.41 - - [2025-10-13 02:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000808 10.0.0.41 - - [2025-10-13 02:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.41 - - [2025-10-13 02:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.19 - - [2025-10-13 02:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.19 - - [2025-10-13 02:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.22 - - [2025-10-13 02:39:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.22 - - [2025-10-13 02:39:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.41 - - [2025-10-13 02:39:56] "GET /obj-perms HTTP/1.1" 200 5013 0.006037 10.0.0.22 - - [2025-10-13 02:39:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.22 - - [2025-10-13 02:39:56] "GET /obj-perms HTTP/1.1" 200 5013 0.004884 10.0.0.22 - - [2025-10-13 02:39:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.22 - - [2025-10-13 02:39:56] "GET /virtual-network/a8583c13-140b-4c1f-b95e-b80b15e0779c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005636 10.0.0.22 - - [2025-10-13 02:39:56] "POST /neutron/network HTTP/1.1" 200 1159 0.015131 10.0.0.41 - - [2025-10-13 02:39:57] "DELETE /access-control-list/cc9d10b6-c8e1-4115-abcc-6c4104154e85 HTTP/1.1" 200 115 0.043351 10.0.0.22 - - [2025-10-13 02:39:57] "GET /virtual-network/a8583c13-140b-4c1f-b95e-b80b15e0779c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.013633 10.0.0.22 - - [2025-10-13 02:39:57] "DELETE /network-policy/d3422fd5-b495-4b02-9a57-bbeb2d6c9270 HTTP/1.1" 200 115 0.031347 10.0.0.22 - - [2025-10-13 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.41 - - [2025-10-13 02:39:57] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.023091 10.0.0.22 - - [2025-10-13 02:39:57] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.068089 10.0.0.22 - - [2025-10-13 02:39:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36397304&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.008347 10.0.0.22 - - [2025-10-13 02:39:57] "DELETE /network-policy/20a7d301-31c2-4017-bfb5-56d71c3099a3 HTTP/1.1" 200 115 0.039788 10.0.0.22 - - [2025-10-13 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005528 10.0.0.41 - - [2025-10-13 02:39:57] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000957 10.0.0.22 - - [2025-10-13 02:39:57] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.047129 10.0.0.22 - - [2025-10-13 02:39:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36397304&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.005632 10.0.0.22 - - [2025-10-13 02:39:57] "DELETE /network-policy/f26190f3-2f92-4153-bc2b-ecbad49e30a8 HTTP/1.1" 200 115 0.035254 10.0.0.22 - - [2025-10-13 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.41 - - [2025-10-13 02:39:57] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000991 10.0.0.22 - - [2025-10-13 02:39:57] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038394 10.0.0.22 - - [2025-10-13 02:39:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36397304&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005263 10.0.0.22 - - [2025-10-13 02:39:57] "DELETE /network-policy/fa45b9cd-f4dd-4821-bd2c-ee7be62b8d05 HTTP/1.1" 200 115 0.046227 10.0.0.22 - - [2025-10-13 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.41 - - [2025-10-13 02:39:58] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000963 10.0.0.22 - - [2025-10-13 02:39:58] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.038221 10.0.0.22 - - [2025-10-13 02:39:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36397304&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.005334 10.0.0.22 - - [2025-10-13 02:39:58] "DELETE /network-policy/76290d00-07a8-4e9c-bd41-6ff22794ad5b HTTP/1.1" 200 115 0.052419 10.0.0.22 - - [2025-10-13 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006094 10.0.0.41 - - [2025-10-13 02:39:58] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001010 10.0.0.22 - - [2025-10-13 02:39:58] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.039845 10.0.0.22 - - [2025-10-13 02:39:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36397304&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.005717 10.0.0.22 - - [2025-10-13 02:39:58] "DELETE /network-policy/80b2a420-deb6-4d9e-a89b-4efde653bbf4 HTTP/1.1" 200 115 0.036594 10.0.0.22 - - [2025-10-13 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.41 - - [2025-10-13 02:39:58] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000971 10.0.0.22 - - [2025-10-13 02:39:58] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.045454 10.0.0.22 - - [2025-10-13 02:39:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36397304&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005954 10.0.0.22 - - [2025-10-13 02:39:58] "DELETE /network-policy/116f244f-1a69-4e5b-837f-c1c3b11e4c88 HTTP/1.1" 200 115 0.037459 10.0.0.22 - - [2025-10-13 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237 10.0.0.41 - - [2025-10-13 02:39:58] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000983 10.0.0.22 - - [2025-10-13 02:39:58] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.037370 10.0.0.22 - - [2025-10-13 02:39:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36397304&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005569 10.0.0.22 - - [2025-10-13 02:39:58] "DELETE /network-policy/83da306e-3ae5-414f-a686-659a07abb6b9 HTTP/1.1" 200 115 0.038771 10.0.0.22 - - [2025-10-13 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.41 - - [2025-10-13 02:39:58] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001003 10.0.0.22 - - [2025-10-13 02:39:59] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.039328 10.0.0.22 - - [2025-10-13 02:39:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36397304&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.005267 10.0.0.22 - - [2025-10-13 02:39:59] "DELETE /network-policy/e0a75953-7aab-4147-a8d0-d2446af1d24c HTTP/1.1" 200 115 0.037063 10.0.0.22 - - [2025-10-13 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.41 - - [2025-10-13 02:39:59] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001390 10.0.0.22 - - [2025-10-13 02:39:59] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.039318 10.0.0.22 - - [2025-10-13 02:39:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36397304&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005396 10.0.0.22 - - [2025-10-13 02:39:59] "DELETE /network-policy/30400101-b16c-41cc-b8d9-8e6a97c5d852 HTTP/1.1" 200 115 0.034095 10.0.0.22 - - [2025-10-13 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.41 - - [2025-10-13 02:39:59] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001132 10.0.0.22 - - [2025-10-13 02:39:59] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.035747 10.0.0.22 - - [2025-10-13 02:39:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-36397304&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007237 10.0.0.22 - - [2025-10-13 02:39:59] "POST /neutron/network HTTP/1.1" 200 1074 0.008902 10.0.0.41 - - [2025-10-13 02:39:59] "DELETE /route-target/c52509c9-ab74-45ab-9f0a-ac344d1201c1 HTTP/1.1" 200 115 0.029492 10.0.0.41 - - [2025-10-13 02:40:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002777 10.0.0.41 - - [2025-10-13 02:40:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002836 10.0.0.41 - - [2025-10-13 02:40:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004298 10.0.0.41 - - [2025-10-13 02:40:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002923 10.0.0.22 - - [2025-10-13 02:40:00] "POST /neutron/network HTTP/1.1" 200 151 0.141197 10.0.0.22 - - [2025-10-13 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.22 - - [2025-10-13 02:40:00] "DELETE /network-ipam/61a93a7e-aca4-4dac-8e45-966dadda0fab HTTP/1.1" 200 115 0.031281 10.0.0.22 - - [2025-10-13 02:40:00] "POST /fqname-to-id HTTP/1.1" 404 248 0.004756 10.0.0.41 - - [2025-10-13 02:40:00] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000917 10.0.0.41 - - [2025-10-13 02:40:00] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.040792 10.0.0.41 - - [2025-10-13 02:40:00] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001073 10.0.0.41 - - [2025-10-13 02:40:00] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?fields=security_groups HTTP/1.1" 200 1380 0.029816 10.0.0.41 - - [2025-10-13 02:40:00] "DELETE /security-group/656d2a56-0f1e-4486-93e5-7fd50aabe956 HTTP/1.1" 200 115 0.054359 10.0.0.41 - - [2025-10-13 02:40:00] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000970 10.0.0.41 - - [2025-10-13 02:40:00] "DELETE /access-control-list/32a7c213-bcfb-44e4-a68d-d8ba004d4b2f HTTP/1.1" 200 115 0.044436 10.0.0.41 - - [2025-10-13 02:40:00] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?fields=application_policy_sets HTTP/1.1" 200 1419 0.052524 10.0.0.22 - - [2025-10-13 02:40:00] "DELETE /project/17360ce3-2e09-4385-a387-b2a18e5d5530 HTTP/1.1" 200 115 0.388984 10.0.0.41 - - [2025-10-13 02:40:00] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001546 10.0.0.22 - - [2025-10-13 02:40:00] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?fields=projects HTTP/1.1" 200 1244 0.009758 10.0.0.41 - - [2025-10-13 02:40:02] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003664 10.0.0.41 - - [2025-10-13 02:40:02] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.41 - - [2025-10-13 02:40:02] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032596 10.0.0.41 - - [2025-10-13 02:40:02] "POST /id-to-fqname HTTP/1.1" 200 196 0.002388 10.0.0.41 - - [2025-10-13 02:40:02] "POST /fqname-to-id HTTP/1.1" 404 205 0.003881 10.0.0.41 - - [2025-10-13 02:40:02] "POST /security-groups HTTP/1.1" 200 597 0.033721 10.0.0.41 - - [2025-10-13 02:40:02] "POST /projects HTTP/1.1" 200 597 0.257565 10.0.0.41 - - [2025-10-13 02:40:02] "POST /access-control-lists HTTP/1.1" 200 602 0.037135 10.0.0.41 - - [2025-10-13 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.326715 10.0.0.22 - - [2025-10-13 02:40:02] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.468112 10.0.0.41 - - [2025-10-13 02:40:02] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000981 10.0.0.22 - - [2025-10-13 02:40:02] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?fields=virtual_networks HTTP/1.1" 200 1043 0.035479 10.0.0.41 - - [2025-10-13 02:40:02] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000944 10.0.0.22 - - [2025-10-13 02:40:02] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.041159 10.0.0.41 - - [2025-10-13 02:40:02] "GET /projects?obj_uuids=17360ce3-2e09-4385-a387-b2a18e5d5530&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001480 10.0.0.22 - - [2025-10-13 02:40:02] "GET /project/17360ce3-2e09-4385-a387-b2a18e5d5530?fields=security_groups HTTP/1.1" 200 1275 0.053780 10.0.0.22 - - [2025-10-13 02:40:03] "POST /fqname-to-id HTTP/1.1" 404 200 0.025235 10.0.0.41 - - [2025-10-13 02:40:03] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002937 10.0.0.41 - - [2025-10-13 02:40:03] "DELETE /access-control-list/7062b938-d77e-4bc9-8c1c-ab2e94e1c3e4 HTTP/1.1" 200 115 0.041802 10.0.0.41 - - [2025-10-13 02:40:03] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.41 - - [2025-10-13 02:40:03] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.017571 10.0.0.41 - - [2025-10-13 02:40:04] "POST /id-to-fqname HTTP/1.1" 200 202 0.001232 10.0.0.41 - - [2025-10-13 02:40:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.009090 10.0.0.41 - - [2025-10-13 02:40:04] "POST /security-groups HTTP/1.1" 200 603 0.035506 10.0.0.41 - - [2025-10-13 02:40:04] "POST /projects HTTP/1.1" 200 609 0.294168 10.0.0.41 - - [2025-10-13 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.343910 10.0.0.41 - - [2025-10-13 02:40:04] "POST /access-control-lists HTTP/1.1" 200 608 0.030147 10.0.0.22 - - [2025-10-13 02:40:04] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.524685 10.0.0.22 - - [2025-10-13 02:40:05] "GET / HTTP/1.1" 200 35931 0.001823 10.0.0.41 - - [2025-10-13 02:40:06] "DELETE /project/08fd937963cb46088b659f036d6c8215 HTTP/1.1" 404 173 0.005578 10.0.0.41 - - [2025-10-13 02:40:06] "DELETE /project/17360ce32e094385a387b2a18e5d5530 HTTP/1.1" 404 173 0.005305 10.0.0.41 - - [2025-10-13 02:40:06] "DELETE /project/17360ce3-2e09-4385-a387-b2a18e5d5530 HTTP/1.1" 404 177 0.004677 10.0.0.22 - - [2025-10-13 02:40:07] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000473 10.0.0.41 - - [2025-10-13 02:40:07] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000985 10.0.0.22 - - [2025-10-13 02:40:07] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.066246 10.0.0.22 - - [2025-10-13 02:40:08] "GET / HTTP/1.1" 200 35931 0.001761 10.0.0.22 - - [2025-10-13 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.41 - - [2025-10-13 02:40:08] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.22 - - [2025-10-13 02:40:08] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008869 10.0.0.22 - - [2025-10-13 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.41 - - [2025-10-13 02:40:08] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.22 - - [2025-10-13 02:40:08] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.042780 10.0.0.22 - - [2025-10-13 02:40:09] "GET /domains HTTP/1.1" 401 292 0.000401 10.0.0.22 - - [2025-10-13 02:40:09] "GET /domains HTTP/1.1" 200 280 0.025168 10.0.0.41 - - [2025-10-13 02:40:09] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.22 - - [2025-10-13 02:40:09] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c HTTP/1.1" 200 2585 0.008474 10.0.0.41 - - [2025-10-13 02:40:10] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000863 10.0.0.22 - - [2025-10-13 02:40:10] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215 HTTP/1.1" 200 1922 0.084939 10.0.0.22 - - [2025-10-13 02:40:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002930 10.0.0.22 - - [2025-10-13 02:40:10] "POST /network-ipams HTTP/1.1" 200 621 0.023579 10.0.0.22 - - [2025-10-13 02:40:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003338 10.0.0.22 - - [2025-10-13 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.22 - - [2025-10-13 02:40:10] "GET /network-ipam/8f8112d7-e348-439b-8be5-7cece836f841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.006494 10.0.0.22 - - [2025-10-13 02:40:10] "PUT /network-ipam/8f8112d7-e348-439b-8be5-7cece836f841 HTTP/1.1" 200 258 0.013533 10.0.0.22 - - [2025-10-13 02:40:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000568 10.0.0.22 - - [2025-10-13 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.027505 10.0.0.41 - - [2025-10-13 02:40:10] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000863 10.0.0.22 - - [2025-10-13 02:40:10] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.034676 10.0.0.41 - - [2025-10-13 02:40:11] "POST /route-targets HTTP/1.1" 200 327 0.014904 10.0.0.41 - - [2025-10-13 02:40:11] "POST /useragent-kv HTTP/1.1" 200 115 0.012847 10.0.0.22 - - [2025-10-13 02:40:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.237366 10.0.0.22 - - [2025-10-13 02:40:11] "POST /neutron/network HTTP/1.1" 200 1336 0.011857 10.0.0.22 - - [2025-10-13 02:40:11] "POST /id-to-fqname HTTP/1.1" 200 235 0.001035 10.0.0.22 - - [2025-10-13 02:40:11] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3171 0.005023 10.0.0.22 - - [2025-10-13 02:40:11] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3171 0.006085 10.0.0.22 - - [2025-10-13 02:40:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.009596 10.0.0.22 - - [2025-10-13 02:40:12] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3171 0.005535 10.0.0.22 - - [2025-10-13 02:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.41 - - [2025-10-13 02:40:13] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.22 - - [2025-10-13 02:40:13] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.037791 10.0.0.22 - - [2025-10-13 02:40:13] "POST /neutron/network HTTP/1.1" 200 117 0.012004 10.0.0.41 - - [2025-10-13 02:40:14] "POST /ref-update HTTP/1.1" 200 156 0.020534 10.0.0.41 - - [2025-10-13 02:40:14] "POST /useragent-kv HTTP/1.1" 200 115 0.005561 10.0.0.22 - - [2025-10-13 02:40:14] "POST /neutron/subnet HTTP/1.1" 200 701 0.214270 10.0.0.41 - - [2025-10-13 02:40:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.037546 10.0.0.22 - - [2025-10-13 02:40:14] "POST /id-to-fqname HTTP/1.1" 200 235 0.001301 10.0.0.22 - - [2025-10-13 02:40:14] "GET /virtual-network/0bb9c5f4-f4d8-4928-abdb-1732b297ee12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.006924 10.0.0.22 - - [2025-10-13 02:40:14] "POST /neutron/network HTTP/1.1" 200 1337 0.012207 10.0.0.22 - - [2025-10-13 02:40:14] "GET /virtual-network/0bb9c5f4-f4d8-4928-abdb-1732b297ee12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.004703 10.0.0.22 - - [2025-10-13 02:40:14] "POST /neutron/subnet HTTP/1.1" 200 701 0.007819 10.0.0.22 - - [2025-10-13 02:40:15] "GET /virtual-network/0bb9c5f4-f4d8-4928-abdb-1732b297ee12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005407 10.0.0.22 - - [2025-10-13 02:40:15] "GET /obj-perms HTTP/1.1" 200 5019 0.049057 10.0.0.19 - - [2025-10-13 02:40:15] "GET /obj-perms HTTP/1.1" 200 5019 0.045726 10.0.0.41 - - [2025-10-13 02:40:15] "GET /obj-perms HTTP/1.1" 200 5019 0.043518 10.0.0.22 - - [2025-10-13 02:40:15] "POST /fqname-to-id HTTP/1.1" 404 211 0.004529 10.0.0.22 - - [2025-10-13 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.41 - - [2025-10-13 02:40:15] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011 10.0.0.22 - - [2025-10-13 02:40:15] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.033765 10.0.0.22 - - [2025-10-13 02:40:15] "POST /network-policys HTTP/1.1" 200 533 0.072383 10.0.0.22 - - [2025-10-13 02:40:15] "GET /network-policy/bc31ce78-3859-4ada-ac4d-2d687b68e494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006429 10.0.0.22 - - [2025-10-13 02:40:15] "POST /fqname-to-id HTTP/1.1" 404 211 0.002918 10.0.0.22 - - [2025-10-13 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.41 - - [2025-10-13 02:40:15] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001350 10.0.0.22 - - [2025-10-13 02:40:15] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.040009 10.0.0.22 - - [2025-10-13 02:40:15] "POST /network-policys HTTP/1.1" 200 533 0.072170 10.0.0.22 - - [2025-10-13 02:40:16] "GET /network-policy/7e72fc23-cc47-42b6-befc-6a4653d37b80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.006535 10.0.0.22 - - [2025-10-13 02:40:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.006646 10.0.0.22 - - [2025-10-13 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.41 - - [2025-10-13 02:40:16] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000928 10.0.0.22 - - [2025-10-13 02:40:16] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.038848 10.0.0.22 - - [2025-10-13 02:40:16] "POST /network-policys HTTP/1.1" 200 533 0.073053 10.0.0.22 - - [2025-10-13 02:40:16] "GET /network-policy/a51188a8-0de8-46d6-8446-a295981de978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.007816 10.0.0.22 - - [2025-10-13 02:40:16] "POST /fqname-to-id HTTP/1.1" 404 211 0.002939 10.0.0.22 - - [2025-10-13 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.41 - - [2025-10-13 02:40:16] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001011 10.0.0.22 - - [2025-10-13 02:40:16] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.042180 10.0.0.22 - - [2025-10-13 02:40:16] "POST /network-policys HTTP/1.1" 200 533 0.072559 10.0.0.22 - - [2025-10-13 02:40:16] "GET /network-policy/9c0945ac-2cc5-42e4-b82b-58eddde08684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006550 10.0.0.22 - - [2025-10-13 02:40:16] "POST /fqname-to-id HTTP/1.1" 404 213 0.003540 10.0.0.22 - - [2025-10-13 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.41 - - [2025-10-13 02:40:16] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.22 - - [2025-10-13 02:40:17] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.037612 10.0.0.22 - - [2025-10-13 02:40:17] "POST /network-policys HTTP/1.1" 200 537 0.030913 10.0.0.22 - - [2025-10-13 02:40:17] "GET /network-policy/c1bef6da-1573-49dd-a45e-ef4ec6b9c59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.011206 10.0.0.22 - - [2025-10-13 02:40:17] "POST /fqname-to-id HTTP/1.1" 404 212 0.003776 10.0.0.22 - - [2025-10-13 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.41 - - [2025-10-13 02:40:17] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001320 10.0.0.22 - - [2025-10-13 02:40:17] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.039209 10.0.0.22 - - [2025-10-13 02:40:17] "POST /network-policys HTTP/1.1" 200 535 0.068935 10.0.0.22 - - [2025-10-13 02:40:17] "GET /network-policy/e2801443-8b65-4e21-893b-da394a55ca58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006051 10.0.0.22 - - [2025-10-13 02:40:17] "POST /fqname-to-id HTTP/1.1" 404 212 0.003171 10.0.0.22 - - [2025-10-13 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.41 - - [2025-10-13 02:40:17] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.22 - - [2025-10-13 02:40:17] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.038284 10.0.0.22 - - [2025-10-13 02:40:17] "POST /network-policys HTTP/1.1" 200 535 0.089550 10.0.0.22 - - [2025-10-13 02:40:17] "GET /network-policy/8161489d-5c73-4e4f-adee-a56fbbff8c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006833 10.0.0.22 - - [2025-10-13 02:40:18] "POST /fqname-to-id HTTP/1.1" 404 212 0.004260 10.0.0.22 - - [2025-10-13 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006332 10.0.0.41 - - [2025-10-13 02:40:18] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.22 - - [2025-10-13 02:40:18] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.044223 10.0.0.22 - - [2025-10-13 02:40:18] "POST /network-policys HTTP/1.1" 200 535 0.077205 10.0.0.22 - - [2025-10-13 02:40:18] "GET /network-policy/5f5cbe9a-abad-4d26-b28e-3a7a5734a4dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007632 10.0.0.22 - - [2025-10-13 02:40:18] "POST /fqname-to-id HTTP/1.1" 404 212 0.003189 10.0.0.22 - - [2025-10-13 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.41 - - [2025-10-13 02:40:18] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000941 10.0.0.22 - - [2025-10-13 02:40:18] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.052238 10.0.0.22 - - [2025-10-13 02:40:18] "POST /network-policys HTTP/1.1" 200 535 0.070987 10.0.0.22 - - [2025-10-13 02:40:18] "GET /network-policy/e5eae072-0734-46f7-8d73-0be6b45d1c48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006570 10.0.0.22 - - [2025-10-13 02:40:18] "POST /fqname-to-id HTTP/1.1" 404 214 0.003587 10.0.0.22 - - [2025-10-13 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.41 - - [2025-10-13 02:40:19] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000941 10.0.0.22 - - [2025-10-13 02:40:19] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.057788 10.0.0.22 - - [2025-10-13 02:40:19] "POST /network-policys HTTP/1.1" 200 539 0.036293 10.0.0.22 - - [2025-10-13 02:40:19] "GET /network-policy/4ca735d8-e1dd-409b-a9ad-82928e038e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005768 10.0.0.22 - - [2025-10-13 02:40:19] "POST /neutron/network HTTP/1.1" 200 1424 0.073874 10.0.0.22 - - [2025-10-13 02:40:19] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3475 0.009693 10.0.0.22 - - [2025-10-13 02:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.22 - - [2025-10-13 02:40:19] "GET /network-policy/bc31ce78-3859-4ada-ac4d-2d687b68e494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004586 10.0.0.41 - - [2025-10-13 02:40:19] "POST /fqname-to-id HTTP/1.1" 404 252 0.003767 10.0.0.22 - - [2025-10-13 02:40:20] "POST /neutron/network HTTP/1.1" 200 1427 0.073765 10.0.0.22 - - [2025-10-13 02:40:20] "GET /virtual-network/0bb9c5f4-f4d8-4928-abdb-1732b297ee12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.015056 10.0.0.22 - - [2025-10-13 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008826 10.0.0.22 - - [2025-10-13 02:40:20] "GET /network-policy/c1bef6da-1573-49dd-a45e-ef4ec6b9c59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006869 10.0.0.22 - - [2025-10-13 02:40:20] "POST /id-to-fqname HTTP/1.1" 200 235 0.002111 10.0.0.41 - - [2025-10-13 02:40:21] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001094 10.0.0.22 - - [2025-10-13 02:40:21] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.060102 10.0.0.22 - - [2025-10-13 02:40:21] "POST /neutron/network HTTP/1.1" 200 1424 0.012806 10.0.0.22 - - [2025-10-13 02:40:21] "POST /id-to-fqname HTTP/1.1" 200 235 0.001394 10.0.0.22 - - [2025-10-13 02:40:21] "POST /neutron/port HTTP/1.1" 200 117 0.006282 10.0.0.41 - - [2025-10-13 02:40:21] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.41 - - [2025-10-13 02:40:21] "PUT /access-control-list/0d05dd48-5d49-488a-ace6-bac851df9d03 HTTP/1.1" 200 272 0.075294 10.0.0.22 - - [2025-10-13 02:40:22] "POST /neutron/port HTTP/1.1" 200 1173 0.335896 10.0.0.22 - - [2025-10-13 02:40:22] "POST /neutron/port HTTP/1.1" 200 1227 0.107949 10.0.0.41 - - [2025-10-13 02:40:22] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001462 10.0.0.22 - - [2025-10-13 02:40:22] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.077235 10.0.0.22 - - [2025-10-13 02:40:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003585 10.0.0.22 - - [2025-10-13 02:40:22] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.22 - - [2025-10-13 02:40:22] "POST /neutron/port HTTP/1.1" 200 1201 0.017561 10.0.0.22 - - [2025-10-13 02:40:22] "POST /neutron/port HTTP/1.1" 200 1201 0.017958 10.0.0.41 - - [2025-10-13 02:40:22] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001009 10.0.0.22 - - [2025-10-13 02:40:23] "POST /neutron/port HTTP/1.1" 200 1174 0.367061 10.0.0.22 - - [2025-10-13 02:40:23] "POST /neutron/port HTTP/1.1" 200 1228 0.134668 10.0.0.22 - - [2025-10-13 02:40:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004316 10.0.0.22 - - [2025-10-13 02:40:23] "POST /neutron/port HTTP/1.1" 200 117 0.001721 10.0.0.22 - - [2025-10-13 02:40:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009511 10.0.0.22 - - [2025-10-13 02:40:27] "POST /neutron/port HTTP/1.1" 200 1201 0.017369 10.0.0.22 - - [2025-10-13 02:40:28] "GET /virtual-machine/69300938-e65a-4f2a-af94-c1e065e95326 HTTP/1.1" 401 292 0.000447 10.0.0.22 - - [2025-10-13 02:40:28] "GET /virtual-machine/69300938-e65a-4f2a-af94-c1e065e95326 HTTP/1.1" 200 1304 0.033109 10.0.0.22 - - [2025-10-13 02:40:28] "GET /virtual-machine-interface/2c6628f2-be11-4a5a-9120-7e9d8889e916 HTTP/1.1" 200 3168 0.005361 10.0.0.22 - - [2025-10-13 02:40:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.22 - - [2025-10-13 02:40:28] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003660 10.0.0.22 - - [2025-10-13 02:40:28] "GET /virtual-networks?parent_id=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003216 10.0.0.22 - - [2025-10-13 02:40:28] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3475 0.006249 10.0.0.22 - - [2025-10-13 02:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.22 - - [2025-10-13 02:40:31] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3475 0.005289 10.0.0.22 - - [2025-10-13 02:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.22 - - [2025-10-13 02:40:35] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3475 0.005292 10.0.0.22 - - [2025-10-13 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.22 - - [2025-10-13 02:40:39] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3475 0.005195 10.0.0.22 - - [2025-10-13 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.22 - - [2025-10-13 02:40:43] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3475 0.005443 10.0.0.22 - - [2025-10-13 02:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.22 - - [2025-10-13 02:40:47] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3475 0.005227 10.0.0.22 - - [2025-10-13 02:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.22 - - [2025-10-13 02:40:52] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3475 0.005723 10.0.0.22 - - [2025-10-13 02:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.22 - - [2025-10-13 02:40:56] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3475 0.004921 10.0.0.22 - - [2025-10-13 02:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.22 - - [2025-10-13 02:41:00] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004595 10.0.0.22 - - [2025-10-13 02:41:00] "GET /virtual-networks?parent_id=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003236 10.0.0.22 - - [2025-10-13 02:41:00] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3475 0.007132 10.0.0.22 - - [2025-10-13 02:41:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008021 10.0.0.22 - - [2025-10-13 02:41:09] "POST /neutron/port HTTP/1.1" 200 1201 0.036164 10.0.0.22 - - [2025-10-13 02:41:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007253 10.0.0.22 - - [2025-10-13 02:41:15] "POST /neutron/port HTTP/1.1" 200 1201 0.014987 10.0.0.22 - - [2025-10-13 02:41:20] "POST /neutron/port HTTP/1.1" 200 1201 0.016161 10.0.0.22 - - [2025-10-13 02:41:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004829 10.0.0.22 - - [2025-10-13 02:41:20] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.22 - - [2025-10-13 02:41:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007956 10.0.0.22 - - [2025-10-13 02:41:21] "POST /neutron/port HTTP/1.1" 200 1202 0.021256 10.0.0.22 - - [2025-10-13 02:41:21] "GET /virtual-machine/3674d816-a070-4f8a-ac4f-790a29b2614f HTTP/1.1" 200 1304 0.008076 10.0.0.22 - - [2025-10-13 02:41:21] "GET /virtual-machine-interface/bad3637d-a802-48ec-a34e-755684efc915 HTTP/1.1" 200 3169 0.006231 10.0.0.22 - - [2025-10-13 02:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.22 - - [2025-10-13 02:41:21] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004210 10.0.0.22 - - [2025-10-13 02:41:21] "GET /virtual-networks?parent_id=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003656 10.0.0.22 - - [2025-10-13 02:41:21] "GET /virtual-network/0bb9c5f4-f4d8-4928-abdb-1732b297ee12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008699 10.0.0.22 - - [2025-10-13 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.22 - - [2025-10-13 02:41:22] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003583 10.0.0.22 - - [2025-10-13 02:41:22] "GET /virtual-networks?parent_id=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003789 10.0.0.22 - - [2025-10-13 02:41:22] "GET /virtual-network/0bb9c5f4-f4d8-4928-abdb-1732b297ee12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005707 10.0.0.22 - - [2025-10-13 02:41:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010250 10.0.0.22 - - [2025-10-13 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.22 - - [2025-10-13 02:41:23] "GET /network-policy/c1bef6da-1573-49dd-a45e-ef4ec6b9c59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004140 10.0.0.22 - - [2025-10-13 02:41:23] "POST /neutron/port HTTP/1.1" 200 1201 0.015405 10.0.0.22 - - [2025-10-13 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.22 - - [2025-10-13 02:41:23] "GET /network-policy/bc31ce78-3859-4ada-ac4d-2d687b68e494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004096 10.0.0.41 - - [2025-10-13 02:41:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.009067 10.0.0.22 - - [2025-10-13 02:41:23] "POST /neutron/network HTTP/1.1" 200 1424 0.082052 10.0.0.22 - - [2025-10-13 02:41:23] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3475 0.006118 10.0.0.22 - - [2025-10-13 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005361 10.0.0.22 - - [2025-10-13 02:41:23] "POST /neutron/port HTTP/1.1" 200 1202 0.014643 10.0.0.22 - - [2025-10-13 02:41:23] "GET /network-policy/7e72fc23-cc47-42b6-befc-6a4653d37b80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.004201 10.0.0.22 - - [2025-10-13 02:41:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003931 10.0.0.22 - - [2025-10-13 02:41:23] "POST /neutron/port HTTP/1.1" 200 117 0.001559 10.0.0.41 - - [2025-10-13 02:41:45] "PUT /access-control-list/0d05dd48-5d49-488a-ace6-bac851df9d03 HTTP/1.1" 200 272 0.018422 10.0.0.22 - - [2025-10-13 02:41:45] "POST /neutron/network HTTP/1.1" 200 1427 0.082434 10.0.0.22 - - [2025-10-13 02:41:45] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005677 10.0.0.22 - - [2025-10-13 02:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.22 - - [2025-10-13 02:41:45] "GET /network-policy/4ca735d8-e1dd-409b-a9ad-82928e038e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004783 10.0.0.22 - - [2025-10-13 02:41:58] "POST /neutron/network HTTP/1.1" 200 1424 0.076776 10.0.0.41 - - [2025-10-13 02:41:58] "POST /ref-update HTTP/1.1" 200 156 0.025626 10.0.0.22 - - [2025-10-13 02:41:58] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3475 0.012178 10.0.0.22 - - [2025-10-13 02:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.010188 10.0.0.22 - - [2025-10-13 02:41:58] "GET /network-policy/a51188a8-0de8-46d6-8446-a295981de978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.004563 10.0.0.41 - - [2025-10-13 02:42:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.004879 10.0.0.22 - - [2025-10-13 02:42:10] "POST /neutron/network HTTP/1.1" 200 1424 0.111031 10.0.0.22 - - [2025-10-13 02:42:10] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3475 0.006222 10.0.0.22 - - [2025-10-13 02:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.22 - - [2025-10-13 02:42:10] "GET /network-policy/9c0945ac-2cc5-42e4-b82b-58eddde08684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004120 10.0.0.22 - - [2025-10-13 02:42:20] "POST /neutron/network HTTP/1.1" 200 1425 0.079463 10.0.0.41 - - [2025-10-13 02:42:20] "POST /ref-update HTTP/1.1" 200 156 0.032911 10.0.0.22 - - [2025-10-13 02:42:20] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006911 10.0.0.22 - - [2025-10-13 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005363 10.0.0.22 - - [2025-10-13 02:42:20] "GET /network-policy/e2801443-8b65-4e21-893b-da394a55ca58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005172 10.0.0.22 - - [2025-10-13 02:42:22] "POST /neutron/port HTTP/1.1" 200 1201 0.039139 10.0.0.22 - - [2025-10-13 02:42:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004133 10.0.0.22 - - [2025-10-13 02:42:22] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.22 - - [2025-10-13 02:42:23] "POST /neutron/port HTTP/1.1" 200 1202 0.035991 10.0.0.22 - - [2025-10-13 02:42:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004151 10.0.0.22 - - [2025-10-13 02:42:23] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.22 - - [2025-10-13 02:42:33] "POST /neutron/network HTTP/1.1" 200 1425 0.077071 10.0.0.22 - - [2025-10-13 02:42:33] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.005422 10.0.0.22 - - [2025-10-13 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.22 - - [2025-10-13 02:42:33] "GET /network-policy/8161489d-5c73-4e4f-adee-a56fbbff8c27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004631 10.0.0.41 - - [2025-10-13 02:42:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.005868 10.0.0.22 - - [2025-10-13 02:42:43] "POST /neutron/network HTTP/1.1" 200 1425 0.081231 10.0.0.41 - - [2025-10-13 02:42:43] "PUT /access-control-list/0d05dd48-5d49-488a-ace6-bac851df9d03 HTTP/1.1" 200 272 0.060944 10.0.0.22 - - [2025-10-13 02:42:43] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.008755 10.0.0.22 - - [2025-10-13 02:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.22 - - [2025-10-13 02:42:43] "GET /network-policy/5f5cbe9a-abad-4d26-b28e-3a7a5734a4dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004229 10.0.0.22 - - [2025-10-13 02:42:55] "POST /neutron/network HTTP/1.1" 200 1425 0.092462 10.0.0.22 - - [2025-10-13 02:42:55] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.005718 10.0.0.22 - - [2025-10-13 02:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.22 - - [2025-10-13 02:42:55] "GET /network-policy/e5eae072-0734-46f7-8d73-0be6b45d1c48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004644 10.0.0.22 - - [2025-10-13 02:43:05] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3476 0.006933 10.0.0.22 - - [2025-10-13 02:43:05] "POST /neutron/network HTTP/1.1" 200 1336 0.078932 10.0.0.41 - - [2025-10-13 02:43:05] "POST /ref-update HTTP/1.1" 200 156 0.026764 10.0.0.22 - - [2025-10-13 02:43:05] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3171 0.021842 10.0.0.22 - - [2025-10-13 02:43:05] "GET /virtual-machine/3674d816-a070-4f8a-ac4f-790a29b2614f HTTP/1.1" 200 1304 0.005079 10.0.0.22 - - [2025-10-13 02:43:06] "POST /neutron/port HTTP/1.1" 200 1228 0.015622 10.0.0.22 - - [2025-10-13 02:43:07] "GET /virtual-machine/3674d816-a070-4f8a-ac4f-790a29b2614f HTTP/1.1" 404 171 0.003301 10.0.0.22 - - [2025-10-13 02:43:07] "GET /virtual-machine/3674d816-a070-4f8a-ac4f-790a29b2614f HTTP/1.1" 404 171 0.002983 10.0.0.22 - - [2025-10-13 02:43:07] "GET /virtual-machine/3674d816-a070-4f8a-ac4f-790a29b2614f HTTP/1.1" 404 171 0.002779 10.0.0.22 - - [2025-10-13 02:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.22 - - [2025-10-13 02:43:08] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004025 10.0.0.22 - - [2025-10-13 02:43:08] "GET /virtual-networks?parent_id=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003214 10.0.0.22 - - [2025-10-13 02:43:08] "GET /virtual-network/0bb9c5f4-f4d8-4928-abdb-1732b297ee12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006241 10.0.0.22 - - [2025-10-13 02:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.22 - - [2025-10-13 02:43:08] "GET /routing-instance/7edeed57-99b4-46f4-a349-86d42fc72f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004566 10.0.0.22 - - [2025-10-13 02:43:08] "GET /route-target/c3065f4c-8e84-40c0-9d31-72f5e78e6c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004486 10.0.0.22 - - [2025-10-13 02:43:08] "GET /obj-perms HTTP/1.1" 200 5019 0.004010 10.0.0.41 - - [2025-10-13 02:43:08] "GET /obj-perms HTTP/1.1" 200 5019 0.003968 10.0.0.22 - - [2025-10-13 02:43:17] "GET /obj-perms HTTP/1.1" 200 5019 0.004006 10.0.0.41 - - [2025-10-13 02:43:17] "GET /obj-perms HTTP/1.1" 200 5019 0.003737 10.0.0.19 - - [2025-10-13 02:43:21] "GET /obj-perms HTTP/1.1" 200 5056 0.043140 10.0.0.22 - - [2025-10-13 02:43:22] "POST /neutron/port HTTP/1.1" 200 1201 0.013722 10.0.0.22 - - [2025-10-13 02:43:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005188 10.0.0.22 - - [2025-10-13 02:43:22] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.22 - - [2025-10-13 02:43:23] "GET /obj-perms HTTP/1.1" 200 5019 0.003636 10.0.0.41 - - [2025-10-13 02:43:26] "GET /obj-perms HTTP/1.1" 200 5019 0.003929 10.0.0.22 - - [2025-10-13 02:43:26] "GET /obj-perms HTTP/1.1" 200 5019 0.003515 10.0.0.22 - - [2025-10-13 02:43:27] "GET /virtual-machine/69300938-e65a-4f2a-af94-c1e065e95326 HTTP/1.1" 200 1304 0.005142 10.0.0.22 - - [2025-10-13 02:43:27] "POST /neutron/port HTTP/1.1" 200 1227 0.012035 10.0.0.22 - - [2025-10-13 02:43:29] "GET /virtual-machine/69300938-e65a-4f2a-af94-c1e065e95326 HTTP/1.1" 404 171 0.003427 10.0.0.22 - - [2025-10-13 02:43:29] "GET /virtual-machine/69300938-e65a-4f2a-af94-c1e065e95326 HTTP/1.1" 404 171 0.002798 10.0.0.22 - - [2025-10-13 02:43:29] "GET /virtual-machine/69300938-e65a-4f2a-af94-c1e065e95326 HTTP/1.1" 404 171 0.002744 10.0.0.22 - - [2025-10-13 02:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.22 - - [2025-10-13 02:43:29] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003255 10.0.0.22 - - [2025-10-13 02:43:29] "GET /virtual-networks?parent_id=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003312 10.0.0.22 - - [2025-10-13 02:43:29] "GET /virtual-network/7f8dcd29-ebad-43e9-8822-a435cab193f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3171 0.006648 10.0.0.22 - - [2025-10-13 02:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.22 - - [2025-10-13 02:43:29] "GET /routing-instance/02a9e825-ca9d-4e13-9d0b-beeebc547257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.006740 10.0.0.22 - - [2025-10-13 02:43:29] "GET /route-target/332a97c7-9e4c-46f3-8298-b779e1b3f850?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005539 10.0.0.41 - - [2025-10-13 02:43:32] "GET /obj-perms HTTP/1.1" 200 5019 0.004111 10.0.0.22 - - [2025-10-13 02:43:35] "GET /obj-perms HTTP/1.1" 200 5019 0.003720 10.0.0.41 - - [2025-10-13 02:43:41] "GET /obj-perms HTTP/1.1" 200 5019 0.004161 10.0.0.22 - - [2025-10-13 02:43:44] "GET /obj-perms HTTP/1.1" 200 5019 0.004594 10.0.0.41 - - [2025-10-13 02:43:51] "GET /obj-perms HTTP/1.1" 200 5019 0.003939 10.0.0.22 - - [2025-10-13 02:43:54] "GET /obj-perms HTTP/1.1" 200 5019 0.003762 10.0.0.22 - - [2025-10-13 02:43:57] "GET /obj-perms HTTP/1.1" 200 5019 0.003547 10.0.0.41 - - [2025-10-13 02:43:57] "GET /obj-perms HTTP/1.1" 200 5019 0.003759 10.0.0.22 - - [2025-10-13 02:43:57] "GET /virtual-network/0bb9c5f4-f4d8-4928-abdb-1732b297ee12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005545 10.0.0.41 - - [2025-10-13 02:43:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.005440 10.0.0.22 - - [2025-10-13 02:43:57] "POST /neutron/network HTTP/1.1" 200 1337 0.077308 10.0.0.22 - - [2025-10-13 02:43:57] "GET /virtual-network/0bb9c5f4-f4d8-4928-abdb-1732b297ee12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005695 10.0.0.22 - - [2025-10-13 02:43:57] "DELETE /network-policy/4ca735d8-e1dd-409b-a9ad-82928e038e06 HTTP/1.1" 200 115 0.032354 10.0.0.22 - - [2025-10-13 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006098 10.0.0.41 - - [2025-10-13 02:43:57] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000966 10.0.0.22 - - [2025-10-13 02:43:57] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.038173 10.0.0.22 - - [2025-10-13 02:43:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-21542431&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.005612 10.0.0.22 - - [2025-10-13 02:43:57] "DELETE /network-policy/e5eae072-0734-46f7-8d73-0be6b45d1c48 HTTP/1.1" 200 115 0.030372 10.0.0.22 - - [2025-10-13 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005797 10.0.0.41 - - [2025-10-13 02:43:57] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.22 - - [2025-10-13 02:43:57] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.043159 10.0.0.22 - - [2025-10-13 02:43:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-21542431&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.006088 10.0.0.22 - - [2025-10-13 02:43:58] "DELETE /network-policy/5f5cbe9a-abad-4d26-b28e-3a7a5734a4dc HTTP/1.1" 200 115 0.037581 10.0.0.22 - - [2025-10-13 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.41 - - [2025-10-13 02:43:58] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.22 - - [2025-10-13 02:43:58] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.033467 10.0.0.22 - - [2025-10-13 02:43:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-21542431&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.009667 10.0.0.22 - - [2025-10-13 02:43:58] "DELETE /network-policy/8161489d-5c73-4e4f-adee-a56fbbff8c27 HTTP/1.1" 200 115 0.039919 10.0.0.22 - - [2025-10-13 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.41 - - [2025-10-13 02:43:58] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.22 - - [2025-10-13 02:43:58] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.040430 10.0.0.22 - - [2025-10-13 02:43:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-21542431&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.005523 10.0.0.22 - - [2025-10-13 02:43:58] "DELETE /network-policy/e2801443-8b65-4e21-893b-da394a55ca58 HTTP/1.1" 200 115 0.045950 10.0.0.22 - - [2025-10-13 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.41 - - [2025-10-13 02:43:58] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.22 - - [2025-10-13 02:43:58] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.042361 10.0.0.22 - - [2025-10-13 02:43:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-21542431&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005223 10.0.0.22 - - [2025-10-13 02:43:58] "DELETE /network-policy/c1bef6da-1573-49dd-a45e-ef4ec6b9c59a HTTP/1.1" 200 115 0.038696 10.0.0.22 - - [2025-10-13 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.41 - - [2025-10-13 02:43:58] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.22 - - [2025-10-13 02:43:58] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.038941 10.0.0.22 - - [2025-10-13 02:43:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-21542431&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005625 10.0.0.22 - - [2025-10-13 02:43:58] "DELETE /network-policy/9c0945ac-2cc5-42e4-b82b-58eddde08684 HTTP/1.1" 200 115 0.035107 10.0.0.22 - - [2025-10-13 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.41 - - [2025-10-13 02:43:58] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000969 10.0.0.22 - - [2025-10-13 02:43:59] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.041395 10.0.0.22 - - [2025-10-13 02:43:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-21542431&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.005261 10.0.0.22 - - [2025-10-13 02:43:59] "DELETE /network-policy/a51188a8-0de8-46d6-8446-a295981de978 HTTP/1.1" 200 115 0.040973 10.0.0.22 - - [2025-10-13 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.41 - - [2025-10-13 02:43:59] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001007 10.0.0.22 - - [2025-10-13 02:43:59] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.045831 10.0.0.22 - - [2025-10-13 02:43:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-21542431&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.007547 10.0.0.22 - - [2025-10-13 02:43:59] "DELETE /network-policy/7e72fc23-cc47-42b6-befc-6a4653d37b80 HTTP/1.1" 200 115 0.044805 10.0.0.22 - - [2025-10-13 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.41 - - [2025-10-13 02:43:59] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001328 10.0.0.22 - - [2025-10-13 02:43:59] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.039140 10.0.0.22 - - [2025-10-13 02:43:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-21542431&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005305 10.0.0.22 - - [2025-10-13 02:43:59] "DELETE /network-policy/bc31ce78-3859-4ada-ac4d-2d687b68e494 HTTP/1.1" 200 115 0.040691 10.0.0.22 - - [2025-10-13 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005293 10.0.0.41 - - [2025-10-13 02:43:59] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001113 10.0.0.22 - - [2025-10-13 02:43:59] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.035770 10.0.0.22 - - [2025-10-13 02:43:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-21542431&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.010051 10.0.0.41 - - [2025-10-13 02:43:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004270 10.0.0.41 - - [2025-10-13 02:43:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002356 10.0.0.41 - - [2025-10-13 02:43:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002347 10.0.0.41 - - [2025-10-13 02:43:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002465 10.0.0.41 - - [2025-10-13 02:43:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002221 10.0.0.41 - - [2025-10-13 02:43:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002980 10.0.0.22 - - [2025-10-13 02:43:59] "POST /neutron/network HTTP/1.1" 200 151 0.143846 10.0.0.41 - - [2025-10-13 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.029444 10.0.0.41 - - [2025-10-13 02:44:00] "DELETE /route-target/332a97c7-9e4c-46f3-8298-b779e1b3f850 HTTP/1.1" 200 115 0.018444 10.0.0.22 - - [2025-10-13 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.22 - - [2025-10-13 02:44:00] "DELETE /network-ipam/8f8112d7-e348-439b-8be5-7cece836f841 HTTP/1.1" 200 115 0.030166 10.0.0.22 - - [2025-10-13 02:44:00] "POST /fqname-to-id HTTP/1.1" 404 260 0.002996 10.0.0.41 - - [2025-10-13 02:44:00] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001425 10.0.0.41 - - [2025-10-13 02:44:00] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1514 0.045878 10.0.0.41 - - [2025-10-13 02:44:00] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000994 10.0.0.41 - - [2025-10-13 02:44:00] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?fields=security_groups HTTP/1.1" 200 1397 0.047251 10.0.0.41 - - [2025-10-13 02:44:00] "DELETE /security-group/48299275-2ea7-4ed0-9166-0bc96b07184e HTTP/1.1" 200 115 0.059095 10.0.0.41 - - [2025-10-13 02:44:00] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000901 10.0.0.41 - - [2025-10-13 02:44:00] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?fields=application_policy_sets HTTP/1.1" 200 1436 0.061421 10.0.0.22 - - [2025-10-13 02:44:01] "DELETE /project/08fd9379-63cb-4608-8b65-9f036d6c8215 HTTP/1.1" 200 115 0.453431 10.0.0.41 - - [2025-10-13 02:44:01] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.22 - - [2025-10-13 02:44:01] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?fields=projects HTTP/1.1" 200 1244 0.014212 10.0.0.41 - - [2025-10-13 02:44:02] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003486 10.0.0.41 - - [2025-10-13 02:44:02] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.41 - - [2025-10-13 02:44:02] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048341 10.0.0.41 - - [2025-10-13 02:44:02] "POST /id-to-fqname HTTP/1.1" 200 202 0.007383 10.0.0.41 - - [2025-10-13 02:44:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.003776 10.0.0.41 - - [2025-10-13 02:44:02] "POST /security-groups HTTP/1.1" 200 603 0.028490 10.0.0.41 - - [2025-10-13 02:44:02] "POST /fqname-to-id HTTP/1.1" 404 246 0.002790 10.0.0.41 - - [2025-10-13 02:44:02] "POST /projects HTTP/1.1" 200 609 0.228402 10.0.0.41 - - [2025-10-13 02:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.295931 10.0.0.41 - - [2025-10-13 02:44:02] "POST /access-control-lists HTTP/1.1" 200 606 0.026073 10.0.0.22 - - [2025-10-13 02:44:02] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.470714 10.0.0.41 - - [2025-10-13 02:44:02] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002143 10.0.0.22 - - [2025-10-13 02:44:02] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?fields=virtual_networks HTTP/1.1" 200 1054 0.059399 10.0.0.41 - - [2025-10-13 02:44:03] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001634 10.0.0.22 - - [2025-10-13 02:44:03] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.046824 10.0.0.41 - - [2025-10-13 02:44:03] "GET /projects?obj_uuids=08fd9379-63cb-4608-8b65-9f036d6c8215&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001387 10.0.0.22 - - [2025-10-13 02:44:03] "GET /project/08fd9379-63cb-4608-8b65-9f036d6c8215?fields=security_groups HTTP/1.1" 200 1292 0.041708 10.0.0.22 - - [2025-10-13 02:44:03] "POST /fqname-to-id HTTP/1.1" 404 182 0.024255 10.0.0.41 - - [2025-10-13 02:44:04] "GET /projects?obj_uuids=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003463 10.0.0.41 - - [2025-10-13 02:44:04] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.41 - - [2025-10-13 02:44:04] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.020788 10.0.0.41 - - [2025-10-13 02:44:04] "POST /id-to-fqname HTTP/1.1" 200 184 0.004147 10.0.0.41 - - [2025-10-13 02:44:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.003078 10.0.0.41 - - [2025-10-13 02:44:04] "POST /security-groups HTTP/1.1" 200 585 0.077953 10.0.0.41 - - [2025-10-13 02:44:04] "POST /projects HTTP/1.1" 200 573 0.314447 10.0.0.41 - - [2025-10-13 02:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.344739 10.0.0.41 - - [2025-10-13 02:44:04] "POST /fqname-to-id HTTP/1.1" 404 227 0.010490 10.0.0.22 - - [2025-10-13 02:44:04] "GET /project/3189990e-1da7-4a8e-8c7b-3b43c7bc4620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.549335 10.0.0.41 - - [2025-10-13 02:44:04] "DELETE /access-control-list/1aef3bb4-dd3b-47d2-91e4-a4a73d8e9e8a HTTP/1.1" 200 115 0.055812 10.0.0.22 - - [2025-10-13 02:44:05] "GET / HTTP/1.1" 200 35931 0.001956 10.0.0.22 - - [2025-10-13 02:44:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.22 - - [2025-10-13 02:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.064260 10.0.0.41 - - [2025-10-13 02:44:06] "GET /projects?obj_uuids=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000908 10.0.0.41 - - [2025-10-13 02:44:06] "DELETE /project/3189990e1da74a8e8c7b3b43c7bc4620 HTTP/1.1" 404 173 0.002175 10.0.0.41 - - [2025-10-13 02:44:06] "DELETE /project/08fd937963cb46088b659f036d6c8215 HTTP/1.1" 404 173 0.003374 10.0.0.41 - - [2025-10-13 02:44:06] "DELETE /project/08fd9379-63cb-4608-8b65-9f036d6c8215 HTTP/1.1" 404 177 0.005928 10.0.0.22 - - [2025-10-13 02:44:06] "GET /project/3189990e-1da7-4a8e-8c7b-3b43c7bc4620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.046477 10.0.0.22 - - [2025-10-13 02:44:06] "POST /neutron/network HTTP/1.1" 200 117 0.034107 10.0.0.41 - - [2025-10-13 02:44:07] "POST /useragent-kv HTTP/1.1" 200 115 0.012243 10.0.0.22 - - [2025-10-13 02:44:07] "POST /neutron/subnet HTTP/1.1" 200 823 0.208236 10.0.0.22 - - [2025-10-13 02:44:07] "POST /id-to-fqname HTTP/1.1" 200 214 0.001286 10.0.0.22 - - [2025-10-13 02:44:07] "GET /virtual-network/e7b6681f-263c-49ac-9b21-ba42d5bd3b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005115 10.0.0.22 - - [2025-10-13 02:44:07] "GET /virtual-network/e7b6681f-263c-49ac-9b21-ba42d5bd3b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005630 10.0.0.22 - - [2025-10-13 02:44:07] "POST /neutron/network HTTP/1.1" 200 991 0.008560 10.0.0.22 - - [2025-10-13 02:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.41 - - [2025-10-13 02:44:07] "GET /projects?obj_uuids=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000838 10.0.0.22 - - [2025-10-13 02:44:07] "GET /project/3189990e-1da7-4a8e-8c7b-3b43c7bc4620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.041996 10.0.0.22 - - [2025-10-13 02:44:07] "POST /neutron/network HTTP/1.1" 200 117 0.013588 10.0.0.41 - - [2025-10-13 02:44:07] "POST /route-targets HTTP/1.1" 200 327 0.013604 10.0.0.41 - - [2025-10-13 02:44:08] "POST /useragent-kv HTTP/1.1" 200 115 0.008707 10.0.0.22 - - [2025-10-13 02:44:08] "POST /neutron/subnet HTTP/1.1" 200 828 0.253678 10.0.0.22 - - [2025-10-13 02:44:08] "POST /id-to-fqname HTTP/1.1" 200 214 0.001412 10.0.0.22 - - [2025-10-13 02:44:08] "GET /virtual-network/a5cd45d6-765a-44a6-b29f-18e058b20454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005453 10.0.0.22 - - [2025-10-13 02:44:08] "GET /virtual-network/a5cd45d6-765a-44a6-b29f-18e058b20454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006704 10.0.0.22 - - [2025-10-13 02:44:08] "POST /neutron/network HTTP/1.1" 200 994 0.010137 10.0.0.22 - - [2025-10-13 02:44:08] "POST /id-to-fqname HTTP/1.1" 200 214 0.001757 10.0.0.22 - - [2025-10-13 02:44:08] "POST /neutron/network HTTP/1.1" 200 1001 0.010368 10.0.0.41 - - [2025-10-13 02:44:09] "GET /projects?obj_uuids=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001099 10.0.0.22 - - [2025-10-13 02:44:09] "GET /project/3189990e-1da7-4a8e-8c7b-3b43c7bc4620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.064436 10.0.0.22 - - [2025-10-13 02:44:09] "POST /neutron/port HTTP/1.1" 200 117 0.007802 10.0.0.22 - - [2025-10-13 02:44:09] "POST /id-to-fqname HTTP/1.1" 200 214 0.001271 10.0.0.22 - - [2025-10-13 02:44:10] "POST /neutron/network HTTP/1.1" 200 1001 0.008842 10.0.0.22 - - [2025-10-13 02:44:10] "POST /neutron/port HTTP/1.1" 200 1160 0.019435 10.0.0.41 - - [2025-10-13 02:44:10] "GET /projects?obj_uuids=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.004840 10.0.0.22 - - [2025-10-13 02:44:10] "GET /project/3189990e-1da7-4a8e-8c7b-3b43c7bc4620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.109744 10.0.0.22 - - [2025-10-13 02:44:10] "POST /neutron/port HTTP/1.1" 200 1188 0.017781 10.0.0.22 - - [2025-10-13 02:44:10] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013063 10.0.0.22 - - [2025-10-13 02:44:10] "POST /neutron/network HTTP/1.1" 200 991 0.010884 10.0.0.22 - - [2025-10-13 02:44:11] "POST /neutron/port HTTP/1.1" 200 117 0.006877 10.0.0.22 - - [2025-10-13 02:44:11] "POST /id-to-fqname HTTP/1.1" 200 214 0.001289 10.0.0.22 - - [2025-10-13 02:44:11] "POST /neutron/network HTTP/1.1" 200 1004 0.009345 10.0.0.22 - - [2025-10-13 02:44:11] "POST /neutron/port HTTP/1.1" 200 1160 0.019206 10.0.0.22 - - [2025-10-13 02:44:11] "POST /neutron/port HTTP/1.1" 200 1188 0.020804 10.0.0.22 - - [2025-10-13 02:44:11] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017333 10.0.0.22 - - [2025-10-13 02:44:12] "POST /neutron/network HTTP/1.1" 200 991 0.016016 10.0.0.41 - - [2025-10-13 02:44:12] "GET /projects?obj_uuids=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001148 10.0.0.22 - - [2025-10-13 02:44:12] "GET /project/3189990e-1da7-4a8e-8c7b-3b43c7bc4620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.074894 10.0.0.22 - - [2025-10-13 02:44:12] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010847 10.0.0.22 - - [2025-10-13 02:44:12] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008962 10.0.0.22 - - [2025-10-13 02:44:12] "POST /neutron/port HTTP/1.1" 200 1188 0.018783 10.0.0.22 - - [2025-10-13 02:44:12] "GET /virtual-machine/977c0451-1900-478f-bcf2-30e5bce81062 HTTP/1.1" 401 292 0.000573 10.0.0.41 - - [2025-10-13 02:44:12] "GET /projects?obj_uuids=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001258 10.0.0.22 - - [2025-10-13 02:44:13] "POST /neutron/port HTTP/1.1" 200 1163 0.356282 10.0.0.22 - - [2025-10-13 02:44:13] "GET /virtual-machine/977c0451-1900-478f-bcf2-30e5bce81062 HTTP/1.1" 200 1287 0.052737 10.0.0.22 - - [2025-10-13 02:44:13] "GET /virtual-machine-interface/c3ed36d5-8775-4b0a-bb03-93668d7fe8ff HTTP/1.1" 200 3105 0.005292 10.0.0.22 - - [2025-10-13 02:44:13] "POST /neutron/port HTTP/1.1" 200 1217 0.112009 10.0.0.22 - - [2025-10-13 02:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.22 - - [2025-10-13 02:44:13] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004538 10.0.0.22 - - [2025-10-13 02:44:13] "GET /virtual-networks?parent_id=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002972 10.0.0.22 - - [2025-10-13 02:44:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004221 10.0.0.22 - - [2025-10-13 02:44:13] "GET /virtual-network/e7b6681f-263c-49ac-9b21-ba42d5bd3b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005805 10.0.0.22 - - [2025-10-13 02:44:13] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.22 - - [2025-10-13 02:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.22 - - [2025-10-13 02:44:16] "GET /virtual-network/e7b6681f-263c-49ac-9b21-ba42d5bd3b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.004989 10.0.0.22 - - [2025-10-13 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.22 - - [2025-10-13 02:44:20] "GET /virtual-network/e7b6681f-263c-49ac-9b21-ba42d5bd3b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005729 10.0.0.22 - - [2025-10-13 02:44:22] "POST /neutron/port HTTP/1.1" 200 1188 0.018387 10.0.0.22 - - [2025-10-13 02:44:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005300 10.0.0.22 - - [2025-10-13 02:44:22] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.22 - - [2025-10-13 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.22 - - [2025-10-13 02:44:24] "GET /virtual-network/e7b6681f-263c-49ac-9b21-ba42d5bd3b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005184 10.0.0.22 - - [2025-10-13 02:44:25] "POST /neutron/port HTTP/1.1" 200 1188 0.016081 10.0.0.22 - - [2025-10-13 02:44:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004051 10.0.0.22 - - [2025-10-13 02:44:26] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.22 - - [2025-10-13 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.22 - - [2025-10-13 02:44:28] "GET /virtual-network/e7b6681f-263c-49ac-9b21-ba42d5bd3b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005230 10.0.0.22 - - [2025-10-13 02:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.22 - - [2025-10-13 02:44:32] "GET /virtual-network/e7b6681f-263c-49ac-9b21-ba42d5bd3b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005722 10.0.0.22 - - [2025-10-13 02:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.22 - - [2025-10-13 02:44:36] "GET /virtual-network/e7b6681f-263c-49ac-9b21-ba42d5bd3b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.004722 10.0.0.22 - - [2025-10-13 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.22 - - [2025-10-13 02:44:41] "GET /virtual-network/e7b6681f-263c-49ac-9b21-ba42d5bd3b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005348 10.0.0.22 - - [2025-10-13 02:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005272 10.0.0.22 - - [2025-10-13 02:44:45] "GET /virtual-network/e7b6681f-263c-49ac-9b21-ba42d5bd3b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005435 10.0.0.22 - - [2025-10-13 02:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005454 10.0.0.22 - - [2025-10-13 02:44:49] "GET /virtual-network/e7b6681f-263c-49ac-9b21-ba42d5bd3b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005604 10.0.0.22 - - [2025-10-13 02:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.22 - - [2025-10-13 02:44:51] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003828 10.0.0.22 - - [2025-10-13 02:44:51] "GET /virtual-networks?parent_id=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002899 10.0.0.22 - - [2025-10-13 02:44:51] "GET /virtual-network/e7b6681f-263c-49ac-9b21-ba42d5bd3b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.008166 10.0.0.22 - - [2025-10-13 02:44:51] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007655 10.0.0.19 - - [2025-10-13 02:44:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.19 - - [2025-10-13 02:44:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2025-10-13 02:44:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.41 - - [2025-10-13 02:44:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.41 - - [2025-10-13 02:44:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.41 - - [2025-10-13 02:44:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.19 - - [2025-10-13 02:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000642 10.0.0.19 - - [2025-10-13 02:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.22 - - [2025-10-13 02:44:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.22 - - [2025-10-13 02:44:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.22 - - [2025-10-13 02:44:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.22 - - [2025-10-13 02:44:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.22 - - [2025-10-13 02:44:59] "POST /neutron/port HTTP/1.1" 200 1188 0.014207 10.0.0.22 - - [2025-10-13 02:45:01] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007549 10.0.0.22 - - [2025-10-13 02:45:11] "POST /neutron/port HTTP/1.1" 200 1191 0.017510 10.0.0.22 - - [2025-10-13 02:45:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006292 10.0.0.22 - - [2025-10-13 02:45:12] "POST /neutron/port HTTP/1.1" 200 1188 0.019501 10.0.0.22 - - [2025-10-13 02:45:12] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007459 10.0.0.22 - - [2025-10-13 02:45:12] "GET /virtual-machine/aef9af4c-320d-42a3-b4b8-bcda0f1a63b9 HTTP/1.1" 200 1287 0.005960 10.0.0.22 - - [2025-10-13 02:45:12] "GET /virtual-machine-interface/2bc35b5c-d8dd-4c83-a86f-86323564b821 HTTP/1.1" 200 3104 0.005360 10.0.0.22 - - [2025-10-13 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.22 - - [2025-10-13 02:45:12] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004080 10.0.0.22 - - [2025-10-13 02:45:12] "GET /virtual-networks?parent_id=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003566 10.0.0.22 - - [2025-10-13 02:45:12] "GET /virtual-network/e7b6681f-263c-49ac-9b21-ba42d5bd3b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006037 10.0.0.22 - - [2025-10-13 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.22 - - [2025-10-13 02:45:13] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004458 10.0.0.22 - - [2025-10-13 02:45:13] "GET /virtual-networks?parent_id=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003200 10.0.0.22 - - [2025-10-13 02:45:13] "GET /virtual-network/e7b6681f-263c-49ac-9b21-ba42d5bd3b88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.005815 10.0.0.22 - - [2025-10-13 02:45:18] "POST /neutron/port HTTP/1.1" 200 1188 0.017151 10.0.0.19 - - [2025-10-13 02:45:22] "GET /obj-perms HTTP/1.1" 200 5056 0.054970 10.0.0.22 - - [2025-10-13 02:45:23] "POST /neutron/port HTTP/1.1" 200 1188 0.017129 10.0.0.22 - - [2025-10-13 02:45:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003801 10.0.0.22 - - [2025-10-13 02:45:23] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.22 - - [2025-10-13 02:45:24] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008328 10.0.0.22 - - [2025-10-13 02:45:24] "POST /neutron/port HTTP/1.1" 200 1191 0.014366 10.0.0.22 - - [2025-10-13 02:45:24] "GET /virtual-machine/7d6b3efa-63d8-4991-8a05-73bee3a4b878 HTTP/1.1" 200 1285 0.005435 10.0.0.22 - - [2025-10-13 02:45:24] "GET /virtual-machine-interface/67889c5f-df71-4355-80f4-dbf23167e6ad HTTP/1.1" 200 3103 0.004920 10.0.0.22 - - [2025-10-13 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.009007 10.0.0.22 - - [2025-10-13 02:45:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003521 10.0.0.22 - - [2025-10-13 02:45:24] "GET /virtual-networks?parent_id=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002782 10.0.0.22 - - [2025-10-13 02:45:24] "GET /virtual-network/a5cd45d6-765a-44a6-b29f-18e058b20454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005545 10.0.0.22 - - [2025-10-13 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.22 - - [2025-10-13 02:45:25] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003420 10.0.0.22 - - [2025-10-13 02:45:25] "GET /virtual-networks?parent_id=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002984 10.0.0.22 - - [2025-10-13 02:45:25] "GET /virtual-network/a5cd45d6-765a-44a6-b29f-18e058b20454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005748 10.0.0.22 - - [2025-10-13 02:45:26] "POST /neutron/port HTTP/1.1" 200 1191 0.015786 10.0.0.22 - - [2025-10-13 02:45:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004514 10.0.0.22 - - [2025-10-13 02:45:26] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.22 - - [2025-10-13 02:45:27] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003048 10.0.0.22 - - [2025-10-13 02:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.22 - - [2025-10-13 02:45:27] "GET /global-qos-config/a6f52df3-324e-4c0a-8de1-a4c9a77bb4c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.004085 10.0.0.22 - - [2025-10-13 02:45:27] "POST /fqname-to-id HTTP/1.1" 404 222 0.003137 10.0.0.22 - - [2025-10-13 02:45:27] "POST /forwarding-classs HTTP/1.1" 200 576 0.028636 10.0.0.22 - - [2025-10-13 02:45:27] "POST /id-to-fqname HTTP/1.1" 200 232 0.003603 10.0.0.22 - - [2025-10-13 02:45:27] "GET /forwarding-class/2f09ef1a-e7e3-48e7-99a4-d94f1d90a22a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1250 0.004179 10.0.0.41 - - [2025-10-13 02:45:27] "GET /projects?obj_uuids=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.024101 10.0.0.22 - - [2025-10-13 02:45:27] "GET /project/3189990e-1da7-4a8e-8c7b-3b43c7bc4620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.065939 10.0.0.22 - - [2025-10-13 02:45:27] "POST /fqname-to-id HTTP/1.1" 404 211 0.004354 10.0.0.22 - - [2025-10-13 02:45:27] "POST /qos-configs HTTP/1.1" 200 543 0.040323 10.0.0.22 - - [2025-10-13 02:45:27] "POST /id-to-fqname HTTP/1.1" 200 217 0.003230 10.0.0.22 - - [2025-10-13 02:45:27] "GET /qos-config/d3bff72d-1803-4a71-b015-1e5ac3f58362?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.005180 10.0.0.22 - - [2025-10-13 02:45:27] "GET /virtual-machine-interface/c3ed36d5-8775-4b0a-bb03-93668d7fe8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2690 0.005860 10.0.0.22 - - [2025-10-13 02:45:27] "POST /ref-update HTTP/1.1" 200 156 0.015352 10.0.0.22 - - [2025-10-13 02:45:27] "POST /neutron/security_group HTTP/1.1" 200 2052 0.014270 10.0.0.22 - - [2025-10-13 02:45:28] "POST /neutron/port HTTP/1.1" 200 1188 0.015880 10.0.0.22 - - [2025-10-13 02:45:28] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008757 10.0.0.22 - - [2025-10-13 02:45:28] "POST /id-to-fqname HTTP/1.1" 200 214 0.001828 10.0.0.22 - - [2025-10-13 02:45:28] "GET /virtual-machine/977c0451-1900-478f-bcf2-30e5bce81062 HTTP/1.1" 200 1287 0.004465 10.0.0.22 - - [2025-10-13 02:45:28] "GET /virtual-machine-interface/c3ed36d5-8775-4b0a-bb03-93668d7fe8ff HTTP/1.1" 200 3352 0.005726 10.0.0.22 - - [2025-10-13 02:45:28] "GET /instance-ip/9e907264-dacb-4bec-b27a-1dbdea4c110a HTTP/1.1" 200 1628 0.005486 10.0.0.22 - - [2025-10-13 02:45:28] "GET /instance-ip/de8d2fbe-b111-4e91-8cee-7865302e19ed HTTP/1.1" 200 1609 0.005296 10.0.0.22 - - [2025-10-13 02:45:28] "POST /neutron/port HTTP/1.1" 200 1188 0.016019 10.0.0.22 - - [2025-10-13 02:45:28] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006416 10.0.0.22 - - [2025-10-13 02:45:28] "POST /neutron/port HTTP/1.1" 200 1188 0.015914 10.0.0.22 - - [2025-10-13 02:45:28] "POST /neutron/network HTTP/1.1" 200 991 0.011131 10.0.0.22 - - [2025-10-13 02:45:28] "POST /id-to-fqname HTTP/1.1" 200 214 0.001163 10.0.0.22 - - [2025-10-13 02:45:28] "GET /virtual-machine/aef9af4c-320d-42a3-b4b8-bcda0f1a63b9 HTTP/1.1" 200 1287 0.004296 10.0.0.22 - - [2025-10-13 02:45:28] "GET /virtual-machine-interface/2bc35b5c-d8dd-4c83-a86f-86323564b821 HTTP/1.1" 200 3104 0.006306 10.0.0.22 - - [2025-10-13 02:45:28] "GET /instance-ip/31b9a3dc-7958-4c92-88ec-57d4aad5dc17 HTTP/1.1" 200 1607 0.006320 10.0.0.22 - - [2025-10-13 02:45:28] "GET /instance-ip/b5f245a9-bb3f-40b8-8504-b3023580bb31 HTTP/1.1" 200 1627 0.006881 10.0.0.22 - - [2025-10-13 02:46:25] "POST /neutron/port HTTP/1.1" 200 1188 0.017380 10.0.0.22 - - [2025-10-13 02:46:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011230 10.0.0.22 - - [2025-10-13 02:46:25] "POST /neutron/network HTTP/1.1" 200 1001 0.009090 10.0.0.22 - - [2025-10-13 02:46:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003504 10.0.0.22 - - [2025-10-13 02:46:25] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016581 10.0.0.22 - - [2025-10-13 02:46:25] "POST /neutron/network HTTP/1.1" 200 991 0.010520 10.0.0.22 - - [2025-10-13 02:46:27] "GET /virtual-machine-interface/c3ed36d5-8775-4b0a-bb03-93668d7fe8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2937 0.005706 10.0.0.22 - - [2025-10-13 02:46:27] "POST /ref-update HTTP/1.1" 200 156 0.013969 10.0.0.22 - - [2025-10-13 02:46:27] "DELETE /qos-config/d3bff72d-1803-4a71-b015-1e5ac3f58362 HTTP/1.1" 200 115 0.039690 10.0.0.22 - - [2025-10-13 02:46:27] "POST /id-to-fqname HTTP/1.1" 200 232 0.001228 10.0.0.22 - - [2025-10-13 02:46:27] "DELETE /forwarding-class/2f09ef1a-e7e3-48e7-99a4-d94f1d90a22a HTTP/1.1" 200 115 0.025186 10.0.0.22 - - [2025-10-13 02:46:29] "POST /neutron/port HTTP/1.1" 200 1191 0.019273 10.0.0.22 - - [2025-10-13 02:46:29] "POST /neutron/port HTTP/1.1" 200 1188 0.031343 10.0.0.22 - - [2025-10-13 02:46:29] "POST /neutron/port HTTP/1.1" 200 151 0.322581 10.0.0.22 - - [2025-10-13 02:46:31] "POST /neutron/network HTTP/1.1" 200 994 0.009803 10.0.0.41 - - [2025-10-13 02:46:31] "DELETE /route-target/c2f1a0e4-81a9-4d4a-9639-b16a073c900b HTTP/1.1" 200 115 0.025101 10.0.0.41 - - [2025-10-13 02:46:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003927 10.0.0.41 - - [2025-10-13 02:46:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002207 10.0.0.41 - - [2025-10-13 02:46:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001971 10.0.0.41 - - [2025-10-13 02:46:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001802 10.0.0.22 - - [2025-10-13 02:46:31] "POST /neutron/network HTTP/1.1" 200 151 0.129963 10.0.0.41 - - [2025-10-13 02:46:31] "GET /projects?obj_uuids=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000943 10.0.0.22 - - [2025-10-13 02:46:31] "GET /project/3189990e-1da7-4a8e-8c7b-3b43c7bc4620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.079404 10.0.0.41 - - [2025-10-13 02:46:31] "GET /projects?obj_uuids=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000938 10.0.0.22 - - [2025-10-13 02:46:31] "GET /project/3189990e-1da7-4a8e-8c7b-3b43c7bc4620?fields=virtual_networks HTTP/1.1" 200 1019 0.077013 10.0.0.41 - - [2025-10-13 02:46:31] "GET /projects?obj_uuids=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000993 10.0.0.22 - - [2025-10-13 02:46:31] "GET /project/3189990e-1da7-4a8e-8c7b-3b43c7bc4620?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.050680 10.0.0.41 - - [2025-10-13 02:46:31] "GET /projects?obj_uuids=3189990e-1da7-4a8e-8c7b-3b43c7bc4620&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001297 10.0.0.22 - - [2025-10-13 02:46:31] "GET /project/3189990e-1da7-4a8e-8c7b-3b43c7bc4620?fields=security_groups HTTP/1.1" 200 1239 0.038683 10.0.0.22 - - [2025-10-13 02:46:32] "POST /fqname-to-id HTTP/1.1" 404 181 0.028919 10.0.0.41 - - [2025-10-13 02:46:32] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003551 10.0.0.41 - - [2025-10-13 02:46:32] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001523 10.0.0.41 - - [2025-10-13 02:46:32] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031060 10.0.0.41 - - [2025-10-13 02:46:32] "POST /id-to-fqname HTTP/1.1" 200 183 0.003994 10.0.0.41 - - [2025-10-13 02:46:32] "POST /fqname-to-id HTTP/1.1" 404 192 0.004037 10.0.0.41 - - [2025-10-13 02:46:33] "POST /security-groups HTTP/1.1" 200 584 0.072656 10.0.0.41 - - [2025-10-13 02:46:33] "POST /fqname-to-id HTTP/1.1" 404 227 0.003048 10.0.0.41 - - [2025-10-13 02:46:33] "POST /projects HTTP/1.1" 200 571 0.276899 10.0.0.41 - - [2025-10-13 02:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.346211 10.0.0.41 - - [2025-10-13 02:46:33] "POST /access-control-lists HTTP/1.1" 200 587 0.048162 10.0.0.22 - - [2025-10-13 02:46:33] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.510937 10.0.0.22 - - [2025-10-13 02:46:34] "GET / HTTP/1.1" 200 35931 0.001910 10.0.0.22 - - [2025-10-13 02:46:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.22 - - [2025-10-13 02:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.062581 10.0.0.41 - - [2025-10-13 02:46:36] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001262 10.0.0.22 - - [2025-10-13 02:46:36] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.038395 10.0.0.41 - - [2025-10-13 02:46:36] "POST /useragent-kv HTTP/1.1" 200 115 0.006508 10.0.0.22 - - [2025-10-13 02:46:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.291332 10.0.0.22 - - [2025-10-13 02:46:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001318 10.0.0.22 - - [2025-10-13 02:46:37] "GET /virtual-network/60517083-869f-40c9-858c-cd7720b23d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006758 10.0.0.22 - - [2025-10-13 02:46:37] "GET /virtual-network/60517083-869f-40c9-858c-cd7720b23d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007733 10.0.0.22 - - [2025-10-13 02:46:37] "POST /neutron/network HTTP/1.1" 200 832 0.012386 10.0.0.22 - - [2025-10-13 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.22 - - [2025-10-13 02:46:37] "GET /virtual-network/60517083-869f-40c9-858c-cd7720b23d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005970 10.0.0.41 - - [2025-10-13 02:46:37] "POST /route-targets HTTP/1.1" 200 323 0.017204 10.0.0.22 - - [2025-10-13 02:46:37] "PUT /virtual-network/60517083-869f-40c9-858c-cd7720b23d4d HTTP/1.1" 200 264 0.065792 10.0.0.22 - - [2025-10-13 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006373 10.0.0.41 - - [2025-10-13 02:46:37] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001203 10.0.0.22 - - [2025-10-13 02:46:37] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.053017 10.0.0.41 - - [2025-10-13 02:46:37] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001342 10.0.0.22 - - [2025-10-13 02:46:37] "POST /neutron/network HTTP/1.1" 200 612 0.114555 10.0.0.41 - - [2025-10-13 02:46:37] "POST /ref-update HTTP/1.1" 200 156 0.022713 10.0.0.22 - - [2025-10-13 02:46:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.005612 10.0.0.22 - - [2025-10-13 02:46:37] "GET /virtual-network/f426334a-c2d6-4e0b-87f3-e8a76548c161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005226 10.0.0.22 - - [2025-10-13 02:46:37] "POST /neutron/network HTTP/1.1" 200 831 0.006072 10.0.0.22 - - [2025-10-13 02:46:37] "GET /virtual-network/f426334a-c2d6-4e0b-87f3-e8a76548c161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004970 10.0.0.22 - - [2025-10-13 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.22 - - [2025-10-13 02:46:37] "GET /virtual-network/f426334a-c2d6-4e0b-87f3-e8a76548c161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005461 10.0.0.22 - - [2025-10-13 02:46:37] "PUT /virtual-network/f426334a-c2d6-4e0b-87f3-e8a76548c161 HTTP/1.1" 200 264 0.044177 10.0.0.22 - - [2025-10-13 02:46:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001346 10.0.0.22 - - [2025-10-13 02:46:38] "POST /neutron/network HTTP/1.1" 200 842 0.007151 10.0.0.41 - - [2025-10-13 02:46:38] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000972 10.0.0.22 - - [2025-10-13 02:46:38] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.062482 10.0.0.22 - - [2025-10-13 02:46:39] "POST /neutron/port HTTP/1.1" 200 117 0.010792 10.0.0.22 - - [2025-10-13 02:46:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001497 10.0.0.22 - - [2025-10-13 02:46:39] "POST /neutron/network HTTP/1.1" 200 842 0.007641 10.0.0.22 - - [2025-10-13 02:46:39] "POST /neutron/port HTTP/1.1" 200 1054 0.013138 10.0.0.41 - - [2025-10-13 02:46:40] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001299 10.0.0.22 - - [2025-10-13 02:46:40] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.098657 10.0.0.22 - - [2025-10-13 02:46:40] "POST /neutron/network HTTP/1.1" 200 831 0.034335 10.0.0.22 - - [2025-10-13 02:46:40] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.22 - - [2025-10-13 02:46:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007498 10.0.0.22 - - [2025-10-13 02:46:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008141 10.0.0.22 - - [2025-10-13 02:46:41] "POST /neutron/port HTTP/1.1" 200 1053 0.014537 10.0.0.22 - - [2025-10-13 02:46:41] "POST /neutron/port HTTP/1.1" 200 1081 0.015189 10.0.0.22 - - [2025-10-13 02:46:41] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.22 - - [2025-10-13 02:46:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008591 10.0.0.22 - - [2025-10-13 02:46:45] "POST /neutron/port HTTP/1.1" 200 1082 0.020271 10.0.0.22 - - [2025-10-13 02:46:45] "GET /virtual-machine/91c076f6-c056-46c4-9ff6-a90f96575c4f HTTP/1.1" 401 292 0.000604 10.0.0.22 - - [2025-10-13 02:46:46] "GET /virtual-machine/91c076f6-c056-46c4-9ff6-a90f96575c4f HTTP/1.1" 200 1286 0.031488 10.0.0.22 - - [2025-10-13 02:46:46] "GET /virtual-machine-interface/cfa0c3eb-e701-444b-9964-409143c84feb HTTP/1.1" 200 2927 0.006185 10.0.0.22 - - [2025-10-13 02:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.22 - - [2025-10-13 02:46:46] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004217 10.0.0.22 - - [2025-10-13 02:46:46] "GET /virtual-networks?parent_id=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003162 10.0.0.22 - - [2025-10-13 02:46:46] "GET /virtual-network/60517083-869f-40c9-858c-cd7720b23d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005438 10.0.0.22 - - [2025-10-13 02:46:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.028003 10.0.0.22 - - [2025-10-13 02:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.22 - - [2025-10-13 02:46:49] "GET /virtual-network/60517083-869f-40c9-858c-cd7720b23d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005388 10.0.0.41 - - [2025-10-13 02:46:50] "DELETE /access-control-list/175b1bd1-4411-4055-aac2-f2c6986b6457 HTTP/1.1" 200 115 0.042629 10.0.0.22 - - [2025-10-13 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.22 - - [2025-10-13 02:46:51] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003654 10.0.0.22 - - [2025-10-13 02:46:51] "GET /virtual-networks?parent_id=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003727 10.0.0.22 - - [2025-10-13 02:46:51] "GET /virtual-network/60517083-869f-40c9-858c-cd7720b23d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006153 10.0.0.22 - - [2025-10-13 02:46:51] "POST /neutron/port HTTP/1.1" 200 1081 0.020812 10.0.0.22 - - [2025-10-13 02:46:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007952 10.0.0.22 - - [2025-10-13 02:46:51] "GET /virtual-machine/0a5edc85-7114-4d18-8471-03e758edbaaf HTTP/1.1" 200 1283 0.009230 10.0.0.22 - - [2025-10-13 02:46:51] "GET /virtual-machine-interface/7cf94cd8-5189-4c1d-b735-3bdd66096b12 HTTP/1.1" 200 2926 0.005883 10.0.0.22 - - [2025-10-13 02:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.22 - - [2025-10-13 02:46:51] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005205 10.0.0.22 - - [2025-10-13 02:46:51] "GET /virtual-networks?parent_id=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003722 10.0.0.22 - - [2025-10-13 02:46:51] "GET /virtual-network/f426334a-c2d6-4e0b-87f3-e8a76548c161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.007190 10.0.0.22 - - [2025-10-13 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.22 - - [2025-10-13 02:46:53] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004003 10.0.0.22 - - [2025-10-13 02:46:53] "GET /virtual-networks?parent_id=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003235 10.0.0.22 - - [2025-10-13 02:46:53] "GET /virtual-network/f426334a-c2d6-4e0b-87f3-e8a76548c161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.010017 10.0.0.22 - - [2025-10-13 02:46:53] "POST /routing-policys HTTP/1.1" 200 534 0.030848 10.0.0.22 - - [2025-10-13 02:46:53] "GET /virtual-network/60517083-869f-40c9-858c-cd7720b23d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.013555 10.0.0.22 - - [2025-10-13 02:46:53] "PUT /virtual-network/60517083-869f-40c9-858c-cd7720b23d4d HTTP/1.1" 200 264 0.068835 10.0.0.22 - - [2025-10-13 02:46:57] "POST /ref-update HTTP/1.1" 200 156 0.062816 10.0.0.22 - - [2025-10-13 02:46:57] "DELETE /routing-policy/a04720a2-2a21-4a3a-aa57-e16419950897 HTTP/1.1" 200 115 0.046991 10.0.0.22 - - [2025-10-13 02:46:57] "POST /neutron/network HTTP/1.1" 200 831 0.009605 10.0.0.22 - - [2025-10-13 02:46:58] "POST /neutron/port HTTP/1.1" 200 1107 0.014547 10.0.0.22 - - [2025-10-13 02:46:58] "POST /neutron/port HTTP/1.1" 200 1108 0.017068 10.0.0.41 - - [2025-10-13 02:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007779 10.0.0.41 - - [2025-10-13 02:46:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003475 10.0.0.41 - - [2025-10-13 02:46:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002594 10.0.0.22 - - [2025-10-13 02:46:59] "POST /neutron/network HTTP/1.1" 200 151 0.130553 10.0.0.41 - - [2025-10-13 02:46:59] "DELETE /route-target/50a71bd8-45ab-487b-8a60-08d1077db956 HTTP/1.1" 409 239 0.014232 10.0.0.41 - - [2025-10-13 02:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.22 - - [2025-10-13 02:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.41 - - [2025-10-13 02:47:02] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000968 10.0.0.22 - - [2025-10-13 02:47:02] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.033401 10.0.0.22 - - [2025-10-13 02:47:02] "POST /neutron/network HTTP/1.1" 200 117 0.008857 10.0.0.41 - - [2025-10-13 02:47:02] "POST /ref-update HTTP/1.1" 200 156 0.021822 10.0.0.22 - - [2025-10-13 02:47:03] "POST /neutron/network HTTP/1.1" 200 831 0.009072 10.0.0.22 - - [2025-10-13 02:47:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001402 10.0.0.22 - - [2025-10-13 02:47:03] "GET /virtual-network/f99304f3-1739-4b96-a48b-aa93678042dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005190 10.0.0.22 - - [2025-10-13 02:47:03] "GET /virtual-network/f99304f3-1739-4b96-a48b-aa93678042dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008044 10.0.0.22 - - [2025-10-13 02:47:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.009280 10.0.0.22 - - [2025-10-13 02:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.22 - - [2025-10-13 02:47:03] "GET /virtual-network/f99304f3-1739-4b96-a48b-aa93678042dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004924 10.0.0.22 - - [2025-10-13 02:47:03] "PUT /virtual-network/f99304f3-1739-4b96-a48b-aa93678042dc HTTP/1.1" 200 264 0.053478 10.0.0.22 - - [2025-10-13 02:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.41 - - [2025-10-13 02:47:03] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000903 10.0.0.22 - - [2025-10-13 02:47:03] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.061768 10.0.0.41 - - [2025-10-13 02:47:03] "POST /route-targets HTTP/1.1" 200 327 0.025383 10.0.0.41 - - [2025-10-13 02:47:03] "POST /useragent-kv HTTP/1.1" 200 115 0.008757 10.0.0.22 - - [2025-10-13 02:47:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.225147 10.0.0.22 - - [2025-10-13 02:47:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001288 10.0.0.22 - - [2025-10-13 02:47:03] "GET /virtual-network/6f1e04ad-9c17-4492-986f-b5cec09a8347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005714 10.0.0.22 - - [2025-10-13 02:47:03] "GET /virtual-network/6f1e04ad-9c17-4492-986f-b5cec09a8347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006977 10.0.0.22 - - [2025-10-13 02:47:03] "POST /neutron/network HTTP/1.1" 200 830 0.006473 10.0.0.22 - - [2025-10-13 02:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.22 - - [2025-10-13 02:47:03] "GET /virtual-network/6f1e04ad-9c17-4492-986f-b5cec09a8347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007952 10.0.0.22 - - [2025-10-13 02:47:04] "PUT /virtual-network/6f1e04ad-9c17-4492-986f-b5cec09a8347 HTTP/1.1" 200 264 0.093044 10.0.0.22 - - [2025-10-13 02:47:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001664 10.0.0.41 - - [2025-10-13 02:47:04] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001019 10.0.0.22 - - [2025-10-13 02:47:05] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.072461 10.0.0.22 - - [2025-10-13 02:47:05] "POST /neutron/network HTTP/1.1" 200 831 0.006874 10.0.0.22 - - [2025-10-13 02:47:05] "POST /id-to-fqname HTTP/1.1" 200 220 0.001240 10.0.0.22 - - [2025-10-13 02:47:05] "POST /neutron/port HTTP/1.1" 200 117 0.006673 10.0.0.41 - - [2025-10-13 02:47:05] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001110 10.0.0.22 - - [2025-10-13 02:47:05] "POST /neutron/port HTTP/1.1" 200 1053 0.318829 10.0.0.22 - - [2025-10-13 02:47:06] "POST /neutron/port HTTP/1.1" 200 1107 0.086676 10.0.0.41 - - [2025-10-13 02:47:06] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001052 10.0.0.22 - - [2025-10-13 02:47:06] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.056817 10.0.0.22 - - [2025-10-13 02:47:06] "POST /neutron/network HTTP/1.1" 200 830 0.007541 10.0.0.22 - - [2025-10-13 02:47:06] "POST /neutron/network HTTP/1.1" 200 831 0.007171 10.0.0.22 - - [2025-10-13 02:47:06] "POST /neutron/port HTTP/1.1" 200 117 0.006277 10.0.0.22 - - [2025-10-13 02:47:06] "POST /neutron/network HTTP/1.1" 200 840 0.006885 10.0.0.41 - - [2025-10-13 02:47:06] "DELETE /project/ba3f7369a22e43e887af6846bca422f0 HTTP/1.1" 404 173 0.002154 10.0.0.41 - - [2025-10-13 02:47:06] "DELETE /project/3189990e-1da7-4a8e-8c7b-3b43c7bc4620 HTTP/1.1" 404 177 0.004557 10.0.0.22 - - [2025-10-13 02:47:07] "POST /neutron/port HTTP/1.1" 200 1052 0.014327 10.0.0.22 - - [2025-10-13 02:47:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004364 10.0.0.22 - - [2025-10-13 02:47:07] "POST /neutron/network HTTP/1.1" 200 830 0.006835 10.0.0.22 - - [2025-10-13 02:47:11] "POST /neutron/port HTTP/1.1" 200 1081 0.014131 10.0.0.22 - - [2025-10-13 02:47:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007180 10.0.0.22 - - [2025-10-13 02:47:11] "GET /virtual-machine/c63147f8-47a2-4230-9c9b-296d0205dc55 HTTP/1.1" 200 1286 0.005954 10.0.0.22 - - [2025-10-13 02:47:11] "GET /virtual-machine-interface/7c82df3c-8bda-490a-bd7b-ac95c8f2367d HTTP/1.1" 200 2926 0.005783 10.0.0.22 - - [2025-10-13 02:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.22 - - [2025-10-13 02:47:11] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003401 10.0.0.22 - - [2025-10-13 02:47:11] "GET /virtual-networks?parent_id=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003149 10.0.0.22 - - [2025-10-13 02:47:11] "GET /virtual-network/f99304f3-1739-4b96-a48b-aa93678042dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006079 10.0.0.22 - - [2025-10-13 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.22 - - [2025-10-13 02:47:14] "GET /virtual-network/f99304f3-1739-4b96-a48b-aa93678042dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005049 10.0.0.22 - - [2025-10-13 02:47:15] "POST /neutron/port HTTP/1.1" 200 1080 0.015631 10.0.0.22 - - [2025-10-13 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.22 - - [2025-10-13 02:47:17] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003504 10.0.0.22 - - [2025-10-13 02:47:17] "GET /virtual-networks?parent_id=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003000 10.0.0.22 - - [2025-10-13 02:47:17] "GET /virtual-network/f99304f3-1739-4b96-a48b-aa93678042dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006058 10.0.0.22 - - [2025-10-13 02:47:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009715 10.0.0.22 - - [2025-10-13 02:47:17] "POST /neutron/port HTTP/1.1" 200 1080 0.015886 10.0.0.22 - - [2025-10-13 02:47:17] "GET /virtual-machine/da600956-191c-4c01-8a98-4ad0be9663fb HTTP/1.1" 200 1285 0.005360 10.0.0.22 - - [2025-10-13 02:47:17] "GET /virtual-machine-interface/d3716fb3-0d2c-4b91-ae5c-5a7cc04568f8 HTTP/1.1" 200 2927 0.005392 10.0.0.22 - - [2025-10-13 02:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.22 - - [2025-10-13 02:47:17] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003452 10.0.0.22 - - [2025-10-13 02:47:17] "GET /virtual-networks?parent_id=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002821 10.0.0.22 - - [2025-10-13 02:47:17] "GET /virtual-network/6f1e04ad-9c17-4492-986f-b5cec09a8347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005641 10.0.0.22 - - [2025-10-13 02:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.22 - - [2025-10-13 02:47:18] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003560 10.0.0.22 - - [2025-10-13 02:47:18] "GET /virtual-networks?parent_id=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003170 10.0.0.22 - - [2025-10-13 02:47:18] "GET /virtual-network/6f1e04ad-9c17-4492-986f-b5cec09a8347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.005270 10.0.0.22 - - [2025-10-13 02:47:18] "POST /routing-policys HTTP/1.1" 200 534 0.028503 10.0.0.22 - - [2025-10-13 02:47:18] "GET /virtual-network/f99304f3-1739-4b96-a48b-aa93678042dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005147 10.0.0.22 - - [2025-10-13 02:47:18] "PUT /virtual-network/f99304f3-1739-4b96-a48b-aa93678042dc HTTP/1.1" 200 264 0.049908 10.0.0.41 - - [2025-10-13 02:47:19] "POST /ref-update HTTP/1.1" 200 156 0.025410 10.0.0.22 - - [2025-10-13 02:47:22] "POST /routing-policys HTTP/1.1" 200 534 0.025242 10.0.0.22 - - [2025-10-13 02:47:22] "GET /virtual-network/f99304f3-1739-4b96-a48b-aa93678042dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005753 10.0.0.22 - - [2025-10-13 02:47:22] "PUT /virtual-network/f99304f3-1739-4b96-a48b-aa93678042dc HTTP/1.1" 200 264 0.051630 10.0.0.22 - - [2025-10-13 02:47:23] "POST /ref-update HTTP/1.1" 200 156 0.050627 10.0.0.41 - - [2025-10-13 02:47:23] "POST /ref-update HTTP/1.1" 200 156 0.048451 10.0.0.22 - - [2025-10-13 02:47:23] "DELETE /routing-policy/5175d834-ff15-46d4-85ae-f224bacdeeb2 HTTP/1.1" 200 115 0.059597 10.0.0.22 - - [2025-10-13 02:47:23] "POST /ref-update HTTP/1.1" 200 156 0.045299 10.0.0.22 - - [2025-10-13 02:47:23] "DELETE /routing-policy/34c75b59-6652-42b8-9c7e-82d1af5806e1 HTTP/1.1" 200 115 0.034499 10.0.0.22 - - [2025-10-13 02:47:23] "POST /neutron/network HTTP/1.1" 400 204 0.012810 10.0.0.22 - - [2025-10-13 02:47:23] "POST /neutron/port HTTP/1.1" 200 1106 0.012510 10.0.0.41 - - [2025-10-13 02:47:23] "GET /obj-perms HTTP/1.1" 200 5056 0.121898 10.0.0.22 - - [2025-10-13 02:47:24] "POST /neutron/port HTTP/1.1" 200 151 0.297651 10.0.0.22 - - [2025-10-13 02:47:24] "GET /obj-perms HTTP/1.1" 200 5056 0.059021 10.0.0.22 - - [2025-10-13 02:47:25] "POST /neutron/network HTTP/1.1" 200 831 0.023110 10.0.0.41 - - [2025-10-13 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006070 10.0.0.41 - - [2025-10-13 02:47:25] "DELETE /route-target/5b18397a-8c69-4512-ba53-cdf655331242 HTTP/1.1" 200 115 0.029747 10.0.0.22 - - [2025-10-13 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.41 - - [2025-10-13 02:47:28] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001194 10.0.0.22 - - [2025-10-13 02:47:28] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.034535 10.0.0.41 - - [2025-10-13 02:47:28] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000941 10.0.0.22 - - [2025-10-13 02:47:28] "POST /neutron/network HTTP/1.1" 200 612 0.111116 10.0.0.41 - - [2025-10-13 02:47:28] "POST /route-targets HTTP/1.1" 200 327 0.017693 10.0.0.22 - - [2025-10-13 02:47:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.003341 10.0.0.22 - - [2025-10-13 02:47:28] "GET /virtual-network/15c7a91d-6293-4e1a-811a-ec678739c454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005177 10.0.0.22 - - [2025-10-13 02:47:28] "POST /neutron/network HTTP/1.1" 200 831 0.009224 10.0.0.22 - - [2025-10-13 02:47:28] "GET /virtual-network/15c7a91d-6293-4e1a-811a-ec678739c454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005125 10.0.0.22 - - [2025-10-13 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.22 - - [2025-10-13 02:47:28] "GET /virtual-network/15c7a91d-6293-4e1a-811a-ec678739c454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004758 10.0.0.22 - - [2025-10-13 02:47:28] "PUT /virtual-network/15c7a91d-6293-4e1a-811a-ec678739c454 HTTP/1.1" 200 264 0.058966 10.0.0.41 - - [2025-10-13 02:47:28] "POST /ref-update HTTP/1.1" 200 156 0.030335 10.0.0.22 - - [2025-10-13 02:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.010608 10.0.0.41 - - [2025-10-13 02:47:29] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001254 10.0.0.22 - - [2025-10-13 02:47:29] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.047026 10.0.0.22 - - [2025-10-13 02:47:29] "POST /neutron/network HTTP/1.1" 200 117 0.010907 10.0.0.22 - - [2025-10-13 02:47:29] "POST /neutron/network HTTP/1.1" 200 831 0.010040 10.0.0.22 - - [2025-10-13 02:47:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001420 10.0.0.22 - - [2025-10-13 02:47:29] "GET /virtual-network/74d1e9ba-9c58-489f-92f4-51076db965da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006688 10.0.0.22 - - [2025-10-13 02:47:29] "GET /virtual-network/74d1e9ba-9c58-489f-92f4-51076db965da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005754 10.0.0.22 - - [2025-10-13 02:47:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.011050 10.0.0.22 - - [2025-10-13 02:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.22 - - [2025-10-13 02:47:29] "GET /virtual-network/74d1e9ba-9c58-489f-92f4-51076db965da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005014 10.0.0.22 - - [2025-10-13 02:47:29] "PUT /virtual-network/74d1e9ba-9c58-489f-92f4-51076db965da HTTP/1.1" 200 264 0.064482 10.0.0.41 - - [2025-10-13 02:47:29] "POST /ref-update HTTP/1.1" 200 156 0.033014 10.0.0.22 - - [2025-10-13 02:47:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001712 10.0.0.41 - - [2025-10-13 02:47:30] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001001 10.0.0.22 - - [2025-10-13 02:47:30] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.073625 10.0.0.22 - - [2025-10-13 02:47:30] "POST /neutron/port HTTP/1.1" 200 117 0.007153 10.0.0.22 - - [2025-10-13 02:47:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001626 10.0.0.22 - - [2025-10-13 02:47:31] "POST /neutron/network HTTP/1.1" 200 841 0.017745 10.0.0.22 - - [2025-10-13 02:47:31] "POST /neutron/port HTTP/1.1" 200 1053 0.037122 10.0.0.41 - - [2025-10-13 02:47:31] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001266 10.0.0.22 - - [2025-10-13 02:47:31] "POST /neutron/port HTTP/1.1" 200 1081 0.038057 10.0.0.22 - - [2025-10-13 02:47:31] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.099971 10.0.0.22 - - [2025-10-13 02:47:31] "POST /neutron/subnet HTTP/1.1" 200 699 0.009545 10.0.0.22 - - [2025-10-13 02:47:32] "POST /neutron/port HTTP/1.1" 200 1081 0.017100 10.0.0.22 - - [2025-10-13 02:47:32] "POST /neutron/port HTTP/1.1" 200 1081 0.018643 10.0.0.41 - - [2025-10-13 02:47:32] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001410 10.0.0.22 - - [2025-10-13 02:47:32] "POST /neutron/port HTTP/1.1" 200 1053 0.242368 10.0.0.22 - - [2025-10-13 02:47:33] "POST /neutron/port HTTP/1.1" 200 1107 0.132650 10.0.0.22 - - [2025-10-13 02:47:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.008409 10.0.0.22 - - [2025-10-13 02:47:37] "POST /neutron/port HTTP/1.1" 200 1081 0.014897 10.0.0.22 - - [2025-10-13 02:47:37] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006773 10.0.0.22 - - [2025-10-13 02:47:37] "GET /virtual-machine/0ba669ef-6ffa-4f94-bc0b-271740d6162b HTTP/1.1" 200 1284 0.007234 10.0.0.22 - - [2025-10-13 02:47:37] "GET /virtual-machine-interface/d8677cca-e5fc-4e49-a2d5-c21ce45d897a HTTP/1.1" 200 2927 0.007294 10.0.0.22 - - [2025-10-13 02:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.22 - - [2025-10-13 02:47:37] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004849 10.0.0.22 - - [2025-10-13 02:47:37] "GET /virtual-networks?parent_id=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003625 10.0.0.22 - - [2025-10-13 02:47:37] "GET /virtual-network/15c7a91d-6293-4e1a-811a-ec678739c454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006911 10.0.0.22 - - [2025-10-13 02:47:40] "POST /neutron/port HTTP/1.1" 200 1081 0.014116 10.0.0.22 - - [2025-10-13 02:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.22 - - [2025-10-13 02:47:40] "GET /virtual-network/15c7a91d-6293-4e1a-811a-ec678739c454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005019 10.0.0.22 - - [2025-10-13 02:47:41] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006541 10.0.0.22 - - [2025-10-13 02:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.22 - - [2025-10-13 02:47:42] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003999 10.0.0.22 - - [2025-10-13 02:47:42] "GET /virtual-networks?parent_id=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003422 10.0.0.22 - - [2025-10-13 02:47:42] "GET /virtual-network/15c7a91d-6293-4e1a-811a-ec678739c454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006071 10.0.0.22 - - [2025-10-13 02:47:43] "POST /neutron/port HTTP/1.1" 200 1081 0.013824 10.0.0.22 - - [2025-10-13 02:47:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007408 10.0.0.22 - - [2025-10-13 02:47:43] "GET /virtual-machine/fb159932-25d2-473a-b9a1-b20b0fa7b373 HTTP/1.1" 200 1286 0.005020 10.0.0.22 - - [2025-10-13 02:47:43] "GET /virtual-machine-interface/ae4cfccb-d4fd-4d83-b47c-62ede6d8a646 HTTP/1.1" 200 2927 0.004608 10.0.0.22 - - [2025-10-13 02:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.22 - - [2025-10-13 02:47:43] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003701 10.0.0.22 - - [2025-10-13 02:47:43] "GET /virtual-networks?parent_id=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002918 10.0.0.22 - - [2025-10-13 02:47:43] "GET /virtual-network/74d1e9ba-9c58-489f-92f4-51076db965da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.005950 10.0.0.22 - - [2025-10-13 02:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.22 - - [2025-10-13 02:47:44] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004078 10.0.0.22 - - [2025-10-13 02:47:44] "GET /virtual-networks?parent_id=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003323 10.0.0.22 - - [2025-10-13 02:47:44] "GET /virtual-network/74d1e9ba-9c58-489f-92f4-51076db965da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.007075 10.0.0.22 - - [2025-10-13 02:47:44] "POST /interface-route-tables HTTP/1.1" 200 574 0.028786 10.0.0.22 - - [2025-10-13 02:47:44] "GET /interface-route-table/cfaa35ef-e54d-420b-aeef-ac3c6df137bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1307 0.011437 10.0.0.22 - - [2025-10-13 02:47:44] "GET /virtual-machine-interface/d8677cca-e5fc-4e49-a2d5-c21ce45d897a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006432 10.0.0.22 - - [2025-10-13 02:47:44] "POST /ref-update HTTP/1.1" 200 156 0.016325 10.0.0.22 - - [2025-10-13 02:47:44] "POST /routing-policys HTTP/1.1" 200 534 0.031843 10.0.0.22 - - [2025-10-13 02:47:44] "GET /virtual-network/15c7a91d-6293-4e1a-811a-ec678739c454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.007077 10.0.0.22 - - [2025-10-13 02:47:44] "PUT /virtual-network/15c7a91d-6293-4e1a-811a-ec678739c454 HTTP/1.1" 200 264 0.053660 10.0.0.22 - - [2025-10-13 02:47:48] "POST /ref-update HTTP/1.1" 200 156 0.044029 10.0.0.22 - - [2025-10-13 02:47:48] "DELETE /routing-policy/18212155-b344-431a-9d83-bf35f433d0c7 HTTP/1.1" 200 115 0.045953 10.0.0.22 - - [2025-10-13 02:47:49] "POST /neutron/port HTTP/1.1" 200 1081 0.015918 10.0.0.22 - - [2025-10-13 02:47:49] "POST /neutron/port HTTP/1.1" 200 151 0.172340 10.0.0.22 - - [2025-10-13 02:47:50] "POST /neutron/network HTTP/1.1" 200 831 0.008606 10.0.0.41 - - [2025-10-13 02:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005079 10.0.0.41 - - [2025-10-13 02:47:51] "DELETE /route-target/4df26021-10f8-424f-b393-9554a2a3a244 HTTP/1.1" 409 239 0.007824 10.0.0.41 - - [2025-10-13 02:47:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004070 10.0.0.41 - - [2025-10-13 02:47:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003624 10.0.0.22 - - [2025-10-13 02:47:51] "POST /neutron/network HTTP/1.1" 200 151 0.131757 10.0.0.41 - - [2025-10-13 02:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005874 10.0.0.41 - - [2025-10-13 02:47:52] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001427 10.0.0.22 - - [2025-10-13 02:47:52] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.039553 10.0.0.41 - - [2025-10-13 02:47:52] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000891 10.0.0.22 - - [2025-10-13 02:47:52] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?fields=virtual_networks HTTP/1.1" 200 1017 0.038482 10.0.0.41 - - [2025-10-13 02:47:52] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001048 10.0.0.22 - - [2025-10-13 02:47:52] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1017 0.041399 10.0.0.41 - - [2025-10-13 02:47:52] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001071 10.0.0.22 - - [2025-10-13 02:47:52] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?fields=security_groups HTTP/1.1" 200 1236 0.043280 10.0.0.22 - - [2025-10-13 02:47:53] "POST /fqname-to-id HTTP/1.1" 404 192 0.023934 10.0.0.41 - - [2025-10-13 02:47:53] "GET /projects?obj_uuids=ff9a9703-747d-4493-8bcf-68b210deb67e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003044 10.0.0.41 - - [2025-10-13 02:47:53] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.41 - - [2025-10-13 02:47:53] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007371 10.0.0.41 - - [2025-10-13 02:47:53] "POST /id-to-fqname HTTP/1.1" 200 194 0.003456 10.0.0.41 - - [2025-10-13 02:47:54] "POST /fqname-to-id HTTP/1.1" 404 203 0.007132 10.0.0.41 - - [2025-10-13 02:47:54] "POST /security-groups HTTP/1.1" 200 595 0.032010 10.0.0.41 - - [2025-10-13 02:47:54] "POST /projects HTTP/1.1" 200 593 0.252099 10.0.0.41 - - [2025-10-13 02:47:54] "POST /access-control-lists HTTP/1.1" 200 600 0.029846 10.0.0.41 - - [2025-10-13 02:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.325316 10.0.0.22 - - [2025-10-13 02:47:54] "GET /project/ff9a9703-747d-4493-8bcf-68b210deb67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.457310 10.0.0.22 - - [2025-10-13 02:47:55] "GET / HTTP/1.1" 200 35931 0.001443 10.0.0.22 - - [2025-10-13 02:47:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.22 - - [2025-10-13 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.068370 10.0.0.41 - - [2025-10-13 02:47:57] "GET /projects?obj_uuids=ff9a9703-747d-4493-8bcf-68b210deb67e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000839 10.0.0.22 - - [2025-10-13 02:47:57] "GET /project/ff9a9703-747d-4493-8bcf-68b210deb67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.038149 10.0.0.41 - - [2025-10-13 02:47:57] "POST /route-targets HTTP/1.1" 200 327 0.018502 10.0.0.41 - - [2025-10-13 02:47:57] "POST /useragent-kv HTTP/1.1" 200 115 0.007968 10.0.0.22 - - [2025-10-13 02:47:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.217986 10.0.0.22 - - [2025-10-13 02:47:57] "POST /id-to-fqname HTTP/1.1" 200 226 0.001277 10.0.0.22 - - [2025-10-13 02:47:57] "GET /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004998 10.0.0.22 - - [2025-10-13 02:47:57] "GET /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005010 10.0.0.22 - - [2025-10-13 02:47:57] "POST /neutron/network HTTP/1.1" 200 830 0.005441 10.0.0.22 - - [2025-10-13 02:47:58] "GET /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005692 10.0.0.22 - - [2025-10-13 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.22 - - [2025-10-13 02:47:59] "GET /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005171 10.0.0.22 - - [2025-10-13 02:47:59] "PUT /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26 HTTP/1.1" 200 264 0.050218 10.0.0.41 - - [2025-10-13 02:47:59] "POST /ref-update HTTP/1.1" 200 156 0.018926 10.0.0.22 - - [2025-10-13 02:48:04] "POST /id-to-fqname HTTP/1.1" 200 226 0.001396 10.0.0.41 - - [2025-10-13 02:48:05] "GET /projects?obj_uuids=ff9a9703-747d-4493-8bcf-68b210deb67e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001034 10.0.0.22 - - [2025-10-13 02:48:05] "GET /project/ff9a9703-747d-4493-8bcf-68b210deb67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.066797 10.0.0.22 - - [2025-10-13 02:48:05] "POST /neutron/network HTTP/1.1" 200 830 0.006372 10.0.0.22 - - [2025-10-13 02:48:06] "POST /neutron/port HTTP/1.1" 200 117 0.009293 10.0.0.22 - - [2025-10-13 02:48:06] "POST /neutron/port HTTP/1.1" 200 1062 0.013886 10.0.0.22 - - [2025-10-13 02:48:06] "POST /neutron/port HTTP/1.1" 200 1090 0.015508 10.0.0.22 - - [2025-10-13 02:48:06] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.41 - - [2025-10-13 02:48:06] "DELETE /project/ff9a9703747d44938bcf68b210deb67e HTTP/1.1" 404 173 0.005652 10.0.0.41 - - [2025-10-13 02:48:06] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000786 10.0.0.41 - - [2025-10-13 02:48:06] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.040825 10.0.0.41 - - [2025-10-13 02:48:06] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001124 10.0.0.41 - - [2025-10-13 02:48:07] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?fields=security_groups HTTP/1.1" 200 1087 0.044019 10.0.0.41 - - [2025-10-13 02:48:07] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000946 10.0.0.41 - - [2025-10-13 02:48:07] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?fields=application_policy_sets HTTP/1.1" 200 1380 0.034798 10.0.0.41 - - [2025-10-13 02:48:07] "DELETE /project/ba3f7369-a22e-43e8-87af-6846bca422f0 HTTP/1.1" 409 278 0.219207 10.0.0.22 - - [2025-10-13 02:48:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009499 10.0.0.22 - - [2025-10-13 02:48:11] "POST /neutron/port HTTP/1.1" 200 1090 0.016349 10.0.0.22 - - [2025-10-13 02:48:11] "GET /virtual-machine/302d7c1d-77a6-47e6-ae36-18431e383655 HTTP/1.1" 401 292 0.000418 10.0.0.22 - - [2025-10-13 02:48:11] "GET /virtual-machine/302d7c1d-77a6-47e6-ae36-18431e383655 HTTP/1.1" 200 1296 0.026796 10.0.0.22 - - [2025-10-13 02:48:11] "GET /virtual-machine-interface/1f3e14c7-072c-41e1-8a69-e1ae34462647 HTTP/1.1" 200 2965 0.005718 10.0.0.22 - - [2025-10-13 02:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.22 - - [2025-10-13 02:48:11] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004016 10.0.0.22 - - [2025-10-13 02:48:11] "GET /virtual-networks?parent_id=ff9a9703-747d-4493-8bcf-68b210deb67e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002554 10.0.0.22 - - [2025-10-13 02:48:11] "GET /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005988 10.0.0.22 - - [2025-10-13 02:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.22 - - [2025-10-13 02:48:14] "GET /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005174 10.0.0.22 - - [2025-10-13 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.22 - - [2025-10-13 02:48:18] "GET /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005090 10.0.0.22 - - [2025-10-13 02:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.22 - - [2025-10-13 02:48:23] "GET /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004889 10.0.0.19 - - [2025-10-13 02:48:24] "GET /obj-perms HTTP/1.1" 200 5056 0.063588 10.0.0.22 - - [2025-10-13 02:48:26] "POST /neutron/port HTTP/1.1" 200 1090 0.013864 10.0.0.22 - - [2025-10-13 02:48:26] "POST /neutron/subnet HTTP/1.1" 200 689 0.008665 10.0.0.22 - - [2025-10-13 02:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.22 - - [2025-10-13 02:48:27] "GET /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004832 10.0.0.22 - - [2025-10-13 02:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.22 - - [2025-10-13 02:48:31] "GET /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004640 10.0.0.22 - - [2025-10-13 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.22 - - [2025-10-13 02:48:35] "GET /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005174 10.0.0.22 - - [2025-10-13 02:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.22 - - [2025-10-13 02:48:39] "GET /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005611 10.0.0.22 - - [2025-10-13 02:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.22 - - [2025-10-13 02:48:43] "GET /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004704 10.0.0.22 - - [2025-10-13 02:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.22 - - [2025-10-13 02:48:45] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003520 10.0.0.22 - - [2025-10-13 02:48:45] "GET /virtual-networks?parent_id=ff9a9703-747d-4493-8bcf-68b210deb67e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002909 10.0.0.22 - - [2025-10-13 02:48:45] "GET /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005544 10.0.0.22 - - [2025-10-13 02:48:45] "POST /neutron/port HTTP/1.1" 200 1090 0.013783 10.0.0.22 - - [2025-10-13 02:48:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006445 10.0.0.22 - - [2025-10-13 02:48:56] "POST /neutron/port HTTP/1.1" 200 1090 0.015095 10.0.0.22 - - [2025-10-13 02:49:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008137 10.0.0.22 - - [2025-10-13 02:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.22 - - [2025-10-13 02:49:06] "GET /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004788 10.0.0.22 - - [2025-10-13 02:49:06] "PUT /virtual-network/893c5c4f-4179-478f-99a4-f182a558ee26 HTTP/1.1" 200 264 0.053527 10.0.0.41 - - [2025-10-13 02:49:06] "POST /ref-update HTTP/1.1" 200 156 0.047611 10.0.0.22 - - [2025-10-13 02:49:12] "POST /neutron/port HTTP/1.1" 200 1090 0.014777 10.0.0.22 - - [2025-10-13 02:49:13] "POST /neutron/network HTTP/1.1" 200 830 0.008206 10.0.0.41 - - [2025-10-13 02:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.22 - - [2025-10-13 02:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.41 - - [2025-10-13 02:49:16] "GET /projects?obj_uuids=ff9a9703-747d-4493-8bcf-68b210deb67e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001240 10.0.0.22 - - [2025-10-13 02:49:16] "GET /project/ff9a9703-747d-4493-8bcf-68b210deb67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.039776 10.0.0.41 - - [2025-10-13 02:49:16] "GET /projects?obj_uuids=ff9a9703-747d-4493-8bcf-68b210deb67e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001434 10.0.0.22 - - [2025-10-13 02:49:16] "POST /neutron/network HTTP/1.1" 200 613 0.116105 10.0.0.41 - - [2025-10-13 02:49:16] "POST /ref-update HTTP/1.1" 200 156 0.022024 10.0.0.22 - - [2025-10-13 02:49:17] "POST /id-to-fqname HTTP/1.1" 200 226 0.003887 10.0.0.22 - - [2025-10-13 02:49:17] "GET /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006555 10.0.0.22 - - [2025-10-13 02:49:17] "POST /neutron/network HTTP/1.1" 200 830 0.007371 10.0.0.22 - - [2025-10-13 02:49:17] "GET /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006896 10.0.0.22 - - [2025-10-13 02:49:17] "GET /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006140 10.0.0.41 - - [2025-10-13 02:49:17] "GET /obj-perms HTTP/1.1" 200 5038 0.051527 10.0.0.22 - - [2025-10-13 02:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.22 - - [2025-10-13 02:49:17] "GET /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005522 10.0.0.22 - - [2025-10-13 02:49:17] "PUT /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314 HTTP/1.1" 200 264 0.047426 10.0.0.22 - - [2025-10-13 02:49:23] "POST /id-to-fqname HTTP/1.1" 200 226 0.001270 10.0.0.22 - - [2025-10-13 02:49:23] "POST /neutron/network HTTP/1.1" 200 840 0.006956 10.0.0.41 - - [2025-10-13 02:49:23] "GET /projects?obj_uuids=ff9a9703-747d-4493-8bcf-68b210deb67e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001081 10.0.0.22 - - [2025-10-13 02:49:23] "GET /project/ff9a9703-747d-4493-8bcf-68b210deb67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.069586 10.0.0.22 - - [2025-10-13 02:49:23] "POST /neutron/port HTTP/1.1" 200 117 0.006761 10.0.0.41 - - [2025-10-13 02:49:24] "GET /projects?obj_uuids=ff9a9703-747d-4493-8bcf-68b210deb67e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001121 10.0.0.22 - - [2025-10-13 02:49:24] "POST /neutron/port HTTP/1.1" 200 1062 0.246349 10.0.0.22 - - [2025-10-13 02:49:24] "POST /neutron/port HTTP/1.1" 200 1116 0.102727 10.0.0.22 - - [2025-10-13 02:49:24] "POST /neutron/subnet HTTP/1.1" 200 689 0.009264 10.0.0.22 - - [2025-10-13 02:49:25] "GET /obj-perms HTTP/1.1" 200 5056 0.042050 10.0.0.22 - - [2025-10-13 02:49:26] "POST /neutron/port HTTP/1.1" 200 1090 0.017652 10.0.0.22 - - [2025-10-13 02:49:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003910 10.0.0.22 - - [2025-10-13 02:49:26] "POST /neutron/network HTTP/1.1" 200 830 0.009074 10.0.0.22 - - [2025-10-13 02:49:29] "POST /neutron/port HTTP/1.1" 200 1090 0.013793 10.0.0.22 - - [2025-10-13 02:49:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006627 10.0.0.22 - - [2025-10-13 02:49:29] "GET /virtual-machine/205291e6-16b3-4aca-a051-9f9c0ce88cce HTTP/1.1" 200 1296 0.005076 10.0.0.22 - - [2025-10-13 02:49:29] "GET /virtual-machine-interface/c9efd8cd-0590-4dae-9782-311b418601e1 HTTP/1.1" 200 2967 0.004811 10.0.0.22 - - [2025-10-13 02:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.22 - - [2025-10-13 02:49:29] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003186 10.0.0.22 - - [2025-10-13 02:49:29] "GET /virtual-networks?parent_id=ff9a9703-747d-4493-8bcf-68b210deb67e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002795 10.0.0.22 - - [2025-10-13 02:49:29] "GET /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.008352 10.0.0.22 - - [2025-10-13 02:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.22 - - [2025-10-13 02:49:32] "GET /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005137 10.0.0.22 - - [2025-10-13 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.22 - - [2025-10-13 02:49:36] "GET /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005618 10.0.0.22 - - [2025-10-13 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.22 - - [2025-10-13 02:49:40] "GET /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.004715 10.0.0.22 - - [2025-10-13 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.22 - - [2025-10-13 02:49:44] "GET /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005677 10.0.0.22 - - [2025-10-13 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.22 - - [2025-10-13 02:49:48] "GET /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005214 10.0.0.19 - - [2025-10-13 02:49:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.19 - - [2025-10-13 02:49:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.22 - - [2025-10-13 02:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.22 - - [2025-10-13 02:49:52] "GET /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005398 10.0.0.41 - - [2025-10-13 02:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.41 - - [2025-10-13 02:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.41 - - [2025-10-13 02:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.41 - - [2025-10-13 02:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.19 - - [2025-10-13 02:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.19 - - [2025-10-13 02:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.22 - - [2025-10-13 02:49:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.22 - - [2025-10-13 02:49:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.22 - - [2025-10-13 02:49:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.22 - - [2025-10-13 02:49:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.22 - - [2025-10-13 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.22 - - [2025-10-13 02:49:57] "GET /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005489 10.0.0.22 - - [2025-10-13 02:50:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.22 - - [2025-10-13 02:50:01] "GET /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006869 10.0.0.22 - - [2025-10-13 02:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.22 - - [2025-10-13 02:50:03] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003563 10.0.0.22 - - [2025-10-13 02:50:03] "GET /virtual-networks?parent_id=ff9a9703-747d-4493-8bcf-68b210deb67e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003472 10.0.0.22 - - [2025-10-13 02:50:03] "GET /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006107 10.0.0.22 - - [2025-10-13 02:50:08] "POST /neutron/port HTTP/1.1" 200 1090 0.020558 10.0.0.22 - - [2025-10-13 02:50:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007777 10.0.0.22 - - [2025-10-13 02:50:18] "POST /neutron/port HTTP/1.1" 200 1090 0.014150 10.0.0.22 - - [2025-10-13 02:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.22 - - [2025-10-13 02:50:24] "GET /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005211 10.0.0.41 - - [2025-10-13 02:50:24] "POST /ref-update HTTP/1.1" 200 156 0.020076 10.0.0.22 - - [2025-10-13 02:50:24] "PUT /virtual-network/1975df59-6163-49ec-b1ef-f84126eef314 HTTP/1.1" 200 264 0.050263 10.0.0.22 - - [2025-10-13 02:50:27] "POST /neutron/port HTTP/1.1" 200 1090 0.019313 10.0.0.22 - - [2025-10-13 02:50:27] "POST /neutron/subnet HTTP/1.1" 200 689 0.010965 10.0.0.22 - - [2025-10-13 02:50:29] "POST /neutron/network HTTP/1.1" 200 830 0.009657 10.0.0.22 - - [2025-10-13 02:50:29] "POST /neutron/port HTTP/1.1" 200 1116 0.023445 10.0.0.41 - - [2025-10-13 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.41 - - [2025-10-13 02:50:31] "POST /useragent-kv HTTP/1.1" 200 115 0.031412 10.0.0.41 - - [2025-10-13 02:50:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004656 10.0.0.22 - - [2025-10-13 02:50:31] "POST /neutron/network HTTP/1.1" 200 151 0.168735 10.0.0.41 - - [2025-10-13 02:50:32] "GET /projects?obj_uuids=ff9a9703-747d-4493-8bcf-68b210deb67e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001377 10.0.0.22 - - [2025-10-13 02:50:33] "GET /project/ff9a9703-747d-4493-8bcf-68b210deb67e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.074115 10.0.0.41 - - [2025-10-13 02:50:33] "GET /projects?obj_uuids=ff9a9703-747d-4493-8bcf-68b210deb67e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000974 10.0.0.22 - - [2025-10-13 02:50:33] "GET /project/ff9a9703-747d-4493-8bcf-68b210deb67e?fields=virtual_networks HTTP/1.1" 200 1040 0.053213 10.0.0.41 - - [2025-10-13 02:50:33] "GET /projects?obj_uuids=ff9a9703-747d-4493-8bcf-68b210deb67e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000949 10.0.0.22 - - [2025-10-13 02:50:33] "GET /project/ff9a9703-747d-4493-8bcf-68b210deb67e?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.059685 10.0.0.41 - - [2025-10-13 02:50:33] "GET /projects?obj_uuids=ff9a9703-747d-4493-8bcf-68b210deb67e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001385 10.0.0.22 - - [2025-10-13 02:50:33] "GET /project/ff9a9703-747d-4493-8bcf-68b210deb67e?fields=security_groups HTTP/1.1" 200 1270 0.041249 10.0.0.22 - - [2025-10-13 02:50:34] "POST /fqname-to-id HTTP/1.1" 404 213 0.023454 10.0.0.41 - - [2025-10-13 02:50:34] "GET /projects?obj_uuids=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003028 10.0.0.41 - - [2025-10-13 02:50:34] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.41 - - [2025-10-13 02:50:34] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007148 10.0.0.41 - - [2025-10-13 02:50:34] "POST /id-to-fqname HTTP/1.1" 200 216 0.008665 10.0.0.41 - - [2025-10-13 02:50:34] "POST /fqname-to-id HTTP/1.1" 404 227 0.003390 10.0.0.41 - - [2025-10-13 02:50:34] "POST /security-groups HTTP/1.1" 200 616 0.079647 10.0.0.41 - - [2025-10-13 02:50:34] "POST /projects HTTP/1.1" 200 635 0.273241 10.0.0.41 - - [2025-10-13 02:50:34] "POST /access-control-lists HTTP/1.1" 200 621 0.030126 10.0.0.41 - - [2025-10-13 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.347574 10.0.0.22 - - [2025-10-13 02:50:34] "GET /project/f33581f7-f8e6-4a54-8495-018a8e0eb0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.477205 10.0.0.22 - - [2025-10-13 02:50:35] "GET / HTTP/1.1" 200 35931 0.001502 10.0.0.22 - - [2025-10-13 02:50:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000590 10.0.0.22 - - [2025-10-13 02:50:37] "POST /fqname-to-id HTTP/1.1" 404 249 0.054519 10.0.0.41 - - [2025-10-13 02:50:37] "POST /fqname-to-id HTTP/1.1" 404 281 0.003067 10.0.0.41 - - [2025-10-13 02:50:37] "POST /access-control-lists HTTP/1.1" 200 641 0.024415 10.0.0.41 - - [2025-10-13 02:50:38] "PUT /access-control-list/1449e3f7-0b90-447d-b034-4b50a957fb2f HTTP/1.1" 200 272 0.017136 10.0.0.22 - - [2025-10-13 02:50:38] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.031414 10.0.0.22 - - [2025-10-13 02:50:38] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.189451 10.0.0.41 - - [2025-10-13 02:50:38] "PUT /access-control-list/1449e3f7-0b90-447d-b034-4b50a957fb2f HTTP/1.1" 200 272 0.023022 10.0.0.22 - - [2025-10-13 02:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.22 - - [2025-10-13 02:50:38] "GET /security-group/0740d364-cb9c-4a5f-95aa-ace7552a118a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.005781 10.0.0.22 - - [2025-10-13 02:50:39] "POST /neutron/security_group HTTP/1.1" 200 151 0.050962 10.0.0.22 - - [2025-10-13 02:50:39] "POST /fqname-to-id HTTP/1.1" 404 249 0.003510 10.0.0.22 - - [2025-10-13 02:50:39] "POST /fqname-to-id HTTP/1.1" 404 249 0.003361 10.0.0.41 - - [2025-10-13 02:50:39] "POST /fqname-to-id HTTP/1.1" 404 281 0.004088 10.0.0.41 - - [2025-10-13 02:50:40] "POST /access-control-lists HTTP/1.1" 200 641 0.028367 10.0.0.41 - - [2025-10-13 02:50:40] "PUT /access-control-list/9c172aba-9544-42a5-9e90-d8a22af8e95c HTTP/1.1" 200 272 0.013518 10.0.0.22 - - [2025-10-13 02:50:40] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010043 10.0.0.22 - - [2025-10-13 02:50:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.211393 10.0.0.41 - - [2025-10-13 02:50:41] "PUT /access-control-list/9c172aba-9544-42a5-9e90-d8a22af8e95c HTTP/1.1" 200 272 0.010816 10.0.0.22 - - [2025-10-13 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.011415 10.0.0.22 - - [2025-10-13 02:50:41] "GET /security-group/412b7acf-c5e8-4444-9ea7-faaf21cd06e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.004190 10.0.0.22 - - [2025-10-13 02:50:41] "POST /neutron/security_group_rule HTTP/1.1" 200 566 0.010648 10.0.0.22 - - [2025-10-13 02:50:41] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.143948 10.0.0.22 - - [2025-10-13 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.41 - - [2025-10-13 02:50:41] "GET /projects?obj_uuids=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000919 10.0.0.41 - - [2025-10-13 02:50:41] "PUT /access-control-list/7f48e2b1-7062-44fe-9dd4-4b8522396a55 HTTP/1.1" 200 272 0.019158 10.0.0.22 - - [2025-10-13 02:50:41] "GET /project/f33581f7-f8e6-4a54-8495-018a8e0eb0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.052104 10.0.0.41 - - [2025-10-13 02:50:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006674 10.0.0.41 - - [2025-10-13 02:50:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.042778 10.0.0.22 - - [2025-10-13 02:50:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.219734 10.0.0.22 - - [2025-10-13 02:50:42] "POST /id-to-fqname HTTP/1.1" 200 290 0.001400 10.0.0.22 - - [2025-10-13 02:50:42] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.008023 10.0.0.22 - - [2025-10-13 02:50:42] "POST /neutron/network HTTP/1.1" 200 1112 0.008873 10.0.0.22 - - [2025-10-13 02:50:42] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007558 10.0.0.22 - - [2025-10-13 02:50:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.011494 10.0.0.22 - - [2025-10-13 02:50:43] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006377 10.0.0.19 - - [2025-10-13 02:50:43] "GET /obj-perms HTTP/1.1" 200 5080 0.045635 10.0.0.22 - - [2025-10-13 02:50:44] "POST /id-to-fqname HTTP/1.1" 200 290 0.001952 10.0.0.41 - - [2025-10-13 02:50:45] "GET /projects?obj_uuids=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000933 10.0.0.22 - - [2025-10-13 02:50:45] "GET /project/f33581f7-f8e6-4a54-8495-018a8e0eb0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.058373 10.0.0.22 - - [2025-10-13 02:50:45] "POST /neutron/network HTTP/1.1" 200 1112 0.008578 10.0.0.22 - - [2025-10-13 02:50:45] "POST /id-to-fqname HTTP/1.1" 200 290 0.001381 10.0.0.22 - - [2025-10-13 02:50:45] "POST /neutron/port HTTP/1.1" 200 117 0.006158 10.0.0.22 - - [2025-10-13 02:50:45] "POST /neutron/network HTTP/1.1" 200 1122 0.008789 10.0.0.22 - - [2025-10-13 02:50:46] "POST /neutron/port HTTP/1.1" 200 1191 0.026211 10.0.0.41 - - [2025-10-13 02:50:46] "GET /projects?obj_uuids=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000892 10.0.0.22 - - [2025-10-13 02:50:46] "POST /neutron/port HTTP/1.1" 200 1219 0.022424 10.0.0.22 - - [2025-10-13 02:50:46] "GET /project/f33581f7-f8e6-4a54-8495-018a8e0eb0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.079931 10.0.0.22 - - [2025-10-13 02:50:46] "POST /neutron/network HTTP/1.1" 200 1112 0.010130 10.0.0.22 - - [2025-10-13 02:50:46] "POST /neutron/port HTTP/1.1" 200 117 0.001507 10.0.0.22 - - [2025-10-13 02:50:46] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007221 10.0.0.22 - - [2025-10-13 02:50:46] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008287 10.0.0.41 - - [2025-10-13 02:50:47] "GET /projects?obj_uuids=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000996 10.0.0.22 - - [2025-10-13 02:50:47] "POST /neutron/port HTTP/1.1" 200 1191 0.308698 10.0.0.22 - - [2025-10-13 02:50:47] "POST /neutron/port HTTP/1.1" 200 1245 0.116364 10.0.0.22 - - [2025-10-13 02:50:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003869 10.0.0.22 - - [2025-10-13 02:50:47] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.41 - - [2025-10-13 02:50:51] "DELETE /access-control-list/d1f5c137-fae6-43de-af4c-602c448c3abc HTTP/1.1" 200 115 0.032661 10.0.0.22 - - [2025-10-13 02:50:51] "POST /neutron/security_group HTTP/1.1" 200 1457 0.011043 10.0.0.22 - - [2025-10-13 02:50:52] "POST /neutron/port HTTP/1.1" 200 1219 0.015330 10.0.0.22 - - [2025-10-13 02:50:52] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009997 10.0.0.22 - - [2025-10-13 02:50:52] "GET /virtual-machine/4c5211b4-bdda-4426-bbef-010d9acd0912 HTTP/1.1" 401 292 0.000359 10.0.0.22 - - [2025-10-13 02:50:52] "GET /virtual-machine/4c5211b4-bdda-4426-bbef-010d9acd0912 HTTP/1.1" 200 1317 0.031581 10.0.0.22 - - [2025-10-13 02:50:52] "GET /virtual-machine/4c5211b4-bdda-4426-bbef-010d9acd0912 HTTP/1.1" 200 1317 0.005338 10.0.0.22 - - [2025-10-13 02:50:52] "GET /virtual-machine-interface/9d04c480-3002-4769-a5df-640722137bfa HTTP/1.1" 200 3417 0.005120 10.0.0.22 - - [2025-10-13 02:50:52] "GET /virtual-machine/4c5211b4-bdda-4426-bbef-010d9acd0912 HTTP/1.1" 200 1317 0.004932 10.0.0.22 - - [2025-10-13 02:50:52] "GET /virtual-machine-interface/9d04c480-3002-4769-a5df-640722137bfa HTTP/1.1" 200 3417 0.005538 10.0.0.22 - - [2025-10-13 02:50:52] "GET /instance-ip/232771e5-7630-4531-8220-444170318ac2 HTTP/1.1" 200 1734 0.005940 10.0.0.22 - - [2025-10-13 02:50:52] "GET /instance-ip/a6eea0b8-f38b-4047-b49a-4f624b5a62d3 HTTP/1.1" 200 1715 0.006379 10.0.0.22 - - [2025-10-13 02:50:52] "GET /virtual-machine/4c5211b4-bdda-4426-bbef-010d9acd0912 HTTP/1.1" 200 1317 0.003502 10.0.0.22 - - [2025-10-13 02:50:52] "GET /virtual-machine-interface/9d04c480-3002-4769-a5df-640722137bfa HTTP/1.1" 200 3417 0.004787 10.0.0.22 - - [2025-10-13 02:50:52] "GET /instance-ip/232771e5-7630-4531-8220-444170318ac2 HTTP/1.1" 200 1734 0.003690 10.0.0.22 - - [2025-10-13 02:50:52] "GET /instance-ip/a6eea0b8-f38b-4047-b49a-4f624b5a62d3 HTTP/1.1" 200 1715 0.003805 10.0.0.22 - - [2025-10-13 02:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.22 - - [2025-10-13 02:50:52] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003527 10.0.0.22 - - [2025-10-13 02:50:52] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002635 10.0.0.22 - - [2025-10-13 02:50:52] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006098 10.0.0.22 - - [2025-10-13 02:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.22 - - [2025-10-13 02:50:52] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005219 10.0.0.22 - - [2025-10-13 02:50:52] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003592 10.0.0.22 - - [2025-10-13 02:50:52] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.009389 10.0.0.22 - - [2025-10-13 02:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.22 - - [2025-10-13 02:50:52] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004253 10.0.0.22 - - [2025-10-13 02:50:52] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003070 10.0.0.22 - - [2025-10-13 02:50:53] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007358 10.0.0.22 - - [2025-10-13 02:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.22 - - [2025-10-13 02:50:53] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003869 10.0.0.22 - - [2025-10-13 02:50:53] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003204 10.0.0.22 - - [2025-10-13 02:50:53] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005843 10.0.0.22 - - [2025-10-13 02:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.22 - - [2025-10-13 02:50:53] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004039 10.0.0.22 - - [2025-10-13 02:50:53] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003244 10.0.0.22 - - [2025-10-13 02:50:53] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005749 10.0.0.22 - - [2025-10-13 02:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.22 - - [2025-10-13 02:50:53] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005238 10.0.0.22 - - [2025-10-13 02:50:53] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003808 10.0.0.22 - - [2025-10-13 02:50:53] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006132 10.0.0.22 - - [2025-10-13 02:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.22 - - [2025-10-13 02:50:53] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003979 10.0.0.22 - - [2025-10-13 02:50:53] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003287 10.0.0.22 - - [2025-10-13 02:50:53] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007296 10.0.0.22 - - [2025-10-13 02:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.22 - - [2025-10-13 02:50:56] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005820 10.0.0.22 - - [2025-10-13 02:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.22 - - [2025-10-13 02:51:00] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005333 10.0.0.22 - - [2025-10-13 02:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.22 - - [2025-10-13 02:51:04] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005839 10.0.0.41 - - [2025-10-13 02:51:07] "DELETE /project/f33581f7f8e64a548495018a8e0eb0e4 HTTP/1.1" 404 173 0.004083 10.0.0.41 - - [2025-10-13 02:51:07] "DELETE /project/ff9a9703-747d-4493-8bcf-68b210deb67e HTTP/1.1" 404 177 0.003654 10.0.0.22 - - [2025-10-13 02:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.22 - - [2025-10-13 02:51:08] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006234 10.0.0.22 - - [2025-10-13 02:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005199 10.0.0.22 - - [2025-10-13 02:51:13] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007343 10.0.0.22 - - [2025-10-13 02:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.22 - - [2025-10-13 02:51:17] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005108 10.0.0.22 - - [2025-10-13 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.22 - - [2025-10-13 02:51:21] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005407 10.0.0.22 - - [2025-10-13 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.22 - - [2025-10-13 02:51:25] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003681 10.0.0.22 - - [2025-10-13 02:51:25] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002964 10.0.0.22 - - [2025-10-13 02:51:25] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.017828 10.0.0.22 - - [2025-10-13 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.22 - - [2025-10-13 02:51:25] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004460 10.0.0.22 - - [2025-10-13 02:51:25] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003226 10.0.0.22 - - [2025-10-13 02:51:25] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005902 10.0.0.22 - - [2025-10-13 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.22 - - [2025-10-13 02:51:25] "GET /routing-instance/c4b070f3-70f6-48cb-a4e2-b80dab31fe88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004627 10.0.0.22 - - [2025-10-13 02:51:25] "GET /route-target/0762d041-aaa0-446f-b014-530fe25cb0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004330 10.0.0.22 - - [2025-10-13 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.22 - - [2025-10-13 02:51:25] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005878 10.0.0.22 - - [2025-10-13 02:51:25] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004598 10.0.0.22 - - [2025-10-13 02:51:25] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006675 10.0.0.22 - - [2025-10-13 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.22 - - [2025-10-13 02:51:25] "GET /routing-instance/c4b070f3-70f6-48cb-a4e2-b80dab31fe88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005286 10.0.0.22 - - [2025-10-13 02:51:25] "GET /route-target/0762d041-aaa0-446f-b014-530fe25cb0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004227 10.0.0.22 - - [2025-10-13 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.22 - - [2025-10-13 02:51:25] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004360 10.0.0.22 - - [2025-10-13 02:51:25] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003395 10.0.0.22 - - [2025-10-13 02:51:25] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007410 10.0.0.22 - - [2025-10-13 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.22 - - [2025-10-13 02:51:26] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005659 10.0.0.22 - - [2025-10-13 02:51:26] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004168 10.0.0.22 - - [2025-10-13 02:51:26] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007028 10.0.0.41 - - [2025-10-13 02:51:26] "GET /obj-perms HTTP/1.1" 200 5080 0.045169 10.0.0.22 - - [2025-10-13 02:51:26] "GET /obj-perms HTTP/1.1" 200 5080 0.048761 10.0.0.22 - - [2025-10-13 02:51:26] "GET /obj-perms HTTP/1.1" 200 5080 0.004055 10.0.0.41 - - [2025-10-13 02:51:26] "GET /obj-perms HTTP/1.1" 200 5080 0.005605 10.0.0.22 - - [2025-10-13 02:51:26] "GET /obj-perms HTTP/1.1" 200 5080 0.003871 10.0.0.22 - - [2025-10-13 02:51:26] "GET /virtual-machine/4c5211b4-bdda-4426-bbef-010d9acd0912 HTTP/1.1" 200 1317 0.003857 10.0.0.22 - - [2025-10-13 02:51:26] "GET /virtual-machine-interface/9d04c480-3002-4769-a5df-640722137bfa HTTP/1.1" 200 3417 0.007630 10.0.0.22 - - [2025-10-13 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.22 - - [2025-10-13 02:51:26] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003681 10.0.0.22 - - [2025-10-13 02:51:26] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003265 10.0.0.22 - - [2025-10-13 02:51:26] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005957 10.0.0.22 - - [2025-10-13 02:51:27] "POST /neutron/network HTTP/1.1" 200 1122 0.009766 10.0.0.22 - - [2025-10-13 02:51:27] "POST /neutron/subnet HTTP/1.1" 200 1380 0.012921 10.0.0.22 - - [2025-10-13 02:51:27] "POST /neutron/network HTTP/1.1" 200 1112 0.012022 10.0.0.41 - - [2025-10-13 02:51:27] "GET /obj-perms HTTP/1.1" 200 5056 0.046831 10.0.0.22 - - [2025-10-13 02:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.22 - - [2025-10-13 02:51:27] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004510 10.0.0.22 - - [2025-10-13 02:51:27] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003638 10.0.0.22 - - [2025-10-13 02:51:27] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006756 10.0.0.22 - - [2025-10-13 02:51:30] "POST /neutron/port HTTP/1.1" 200 1219 0.015176 10.0.0.22 - - [2025-10-13 02:51:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003757 10.0.0.22 - - [2025-10-13 02:51:30] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.22 - - [2025-10-13 02:51:33] "POST /neutron/port HTTP/1.1" 200 1219 0.015499 10.0.0.22 - - [2025-10-13 02:51:33] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006837 10.0.0.22 - - [2025-10-13 02:51:38] "POST /neutron/port HTTP/1.1" 200 1219 0.016208 10.0.0.22 - - [2025-10-13 02:51:43] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009399 10.0.0.22 - - [2025-10-13 02:51:43] "POST /neutron/port HTTP/1.1" 200 1219 0.015291 10.0.0.22 - - [2025-10-13 02:51:43] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007908 10.0.0.22 - - [2025-10-13 02:51:43] "GET /virtual-machine/8c549092-49e7-4a9f-b65b-208c4d0c96ba HTTP/1.1" 200 1318 0.005752 10.0.0.22 - - [2025-10-13 02:51:43] "GET /virtual-machine/8c549092-49e7-4a9f-b65b-208c4d0c96ba HTTP/1.1" 200 1318 0.003696 10.0.0.22 - - [2025-10-13 02:51:43] "GET /virtual-machine-interface/bdd37ad7-6863-42b9-8c64-9112e60e01c7 HTTP/1.1" 200 3417 0.005377 10.0.0.22 - - [2025-10-13 02:51:43] "GET /virtual-machine/8c549092-49e7-4a9f-b65b-208c4d0c96ba HTTP/1.1" 200 1318 0.003372 10.0.0.22 - - [2025-10-13 02:51:43] "GET /virtual-machine-interface/bdd37ad7-6863-42b9-8c64-9112e60e01c7 HTTP/1.1" 200 3417 0.004697 10.0.0.22 - - [2025-10-13 02:51:43] "GET /instance-ip/5b7cad56-de04-4719-b00c-b6cbd9907814 HTTP/1.1" 200 1735 0.005270 10.0.0.22 - - [2025-10-13 02:51:43] "GET /instance-ip/e81ee2d1-1b31-49cc-ad33-314fa6ae2c2f HTTP/1.1" 200 1715 0.005342 10.0.0.22 - - [2025-10-13 02:51:43] "GET /virtual-machine/8c549092-49e7-4a9f-b65b-208c4d0c96ba HTTP/1.1" 200 1318 0.003538 10.0.0.22 - - [2025-10-13 02:51:43] "GET /virtual-machine-interface/bdd37ad7-6863-42b9-8c64-9112e60e01c7 HTTP/1.1" 200 3417 0.004958 10.0.0.22 - - [2025-10-13 02:51:43] "GET /instance-ip/5b7cad56-de04-4719-b00c-b6cbd9907814 HTTP/1.1" 200 1735 0.003577 10.0.0.22 - - [2025-10-13 02:51:43] "GET /instance-ip/e81ee2d1-1b31-49cc-ad33-314fa6ae2c2f HTTP/1.1" 200 1715 0.003465 10.0.0.22 - - [2025-10-13 02:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.22 - - [2025-10-13 02:51:43] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003903 10.0.0.22 - - [2025-10-13 02:51:43] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002741 10.0.0.22 - - [2025-10-13 02:51:44] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005723 10.0.0.22 - - [2025-10-13 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.22 - - [2025-10-13 02:51:44] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004162 10.0.0.22 - - [2025-10-13 02:51:44] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003394 10.0.0.22 - - [2025-10-13 02:51:44] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005446 10.0.0.22 - - [2025-10-13 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.22 - - [2025-10-13 02:51:44] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005237 10.0.0.22 - - [2025-10-13 02:51:44] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004288 10.0.0.22 - - [2025-10-13 02:51:44] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007166 10.0.0.22 - - [2025-10-13 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.22 - - [2025-10-13 02:51:44] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005490 10.0.0.22 - - [2025-10-13 02:51:44] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003369 10.0.0.22 - - [2025-10-13 02:51:44] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007861 10.0.0.22 - - [2025-10-13 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.22 - - [2025-10-13 02:51:44] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004577 10.0.0.22 - - [2025-10-13 02:51:44] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003583 10.0.0.22 - - [2025-10-13 02:51:44] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.008420 10.0.0.22 - - [2025-10-13 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.22 - - [2025-10-13 02:51:44] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005605 10.0.0.22 - - [2025-10-13 02:51:44] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004739 10.0.0.22 - - [2025-10-13 02:51:44] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007418 10.0.0.22 - - [2025-10-13 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.22 - - [2025-10-13 02:51:44] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005726 10.0.0.22 - - [2025-10-13 02:51:44] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003781 10.0.0.22 - - [2025-10-13 02:51:44] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.007178 10.0.0.22 - - [2025-10-13 02:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.22 - - [2025-10-13 02:51:45] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003752 10.0.0.22 - - [2025-10-13 02:51:45] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003015 10.0.0.22 - - [2025-10-13 02:51:45] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006759 10.0.0.22 - - [2025-10-13 02:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.22 - - [2025-10-13 02:51:46] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003977 10.0.0.22 - - [2025-10-13 02:51:46] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002975 10.0.0.22 - - [2025-10-13 02:51:46] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005459 10.0.0.22 - - [2025-10-13 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.22 - - [2025-10-13 02:51:46] "GET /routing-instance/c4b070f3-70f6-48cb-a4e2-b80dab31fe88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004048 10.0.0.22 - - [2025-10-13 02:51:46] "GET /route-target/0762d041-aaa0-446f-b014-530fe25cb0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003896 10.0.0.22 - - [2025-10-13 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.22 - - [2025-10-13 02:51:46] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004366 10.0.0.22 - - [2025-10-13 02:51:46] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002883 10.0.0.22 - - [2025-10-13 02:51:46] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005758 10.0.0.22 - - [2025-10-13 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.22 - - [2025-10-13 02:51:46] "GET /routing-instance/c4b070f3-70f6-48cb-a4e2-b80dab31fe88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005743 10.0.0.22 - - [2025-10-13 02:51:46] "GET /route-target/0762d041-aaa0-446f-b014-530fe25cb0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003898 10.0.0.22 - - [2025-10-13 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.22 - - [2025-10-13 02:51:46] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004036 10.0.0.22 - - [2025-10-13 02:51:46] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002715 10.0.0.22 - - [2025-10-13 02:51:46] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006019 10.0.0.22 - - [2025-10-13 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.22 - - [2025-10-13 02:51:46] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004980 10.0.0.22 - - [2025-10-13 02:51:46] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004214 10.0.0.22 - - [2025-10-13 02:51:46] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006113 10.0.0.22 - - [2025-10-13 02:51:46] "GET /obj-perms HTTP/1.1" 200 5080 0.003776 10.0.0.41 - - [2025-10-13 02:51:46] "GET /obj-perms HTTP/1.1" 200 5080 0.003553 10.0.0.22 - - [2025-10-13 02:51:46] "GET /obj-perms HTTP/1.1" 200 5080 0.004244 10.0.0.19 - - [2025-10-13 02:51:46] "GET /obj-perms HTTP/1.1" 200 5080 0.003629 10.0.0.41 - - [2025-10-13 02:51:46] "GET /obj-perms HTTP/1.1" 200 5080 0.003014 10.0.0.22 - - [2025-10-13 02:51:46] "GET /virtual-machine/8c549092-49e7-4a9f-b65b-208c4d0c96ba HTTP/1.1" 200 1318 0.003805 10.0.0.22 - - [2025-10-13 02:51:46] "GET /virtual-machine-interface/bdd37ad7-6863-42b9-8c64-9112e60e01c7 HTTP/1.1" 200 3417 0.005608 10.0.0.22 - - [2025-10-13 02:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.22 - - [2025-10-13 02:51:47] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003788 10.0.0.22 - - [2025-10-13 02:51:47] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002880 10.0.0.22 - - [2025-10-13 02:51:47] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005461 10.0.0.22 - - [2025-10-13 02:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.22 - - [2025-10-13 02:51:48] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003455 10.0.0.22 - - [2025-10-13 02:51:48] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002604 10.0.0.22 - - [2025-10-13 02:51:48] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.005792 10.0.0.22 - - [2025-10-13 02:51:48] "GET /virtual-machine/4c5211b4-bdda-4426-bbef-010d9acd0912 HTTP/1.1" 200 1317 0.004326 10.0.0.22 - - [2025-10-13 02:51:48] "GET /virtual-machine-interface/9d04c480-3002-4769-a5df-640722137bfa HTTP/1.1" 200 3417 0.005592 10.0.0.22 - - [2025-10-13 02:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.22 - - [2025-10-13 02:51:48] "GET /security-group/412b7acf-c5e8-4444-9ea7-faaf21cd06e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004334 10.0.0.22 - - [2025-10-13 02:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.22 - - [2025-10-13 02:51:48] "GET /security-group/412b7acf-c5e8-4444-9ea7-faaf21cd06e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.005303 10.0.0.22 - - [2025-10-13 02:51:48] "POST /neutron/port HTTP/1.1" 200 1219 0.016914 10.0.0.22 - - [2025-10-13 02:51:48] "POST /neutron/port HTTP/1.1" 200 1207 0.063612 10.0.0.22 - - [2025-10-13 02:51:48] "GET /virtual-machine/4c5211b4-bdda-4426-bbef-010d9acd0912 HTTP/1.1" 200 1317 0.003421 10.0.0.22 - - [2025-10-13 02:51:48] "GET /virtual-machine-interface/9d04c480-3002-4769-a5df-640722137bfa HTTP/1.1" 200 3361 0.005298 10.0.0.22 - - [2025-10-13 02:51:48] "POST /neutron/port HTTP/1.1" 200 1207 0.014024 10.0.0.22 - - [2025-10-13 02:51:48] "GET /virtual-machine/4c5211b4-bdda-4426-bbef-010d9acd0912 HTTP/1.1" 200 1317 0.003756 10.0.0.22 - - [2025-10-13 02:51:48] "GET /virtual-machine-interface/9d04c480-3002-4769-a5df-640722137bfa HTTP/1.1" 200 3417 0.006482 10.0.0.22 - - [2025-10-13 02:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.22 - - [2025-10-13 02:51:48] "GET /security-group/412b7acf-c5e8-4444-9ea7-faaf21cd06e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004016 10.0.0.22 - - [2025-10-13 02:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.22 - - [2025-10-13 02:51:49] "GET /security-group/412b7acf-c5e8-4444-9ea7-faaf21cd06e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.005470 10.0.0.22 - - [2025-10-13 02:51:49] "POST /neutron/security_group HTTP/1.1" 200 1483 0.004652 10.0.0.22 - - [2025-10-13 02:52:28] "POST /neutron/port HTTP/1.1" 200 1219 0.020211 10.0.0.22 - - [2025-10-13 02:52:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005188 10.0.0.22 - - [2025-10-13 02:52:28] "POST /neutron/port HTTP/1.1" 200 117 0.001803 10.0.0.22 - - [2025-10-13 02:52:30] "POST /neutron/port HTTP/1.1" 200 1219 0.020545 10.0.0.22 - - [2025-10-13 02:52:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003967 10.0.0.22 - - [2025-10-13 02:52:30] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.22 - - [2025-10-13 02:53:28] "GET /obj-perms HTTP/1.1" 200 5056 0.046479 10.0.0.22 - - [2025-10-13 02:53:30] "POST /neutron/port HTTP/1.1" 200 1219 0.046146 10.0.0.22 - - [2025-10-13 02:53:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005131 10.0.0.22 - - [2025-10-13 02:53:30] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.22 - - [2025-10-13 02:53:32] "POST /neutron/port HTTP/1.1" 200 1219 0.042643 10.0.0.22 - - [2025-10-13 02:53:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004174 10.0.0.22 - - [2025-10-13 02:53:32] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.41 - - [2025-10-13 02:54:14] "GET /projects?obj_uuids=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001373 10.0.0.22 - - [2025-10-13 02:54:14] "POST /neutron/security_group_rule HTTP/1.1" 200 2664 0.056293 10.0.0.22 - - [2025-10-13 02:54:14] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.011549 10.0.0.22 - - [2025-10-13 02:54:15] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.172965 10.0.0.41 - - [2025-10-13 02:54:15] "PUT /access-control-list/7f48e2b1-7062-44fe-9dd4-4b8522396a55 HTTP/1.1" 200 272 0.056324 10.0.0.22 - - [2025-10-13 02:54:17] "POST /neutron/port HTTP/1.1" 200 1245 0.015204 10.0.0.22 - - [2025-10-13 02:54:17] "GET /virtual-machine/8c549092-49e7-4a9f-b65b-208c4d0c96ba HTTP/1.1" 200 1318 0.005116 10.0.0.22 - - [2025-10-13 02:54:18] "POST /neutron/port HTTP/1.1" 200 1181 0.019864 10.0.0.22 - - [2025-10-13 02:54:19] "GET /virtual-machine/8c549092-49e7-4a9f-b65b-208c4d0c96ba HTTP/1.1" 404 171 0.003490 10.0.0.22 - - [2025-10-13 02:54:19] "GET /virtual-machine/8c549092-49e7-4a9f-b65b-208c4d0c96ba HTTP/1.1" 404 171 0.003150 10.0.0.22 - - [2025-10-13 02:54:19] "GET /virtual-machine/8c549092-49e7-4a9f-b65b-208c4d0c96ba HTTP/1.1" 404 171 0.003971 10.0.0.22 - - [2025-10-13 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.22 - - [2025-10-13 02:54:20] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004617 10.0.0.22 - - [2025-10-13 02:54:20] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004626 10.0.0.22 - - [2025-10-13 02:54:20] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.009058 10.0.0.22 - - [2025-10-13 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005426 10.0.0.22 - - [2025-10-13 02:54:20] "GET /routing-instance/c4b070f3-70f6-48cb-a4e2-b80dab31fe88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004487 10.0.0.22 - - [2025-10-13 02:54:20] "GET /route-target/0762d041-aaa0-446f-b014-530fe25cb0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004330 10.0.0.41 - - [2025-10-13 02:54:23] "GET /obj-perms HTTP/1.1" 200 5080 0.003708 10.0.0.22 - - [2025-10-13 02:54:26] "GET /obj-perms HTTP/1.1" 200 5080 0.004103 10.0.0.22 - - [2025-10-13 02:54:26] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008707 10.0.0.22 - - [2025-10-13 02:54:26] "POST /neutron/port HTTP/1.1" 200 1245 0.016259 10.0.0.22 - - [2025-10-13 02:54:26] "GET /virtual-machine/4c5211b4-bdda-4426-bbef-010d9acd0912 HTTP/1.1" 200 1317 0.004566 10.0.0.22 - - [2025-10-13 02:54:27] "POST /neutron/port HTTP/1.1" 200 1207 0.017707 10.0.0.22 - - [2025-10-13 02:54:28] "GET /virtual-machine/4c5211b4-bdda-4426-bbef-010d9acd0912 HTTP/1.1" 404 171 0.003818 10.0.0.22 - - [2025-10-13 02:54:28] "GET /virtual-machine/4c5211b4-bdda-4426-bbef-010d9acd0912 HTTP/1.1" 404 171 0.003042 10.0.0.22 - - [2025-10-13 02:54:28] "GET /virtual-machine/4c5211b4-bdda-4426-bbef-010d9acd0912 HTTP/1.1" 404 171 0.003564 10.0.0.22 - - [2025-10-13 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.22 - - [2025-10-13 02:54:29] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004009 10.0.0.22 - - [2025-10-13 02:54:29] "GET /virtual-networks?parent_id=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002696 10.0.0.19 - - [2025-10-13 02:54:29] "GET /obj-perms HTTP/1.1" 200 5056 0.047621 10.0.0.22 - - [2025-10-13 02:54:29] "GET /virtual-network/6fa6f338-a3f6-48a1-a842-922669996eb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2805 0.006179 10.0.0.22 - - [2025-10-13 02:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.22 - - [2025-10-13 02:54:29] "GET /routing-instance/c4b070f3-70f6-48cb-a4e2-b80dab31fe88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004472 10.0.0.22 - - [2025-10-13 02:54:29] "GET /route-target/0762d041-aaa0-446f-b014-530fe25cb0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003566 10.0.0.22 - - [2025-10-13 02:54:29] "GET /obj-perms HTTP/1.1" 200 5080 0.005084 10.0.0.41 - - [2025-10-13 02:54:29] "GET /obj-perms HTTP/1.1" 200 5080 0.003948 10.0.0.41 - - [2025-10-13 02:54:35] "GET /obj-perms HTTP/1.1" 200 5080 0.004304 10.0.0.22 - - [2025-10-13 02:54:38] "GET /obj-perms HTTP/1.1" 200 5080 0.004136 10.0.0.41 - - [2025-10-13 02:54:44] "GET /obj-perms HTTP/1.1" 200 5080 0.003820 10.0.0.22 - - [2025-10-13 02:54:47] "GET /obj-perms HTTP/1.1" 200 5080 0.003991 10.0.0.19 - - [2025-10-13 02:54:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000593 10.0.0.19 - - [2025-10-13 02:54:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.41 - - [2025-10-13 02:54:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.41 - - [2025-10-13 02:54:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.41 - - [2025-10-13 02:54:53] "GET /obj-perms HTTP/1.1" 200 5080 0.003800 10.0.0.41 - - [2025-10-13 02:54:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000298 10.0.0.41 - - [2025-10-13 02:54:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.19 - - [2025-10-13 02:54:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.19 - - [2025-10-13 02:54:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000742 10.0.0.22 - - [2025-10-13 02:54:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.22 - - [2025-10-13 02:54:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.22 - - [2025-10-13 02:54:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.22 - - [2025-10-13 02:54:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.22 - - [2025-10-13 02:54:56] "GET /obj-perms HTTP/1.1" 200 5080 0.004392 10.0.0.41 - - [2025-10-13 02:54:57] "POST /useragent-kv HTTP/1.1" 200 115 0.007486 10.0.0.41 - - [2025-10-13 02:54:57] "POST /useragent-kv HTTP/1.1" 200 115 0.008762 10.0.0.41 - - [2025-10-13 02:54:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002601 10.0.0.41 - - [2025-10-13 02:54:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003172 10.0.0.22 - - [2025-10-13 02:54:57] "POST /neutron/network HTTP/1.1" 200 151 0.138389 10.0.0.41 - - [2025-10-13 02:54:57] "DELETE /route-target/0762d041-aaa0-446f-b014-530fe25cb0ce HTTP/1.1" 200 115 0.031907 10.0.0.22 - - [2025-10-13 02:54:57] "POST /fqname-to-id HTTP/1.1" 404 249 0.002915 10.0.0.41 - - [2025-10-13 02:54:59] "GET /projects?obj_uuids=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000964 10.0.0.22 - - [2025-10-13 02:54:59] "GET /project/f33581f7-f8e6-4a54-8495-018a8e0eb0e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.036706 10.0.0.41 - - [2025-10-13 02:54:59] "GET /projects?obj_uuids=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000874 10.0.0.22 - - [2025-10-13 02:54:59] "GET /project/f33581f7-f8e6-4a54-8495-018a8e0eb0e4?fields=virtual_networks HTTP/1.1" 200 1081 0.080731 10.0.0.41 - - [2025-10-13 02:54:59] "GET /projects?obj_uuids=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000883 10.0.0.22 - - [2025-10-13 02:54:59] "GET /project/f33581f7-f8e6-4a54-8495-018a8e0eb0e4?fields=virtual_machine_interfaces HTTP/1.1" 200 1081 0.033880 10.0.0.41 - - [2025-10-13 02:54:59] "GET /projects?obj_uuids=f33581f7-f8e6-4a54-8495-018a8e0eb0e4&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000891 10.0.0.22 - - [2025-10-13 02:54:59] "GET /project/f33581f7-f8e6-4a54-8495-018a8e0eb0e4?fields=security_groups HTTP/1.1" 200 1332 0.041694 10.0.0.22 - - [2025-10-13 02:55:00] "POST /fqname-to-id HTTP/1.1" 404 218 0.029068 10.0.0.41 - - [2025-10-13 02:55:00] "GET /projects?obj_uuids=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003525 10.0.0.41 - - [2025-10-13 02:55:00] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001295 10.0.0.41 - - [2025-10-13 02:55:00] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032203 10.0.0.41 - - [2025-10-13 02:55:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.005561 10.0.0.41 - - [2025-10-13 02:55:00] "POST /fqname-to-id HTTP/1.1" 404 232 0.005275 10.0.0.41 - - [2025-10-13 02:55:00] "POST /security-groups HTTP/1.1" 200 621 0.028516 10.0.0.41 - - [2025-10-13 02:55:00] "POST /fqname-to-id HTTP/1.1" 404 264 0.003263 10.0.0.41 - - [2025-10-13 02:55:00] "POST /projects HTTP/1.1" 200 645 0.220991 10.0.0.41 - - [2025-10-13 02:55:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.288104 10.0.0.41 - - [2025-10-13 02:55:00] "POST /access-control-lists HTTP/1.1" 200 624 0.028276 10.0.0.22 - - [2025-10-13 02:55:00] "GET /project/9dff374e-b067-49e8-9456-333b62222645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.448864 10.0.0.22 - - [2025-10-13 02:55:01] "GET / HTTP/1.1" 200 35931 0.001902 10.0.0.22 - - [2025-10-13 02:55:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.22 - - [2025-10-13 02:55:03] "POST /fqname-to-id HTTP/1.1" 404 254 0.054428 10.0.0.22 - - [2025-10-13 02:55:03] "POST /security-groups HTTP/1.1" 200 595 0.053020 10.0.0.22 - - [2025-10-13 02:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.41 - - [2025-10-13 02:55:03] "POST /fqname-to-id HTTP/1.1" 404 285 0.017312 10.0.0.22 - - [2025-10-13 02:55:03] "GET /security-group/d9e04da1-c0ef-4392-9dc5-9e12ad4b55ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.011223 10.0.0.22 - - [2025-10-13 02:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.22 - - [2025-10-13 02:55:04] "GET /security-group/d9e04da1-c0ef-4392-9dc5-9e12ad4b55ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004244 10.0.0.22 - - [2025-10-13 02:55:04] "DELETE /security-group/d9e04da1-c0ef-4392-9dc5-9e12ad4b55ef HTTP/1.1" 200 115 0.047409 10.0.0.22 - - [2025-10-13 02:55:04] "POST /fqname-to-id HTTP/1.1" 404 254 0.003353 10.0.0.41 - - [2025-10-13 02:55:04] "DELETE /access-control-list/7c148851-90a2-4056-89d8-91cd9879b593 HTTP/1.1" 200 115 0.030277 10.0.0.22 - - [2025-10-13 02:55:05] "POST /fqname-to-id HTTP/1.1" 404 254 0.003754 10.0.0.22 - - [2025-10-13 02:55:05] "POST /security-groups HTTP/1.1" 200 595 0.030998 10.0.0.41 - - [2025-10-13 02:55:05] "POST /fqname-to-id HTTP/1.1" 404 285 0.007220 10.0.0.22 - - [2025-10-13 02:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008722 10.0.0.22 - - [2025-10-13 02:55:05] "GET /security-group/61684f23-ea89-4231-993a-4847f3d88cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.005919 10.0.0.22 - - [2025-10-13 02:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.22 - - [2025-10-13 02:55:05] "GET /security-group/61684f23-ea89-4231-993a-4847f3d88cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004150 10.0.0.22 - - [2025-10-13 02:55:05] "GET /security-group/61684f23-ea89-4231-993a-4847f3d88cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004362 10.0.0.22 - - [2025-10-13 02:55:05] "PUT /security-group/61684f23-ea89-4231-993a-4847f3d88cf6 HTTP/1.1" 200 262 0.016675 10.0.0.22 - - [2025-10-13 02:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.41 - - [2025-10-13 02:55:05] "PUT /access-control-list/6fb67872-6380-414d-a86c-71f7b9aaa1ec HTTP/1.1" 200 272 0.020208 10.0.0.41 - - [2025-10-13 02:55:05] "GET /projects?obj_uuids=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000890 10.0.0.22 - - [2025-10-13 02:55:05] "GET /project/9dff374e-b067-49e8-9456-333b62222645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.059343 10.0.0.22 - - [2025-10-13 02:55:05] "POST /neutron/network HTTP/1.1" 200 117 0.047129 10.0.0.41 - - [2025-10-13 02:55:06] "POST /route-targets HTTP/1.1" 200 327 0.017956 10.0.0.22 - - [2025-10-13 02:55:06] "POST /neutron/network HTTP/1.1" 200 954 0.011243 10.0.0.22 - - [2025-10-13 02:55:06] "POST /id-to-fqname HTTP/1.1" 200 300 0.001066 10.0.0.22 - - [2025-10-13 02:55:06] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.004943 10.0.0.22 - - [2025-10-13 02:55:06] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005864 10.0.0.22 - - [2025-10-13 02:55:06] "POST /neutron/subnet HTTP/1.1" 200 724 0.008213 10.0.0.22 - - [2025-10-13 02:55:06] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005889 10.0.0.22 - - [2025-10-13 02:55:07] "GET /obj-perms HTTP/1.1" 200 5090 0.044652 10.0.0.41 - - [2025-10-13 02:55:07] "DELETE /project/9dff374eb06749e89456333b62222645 HTTP/1.1" 404 173 0.004604 10.0.0.41 - - [2025-10-13 02:55:07] "DELETE /project/f33581f7-f8e6-4a54-8495-018a8e0eb0e4 HTTP/1.1" 404 177 0.007346 10.0.0.41 - - [2025-10-13 02:55:07] "GET /obj-perms HTTP/1.1" 200 5090 0.043734 10.0.0.22 - - [2025-10-13 02:55:07] "POST /id-to-fqname HTTP/1.1" 200 300 0.001356 10.0.0.41 - - [2025-10-13 02:55:08] "GET /projects?obj_uuids=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001096 10.0.0.22 - - [2025-10-13 02:55:08] "GET /project/9dff374e-b067-49e8-9456-333b62222645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.066823 10.0.0.22 - - [2025-10-13 02:55:08] "POST /neutron/network HTTP/1.1" 200 954 0.038187 10.0.0.22 - - [2025-10-13 02:55:09] "POST /id-to-fqname HTTP/1.1" 200 300 0.001364 10.0.0.22 - - [2025-10-13 02:55:09] "POST /neutron/port HTTP/1.1" 200 117 0.007127 10.0.0.22 - - [2025-10-13 02:55:09] "POST /neutron/network HTTP/1.1" 200 964 0.007321 10.0.0.22 - - [2025-10-13 02:55:09] "POST /neutron/port HTTP/1.1" 200 1090 0.017970 10.0.0.41 - - [2025-10-13 02:55:10] "GET /projects?obj_uuids=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001054 10.0.0.22 - - [2025-10-13 02:55:10] "GET /project/9dff374e-b067-49e8-9456-333b62222645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.079820 10.0.0.22 - - [2025-10-13 02:55:10] "POST /neutron/port HTTP/1.1" 200 1119 0.035019 10.0.0.22 - - [2025-10-13 02:55:10] "POST /neutron/subnet HTTP/1.1" 200 698 0.010636 10.0.0.22 - - [2025-10-13 02:55:10] "POST /neutron/port HTTP/1.1" 200 1119 0.018247 10.0.0.22 - - [2025-10-13 02:55:10] "POST /neutron/port HTTP/1.1" 200 1119 0.017583 10.0.0.41 - - [2025-10-13 02:55:10] "GET /projects?obj_uuids=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001406 10.0.0.22 - - [2025-10-13 02:55:10] "POST /neutron/security_group HTTP/1.1" 200 3298 0.062800 10.0.0.22 - - [2025-10-13 02:55:11] "POST /neutron/port HTTP/1.1" 200 1090 0.013783 10.0.0.22 - - [2025-10-13 02:55:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004019 10.0.0.22 - - [2025-10-13 02:55:11] "POST /neutron/network HTTP/1.1" 200 954 0.006903 10.0.0.22 - - [2025-10-13 02:55:15] "POST /neutron/port HTTP/1.1" 200 1119 0.014652 10.0.0.22 - - [2025-10-13 02:55:15] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007373 10.0.0.22 - - [2025-10-13 02:55:16] "GET /virtual-machine/8425d886-4752-4cf4-a250-dbed01911230 HTTP/1.1" 401 292 0.000426 10.0.0.22 - - [2025-10-13 02:55:16] "GET /virtual-machine/8425d886-4752-4cf4-a250-dbed01911230 HTTP/1.1" 200 1322 0.027099 10.0.0.22 - - [2025-10-13 02:55:16] "GET /virtual-machine/8425d886-4752-4cf4-a250-dbed01911230 HTTP/1.1" 200 1322 0.003957 10.0.0.22 - - [2025-10-13 02:55:16] "GET /virtual-machine-interface/065b337f-5a99-4d78-879b-770b0340e1fc HTTP/1.1" 200 3260 0.005547 10.0.0.22 - - [2025-10-13 02:55:16] "GET /virtual-machine/8425d886-4752-4cf4-a250-dbed01911230 HTTP/1.1" 200 1322 0.003865 10.0.0.22 - - [2025-10-13 02:55:16] "GET /virtual-machine-interface/065b337f-5a99-4d78-879b-770b0340e1fc HTTP/1.1" 200 3260 0.005208 10.0.0.22 - - [2025-10-13 02:55:16] "GET /instance-ip/6edeb6a3-189f-4289-9c40-f9ef00ce0af2 HTTP/1.1" 200 1730 0.006182 10.0.0.22 - - [2025-10-13 02:55:16] "GET /virtual-machine/8425d886-4752-4cf4-a250-dbed01911230 HTTP/1.1" 200 1322 0.003722 10.0.0.22 - - [2025-10-13 02:55:16] "GET /virtual-machine-interface/065b337f-5a99-4d78-879b-770b0340e1fc HTTP/1.1" 200 3260 0.005280 10.0.0.22 - - [2025-10-13 02:55:16] "GET /instance-ip/6edeb6a3-189f-4289-9c40-f9ef00ce0af2 HTTP/1.1" 200 1730 0.004246 10.0.0.22 - - [2025-10-13 02:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.22 - - [2025-10-13 02:55:16] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003682 10.0.0.22 - - [2025-10-13 02:55:16] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002904 10.0.0.22 - - [2025-10-13 02:55:16] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007150 10.0.0.22 - - [2025-10-13 02:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.22 - - [2025-10-13 02:55:16] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005902 10.0.0.22 - - [2025-10-13 02:55:16] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003736 10.0.0.22 - - [2025-10-13 02:55:16] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008144 10.0.0.22 - - [2025-10-13 02:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.22 - - [2025-10-13 02:55:16] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004245 10.0.0.22 - - [2025-10-13 02:55:16] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003636 10.0.0.22 - - [2025-10-13 02:55:16] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006066 10.0.0.22 - - [2025-10-13 02:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.22 - - [2025-10-13 02:55:16] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005111 10.0.0.22 - - [2025-10-13 02:55:16] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003187 10.0.0.22 - - [2025-10-13 02:55:16] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005817 10.0.0.22 - - [2025-10-13 02:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.22 - - [2025-10-13 02:55:17] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004109 10.0.0.22 - - [2025-10-13 02:55:17] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003157 10.0.0.22 - - [2025-10-13 02:55:17] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006107 10.0.0.22 - - [2025-10-13 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.22 - - [2025-10-13 02:55:17] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004795 10.0.0.22 - - [2025-10-13 02:55:17] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003971 10.0.0.22 - - [2025-10-13 02:55:17] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006110 10.0.0.22 - - [2025-10-13 02:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.22 - - [2025-10-13 02:55:17] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005568 10.0.0.22 - - [2025-10-13 02:55:17] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004275 10.0.0.22 - - [2025-10-13 02:55:17] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.011542 10.0.0.22 - - [2025-10-13 02:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.22 - - [2025-10-13 02:55:20] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005417 10.0.0.22 - - [2025-10-13 02:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.22 - - [2025-10-13 02:55:24] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006024 10.0.0.22 - - [2025-10-13 02:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.22 - - [2025-10-13 02:55:28] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006131 10.0.0.19 - - [2025-10-13 02:55:30] "GET /obj-perms HTTP/1.1" 200 5056 0.041717 10.0.0.22 - - [2025-10-13 02:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.22 - - [2025-10-13 02:55:32] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006848 10.0.0.22 - - [2025-10-13 02:55:33] "POST /neutron/port HTTP/1.1" 200 1119 0.021901 10.0.0.22 - - [2025-10-13 02:55:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003920 10.0.0.22 - - [2025-10-13 02:55:33] "POST /neutron/network HTTP/1.1" 200 954 0.007739 10.0.0.22 - - [2025-10-13 02:55:34] "POST /neutron/network HTTP/1.1" 200 964 0.006305 10.0.0.22 - - [2025-10-13 02:55:34] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.22 - - [2025-10-13 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.22 - - [2025-10-13 02:55:36] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005648 10.0.0.22 - - [2025-10-13 02:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.22 - - [2025-10-13 02:55:40] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005036 10.0.0.22 - - [2025-10-13 02:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.22 - - [2025-10-13 02:55:45] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006212 10.0.0.22 - - [2025-10-13 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004985 10.0.0.22 - - [2025-10-13 02:55:49] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003282 10.0.0.22 - - [2025-10-13 02:55:49] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002704 10.0.0.22 - - [2025-10-13 02:55:49] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006054 10.0.0.22 - - [2025-10-13 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.22 - - [2025-10-13 02:55:49] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003475 10.0.0.22 - - [2025-10-13 02:55:49] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002629 10.0.0.22 - - [2025-10-13 02:55:49] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005388 10.0.0.22 - - [2025-10-13 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.22 - - [2025-10-13 02:55:49] "GET /routing-instance/b4326a16-4377-4e80-94f2-3e33b17c0c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.006243 10.0.0.22 - - [2025-10-13 02:55:49] "GET /route-target/645feb80-f7c3-4307-9a4c-e51d065daa45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003210 10.0.0.22 - - [2025-10-13 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.22 - - [2025-10-13 02:55:49] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004004 10.0.0.22 - - [2025-10-13 02:55:49] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003090 10.0.0.22 - - [2025-10-13 02:55:49] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006261 10.0.0.22 - - [2025-10-13 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.22 - - [2025-10-13 02:55:49] "GET /routing-instance/b4326a16-4377-4e80-94f2-3e33b17c0c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004180 10.0.0.22 - - [2025-10-13 02:55:49] "GET /route-target/645feb80-f7c3-4307-9a4c-e51d065daa45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003480 10.0.0.22 - - [2025-10-13 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.22 - - [2025-10-13 02:55:49] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003963 10.0.0.22 - - [2025-10-13 02:55:49] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004013 10.0.0.22 - - [2025-10-13 02:55:49] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005467 10.0.0.22 - - [2025-10-13 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.22 - - [2025-10-13 02:55:50] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004182 10.0.0.22 - - [2025-10-13 02:55:50] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003180 10.0.0.22 - - [2025-10-13 02:55:50] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005921 10.0.0.22 - - [2025-10-13 02:55:50] "GET /obj-perms HTTP/1.1" 200 5090 0.004197 10.0.0.41 - - [2025-10-13 02:55:50] "GET /obj-perms HTTP/1.1" 200 5090 0.003696 10.0.0.22 - - [2025-10-13 02:55:50] "GET /obj-perms HTTP/1.1" 200 5090 0.003646 10.0.0.41 - - [2025-10-13 02:55:50] "GET /obj-perms HTTP/1.1" 200 5090 0.004041 10.0.0.22 - - [2025-10-13 02:55:50] "GET /virtual-machine/8425d886-4752-4cf4-a250-dbed01911230 HTTP/1.1" 200 1322 0.003526 10.0.0.22 - - [2025-10-13 02:55:50] "GET /virtual-machine-interface/065b337f-5a99-4d78-879b-770b0340e1fc HTTP/1.1" 200 3260 0.004941 10.0.0.22 - - [2025-10-13 02:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.22 - - [2025-10-13 02:55:50] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003479 10.0.0.22 - - [2025-10-13 02:55:50] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002570 10.0.0.22 - - [2025-10-13 02:55:50] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006533 10.0.0.22 - - [2025-10-13 02:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.22 - - [2025-10-13 02:55:51] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003098 10.0.0.22 - - [2025-10-13 02:55:51] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002539 10.0.0.22 - - [2025-10-13 02:55:51] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005295 10.0.0.22 - - [2025-10-13 02:55:51] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007227 10.0.0.22 - - [2025-10-13 02:55:57] "POST /neutron/port HTTP/1.1" 200 1119 0.015255 10.0.0.22 - - [2025-10-13 02:55:59] "POST /neutron/security_group HTTP/1.1" 200 1292 0.028793 10.0.0.22 - - [2025-10-13 02:56:07] "POST /neutron/port HTTP/1.1" 200 1119 0.013309 10.0.0.22 - - [2025-10-13 02:56:07] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008213 10.0.0.22 - - [2025-10-13 02:56:07] "POST /neutron/port HTTP/1.1" 200 1119 0.014137 10.0.0.22 - - [2025-10-13 02:56:07] "GET /virtual-machine/aebeb4d6-9346-47cb-9783-ab12147ab6a2 HTTP/1.1" 200 1323 0.006292 10.0.0.22 - - [2025-10-13 02:56:07] "GET /virtual-machine/aebeb4d6-9346-47cb-9783-ab12147ab6a2 HTTP/1.1" 200 1323 0.004216 10.0.0.22 - - [2025-10-13 02:56:07] "GET /virtual-machine-interface/a123f83f-11a9-4b47-93d8-bd8542d5b81f HTTP/1.1" 200 3263 0.004846 10.0.0.22 - - [2025-10-13 02:56:07] "GET /virtual-machine/aebeb4d6-9346-47cb-9783-ab12147ab6a2 HTTP/1.1" 200 1323 0.003345 10.0.0.22 - - [2025-10-13 02:56:07] "GET /virtual-machine-interface/a123f83f-11a9-4b47-93d8-bd8542d5b81f HTTP/1.1" 200 3263 0.005570 10.0.0.22 - - [2025-10-13 02:56:07] "GET /instance-ip/469cc0f7-9569-41bb-8bc8-a4f05e4bad8d HTTP/1.1" 200 1730 0.005664 10.0.0.22 - - [2025-10-13 02:56:07] "GET /virtual-machine/aebeb4d6-9346-47cb-9783-ab12147ab6a2 HTTP/1.1" 200 1323 0.003225 10.0.0.22 - - [2025-10-13 02:56:07] "GET /virtual-machine-interface/a123f83f-11a9-4b47-93d8-bd8542d5b81f HTTP/1.1" 200 3263 0.005602 10.0.0.22 - - [2025-10-13 02:56:07] "GET /instance-ip/469cc0f7-9569-41bb-8bc8-a4f05e4bad8d HTTP/1.1" 200 1730 0.004472 10.0.0.22 - - [2025-10-13 02:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.22 - - [2025-10-13 02:56:07] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003465 10.0.0.22 - - [2025-10-13 02:56:07] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002899 10.0.0.22 - - [2025-10-13 02:56:07] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005852 10.0.0.22 - - [2025-10-13 02:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.22 - - [2025-10-13 02:56:08] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003984 10.0.0.22 - - [2025-10-13 02:56:08] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003115 10.0.0.22 - - [2025-10-13 02:56:08] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006157 10.0.0.22 - - [2025-10-13 02:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.22 - - [2025-10-13 02:56:08] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004118 10.0.0.22 - - [2025-10-13 02:56:08] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003133 10.0.0.22 - - [2025-10-13 02:56:08] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005821 10.0.0.22 - - [2025-10-13 02:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.22 - - [2025-10-13 02:56:08] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004018 10.0.0.22 - - [2025-10-13 02:56:08] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003456 10.0.0.22 - - [2025-10-13 02:56:08] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005393 10.0.0.22 - - [2025-10-13 02:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.22 - - [2025-10-13 02:56:08] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005398 10.0.0.22 - - [2025-10-13 02:56:08] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003078 10.0.0.22 - - [2025-10-13 02:56:08] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006254 10.0.0.22 - - [2025-10-13 02:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.22 - - [2025-10-13 02:56:08] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004561 10.0.0.22 - - [2025-10-13 02:56:08] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002855 10.0.0.22 - - [2025-10-13 02:56:08] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005685 10.0.0.22 - - [2025-10-13 02:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.22 - - [2025-10-13 02:56:08] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004233 10.0.0.22 - - [2025-10-13 02:56:08] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002663 10.0.0.22 - - [2025-10-13 02:56:08] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005680 10.0.0.22 - - [2025-10-13 02:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.22 - - [2025-10-13 02:56:09] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003537 10.0.0.22 - - [2025-10-13 02:56:09] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003153 10.0.0.22 - - [2025-10-13 02:56:09] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007543 10.0.0.22 - - [2025-10-13 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.22 - - [2025-10-13 02:56:10] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003218 10.0.0.22 - - [2025-10-13 02:56:10] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002900 10.0.0.22 - - [2025-10-13 02:56:10] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005641 10.0.0.22 - - [2025-10-13 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.22 - - [2025-10-13 02:56:10] "GET /routing-instance/b4326a16-4377-4e80-94f2-3e33b17c0c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005561 10.0.0.22 - - [2025-10-13 02:56:10] "GET /route-target/645feb80-f7c3-4307-9a4c-e51d065daa45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004126 10.0.0.22 - - [2025-10-13 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.22 - - [2025-10-13 02:56:10] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004138 10.0.0.22 - - [2025-10-13 02:56:10] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003268 10.0.0.22 - - [2025-10-13 02:56:10] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005474 10.0.0.22 - - [2025-10-13 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.22 - - [2025-10-13 02:56:10] "GET /routing-instance/b4326a16-4377-4e80-94f2-3e33b17c0c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005396 10.0.0.22 - - [2025-10-13 02:56:10] "GET /route-target/645feb80-f7c3-4307-9a4c-e51d065daa45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003794 10.0.0.22 - - [2025-10-13 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.22 - - [2025-10-13 02:56:10] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004709 10.0.0.22 - - [2025-10-13 02:56:10] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003042 10.0.0.22 - - [2025-10-13 02:56:10] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008054 10.0.0.22 - - [2025-10-13 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.22 - - [2025-10-13 02:56:10] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004748 10.0.0.22 - - [2025-10-13 02:56:10] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003373 10.0.0.22 - - [2025-10-13 02:56:10] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008067 10.0.0.22 - - [2025-10-13 02:56:10] "GET /obj-perms HTTP/1.1" 200 5090 0.003556 10.0.0.22 - - [2025-10-13 02:56:10] "GET /obj-perms HTTP/1.1" 200 5090 0.003650 10.0.0.41 - - [2025-10-13 02:56:10] "GET /obj-perms HTTP/1.1" 200 5090 0.004264 10.0.0.22 - - [2025-10-13 02:56:11] "GET /obj-perms HTTP/1.1" 200 5090 0.006441 10.0.0.41 - - [2025-10-13 02:56:11] "GET /obj-perms HTTP/1.1" 200 5090 0.004760 10.0.0.22 - - [2025-10-13 02:56:11] "GET /virtual-machine/aebeb4d6-9346-47cb-9783-ab12147ab6a2 HTTP/1.1" 200 1323 0.004410 10.0.0.22 - - [2025-10-13 02:56:11] "GET /virtual-machine-interface/a123f83f-11a9-4b47-93d8-bd8542d5b81f HTTP/1.1" 200 3263 0.006832 10.0.0.22 - - [2025-10-13 02:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.22 - - [2025-10-13 02:56:11] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003892 10.0.0.22 - - [2025-10-13 02:56:11] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003228 10.0.0.22 - - [2025-10-13 02:56:11] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005839 10.0.0.22 - - [2025-10-13 02:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.22 - - [2025-10-13 02:56:12] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003675 10.0.0.22 - - [2025-10-13 02:56:12] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003558 10.0.0.22 - - [2025-10-13 02:56:12] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006085 10.0.0.22 - - [2025-10-13 02:56:12] "GET /virtual-machine/8425d886-4752-4cf4-a250-dbed01911230 HTTP/1.1" 200 1322 0.004798 10.0.0.22 - - [2025-10-13 02:56:12] "GET /virtual-machine-interface/065b337f-5a99-4d78-879b-770b0340e1fc HTTP/1.1" 200 3260 0.007313 10.0.0.22 - - [2025-10-13 02:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.22 - - [2025-10-13 02:56:12] "GET /security-group/61684f23-ea89-4231-993a-4847f3d88cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.003824 10.0.0.22 - - [2025-10-13 02:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.22 - - [2025-10-13 02:56:12] "GET /security-group/61684f23-ea89-4231-993a-4847f3d88cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004788 10.0.0.22 - - [2025-10-13 02:56:12] "POST /neutron/security_group HTTP/1.1" 200 1292 0.011322 10.0.0.22 - - [2025-10-13 02:56:12] "POST /neutron/port HTTP/1.1" 200 1144 0.015033 10.0.0.22 - - [2025-10-13 02:56:12] "GET /virtual-machine/8425d886-4752-4cf4-a250-dbed01911230 HTTP/1.1" 200 1322 0.004092 10.0.0.22 - - [2025-10-13 02:56:12] "GET /virtual-machine-interface/065b337f-5a99-4d78-879b-770b0340e1fc HTTP/1.1" 200 3199 0.007164 10.0.0.22 - - [2025-10-13 02:56:12] "POST /neutron/port HTTP/1.1" 200 1080 0.020607 10.0.0.22 - - [2025-10-13 02:56:13] "POST /neutron/port HTTP/1.1" 200 1144 0.080021 10.0.0.22 - - [2025-10-13 02:56:13] "GET /virtual-machine/8425d886-4752-4cf4-a250-dbed01911230 HTTP/1.1" 200 1322 0.004030 10.0.0.22 - - [2025-10-13 02:56:13] "GET /virtual-machine-interface/065b337f-5a99-4d78-879b-770b0340e1fc HTTP/1.1" 200 3260 0.004808 10.0.0.22 - - [2025-10-13 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.22 - - [2025-10-13 02:56:13] "GET /security-group/61684f23-ea89-4231-993a-4847f3d88cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.003423 10.0.0.22 - - [2025-10-13 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.22 - - [2025-10-13 02:56:13] "GET /security-group/61684f23-ea89-4231-993a-4847f3d88cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005311 10.0.0.22 - - [2025-10-13 02:56:13] "DELETE /security-group/61684f23-ea89-4231-993a-4847f3d88cf6 HTTP/1.1" 409 336 0.009798 10.0.0.22 - - [2025-10-13 02:56:35] "POST /neutron/port HTTP/1.1" 200 1119 0.015350 10.0.0.22 - - [2025-10-13 02:56:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.008574 10.0.0.22 - - [2025-10-13 02:56:35] "POST /neutron/port HTTP/1.1" 200 1119 0.016756 10.0.0.22 - - [2025-10-13 02:56:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004015 10.0.0.22 - - [2025-10-13 02:56:35] "POST /neutron/network HTTP/1.1" 200 954 0.007842 10.0.0.19 - - [2025-10-13 02:57:31] "GET /obj-perms HTTP/1.1" 200 5056 0.045457 10.0.0.22 - - [2025-10-13 02:57:35] "POST /neutron/network HTTP/1.1" 200 964 0.007948 10.0.0.22 - - [2025-10-13 02:57:35] "POST /neutron/port HTTP/1.1" 200 117 0.001496 10.0.0.22 - - [2025-10-13 02:57:35] "POST /neutron/port HTTP/1.1" 200 1119 0.013702 10.0.0.22 - - [2025-10-13 02:57:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.010222 10.0.0.22 - - [2025-10-13 02:58:35] "POST /neutron/port HTTP/1.1" 200 1119 0.041039 10.0.0.22 - - [2025-10-13 02:58:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004495 10.0.0.22 - - [2025-10-13 02:58:35] "POST /neutron/network HTTP/1.1" 200 954 0.006868 10.0.0.22 - - [2025-10-13 02:58:36] "POST /neutron/network HTTP/1.1" 200 964 0.028225 10.0.0.22 - - [2025-10-13 02:58:36] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.22 - - [2025-10-13 02:58:55] "GET /security-group/61684f23-ea89-4231-993a-4847f3d88cf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004515 10.0.0.22 - - [2025-10-13 02:58:55] "PUT /security-group/61684f23-ea89-4231-993a-4847f3d88cf6 HTTP/1.1" 200 262 0.016466 10.0.0.41 - - [2025-10-13 02:58:55] "PUT /access-control-list/6fb67872-6380-414d-a86c-71f7b9aaa1ec HTTP/1.1" 200 272 0.011453 10.0.0.22 - - [2025-10-13 02:58:58] "POST /neutron/port HTTP/1.1" 200 1119 0.013649 10.0.0.22 - - [2025-10-13 02:58:58] "POST /neutron/port HTTP/1.1" 200 1106 0.053794 10.0.0.22 - - [2025-10-13 02:58:58] "GET /virtual-machine/aebeb4d6-9346-47cb-9783-ab12147ab6a2 HTTP/1.1" 200 1323 0.004099 10.0.0.22 - - [2025-10-13 02:58:59] "POST /neutron/port HTTP/1.1" 200 151 0.151896 10.0.0.22 - - [2025-10-13 02:59:00] "GET /virtual-machine/aebeb4d6-9346-47cb-9783-ab12147ab6a2 HTTP/1.1" 404 171 0.003350 10.0.0.22 - - [2025-10-13 02:59:00] "GET /virtual-machine/aebeb4d6-9346-47cb-9783-ab12147ab6a2 HTTP/1.1" 404 171 0.003112 10.0.0.22 - - [2025-10-13 02:59:00] "GET /virtual-machine/aebeb4d6-9346-47cb-9783-ab12147ab6a2 HTTP/1.1" 404 171 0.002519 10.0.0.22 - - [2025-10-13 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005787 10.0.0.22 - - [2025-10-13 02:59:00] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004145 10.0.0.22 - - [2025-10-13 02:59:00] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003615 10.0.0.22 - - [2025-10-13 02:59:00] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006404 10.0.0.22 - - [2025-10-13 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.22 - - [2025-10-13 02:59:01] "GET /routing-instance/b4326a16-4377-4e80-94f2-3e33b17c0c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004450 10.0.0.22 - - [2025-10-13 02:59:01] "GET /route-target/645feb80-f7c3-4307-9a4c-e51d065daa45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003416 10.0.0.22 - - [2025-10-13 02:59:01] "GET /obj-perms HTTP/1.1" 200 5090 0.003678 10.0.0.41 - - [2025-10-13 02:59:01] "GET /obj-perms HTTP/1.1" 200 5090 0.003948 10.0.0.22 - - [2025-10-13 02:59:10] "GET /obj-perms HTTP/1.1" 200 5090 0.004809 10.0.0.41 - - [2025-10-13 02:59:10] "GET /obj-perms HTTP/1.1" 200 5090 0.004222 10.0.0.22 - - [2025-10-13 02:59:19] "GET /obj-perms HTTP/1.1" 200 5090 0.004267 10.0.0.41 - - [2025-10-13 02:59:19] "GET /obj-perms HTTP/1.1" 200 5090 0.004843 10.0.0.22 - - [2025-10-13 02:59:25] "GET /obj-perms HTTP/1.1" 200 5090 0.004080 10.0.0.41 - - [2025-10-13 02:59:25] "GET /obj-perms HTTP/1.1" 200 5090 0.003673 10.0.0.22 - - [2025-10-13 02:59:25] "POST /neutron/port HTTP/1.1" 200 1144 0.010389 10.0.0.22 - - [2025-10-13 02:59:26] "GET /virtual-machine/8425d886-4752-4cf4-a250-dbed01911230 HTTP/1.1" 200 1322 0.006154 10.0.0.22 - - [2025-10-13 02:59:26] "POST /neutron/port HTTP/1.1" 200 1080 0.016976 10.0.0.22 - - [2025-10-13 02:59:28] "GET /virtual-machine/8425d886-4752-4cf4-a250-dbed01911230 HTTP/1.1" 404 171 0.003184 10.0.0.22 - - [2025-10-13 02:59:28] "GET /virtual-machine/8425d886-4752-4cf4-a250-dbed01911230 HTTP/1.1" 404 171 0.003783 10.0.0.22 - - [2025-10-13 02:59:28] "GET /virtual-machine/8425d886-4752-4cf4-a250-dbed01911230 HTTP/1.1" 404 171 0.003603 10.0.0.22 - - [2025-10-13 02:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.22 - - [2025-10-13 02:59:28] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003532 10.0.0.22 - - [2025-10-13 02:59:28] "GET /virtual-networks?parent_id=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002909 10.0.0.22 - - [2025-10-13 02:59:28] "GET /virtual-network/e9f66ef3-63f7-48c4-ae2d-c55a3ccfeba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006218 10.0.0.22 - - [2025-10-13 02:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.22 - - [2025-10-13 02:59:28] "GET /routing-instance/b4326a16-4377-4e80-94f2-3e33b17c0c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005032 10.0.0.22 - - [2025-10-13 02:59:28] "GET /route-target/645feb80-f7c3-4307-9a4c-e51d065daa45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003658 10.0.0.22 - - [2025-10-13 02:59:31] "GET /obj-perms HTTP/1.1" 200 5090 0.004167 10.0.0.41 - - [2025-10-13 02:59:32] "GET /obj-perms HTTP/1.1" 200 5056 0.040968 10.0.0.22 - - [2025-10-13 02:59:37] "GET /obj-perms HTTP/1.1" 200 5090 0.003953 10.0.0.41 - - [2025-10-13 02:59:40] "GET /obj-perms HTTP/1.1" 200 5090 0.003950 10.0.0.22 - - [2025-10-13 02:59:46] "GET /obj-perms HTTP/1.1" 200 5090 0.003964 10.0.0.41 - - [2025-10-13 02:59:49] "GET /obj-perms HTTP/1.1" 200 5090 0.004207 10.0.0.19 - - [2025-10-13 02:59:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.19 - - [2025-10-13 02:59:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.41 - - [2025-10-13 02:59:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.41 - - [2025-10-13 02:59:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.41 - - [2025-10-13 02:59:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.41 - - [2025-10-13 02:59:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.19 - - [2025-10-13 02:59:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.19 - - [2025-10-13 02:59:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.22 - - [2025-10-13 02:59:56] "GET /obj-perms HTTP/1.1" 200 5090 0.003885 10.0.0.22 - - [2025-10-13 02:59:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.22 - - [2025-10-13 02:59:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.22 - - [2025-10-13 02:59:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.22 - - [2025-10-13 02:59:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.41 - - [2025-10-13 02:59:59] "GET /obj-perms HTTP/1.1" 200 5090 0.004574 10.0.0.22 - - [2025-10-13 02:59:59] "GET /obj-perms HTTP/1.1" 200 5090 0.003668 10.0.0.19 - - [2025-10-13 02:59:59] "GET /obj-perms HTTP/1.1" 200 5090 0.048587 10.0.0.22 - - [2025-10-13 02:59:59] "POST /neutron/network HTTP/1.1" 200 954 0.006724 10.0.0.22 - - [2025-10-13 02:59:59] "DELETE /security-group/61684f23-ea89-4231-993a-4847f3d88cf6 HTTP/1.1" 200 115 0.055001 10.0.0.22 - - [2025-10-13 02:59:59] "POST /fqname-to-id HTTP/1.1" 404 254 0.002992 10.0.0.41 - - [2025-10-13 02:59:59] "DELETE /access-control-list/a1dca114-06ef-4494-811c-a426f1ece0b9 HTTP/1.1" 200 115 0.055324 10.0.0.41 - - [2025-10-13 03:00:01] "GET /projects?obj_uuids=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.022413 10.0.0.22 - - [2025-10-13 03:00:01] "GET /project/9dff374e-b067-49e8-9456-333b62222645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.092782 10.0.0.41 - - [2025-10-13 03:00:01] "GET /projects?obj_uuids=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000997 10.0.0.22 - - [2025-10-13 03:00:01] "GET /project/9dff374e-b067-49e8-9456-333b62222645?fields=virtual_networks HTTP/1.1" 200 1092 0.042019 10.0.0.41 - - [2025-10-13 03:00:01] "GET /projects?obj_uuids=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001377 10.0.0.22 - - [2025-10-13 03:00:01] "GET /project/9dff374e-b067-49e8-9456-333b62222645?fields=virtual_machine_interfaces HTTP/1.1" 200 1092 0.039790 10.0.0.41 - - [2025-10-13 03:00:01] "GET /projects?obj_uuids=9dff374e-b067-49e8-9456-333b62222645&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000992 10.0.0.22 - - [2025-10-13 03:00:01] "GET /project/9dff374e-b067-49e8-9456-333b62222645?fields=security_groups HTTP/1.1" 200 1348 0.042588 10.0.0.22 - - [2025-10-13 03:00:02] "POST /fqname-to-id HTTP/1.1" 404 209 0.026422 10.0.0.41 - - [2025-10-13 03:00:02] "GET /projects?obj_uuids=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003454 10.0.0.41 - - [2025-10-13 03:00:02] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.41 - - [2025-10-13 03:00:02] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037222 10.0.0.41 - - [2025-10-13 03:00:02] "POST /id-to-fqname HTTP/1.1" 200 212 0.002058 10.0.0.41 - - [2025-10-13 03:00:02] "POST /fqname-to-id HTTP/1.1" 404 222 0.006612 10.0.0.41 - - [2025-10-13 03:00:02] "POST /security-groups HTTP/1.1" 200 612 0.036905 10.0.0.41 - - [2025-10-13 03:00:02] "POST /projects HTTP/1.1" 200 627 0.258023 10.0.0.41 - - [2025-10-13 03:00:02] "POST /access-control-lists HTTP/1.1" 200 617 0.030248 10.0.0.41 - - [2025-10-13 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.328600 10.0.0.22 - - [2025-10-13 03:00:02] "GET /project/c01c870f-5c61-4eb6-a3ba-d5a25e6469bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.494880 10.0.0.22 - - [2025-10-13 03:00:04] "GET / HTTP/1.1" 200 35931 0.001501 10.0.0.22 - - [2025-10-13 03:00:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.002171 10.0.0.22 - - [2025-10-13 03:00:06] "POST /fqname-to-id HTTP/1.1" 404 245 0.057250 10.0.0.41 - - [2025-10-13 03:00:06] "POST /fqname-to-id HTTP/1.1" 404 277 0.005492 10.0.0.41 - - [2025-10-13 03:00:06] "POST /access-control-lists HTTP/1.1" 200 637 0.029054 10.0.0.41 - - [2025-10-13 03:00:06] "PUT /access-control-list/7aff8e79-c3b3-4594-ac9f-0d6278c1b15b HTTP/1.1" 200 272 0.032890 10.0.0.41 - - [2025-10-13 03:00:06] "GET /projects?obj_uuids=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002403 10.0.0.22 - - [2025-10-13 03:00:06] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.119064 10.0.0.22 - - [2025-10-13 03:00:06] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010710 10.0.0.41 - - [2025-10-13 03:00:06] "PUT /access-control-list/7aff8e79-c3b3-4594-ac9f-0d6278c1b15b HTTP/1.1" 200 272 0.016235 10.0.0.22 - - [2025-10-13 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006858 10.0.0.22 - - [2025-10-13 03:00:07] "GET /security-group/e3be2857-b59d-4226-9f9e-3e1c2054ed30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.010401 10.0.0.41 - - [2025-10-13 03:00:07] "DELETE /project/c01c870f5c614eb6a3bad5a25e6469bd HTTP/1.1" 404 173 0.002696 10.0.0.41 - - [2025-10-13 03:00:07] "DELETE /project/9dff374e-b067-49e8-9456-333b62222645 HTTP/1.1" 404 177 0.005072 10.0.0.22 - - [2025-10-13 03:00:07] "POST /neutron/security_group HTTP/1.1" 200 1004 0.004665 10.0.0.41 - - [2025-10-13 03:00:07] "DELETE /access-control-list/53ff2a12-9e62-4dc7-86d1-b65485fcb703 HTTP/1.1" 200 115 0.037728 10.0.0.22 - - [2025-10-13 03:00:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.009441 10.0.0.22 - - [2025-10-13 03:00:08] "POST /fqname-to-id HTTP/1.1" 404 245 0.003721 10.0.0.41 - - [2025-10-13 03:00:08] "POST /access-control-lists HTTP/1.1" 200 639 0.025740 10.0.0.41 - - [2025-10-13 03:00:08] "PUT /access-control-list/fdcd63d6-430f-459f-a753-943488670174 HTTP/1.1" 200 272 0.018465 10.0.0.41 - - [2025-10-13 03:00:08] "GET /projects?obj_uuids=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002120 10.0.0.22 - - [2025-10-13 03:00:08] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.086483 10.0.0.41 - - [2025-10-13 03:00:09] "PUT /access-control-list/ab748a86-b42a-4727-af4a-2bfebf749771 HTTP/1.1" 200 272 0.017891 10.0.0.22 - - [2025-10-13 03:00:09] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.021325 10.0.0.22 - - [2025-10-13 03:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.22 - - [2025-10-13 03:00:09] "GET /security-group/5dff1bd6-0233-46fa-b205-b6b2d3759948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.008495 10.0.0.41 - - [2025-10-13 03:00:09] "GET /projects?obj_uuids=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001038 10.0.0.22 - - [2025-10-13 03:00:09] "POST /neutron/security_group_rule HTTP/1.1" 200 2190 0.047305 10.0.0.41 - - [2025-10-13 03:00:09] "PUT /access-control-list/ab748a86-b42a-4727-af4a-2bfebf749771 HTTP/1.1" 200 272 0.015543 10.0.0.22 - - [2025-10-13 03:00:10] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.180136 10.0.0.22 - - [2025-10-13 03:00:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.41 - - [2025-10-13 03:00:10] "GET /projects?obj_uuids=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000976 10.0.0.22 - - [2025-10-13 03:00:10] "GET /project/c01c870f-5c61-4eb6-a3ba-d5a25e6469bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.057447 10.0.0.41 - - [2025-10-13 03:00:10] "GET /projects?obj_uuids=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001053 10.0.0.22 - - [2025-10-13 03:00:10] "POST /neutron/network HTTP/1.1" 200 708 0.143004 10.0.0.41 - - [2025-10-13 03:00:10] "POST /route-targets HTTP/1.1" 200 327 0.014784 10.0.0.22 - - [2025-10-13 03:00:10] "POST /id-to-fqname HTTP/1.1" 200 282 0.003618 10.0.0.22 - - [2025-10-13 03:00:10] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005766 10.0.0.22 - - [2025-10-13 03:00:10] "POST /neutron/network HTTP/1.1" 200 927 0.007431 10.0.0.22 - - [2025-10-13 03:00:10] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005908 10.0.0.22 - - [2025-10-13 03:00:11] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005880 10.0.0.22 - - [2025-10-13 03:00:12] "POST /id-to-fqname HTTP/1.1" 200 282 0.001966 10.0.0.22 - - [2025-10-13 03:00:12] "POST /neutron/security_group HTTP/1.1" 200 1417 0.011688 10.0.0.41 - - [2025-10-13 03:00:13] "GET /projects?obj_uuids=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000965 10.0.0.22 - - [2025-10-13 03:00:13] "GET /project/c01c870f-5c61-4eb6-a3ba-d5a25e6469bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.056394 10.0.0.22 - - [2025-10-13 03:00:13] "POST /neutron/port HTTP/1.1" 200 117 0.006842 10.0.0.22 - - [2025-10-13 03:00:13] "POST /id-to-fqname HTTP/1.1" 200 282 0.001850 10.0.0.22 - - [2025-10-13 03:00:13] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007608 10.0.0.41 - - [2025-10-13 03:00:13] "GET /projects?obj_uuids=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000988 10.0.0.22 - - [2025-10-13 03:00:13] "POST /neutron/security_group HTTP/1.1" 200 3414 0.057832 10.0.0.22 - - [2025-10-13 03:00:14] "POST /neutron/port HTTP/1.1" 200 1081 0.014334 10.0.0.41 - - [2025-10-13 03:00:14] "GET /projects?obj_uuids=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001089 10.0.0.22 - - [2025-10-13 03:00:14] "GET /project/c01c870f-5c61-4eb6-a3ba-d5a25e6469bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.101940 10.0.0.22 - - [2025-10-13 03:00:14] "POST /neutron/network HTTP/1.1" 200 927 0.039441 10.0.0.22 - - [2025-10-13 03:00:14] "POST /neutron/port HTTP/1.1" 200 117 0.001105 10.0.0.22 - - [2025-10-13 03:00:14] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007282 10.0.0.22 - - [2025-10-13 03:00:14] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008265 10.0.0.41 - - [2025-10-13 03:00:15] "GET /projects?obj_uuids=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001029 10.0.0.22 - - [2025-10-13 03:00:15] "POST /neutron/port HTTP/1.1" 200 1081 0.298395 10.0.0.22 - - [2025-10-13 03:00:15] "POST /neutron/port HTTP/1.1" 200 1135 0.122947 10.0.0.22 - - [2025-10-13 03:00:15] "POST /neutron/subnet HTTP/1.1" 200 698 0.011129 10.0.0.22 - - [2025-10-13 03:00:20] "POST /neutron/port HTTP/1.1" 200 1109 0.017516 10.0.0.22 - - [2025-10-13 03:00:20] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007906 10.0.0.22 - - [2025-10-13 03:00:20] "POST /neutron/port HTTP/1.1" 200 1109 0.014361 10.0.0.22 - - [2025-10-13 03:00:20] "GET /virtual-machine/92c5f518-e0fc-4715-a2f6-72ca9a25aa93 HTTP/1.1" 401 292 0.000481 10.0.0.22 - - [2025-10-13 03:00:20] "GET /virtual-machine/92c5f518-e0fc-4715-a2f6-72ca9a25aa93 HTTP/1.1" 200 1314 0.030663 10.0.0.22 - - [2025-10-13 03:00:20] "GET /virtual-machine/92c5f518-e0fc-4715-a2f6-72ca9a25aa93 HTTP/1.1" 200 1314 0.003648 10.0.0.22 - - [2025-10-13 03:00:20] "GET /virtual-machine-interface/429eb17f-a04a-4345-9152-1be0544c921e HTTP/1.1" 200 3190 0.005361 10.0.0.22 - - [2025-10-13 03:00:20] "GET /virtual-machine/92c5f518-e0fc-4715-a2f6-72ca9a25aa93 HTTP/1.1" 200 1314 0.003956 10.0.0.22 - - [2025-10-13 03:00:20] "GET /virtual-machine-interface/429eb17f-a04a-4345-9152-1be0544c921e HTTP/1.1" 200 3190 0.005207 10.0.0.22 - - [2025-10-13 03:00:20] "GET /instance-ip/099d3504-7eae-4fcc-9187-7d74febbb044 HTTP/1.1" 200 1702 0.005765 10.0.0.22 - - [2025-10-13 03:00:20] "GET /virtual-machine/92c5f518-e0fc-4715-a2f6-72ca9a25aa93 HTTP/1.1" 200 1314 0.003383 10.0.0.22 - - [2025-10-13 03:00:20] "GET /virtual-machine-interface/429eb17f-a04a-4345-9152-1be0544c921e HTTP/1.1" 200 3190 0.004822 10.0.0.22 - - [2025-10-13 03:00:20] "GET /instance-ip/099d3504-7eae-4fcc-9187-7d74febbb044 HTTP/1.1" 200 1702 0.004471 10.0.0.22 - - [2025-10-13 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.22 - - [2025-10-13 03:00:20] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004381 10.0.0.22 - - [2025-10-13 03:00:20] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003017 10.0.0.22 - - [2025-10-13 03:00:20] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008318 10.0.0.22 - - [2025-10-13 03:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.22 - - [2025-10-13 03:00:20] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003922 10.0.0.22 - - [2025-10-13 03:00:20] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002987 10.0.0.22 - - [2025-10-13 03:00:20] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.013807 10.0.0.22 - - [2025-10-13 03:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.22 - - [2025-10-13 03:00:21] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004544 10.0.0.22 - - [2025-10-13 03:00:21] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002818 10.0.0.22 - - [2025-10-13 03:00:21] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006327 10.0.0.22 - - [2025-10-13 03:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.22 - - [2025-10-13 03:00:21] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004527 10.0.0.22 - - [2025-10-13 03:00:21] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003559 10.0.0.22 - - [2025-10-13 03:00:21] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006007 10.0.0.22 - - [2025-10-13 03:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.22 - - [2025-10-13 03:00:21] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004858 10.0.0.22 - - [2025-10-13 03:00:21] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003400 10.0.0.22 - - [2025-10-13 03:00:21] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005868 10.0.0.22 - - [2025-10-13 03:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.22 - - [2025-10-13 03:00:21] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004748 10.0.0.22 - - [2025-10-13 03:00:21] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002928 10.0.0.22 - - [2025-10-13 03:00:21] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006048 10.0.0.22 - - [2025-10-13 03:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.22 - - [2025-10-13 03:00:21] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004540 10.0.0.22 - - [2025-10-13 03:00:21] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003229 10.0.0.22 - - [2025-10-13 03:00:21] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006839 10.0.0.22 - - [2025-10-13 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.22 - - [2025-10-13 03:00:24] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006258 10.0.0.22 - - [2025-10-13 03:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.22 - - [2025-10-13 03:00:28] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006864 10.0.0.22 - - [2025-10-13 03:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.22 - - [2025-10-13 03:00:32] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005685 10.0.0.41 - - [2025-10-13 03:00:33] "GET /obj-perms HTTP/1.1" 200 5056 0.041468 10.0.0.22 - - [2025-10-13 03:00:36] "POST /neutron/port HTTP/1.1" 200 1109 0.017023 10.0.0.22 - - [2025-10-13 03:00:36] "POST /neutron/subnet HTTP/1.1" 200 698 0.009979 10.0.0.22 - - [2025-10-13 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.22 - - [2025-10-13 03:00:37] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005652 10.0.0.22 - - [2025-10-13 03:00:38] "POST /neutron/port HTTP/1.1" 200 1109 0.016175 10.0.0.22 - - [2025-10-13 03:00:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004145 10.0.0.22 - - [2025-10-13 03:00:38] "POST /neutron/network HTTP/1.1" 200 927 0.008309 10.0.0.22 - - [2025-10-13 03:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.22 - - [2025-10-13 03:00:41] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005527 10.0.0.22 - - [2025-10-13 03:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.22 - - [2025-10-13 03:00:45] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005151 10.0.0.22 - - [2025-10-13 03:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.22 - - [2025-10-13 03:00:49] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005497 10.0.0.22 - - [2025-10-13 03:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.22 - - [2025-10-13 03:00:51] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003510 10.0.0.22 - - [2025-10-13 03:00:51] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002815 10.0.0.22 - - [2025-10-13 03:00:51] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005591 10.0.0.22 - - [2025-10-13 03:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.22 - - [2025-10-13 03:00:51] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003927 10.0.0.22 - - [2025-10-13 03:00:51] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003086 10.0.0.22 - - [2025-10-13 03:00:51] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006581 10.0.0.22 - - [2025-10-13 03:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.22 - - [2025-10-13 03:00:51] "GET /routing-instance/a63faf94-5b00-4b7b-b23e-2427ddc869ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.007362 10.0.0.22 - - [2025-10-13 03:00:51] "GET /route-target/0dfa45f1-8f8f-435e-a36f-c72750325200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003935 10.0.0.22 - - [2025-10-13 03:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.22 - - [2025-10-13 03:00:51] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005286 10.0.0.22 - - [2025-10-13 03:00:51] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003309 10.0.0.22 - - [2025-10-13 03:00:52] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006831 10.0.0.22 - - [2025-10-13 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.22 - - [2025-10-13 03:00:52] "GET /routing-instance/a63faf94-5b00-4b7b-b23e-2427ddc869ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004325 10.0.0.22 - - [2025-10-13 03:00:52] "GET /route-target/0dfa45f1-8f8f-435e-a36f-c72750325200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004305 10.0.0.22 - - [2025-10-13 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.22 - - [2025-10-13 03:00:52] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004122 10.0.0.22 - - [2025-10-13 03:00:52] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003027 10.0.0.22 - - [2025-10-13 03:00:52] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005803 10.0.0.22 - - [2025-10-13 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.22 - - [2025-10-13 03:00:52] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003917 10.0.0.22 - - [2025-10-13 03:00:52] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003003 10.0.0.22 - - [2025-10-13 03:00:52] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005819 10.0.0.22 - - [2025-10-13 03:00:52] "GET /obj-perms HTTP/1.1" 200 5072 0.044217 10.0.0.41 - - [2025-10-13 03:00:52] "GET /obj-perms HTTP/1.1" 200 5072 0.055948 10.0.0.22 - - [2025-10-13 03:00:52] "GET /obj-perms HTTP/1.1" 200 5072 0.003988 10.0.0.19 - - [2025-10-13 03:00:52] "GET /obj-perms HTTP/1.1" 200 5072 0.050012 10.0.0.41 - - [2025-10-13 03:00:52] "GET /obj-perms HTTP/1.1" 200 5072 0.003645 10.0.0.22 - - [2025-10-13 03:00:52] "GET /virtual-machine/92c5f518-e0fc-4715-a2f6-72ca9a25aa93 HTTP/1.1" 200 1314 0.004250 10.0.0.22 - - [2025-10-13 03:00:52] "GET /virtual-machine-interface/429eb17f-a04a-4345-9152-1be0544c921e HTTP/1.1" 200 3190 0.005191 10.0.0.22 - - [2025-10-13 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.22 - - [2025-10-13 03:00:52] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003593 10.0.0.22 - - [2025-10-13 03:00:52] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003476 10.0.0.22 - - [2025-10-13 03:00:53] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006361 10.0.0.22 - - [2025-10-13 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.22 - - [2025-10-13 03:00:54] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004107 10.0.0.22 - - [2025-10-13 03:00:54] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002911 10.0.0.22 - - [2025-10-13 03:00:54] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006500 10.0.0.22 - - [2025-10-13 03:00:59] "POST /neutron/port HTTP/1.1" 200 1109 0.014000 10.0.0.22 - - [2025-10-13 03:01:00] "POST /neutron/security_group HTTP/1.1" 200 1417 0.026444 10.0.0.22 - - [2025-10-13 03:01:04] "POST /neutron/port HTTP/1.1" 200 1109 0.015196 10.0.0.22 - - [2025-10-13 03:01:09] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008676 10.0.0.22 - - [2025-10-13 03:01:15] "POST /neutron/port HTTP/1.1" 200 1109 0.024469 10.0.0.22 - - [2025-10-13 03:01:15] "POST /neutron/security_group HTTP/1.1" 200 1417 0.009972 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-machine/a59dc81d-49af-4c95-abc8-2005ba4335db HTTP/1.1" 200 1314 0.006563 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-machine/a59dc81d-49af-4c95-abc8-2005ba4335db HTTP/1.1" 200 1314 0.004176 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-machine-interface/e142f709-8ce9-4fb7-94fc-c1b8deecf0cd HTTP/1.1" 200 3191 0.005421 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-machine/a59dc81d-49af-4c95-abc8-2005ba4335db HTTP/1.1" 200 1314 0.003460 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-machine-interface/e142f709-8ce9-4fb7-94fc-c1b8deecf0cd HTTP/1.1" 200 3191 0.005007 10.0.0.22 - - [2025-10-13 03:01:15] "GET /instance-ip/05c04fb3-c5d0-41e3-bbce-d4445dd0c035 HTTP/1.1" 200 1702 0.005515 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-machine/a59dc81d-49af-4c95-abc8-2005ba4335db HTTP/1.1" 200 1314 0.003891 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-machine-interface/e142f709-8ce9-4fb7-94fc-c1b8deecf0cd HTTP/1.1" 200 3191 0.005416 10.0.0.22 - - [2025-10-13 03:01:15] "GET /instance-ip/05c04fb3-c5d0-41e3-bbce-d4445dd0c035 HTTP/1.1" 200 1702 0.005811 10.0.0.22 - - [2025-10-13 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.22 - - [2025-10-13 03:01:15] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003793 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003103 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005863 10.0.0.22 - - [2025-10-13 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.22 - - [2025-10-13 03:01:15] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003897 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003463 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005959 10.0.0.22 - - [2025-10-13 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.22 - - [2025-10-13 03:01:15] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004044 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003222 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005869 10.0.0.22 - - [2025-10-13 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.22 - - [2025-10-13 03:01:15] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003851 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002837 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006694 10.0.0.22 - - [2025-10-13 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.22 - - [2025-10-13 03:01:15] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005105 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.007334 10.0.0.22 - - [2025-10-13 03:01:15] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007026 10.0.0.22 - - [2025-10-13 03:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.22 - - [2025-10-13 03:01:16] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004114 10.0.0.22 - - [2025-10-13 03:01:16] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003172 10.0.0.22 - - [2025-10-13 03:01:16] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.008324 10.0.0.22 - - [2025-10-13 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.22 - - [2025-10-13 03:01:16] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006491 10.0.0.22 - - [2025-10-13 03:01:16] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003361 10.0.0.22 - - [2025-10-13 03:01:16] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005868 10.0.0.22 - - [2025-10-13 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.22 - - [2025-10-13 03:01:17] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004178 10.0.0.22 - - [2025-10-13 03:01:17] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003405 10.0.0.22 - - [2025-10-13 03:01:17] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006745 10.0.0.22 - - [2025-10-13 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.22 - - [2025-10-13 03:01:17] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006416 10.0.0.22 - - [2025-10-13 03:01:17] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004646 10.0.0.22 - - [2025-10-13 03:01:17] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006505 10.0.0.22 - - [2025-10-13 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.22 - - [2025-10-13 03:01:17] "GET /routing-instance/a63faf94-5b00-4b7b-b23e-2427ddc869ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005442 10.0.0.22 - - [2025-10-13 03:01:17] "GET /route-target/0dfa45f1-8f8f-435e-a36f-c72750325200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004162 10.0.0.22 - - [2025-10-13 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.22 - - [2025-10-13 03:01:17] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005450 10.0.0.22 - - [2025-10-13 03:01:17] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003817 10.0.0.22 - - [2025-10-13 03:01:17] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007957 10.0.0.22 - - [2025-10-13 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.22 - - [2025-10-13 03:01:18] "GET /routing-instance/a63faf94-5b00-4b7b-b23e-2427ddc869ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.006027 10.0.0.22 - - [2025-10-13 03:01:18] "GET /route-target/0dfa45f1-8f8f-435e-a36f-c72750325200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005671 10.0.0.22 - - [2025-10-13 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004739 10.0.0.22 - - [2025-10-13 03:01:18] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005273 10.0.0.22 - - [2025-10-13 03:01:18] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004139 10.0.0.22 - - [2025-10-13 03:01:18] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006930 10.0.0.22 - - [2025-10-13 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.22 - - [2025-10-13 03:01:18] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006236 10.0.0.22 - - [2025-10-13 03:01:18] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003244 10.0.0.22 - - [2025-10-13 03:01:18] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006056 10.0.0.22 - - [2025-10-13 03:01:18] "GET /obj-perms HTTP/1.1" 200 5072 0.003887 10.0.0.22 - - [2025-10-13 03:01:18] "GET /obj-perms HTTP/1.1" 200 5072 0.005506 10.0.0.41 - - [2025-10-13 03:01:18] "GET /obj-perms HTTP/1.1" 200 5072 0.005691 10.0.0.22 - - [2025-10-13 03:01:18] "GET /obj-perms HTTP/1.1" 200 5072 0.004033 10.0.0.41 - - [2025-10-13 03:01:18] "GET /obj-perms HTTP/1.1" 200 5072 0.003722 10.0.0.22 - - [2025-10-13 03:01:18] "GET /virtual-machine/a59dc81d-49af-4c95-abc8-2005ba4335db HTTP/1.1" 200 1314 0.004056 10.0.0.22 - - [2025-10-13 03:01:18] "GET /virtual-machine-interface/e142f709-8ce9-4fb7-94fc-c1b8deecf0cd HTTP/1.1" 200 3191 0.006134 10.0.0.22 - - [2025-10-13 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.22 - - [2025-10-13 03:01:18] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003994 10.0.0.22 - - [2025-10-13 03:01:18] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002863 10.0.0.22 - - [2025-10-13 03:01:18] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.007419 10.0.0.22 - - [2025-10-13 03:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.22 - - [2025-10-13 03:01:19] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003882 10.0.0.22 - - [2025-10-13 03:01:19] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003066 10.0.0.22 - - [2025-10-13 03:01:19] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005937 10.0.0.22 - - [2025-10-13 03:01:20] "GET /virtual-machine/92c5f518-e0fc-4715-a2f6-72ca9a25aa93 HTTP/1.1" 200 1314 0.004954 10.0.0.22 - - [2025-10-13 03:01:20] "GET /virtual-machine-interface/429eb17f-a04a-4345-9152-1be0544c921e HTTP/1.1" 200 3190 0.008529 10.0.0.22 - - [2025-10-13 03:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.22 - - [2025-10-13 03:01:20] "GET /security-group/5dff1bd6-0233-46fa-b205-b6b2d3759948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004842 10.0.0.22 - - [2025-10-13 03:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005463 10.0.0.22 - - [2025-10-13 03:01:20] "GET /security-group/5dff1bd6-0233-46fa-b205-b6b2d3759948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.006408 10.0.0.22 - - [2025-10-13 03:01:20] "POST /neutron/security_group HTTP/1.1" 200 1443 0.006101 10.0.0.22 - - [2025-10-13 03:01:20] "POST /neutron/port HTTP/1.1" 200 1135 0.014450 10.0.0.22 - - [2025-10-13 03:01:20] "GET /virtual-machine/92c5f518-e0fc-4715-a2f6-72ca9a25aa93 HTTP/1.1" 200 1314 0.004256 10.0.0.22 - - [2025-10-13 03:01:20] "GET /virtual-machine-interface/429eb17f-a04a-4345-9152-1be0544c921e HTTP/1.1" 200 3138 0.008332 10.0.0.22 - - [2025-10-13 03:01:20] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007870 10.0.0.22 - - [2025-10-13 03:01:20] "POST /neutron/port HTTP/1.1" 200 1097 0.012779 10.0.0.22 - - [2025-10-13 03:01:20] "GET /virtual-machine/92c5f518-e0fc-4715-a2f6-72ca9a25aa93 HTTP/1.1" 200 1314 0.004293 10.0.0.22 - - [2025-10-13 03:01:20] "GET /virtual-machine-interface/429eb17f-a04a-4345-9152-1be0544c921e HTTP/1.1" 200 3190 0.007647 10.0.0.22 - - [2025-10-13 03:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.22 - - [2025-10-13 03:01:20] "GET /security-group/5dff1bd6-0233-46fa-b205-b6b2d3759948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.003930 10.0.0.22 - - [2025-10-13 03:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006116 10.0.0.22 - - [2025-10-13 03:01:20] "GET /security-group/5dff1bd6-0233-46fa-b205-b6b2d3759948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.005686 10.0.0.22 - - [2025-10-13 03:01:20] "POST /neutron/security_group HTTP/1.1" 200 1443 0.006223 10.0.0.22 - - [2025-10-13 03:01:37] "POST /neutron/port HTTP/1.1" 200 1109 0.015316 10.0.0.22 - - [2025-10-13 03:01:37] "POST /neutron/subnet HTTP/1.1" 200 698 0.008492 10.0.0.22 - - [2025-10-13 03:01:40] "POST /neutron/port HTTP/1.1" 200 1109 0.019011 10.0.0.22 - - [2025-10-13 03:01:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004907 10.0.0.22 - - [2025-10-13 03:01:40] "POST /neutron/network HTTP/1.1" 200 927 0.008752 10.0.0.22 - - [2025-10-13 03:02:37] "POST /neutron/network HTTP/1.1" 200 937 0.006751 10.0.0.22 - - [2025-10-13 03:02:37] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.22 - - [2025-10-13 03:02:41] "POST /neutron/port HTTP/1.1" 200 1109 0.022595 10.0.0.22 - - [2025-10-13 03:02:41] "POST /neutron/subnet HTTP/1.1" 200 698 0.011363 10.0.0.19 - - [2025-10-13 03:03:35] "GET /obj-perms HTTP/1.1" 200 5056 0.051028 10.0.0.22 - - [2025-10-13 03:03:37] "POST /neutron/port HTTP/1.1" 200 1109 0.036287 10.0.0.22 - - [2025-10-13 03:03:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004477 10.0.0.22 - - [2025-10-13 03:03:37] "POST /neutron/network HTTP/1.1" 200 927 0.007124 10.0.0.22 - - [2025-10-13 03:03:41] "POST /neutron/network HTTP/1.1" 200 937 0.028021 10.0.0.22 - - [2025-10-13 03:03:41] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.22 - - [2025-10-13 03:04:36] "GET /obj-perms HTTP/1.1" 200 5056 0.048265 10.0.0.22 - - [2025-10-13 03:04:38] "POST /neutron/port HTTP/1.1" 200 1109 0.021104 10.0.0.22 - - [2025-10-13 03:04:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.012757 10.0.0.22 - - [2025-10-13 03:04:41] "POST /neutron/port HTTP/1.1" 200 1109 0.016099 10.0.0.22 - - [2025-10-13 03:04:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004767 10.0.0.22 - - [2025-10-13 03:04:41] "POST /neutron/network HTTP/1.1" 200 927 0.006962 10.0.0.22 - - [2025-10-13 03:04:43] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.174402 10.0.0.22 - - [2025-10-13 03:04:43] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.112311 10.0.0.41 - - [2025-10-13 03:04:44] "PUT /access-control-list/fdcd63d6-430f-459f-a753-943488670174 HTTP/1.1" 200 272 0.014096 10.0.0.22 - - [2025-10-13 03:04:46] "POST /neutron/port HTTP/1.1" 200 1109 0.019064 10.0.0.22 - - [2025-10-13 03:04:46] "POST /neutron/port HTTP/1.1" 200 1097 0.067940 10.0.0.22 - - [2025-10-13 03:04:46] "GET /virtual-machine/a59dc81d-49af-4c95-abc8-2005ba4335db HTTP/1.1" 200 1314 0.004664 10.0.0.22 - - [2025-10-13 03:04:47] "POST /neutron/port HTTP/1.1" 200 151 0.162475 10.0.0.22 - - [2025-10-13 03:04:48] "GET /virtual-machine/a59dc81d-49af-4c95-abc8-2005ba4335db HTTP/1.1" 404 171 0.005078 10.0.0.22 - - [2025-10-13 03:04:48] "GET /virtual-machine/a59dc81d-49af-4c95-abc8-2005ba4335db HTTP/1.1" 404 171 0.002583 10.0.0.22 - - [2025-10-13 03:04:48] "GET /virtual-machine/a59dc81d-49af-4c95-abc8-2005ba4335db HTTP/1.1" 404 171 0.003599 10.0.0.22 - - [2025-10-13 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.22 - - [2025-10-13 03:04:49] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003445 10.0.0.22 - - [2025-10-13 03:04:49] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005081 10.0.0.22 - - [2025-10-13 03:04:49] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.005725 10.0.0.22 - - [2025-10-13 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.22 - - [2025-10-13 03:04:49] "GET /routing-instance/a63faf94-5b00-4b7b-b23e-2427ddc869ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005826 10.0.0.22 - - [2025-10-13 03:04:49] "GET /route-target/0dfa45f1-8f8f-435e-a36f-c72750325200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004604 10.0.0.41 - - [2025-10-13 03:04:49] "GET /obj-perms HTTP/1.1" 200 5072 0.003726 10.0.0.19 - - [2025-10-13 03:04:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.19 - - [2025-10-13 03:04:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.41 - - [2025-10-13 03:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000557 10.0.0.41 - - [2025-10-13 03:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.41 - - [2025-10-13 03:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.41 - - [2025-10-13 03:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.19 - - [2025-10-13 03:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.19 - - [2025-10-13 03:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.22 - - [2025-10-13 03:04:55] "GET /obj-perms HTTP/1.1" 200 5072 0.004939 10.0.0.41 - - [2025-10-13 03:04:55] "GET /obj-perms HTTP/1.1" 200 5072 0.004049 10.0.0.22 - - [2025-10-13 03:04:55] "POST /neutron/port HTTP/1.1" 200 1135 0.012940 10.0.0.22 - - [2025-10-13 03:04:56] "GET /virtual-machine/92c5f518-e0fc-4715-a2f6-72ca9a25aa93 HTTP/1.1" 200 1314 0.004071 10.0.0.22 - - [2025-10-13 03:04:56] "POST /neutron/port HTTP/1.1" 200 1071 0.015085 10.0.0.22 - - [2025-10-13 03:04:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.22 - - [2025-10-13 03:04:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.22 - - [2025-10-13 03:04:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.22 - - [2025-10-13 03:04:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.22 - - [2025-10-13 03:04:58] "GET /virtual-machine/92c5f518-e0fc-4715-a2f6-72ca9a25aa93 HTTP/1.1" 404 171 0.004017 10.0.0.22 - - [2025-10-13 03:04:58] "GET /virtual-machine/92c5f518-e0fc-4715-a2f6-72ca9a25aa93 HTTP/1.1" 404 171 0.002967 10.0.0.22 - - [2025-10-13 03:04:58] "GET /virtual-machine/92c5f518-e0fc-4715-a2f6-72ca9a25aa93 HTTP/1.1" 404 171 0.002509 10.0.0.22 - - [2025-10-13 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.22 - - [2025-10-13 03:04:58] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004305 10.0.0.22 - - [2025-10-13 03:04:58] "GET /virtual-networks?parent_id=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003269 10.0.0.22 - - [2025-10-13 03:04:58] "GET /virtual-network/36d4f644-7c06-4c07-8bec-7a48c7f7356b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2204 0.006068 10.0.0.22 - - [2025-10-13 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.22 - - [2025-10-13 03:04:58] "GET /routing-instance/a63faf94-5b00-4b7b-b23e-2427ddc869ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.008896 10.0.0.22 - - [2025-10-13 03:04:58] "GET /route-target/0dfa45f1-8f8f-435e-a36f-c72750325200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005813 10.0.0.22 - - [2025-10-13 03:04:58] "GET /obj-perms HTTP/1.1" 200 5072 0.004138 10.0.0.41 - - [2025-10-13 03:05:04] "GET /obj-perms HTTP/1.1" 200 5072 0.004204 10.0.0.22 - - [2025-10-13 03:05:07] "GET /obj-perms HTTP/1.1" 200 5072 0.008350 10.0.0.41 - - [2025-10-13 03:05:13] "GET /obj-perms HTTP/1.1" 200 5072 0.004334 10.0.0.22 - - [2025-10-13 03:05:16] "GET /obj-perms HTTP/1.1" 200 5072 0.005642 10.0.0.41 - - [2025-10-13 03:05:23] "GET /obj-perms HTTP/1.1" 200 5072 0.003826 10.0.0.22 - - [2025-10-13 03:05:26] "GET /obj-perms HTTP/1.1" 200 5072 0.003733 10.0.0.19 - - [2025-10-13 03:05:26] "GET /obj-perms HTTP/1.1" 200 5072 0.003947 10.0.0.22 - - [2025-10-13 03:05:26] "POST /neutron/network HTTP/1.1" 200 927 0.031188 10.0.0.41 - - [2025-10-13 03:05:26] "DELETE /route-target/0dfa45f1-8f8f-435e-a36f-c72750325200 HTTP/1.1" 200 115 0.066093 10.0.0.22 - - [2025-10-13 03:05:26] "POST /neutron/security_group HTTP/1.1" 200 151 0.059952 10.0.0.22 - - [2025-10-13 03:05:26] "POST /fqname-to-id HTTP/1.1" 404 245 0.042821 10.0.0.41 - - [2025-10-13 03:05:28] "GET /projects?obj_uuids=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.020108 10.0.0.22 - - [2025-10-13 03:05:28] "GET /project/c01c870f-5c61-4eb6-a3ba-d5a25e6469bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.084749 10.0.0.41 - - [2025-10-13 03:05:28] "GET /projects?obj_uuids=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000840 10.0.0.22 - - [2025-10-13 03:05:28] "GET /project/c01c870f-5c61-4eb6-a3ba-d5a25e6469bd?fields=virtual_networks HTTP/1.1" 200 1074 0.036630 10.0.0.41 - - [2025-10-13 03:05:28] "GET /projects?obj_uuids=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001012 10.0.0.22 - - [2025-10-13 03:05:28] "GET /project/c01c870f-5c61-4eb6-a3ba-d5a25e6469bd?fields=virtual_machine_interfaces HTTP/1.1" 200 1074 0.038203 10.0.0.41 - - [2025-10-13 03:05:28] "GET /projects?obj_uuids=c01c870f-5c61-4eb6-a3ba-d5a25e6469bd&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001403 10.0.0.22 - - [2025-10-13 03:05:28] "GET /project/c01c870f-5c61-4eb6-a3ba-d5a25e6469bd?fields=security_groups HTTP/1.1" 200 1321 0.042120 10.0.0.22 - - [2025-10-13 03:05:29] "POST /fqname-to-id HTTP/1.1" 404 186 0.026460 10.0.0.41 - - [2025-10-13 03:05:29] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002839 10.0.0.41 - - [2025-10-13 03:05:29] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002030 10.0.0.41 - - [2025-10-13 03:05:29] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034275 10.0.0.41 - - [2025-10-13 03:05:29] "POST /id-to-fqname HTTP/1.1" 200 188 0.006278 10.0.0.41 - - [2025-10-13 03:05:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.007078 10.0.0.41 - - [2025-10-13 03:05:29] "POST /security-groups HTTP/1.1" 200 589 0.073301 10.0.0.41 - - [2025-10-13 03:05:29] "POST /projects HTTP/1.1" 200 581 0.275628 10.0.0.41 - - [2025-10-13 03:05:29] "POST /fqname-to-id HTTP/1.1" 404 232 0.017582 10.0.0.41 - - [2025-10-13 03:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.351774 10.0.0.41 - - [2025-10-13 03:05:30] "POST /access-control-lists HTTP/1.1" 200 592 0.048972 10.0.0.22 - - [2025-10-13 03:05:30] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.554738 10.0.0.22 - - [2025-10-13 03:05:31] "GET / HTTP/1.1" 200 35931 0.003054 10.0.0.22 - - [2025-10-13 03:05:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000533 10.0.0.22 - - [2025-10-13 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.049265 10.0.0.41 - - [2025-10-13 03:05:33] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000888 10.0.0.22 - - [2025-10-13 03:05:33] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040936 10.0.0.41 - - [2025-10-13 03:05:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006875 10.0.0.22 - - [2025-10-13 03:05:33] "POST /neutron/subnet HTTP/1.1" 200 715 0.284489 10.0.0.22 - - [2025-10-13 03:05:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001298 10.0.0.22 - - [2025-10-13 03:05:33] "GET /virtual-network/5bf89e9c-4496-4511-aff9-a57865d33ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009315 10.0.0.22 - - [2025-10-13 03:05:33] "GET /virtual-network/5bf89e9c-4496-4511-aff9-a57865d33ee0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006417 10.0.0.22 - - [2025-10-13 03:05:33] "POST /neutron/network HTTP/1.1" 200 832 0.006943 10.0.0.22 - - [2025-10-13 03:05:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001252 10.0.0.41 - - [2025-10-13 03:05:34] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001285 10.0.0.22 - - [2025-10-13 03:05:34] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.060249 10.0.0.22 - - [2025-10-13 03:05:34] "POST /neutron/network HTTP/1.1" 200 832 0.029200 10.0.0.22 - - [2025-10-13 03:05:35] "POST /neutron/port HTTP/1.1" 200 117 0.007743 10.0.0.22 - - [2025-10-13 03:05:35] "POST /neutron/port HTTP/1.1" 200 1056 0.015033 10.0.0.22 - - [2025-10-13 03:05:35] "POST /neutron/port HTTP/1.1" 200 1084 0.014660 10.0.0.22 - - [2025-10-13 03:05:35] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.41 - - [2025-10-13 03:05:37] "GET /obj-perms HTTP/1.1" 200 5056 0.045263 10.0.0.22 - - [2025-10-13 03:05:37] "GET /obj-perms HTTP/1.1" 200 5056 0.041045 10.0.0.22 - - [2025-10-13 03:05:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009024 10.0.0.22 - - [2025-10-13 03:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.41 - - [2025-10-13 03:05:40] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000902 10.0.0.22 - - [2025-10-13 03:05:40] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046690 10.0.0.22 - - [2025-10-13 03:05:40] "POST /neutron/network HTTP/1.1" 200 117 0.014092 10.0.0.41 - - [2025-10-13 03:05:40] "POST /route-targets HTTP/1.1" 200 327 0.012136 10.0.0.22 - - [2025-10-13 03:05:40] "POST /neutron/network HTTP/1.1" 200 830 0.010037 10.0.0.22 - - [2025-10-13 03:05:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001075 10.0.0.22 - - [2025-10-13 03:05:40] "GET /virtual-network/085b3061-7cbd-46bd-9aba-6b1ed915321e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005034 10.0.0.22 - - [2025-10-13 03:05:40] "GET /virtual-network/085b3061-7cbd-46bd-9aba-6b1ed915321e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005510 10.0.0.22 - - [2025-10-13 03:05:40] "POST /neutron/subnet HTTP/1.1" 200 715 0.008303 10.0.0.22 - - [2025-10-13 03:05:41] "GET /virtual-network/085b3061-7cbd-46bd-9aba-6b1ed915321e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005605 10.0.0.22 - - [2025-10-13 03:05:42] "POST /neutron/network HTTP/1.1" 200 842 0.008657 10.0.0.22 - - [2025-10-13 03:05:42] "POST /neutron/port HTTP/1.1" 200 117 0.001431 10.0.0.22 - - [2025-10-13 03:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.41 - - [2025-10-13 03:05:42] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.22 - - [2025-10-13 03:05:42] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.049999 10.0.0.41 - - [2025-10-13 03:05:42] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000974 10.0.0.22 - - [2025-10-13 03:05:42] "POST /neutron/network HTTP/1.1" 200 613 0.113394 10.0.0.41 - - [2025-10-13 03:05:42] "POST /ref-update HTTP/1.1" 200 156 0.020884 10.0.0.22 - - [2025-10-13 03:05:43] "POST /id-to-fqname HTTP/1.1" 200 223 0.003438 10.0.0.22 - - [2025-10-13 03:05:43] "GET /virtual-network/35c08e13-2249-4edf-8721-241390ec73ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005005 10.0.0.22 - - [2025-10-13 03:05:43] "POST /neutron/network HTTP/1.1" 200 834 0.006388 10.0.0.22 - - [2025-10-13 03:05:43] "GET /virtual-network/35c08e13-2249-4edf-8721-241390ec73ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004748 10.0.0.22 - - [2025-10-13 03:05:43] "GET /virtual-network/35c08e13-2249-4edf-8721-241390ec73ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005787 10.0.0.22 - - [2025-10-13 03:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.41 - - [2025-10-13 03:05:43] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.22 - - [2025-10-13 03:05:43] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042284 10.0.0.22 - - [2025-10-13 03:05:43] "POST /neutron/network HTTP/1.1" 200 117 0.012567 10.0.0.22 - - [2025-10-13 03:05:44] "POST /neutron/network HTTP/1.1" 200 834 0.011539 10.0.0.22 - - [2025-10-13 03:05:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001131 10.0.0.22 - - [2025-10-13 03:05:44] "GET /virtual-network/78d4208a-030e-46ee-a173-a538ad7f00ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005614 10.0.0.22 - - [2025-10-13 03:05:44] "GET /virtual-network/78d4208a-030e-46ee-a173-a538ad7f00ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005128 10.0.0.22 - - [2025-10-13 03:05:44] "POST /neutron/subnet HTTP/1.1" 200 724 0.009955 10.0.0.22 - - [2025-10-13 03:05:44] "GET /virtual-network/78d4208a-030e-46ee-a173-a538ad7f00ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005367 10.0.0.22 - - [2025-10-13 03:05:44] "GET /obj-perms HTTP/1.1" 200 5026 0.051324 10.0.0.19 - - [2025-10-13 03:05:44] "GET /obj-perms HTTP/1.1" 200 5026 0.056116 10.0.0.41 - - [2025-10-13 03:05:45] "GET /obj-perms HTTP/1.1" 200 5026 0.046336 10.0.0.22 - - [2025-10-13 03:05:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001319 10.0.0.22 - - [2025-10-13 03:05:45] "POST /neutron/network HTTP/1.1" 200 844 0.009655 10.0.0.41 - - [2025-10-13 03:05:45] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001092 10.0.0.22 - - [2025-10-13 03:05:45] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.058920 10.0.0.22 - - [2025-10-13 03:05:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007087 10.0.0.22 - - [2025-10-13 03:05:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001324 10.0.0.22 - - [2025-10-13 03:05:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007409 10.0.0.41 - - [2025-10-13 03:05:46] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.22 - - [2025-10-13 03:05:46] "POST /neutron/port HTTP/1.1" 200 1060 0.287378 10.0.0.22 - - [2025-10-13 03:05:47] "POST /neutron/port HTTP/1.1" 200 1114 0.089159 10.0.0.22 - - [2025-10-13 03:05:47] "POST /neutron/subnet HTTP/1.1" 200 708 0.010489 10.0.0.41 - - [2025-10-13 03:05:47] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001315 10.0.0.22 - - [2025-10-13 03:05:47] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.083201 10.0.0.22 - - [2025-10-13 03:05:47] "POST /neutron/network HTTP/1.1" 200 834 0.006387 10.0.0.22 - - [2025-10-13 03:05:47] "POST /neutron/port HTTP/1.1" 200 117 0.005913 10.0.0.22 - - [2025-10-13 03:05:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003395 10.0.0.22 - - [2025-10-13 03:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.41 - - [2025-10-13 03:05:47] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001343 10.0.0.22 - - [2025-10-13 03:05:47] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007754 10.0.0.22 - - [2025-10-13 03:05:47] "POST /service-templates HTTP/1.1" 200 543 0.033012 10.0.0.22 - - [2025-10-13 03:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.22 - - [2025-10-13 03:05:47] "GET /service-template/c3d76659-897a-48af-9afb-0ece492c5584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006967 10.0.0.22 - - [2025-10-13 03:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.22 - - [2025-10-13 03:05:47] "GET /service-template/c3d76659-897a-48af-9afb-0ece492c5584?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004447 10.0.0.22 - - [2025-10-13 03:05:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001347 10.0.0.22 - - [2025-10-13 03:05:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001340 10.0.0.22 - - [2025-10-13 03:05:48] "POST /id-to-fqname HTTP/1.1" 200 224 0.001690 10.0.0.22 - - [2025-10-13 03:05:48] "POST /neutron/port HTTP/1.1" 200 2971 0.026570 10.0.0.22 - - [2025-10-13 03:05:48] "POST /neutron/port HTTP/1.1" 200 1058 0.010940 10.0.0.22 - - [2025-10-13 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.22 - - [2025-10-13 03:05:48] "DELETE /service-template/c3d76659-897a-48af-9afb-0ece492c5584 HTTP/1.1" 200 115 0.038597 10.0.0.22 - - [2025-10-13 03:05:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006902 10.0.0.22 - - [2025-10-13 03:05:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.003099 10.0.0.22 - - [2025-10-13 03:05:48] "POST /neutron/network HTTP/1.1" 200 834 0.006775 10.0.0.22 - - [2025-10-13 03:05:49] "POST /neutron/port HTTP/1.1" 200 1088 0.013775 10.0.0.22 - - [2025-10-13 03:05:50] "POST /neutron/port HTTP/1.1" 200 1086 0.017841 10.0.0.22 - - [2025-10-13 03:05:50] "POST /neutron/network HTTP/1.1" 200 834 0.008950 10.0.0.41 - - [2025-10-13 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.22 - - [2025-10-13 03:05:51] "POST /neutron/network HTTP/1.1" 200 834 0.007609 10.0.0.41 - - [2025-10-13 03:05:51] "DELETE /route-target/c3de0ce7-056f-47f0-a37f-ce2d7f5337eb HTTP/1.1" 200 115 0.032408 10.0.0.41 - - [2025-10-13 03:05:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003222 10.0.0.41 - - [2025-10-13 03:05:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002289 10.0.0.22 - - [2025-10-13 03:05:51] "POST /neutron/network HTTP/1.1" 200 151 0.106371 10.0.0.22 - - [2025-10-13 03:05:52] "POST /neutron/port HTTP/1.1" 200 1084 0.041991 10.0.0.41 - - [2025-10-13 03:05:52] "DELETE /access-control-list/b2e5f4a2-6b4b-4a45-9c07-aa429c643edd HTTP/1.1" 200 115 0.055049 10.0.0.22 - - [2025-10-13 03:05:53] "POST /neutron/network HTTP/1.1" 200 832 0.007384 10.0.0.41 - - [2025-10-13 03:05:54] "DELETE /route-target/915b84bb-09f9-4522-b418-c794b1288b6e HTTP/1.1" 200 115 0.032655 10.0.0.22 - - [2025-10-13 03:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.41 - - [2025-10-13 03:05:56] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001319 10.0.0.22 - - [2025-10-13 03:05:56] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047366 10.0.0.41 - - [2025-10-13 03:05:56] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000974 10.0.0.22 - - [2025-10-13 03:05:56] "POST /neutron/network HTTP/1.1" 200 613 0.162611 10.0.0.22 - - [2025-10-13 03:05:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.003318 10.0.0.22 - - [2025-10-13 03:05:57] "GET /virtual-network/3431b2ee-00da-4679-acae-1019b08f18b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005625 10.0.0.22 - - [2025-10-13 03:05:57] "POST /neutron/network HTTP/1.1" 200 833 0.006503 10.0.0.22 - - [2025-10-13 03:05:57] "GET /virtual-network/3431b2ee-00da-4679-acae-1019b08f18b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005298 10.0.0.22 - - [2025-10-13 03:05:57] "GET /virtual-network/3431b2ee-00da-4679-acae-1019b08f18b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005612 10.0.0.22 - - [2025-10-13 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.41 - - [2025-10-13 03:05:57] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000890 10.0.0.22 - - [2025-10-13 03:05:57] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039576 10.0.0.22 - - [2025-10-13 03:05:57] "POST /neutron/network HTTP/1.1" 200 117 0.011560 10.0.0.41 - - [2025-10-13 03:05:58] "POST /route-targets HTTP/1.1" 200 327 0.012584 10.0.0.22 - - [2025-10-13 03:05:58] "POST /neutron/network HTTP/1.1" 200 833 0.008337 10.0.0.22 - - [2025-10-13 03:05:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001115 10.0.0.22 - - [2025-10-13 03:05:58] "GET /virtual-network/39b2a6d5-c1c3-4354-951a-85605f3ef4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005446 10.0.0.22 - - [2025-10-13 03:05:58] "GET /virtual-network/39b2a6d5-c1c3-4354-951a-85605f3ef4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005306 10.0.0.22 - - [2025-10-13 03:05:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.009230 10.0.0.22 - - [2025-10-13 03:05:58] "GET /virtual-network/39b2a6d5-c1c3-4354-951a-85605f3ef4e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005174 10.0.0.22 - - [2025-10-13 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.41 - - [2025-10-13 03:05:58] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.22 - - [2025-10-13 03:05:58] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040654 10.0.0.41 - - [2025-10-13 03:05:59] "POST /ref-update HTTP/1.1" 200 156 0.020061 10.0.0.41 - - [2025-10-13 03:05:59] "POST /useragent-kv HTTP/1.1" 200 115 0.008861 10.0.0.22 - - [2025-10-13 03:05:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.173705 10.0.0.22 - - [2025-10-13 03:05:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.001409 10.0.0.22 - - [2025-10-13 03:05:59] "GET /virtual-network/4fab1e5e-7706-48de-89eb-c6d356847b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005635 10.0.0.22 - - [2025-10-13 03:05:59] "GET /virtual-network/4fab1e5e-7706-48de-89eb-c6d356847b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007161 10.0.0.22 - - [2025-10-13 03:05:59] "POST /neutron/network HTTP/1.1" 200 832 0.006668 10.0.0.22 - - [2025-10-13 03:05:59] "GET /virtual-network/4fab1e5e-7706-48de-89eb-c6d356847b8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005763 10.0.0.22 - - [2025-10-13 03:05:59] "GET /obj-perms HTTP/1.1" 200 5026 0.003963 10.0.0.19 - - [2025-10-13 03:05:59] "GET /obj-perms HTTP/1.1" 200 5026 0.004453 10.0.0.41 - - [2025-10-13 03:05:59] "GET /obj-perms HTTP/1.1" 200 5026 0.003510 10.0.0.22 - - [2025-10-13 03:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.41 - - [2025-10-13 03:05:59] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.22 - - [2025-10-13 03:05:59] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050699 10.0.0.41 - - [2025-10-13 03:05:59] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000999 10.0.0.22 - - [2025-10-13 03:06:00] "POST /neutron/network HTTP/1.1" 200 625 0.116582 10.0.0.22 - - [2025-10-13 03:06:00] "POST /id-to-fqname HTTP/1.1" 200 229 0.003624 10.0.0.22 - - [2025-10-13 03:06:00] "GET /virtual-network/1ca04c16-94b6-4451-bb46-3354d595e2e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006465 10.0.0.22 - - [2025-10-13 03:06:00] "POST /neutron/network HTTP/1.1" 200 844 0.009122 10.0.0.22 - - [2025-10-13 03:06:00] "GET /virtual-network/1ca04c16-94b6-4451-bb46-3354d595e2e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006229 10.0.0.22 - - [2025-10-13 03:06:00] "GET /virtual-network/1ca04c16-94b6-4451-bb46-3354d595e2e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006922 10.0.0.22 - - [2025-10-13 03:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.41 - - [2025-10-13 03:06:00] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000900 10.0.0.22 - - [2025-10-13 03:06:00] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038316 10.0.0.22 - - [2025-10-13 03:06:00] "POST /neutron/network HTTP/1.1" 200 117 0.013666 10.0.0.41 - - [2025-10-13 03:06:01] "POST /route-targets HTTP/1.1" 200 327 0.013820 10.0.0.22 - - [2025-10-13 03:06:01] "POST /neutron/network HTTP/1.1" 200 846 0.009579 10.0.0.22 - - [2025-10-13 03:06:01] "POST /id-to-fqname HTTP/1.1" 200 230 0.001123 10.0.0.22 - - [2025-10-13 03:06:01] "GET /virtual-network/dc471bdc-dd15-47d5-a914-19cddfde1a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005126 10.0.0.22 - - [2025-10-13 03:06:01] "GET /virtual-network/dc471bdc-dd15-47d5-a914-19cddfde1a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005772 10.0.0.22 - - [2025-10-13 03:06:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.023735 10.0.0.22 - - [2025-10-13 03:06:01] "GET /virtual-network/dc471bdc-dd15-47d5-a914-19cddfde1a0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005990 10.0.0.22 - - [2025-10-13 03:06:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001438 10.0.0.41 - - [2025-10-13 03:06:02] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001133 10.0.0.22 - - [2025-10-13 03:06:02] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.068193 10.0.0.22 - - [2025-10-13 03:06:02] "POST /neutron/port HTTP/1.1" 200 117 0.009444 10.0.0.22 - - [2025-10-13 03:06:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.002028 10.0.0.22 - - [2025-10-13 03:06:03] "POST /neutron/network HTTP/1.1" 200 842 0.006817 10.0.0.22 - - [2025-10-13 03:06:03] "POST /neutron/port HTTP/1.1" 200 1059 0.028632 10.0.0.41 - - [2025-10-13 03:06:03] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000933 10.0.0.22 - - [2025-10-13 03:06:04] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.092697 10.0.0.22 - - [2025-10-13 03:06:04] "POST /neutron/port HTTP/1.1" 200 1087 0.023969 10.0.0.22 - - [2025-10-13 03:06:04] "POST /neutron/subnet HTTP/1.1" 200 703 0.012413 10.0.0.22 - - [2025-10-13 03:06:04] "POST /neutron/port HTTP/1.1" 200 1087 0.024430 10.0.0.22 - - [2025-10-13 03:06:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.003671 10.0.0.22 - - [2025-10-13 03:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.41 - - [2025-10-13 03:06:04] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.22 - - [2025-10-13 03:06:04] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008529 10.0.0.22 - - [2025-10-13 03:06:04] "POST /service-templates HTTP/1.1" 200 543 0.032127 10.0.0.22 - - [2025-10-13 03:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.22 - - [2025-10-13 03:06:04] "GET /service-template/58dd51ce-21d1-427e-95ae-8fc840f7faee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006791 10.0.0.22 - - [2025-10-13 03:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.22 - - [2025-10-13 03:06:04] "GET /service-template/58dd51ce-21d1-427e-95ae-8fc840f7faee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004155 10.0.0.22 - - [2025-10-13 03:06:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001189 10.0.0.22 - - [2025-10-13 03:06:04] "POST /id-to-fqname HTTP/1.1" 200 229 0.001305 10.0.0.22 - - [2025-10-13 03:06:04] "POST /id-to-fqname HTTP/1.1" 200 230 0.004034 10.0.0.22 - - [2025-10-13 03:06:04] "POST /neutron/network HTTP/1.1" 200 842 0.006901 10.0.0.22 - - [2025-10-13 03:06:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007683 10.0.0.22 - - [2025-10-13 03:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.22 - - [2025-10-13 03:06:05] "DELETE /service-template/58dd51ce-21d1-427e-95ae-8fc840f7faee HTTP/1.1" 200 115 0.031927 10.0.0.22 - - [2025-10-13 03:06:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.005198 10.0.0.22 - - [2025-10-13 03:06:05] "POST /neutron/port HTTP/1.1" 200 1110 0.107934 10.0.0.22 - - [2025-10-13 03:06:05] "POST /neutron/port HTTP/1.1" 200 1084 0.015070 10.0.0.22 - - [2025-10-13 03:06:05] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.41 - - [2025-10-13 03:06:05] "DELETE /route-target/70dd82b7-589c-4b03-b394-907d93ba1cfc HTTP/1.1" 200 115 0.032890 10.0.0.41 - - [2025-10-13 03:06:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002912 10.0.0.41 - - [2025-10-13 03:06:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005556 10.0.0.22 - - [2025-10-13 03:06:05] "POST /neutron/network HTTP/1.1" 200 151 0.121355 10.0.0.22 - - [2025-10-13 03:06:06] "POST /neutron/port HTTP/1.1" 200 151 0.208770 10.0.0.22 - - [2025-10-13 03:06:07] "POST /neutron/port HTTP/1.1" 200 1084 0.015272 10.0.0.22 - - [2025-10-13 03:06:07] "POST /neutron/port HTTP/1.1" 200 117 0.008561 10.0.0.22 - - [2025-10-13 03:06:07] "POST /neutron/port HTTP/1.1" 200 117 0.006807 10.0.0.41 - - [2025-10-13 03:06:08] "DELETE /project/8aff1669a1424f09985f70a6fa046c6a HTTP/1.1" 404 173 0.003397 10.0.0.41 - - [2025-10-13 03:06:08] "DELETE /project/c01c870f-5c61-4eb6-a3ba-d5a25e6469bd HTTP/1.1" 404 177 0.005933 10.0.0.41 - - [2025-10-13 03:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.22 - - [2025-10-13 03:06:08] "POST /neutron/network HTTP/1.1" 200 833 0.007004 10.0.0.41 - - [2025-10-13 03:06:08] "DELETE /route-target/c59d5e7c-6b6a-490a-a5f7-ab31564ae712 HTTP/1.1" 200 115 0.028364 10.0.0.41 - - [2025-10-13 03:06:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003369 10.0.0.41 - - [2025-10-13 03:06:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003276 10.0.0.22 - - [2025-10-13 03:06:09] "POST /neutron/network HTTP/1.1" 200 151 0.120576 10.0.0.41 - - [2025-10-13 03:06:10] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001840 10.0.0.22 - - [2025-10-13 03:06:10] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047348 10.0.0.41 - - [2025-10-13 03:06:10] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.22 - - [2025-10-13 03:06:10] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?fields=virtual_networks HTTP/1.1" 200 1028 0.041898 10.0.0.41 - - [2025-10-13 03:06:10] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.22 - - [2025-10-13 03:06:10] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.045378 10.0.0.41 - - [2025-10-13 03:06:10] "GET /projects?obj_uuids=8aff1669-a142-4f09-985f-70a6fa046c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.22 - - [2025-10-13 03:06:10] "GET /project/8aff1669-a142-4f09-985f-70a6fa046c6a?fields=security_groups HTTP/1.1" 200 1252 0.040998 10.0.0.22 - - [2025-10-13 03:06:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.028860 10.0.0.41 - - [2025-10-13 03:06:11] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003129 10.0.0.41 - - [2025-10-13 03:06:11] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.41 - - [2025-10-13 03:06:11] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006384 10.0.0.41 - - [2025-10-13 03:06:11] "POST /id-to-fqname HTTP/1.1" 200 188 0.008065 10.0.0.41 - - [2025-10-13 03:06:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.004508 10.0.0.41 - - [2025-10-13 03:06:11] "POST /security-groups HTTP/1.1" 200 589 0.033139 10.0.0.41 - - [2025-10-13 03:06:11] "POST /fqname-to-id HTTP/1.1" 404 232 0.003851 10.0.0.41 - - [2025-10-13 03:06:11] "POST /projects HTTP/1.1" 200 581 0.242311 10.0.0.41 - - [2025-10-13 03:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.309570 10.0.0.41 - - [2025-10-13 03:06:11] "POST /access-control-lists HTTP/1.1" 200 592 0.032075 10.0.0.22 - - [2025-10-13 03:06:11] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.446750 10.0.0.22 - - [2025-10-13 03:06:13] "GET / HTTP/1.1" 200 35931 0.001591 10.0.0.22 - - [2025-10-13 03:06:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.22 - - [2025-10-13 03:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.058160 10.0.0.41 - - [2025-10-13 03:06:15] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000873 10.0.0.22 - - [2025-10-13 03:06:15] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.037907 10.0.0.41 - - [2025-10-13 03:06:15] "POST /useragent-kv HTTP/1.1" 200 115 0.006922 10.0.0.22 - - [2025-10-13 03:06:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.238789 10.0.0.22 - - [2025-10-13 03:06:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001417 10.0.0.22 - - [2025-10-13 03:06:15] "GET /virtual-network/0babceed-4321-4bfd-81b8-6cb231a81964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005344 10.0.0.22 - - [2025-10-13 03:06:15] "GET /virtual-network/0babceed-4321-4bfd-81b8-6cb231a81964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006278 10.0.0.22 - - [2025-10-13 03:06:15] "POST /neutron/network HTTP/1.1" 200 832 0.011283 10.0.0.22 - - [2025-10-13 03:06:16] "GET /virtual-network/0babceed-4321-4bfd-81b8-6cb231a81964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006019 10.0.0.22 - - [2025-10-13 03:06:16] "GET /obj-perms HTTP/1.1" 200 5026 0.044992 10.0.0.19 - - [2025-10-13 03:06:17] "GET /obj-perms HTTP/1.1" 200 5026 0.047021 10.0.0.41 - - [2025-10-13 03:06:17] "GET /obj-perms HTTP/1.1" 200 5026 0.046728 10.0.0.22 - - [2025-10-13 03:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006092 10.0.0.41 - - [2025-10-13 03:06:17] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001475 10.0.0.22 - - [2025-10-13 03:06:17] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.049144 10.0.0.41 - - [2025-10-13 03:06:17] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000966 10.0.0.22 - - [2025-10-13 03:06:17] "POST /neutron/network HTTP/1.1" 200 617 0.123654 10.0.0.41 - - [2025-10-13 03:06:17] "POST /route-targets HTTP/1.1" 200 327 0.012591 10.0.0.22 - - [2025-10-13 03:06:18] "POST /id-to-fqname HTTP/1.1" 200 225 0.003466 10.0.0.22 - - [2025-10-13 03:06:18] "GET /virtual-network/b1d99384-35d3-45f7-8056-9710328d4f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005739 10.0.0.22 - - [2025-10-13 03:06:18] "POST /neutron/network HTTP/1.1" 200 835 0.007105 10.0.0.22 - - [2025-10-13 03:06:18] "GET /virtual-network/b1d99384-35d3-45f7-8056-9710328d4f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005404 10.0.0.22 - - [2025-10-13 03:06:18] "GET /virtual-network/b1d99384-35d3-45f7-8056-9710328d4f09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006311 10.0.0.22 - - [2025-10-13 03:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.41 - - [2025-10-13 03:06:18] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000855 10.0.0.22 - - [2025-10-13 03:06:18] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.045588 10.0.0.22 - - [2025-10-13 03:06:18] "POST /neutron/network HTTP/1.1" 200 117 0.011946 10.0.0.41 - - [2025-10-13 03:06:18] "POST /ref-update HTTP/1.1" 200 156 0.025843 10.0.0.22 - - [2025-10-13 03:06:19] "POST /neutron/network HTTP/1.1" 200 836 0.007880 10.0.0.22 - - [2025-10-13 03:06:19] "POST /id-to-fqname HTTP/1.1" 200 226 0.001188 10.0.0.22 - - [2025-10-13 03:06:19] "GET /virtual-network/752cf5ef-29d3-4036-8a47-07718ae1d549?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006045 10.0.0.22 - - [2025-10-13 03:06:19] "GET /virtual-network/752cf5ef-29d3-4036-8a47-07718ae1d549?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005461 10.0.0.22 - - [2025-10-13 03:06:19] "POST /neutron/subnet HTTP/1.1" 200 715 0.009877 10.0.0.22 - - [2025-10-13 03:06:19] "GET /virtual-network/752cf5ef-29d3-4036-8a47-07718ae1d549?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005205 10.0.0.22 - - [2025-10-13 03:06:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.001609 10.0.0.41 - - [2025-10-13 03:06:20] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.22 - - [2025-10-13 03:06:20] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.071252 10.0.0.22 - - [2025-10-13 03:06:20] "POST /neutron/port HTTP/1.1" 200 117 0.006568 10.0.0.22 - - [2025-10-13 03:06:20] "POST /id-to-fqname HTTP/1.1" 200 226 0.001333 10.0.0.22 - - [2025-10-13 03:06:20] "POST /neutron/network HTTP/1.1" 200 846 0.007191 10.0.0.22 - - [2025-10-13 03:06:21] "POST /neutron/port HTTP/1.1" 200 1057 0.019355 10.0.0.22 - - [2025-10-13 03:06:21] "POST /neutron/port HTTP/1.1" 200 1085 0.018341 10.0.0.22 - - [2025-10-13 03:06:21] "POST /neutron/port HTTP/1.1" 200 117 0.001615 10.0.0.41 - - [2025-10-13 03:06:21] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.22 - - [2025-10-13 03:06:21] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.065313 10.0.0.22 - - [2025-10-13 03:06:21] "POST /neutron/port HTTP/1.1" 200 1085 0.017371 10.0.0.22 - - [2025-10-13 03:06:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003125 10.0.0.22 - - [2025-10-13 03:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.41 - - [2025-10-13 03:06:22] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.22 - - [2025-10-13 03:06:22] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007939 10.0.0.22 - - [2025-10-13 03:06:22] "POST /service-templates HTTP/1.1" 200 543 0.031251 10.0.0.22 - - [2025-10-13 03:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.22 - - [2025-10-13 03:06:22] "GET /service-template/7aee9368-e146-4fd5-85db-d037af7de96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005803 10.0.0.22 - - [2025-10-13 03:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.22 - - [2025-10-13 03:06:22] "GET /service-template/7aee9368-e146-4fd5-85db-d037af7de96e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006569 10.0.0.22 - - [2025-10-13 03:06:22] "POST /neutron/network HTTP/1.1" 200 846 0.012401 10.0.0.22 - - [2025-10-13 03:06:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.002494 10.0.0.22 - - [2025-10-13 03:06:22] "POST /id-to-fqname HTTP/1.1" 200 225 0.001151 10.0.0.22 - - [2025-10-13 03:06:22] "POST /id-to-fqname HTTP/1.1" 200 226 0.001211 10.0.0.22 - - [2025-10-13 03:06:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006539 10.0.0.22 - - [2025-10-13 03:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.22 - - [2025-10-13 03:06:22] "DELETE /service-template/7aee9368-e146-4fd5-85db-d037af7de96e HTTP/1.1" 200 115 0.035085 10.0.0.22 - - [2025-10-13 03:06:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003735 10.0.0.22 - - [2025-10-13 03:06:22] "POST /neutron/port HTTP/1.1" 200 1110 0.109449 10.0.0.22 - - [2025-10-13 03:06:22] "POST /neutron/subnet HTTP/1.1" 200 689 0.009653 10.0.0.22 - - [2025-10-13 03:06:23] "POST /neutron/network HTTP/1.1" 200 836 0.006337 10.0.0.22 - - [2025-10-13 03:06:23] "POST /neutron/port HTTP/1.1" 200 1111 0.013315 10.0.0.22 - - [2025-10-13 03:06:24] "POST /neutron/port HTTP/1.1" 200 1110 0.010883 10.0.0.22 - - [2025-10-13 03:06:24] "POST /neutron/network HTTP/1.1" 200 2192 0.011955 10.0.0.22 - - [2025-10-13 03:06:25] "POST /neutron/network HTTP/1.1" 200 836 0.006756 10.0.0.41 - - [2025-10-13 03:06:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002979 10.0.0.41 - - [2025-10-13 03:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.41 - - [2025-10-13 03:06:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002337 10.0.0.22 - - [2025-10-13 03:06:25] "POST /neutron/network HTTP/1.1" 200 151 0.125564 10.0.0.41 - - [2025-10-13 03:06:25] "DELETE /route-target/3858236a-29ae-4cbf-a218-d08682968e63 HTTP/1.1" 200 115 0.031653 10.0.0.22 - - [2025-10-13 03:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.41 - - [2025-10-13 03:06:28] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000876 10.0.0.22 - - [2025-10-13 03:06:28] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.033492 10.0.0.22 - - [2025-10-13 03:06:28] "POST /neutron/network HTTP/1.1" 200 117 0.009362 10.0.0.22 - - [2025-10-13 03:06:29] "POST /neutron/network HTTP/1.1" 200 832 0.007998 10.0.0.22 - - [2025-10-13 03:06:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.001046 10.0.0.22 - - [2025-10-13 03:06:29] "GET /virtual-network/6d78bd57-488c-43e1-953c-167f5208d02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004841 10.0.0.22 - - [2025-10-13 03:06:29] "GET /virtual-network/6d78bd57-488c-43e1-953c-167f5208d02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005008 10.0.0.22 - - [2025-10-13 03:06:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.008595 10.0.0.22 - - [2025-10-13 03:06:29] "GET /virtual-network/6d78bd57-488c-43e1-953c-167f5208d02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005861 10.0.0.22 - - [2025-10-13 03:06:29] "GET /obj-perms HTTP/1.1" 200 5026 0.003875 10.0.0.19 - - [2025-10-13 03:06:29] "GET /obj-perms HTTP/1.1" 200 5026 0.003776 10.0.0.41 - - [2025-10-13 03:06:29] "GET /obj-perms HTTP/1.1" 200 5026 0.003616 10.0.0.22 - - [2025-10-13 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.41 - - [2025-10-13 03:06:29] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.22 - - [2025-10-13 03:06:29] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.054587 10.0.0.41 - - [2025-10-13 03:06:29] "POST /route-targets HTTP/1.1" 200 327 0.013967 10.0.0.41 - - [2025-10-13 03:06:30] "POST /useragent-kv HTTP/1.1" 200 115 0.006765 10.0.0.22 - - [2025-10-13 03:06:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.225456 10.0.0.22 - - [2025-10-13 03:06:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001354 10.0.0.22 - - [2025-10-13 03:06:30] "GET /virtual-network/1e0e7c94-eeef-4ca9-a0fe-e2bf738dc5e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006900 10.0.0.22 - - [2025-10-13 03:06:30] "GET /virtual-network/1e0e7c94-eeef-4ca9-a0fe-e2bf738dc5e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005657 10.0.0.22 - - [2025-10-13 03:06:30] "POST /neutron/network HTTP/1.1" 200 832 0.008270 10.0.0.22 - - [2025-10-13 03:06:30] "GET /virtual-network/1e0e7c94-eeef-4ca9-a0fe-e2bf738dc5e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009577 10.0.0.22 - - [2025-10-13 03:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.41 - - [2025-10-13 03:06:30] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000854 10.0.0.22 - - [2025-10-13 03:06:30] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042465 10.0.0.41 - - [2025-10-13 03:06:30] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001248 10.0.0.22 - - [2025-10-13 03:06:31] "POST /neutron/network HTTP/1.1" 200 615 0.132796 10.0.0.41 - - [2025-10-13 03:06:31] "POST /ref-update HTTP/1.1" 200 156 0.020909 10.0.0.22 - - [2025-10-13 03:06:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.004777 10.0.0.22 - - [2025-10-13 03:06:31] "GET /virtual-network/e1c8e5bc-6b23-4a14-947b-c51522f6c3d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008947 10.0.0.22 - - [2025-10-13 03:06:31] "POST /neutron/network HTTP/1.1" 200 835 0.008740 10.0.0.22 - - [2025-10-13 03:06:31] "GET /virtual-network/e1c8e5bc-6b23-4a14-947b-c51522f6c3d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.018354 10.0.0.22 - - [2025-10-13 03:06:31] "GET /virtual-network/e1c8e5bc-6b23-4a14-947b-c51522f6c3d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008426 10.0.0.22 - - [2025-10-13 03:06:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001298 10.0.0.22 - - [2025-10-13 03:06:31] "POST /neutron/network HTTP/1.1" 200 842 0.007937 10.0.0.41 - - [2025-10-13 03:06:32] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001594 10.0.0.22 - - [2025-10-13 03:06:32] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.078572 10.0.0.22 - - [2025-10-13 03:06:32] "POST /neutron/port HTTP/1.1" 200 117 0.006884 10.0.0.22 - - [2025-10-13 03:06:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.001325 10.0.0.22 - - [2025-10-13 03:06:33] "POST /neutron/network HTTP/1.1" 200 842 0.008125 10.0.0.22 - - [2025-10-13 03:06:33] "POST /neutron/port HTTP/1.1" 200 1058 0.041282 10.0.0.22 - - [2025-10-13 03:06:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005749 10.0.0.22 - - [2025-10-13 03:06:33] "POST /neutron/network HTTP/1.1" 200 832 0.009907 10.0.0.41 - - [2025-10-13 03:06:33] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001884 10.0.0.22 - - [2025-10-13 03:06:34] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.102747 10.0.0.22 - - [2025-10-13 03:06:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009132 10.0.0.22 - - [2025-10-13 03:06:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003535 10.0.0.22 - - [2025-10-13 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006863 10.0.0.41 - - [2025-10-13 03:06:34] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001369 10.0.0.22 - - [2025-10-13 03:06:34] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010961 10.0.0.22 - - [2025-10-13 03:06:34] "POST /service-templates HTTP/1.1" 200 543 0.023865 10.0.0.22 - - [2025-10-13 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.22 - - [2025-10-13 03:06:34] "GET /service-template/04469da9-672a-4ed0-bafb-8ca07a40e669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005929 10.0.0.22 - - [2025-10-13 03:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.22 - - [2025-10-13 03:06:34] "GET /service-template/04469da9-672a-4ed0-bafb-8ca07a40e669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004129 10.0.0.22 - - [2025-10-13 03:06:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.000955 10.0.0.22 - - [2025-10-13 03:06:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001260 10.0.0.41 - - [2025-10-13 03:06:34] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.22 - - [2025-10-13 03:06:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001443 10.0.0.22 - - [2025-10-13 03:06:34] "POST /neutron/port HTTP/1.1" 200 1059 0.265331 10.0.0.22 - - [2025-10-13 03:06:35] "POST /neutron/port HTTP/1.1" 200 1059 0.012538 10.0.0.22 - - [2025-10-13 03:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.22 - - [2025-10-13 03:06:35] "DELETE /service-template/04469da9-672a-4ed0-bafb-8ca07a40e669 HTTP/1.1" 200 115 0.031340 10.0.0.22 - - [2025-10-13 03:06:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.003715 10.0.0.22 - - [2025-10-13 03:06:35] "POST /neutron/port HTTP/1.1" 200 1087 0.018300 10.0.0.22 - - [2025-10-13 03:06:35] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.22 - - [2025-10-13 03:06:35] "POST /neutron/network HTTP/1.1" 400 204 0.016186 10.0.0.22 - - [2025-10-13 03:06:36] "POST /neutron/port HTTP/1.1" 200 151 0.162081 10.0.0.22 - - [2025-10-13 03:06:36] "POST /neutron/port HTTP/1.1" 200 151 0.163739 10.0.0.22 - - [2025-10-13 03:06:37] "POST /neutron/network HTTP/1.1" 200 117 0.007448 10.0.0.41 - - [2025-10-13 03:06:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003167 10.0.0.41 - - [2025-10-13 03:06:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002520 10.0.0.22 - - [2025-10-13 03:06:37] "POST /neutron/network HTTP/1.1" 200 151 0.125048 10.0.0.41 - - [2025-10-13 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.19 - - [2025-10-13 03:06:37] "GET /obj-perms HTTP/1.1" 200 5056 0.070333 10.0.0.22 - - [2025-10-13 03:06:38] "POST /neutron/network HTTP/1.1" 200 832 0.006911 10.0.0.41 - - [2025-10-13 03:06:38] "DELETE /route-target/4546f722-75dc-4658-8187-b95123f9fe98 HTTP/1.1" 200 115 0.021303 10.0.0.41 - - [2025-10-13 03:06:38] "GET /obj-perms HTTP/1.1" 200 5056 0.051762 10.0.0.41 - - [2025-10-13 03:06:39] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001196 10.0.0.22 - - [2025-10-13 03:06:39] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042725 10.0.0.41 - - [2025-10-13 03:06:39] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.22 - - [2025-10-13 03:06:39] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?fields=virtual_networks HTTP/1.1" 200 1028 0.040143 10.0.0.41 - - [2025-10-13 03:06:39] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001344 10.0.0.22 - - [2025-10-13 03:06:39] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.046974 10.0.0.41 - - [2025-10-13 03:06:39] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.22 - - [2025-10-13 03:06:40] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?fields=security_groups HTTP/1.1" 200 1252 0.045530 10.0.0.22 - - [2025-10-13 03:06:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.025151 10.0.0.41 - - [2025-10-13 03:06:40] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003607 10.0.0.41 - - [2025-10-13 03:06:40] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.41 - - [2025-10-13 03:06:40] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006974 10.0.0.41 - - [2025-10-13 03:06:41] "POST /id-to-fqname HTTP/1.1" 200 186 0.004805 10.0.0.41 - - [2025-10-13 03:06:41] "POST /fqname-to-id HTTP/1.1" 404 195 0.004251 10.0.0.41 - - [2025-10-13 03:06:41] "POST /security-groups HTTP/1.1" 200 587 0.073855 10.0.0.41 - - [2025-10-13 03:06:41] "POST /projects HTTP/1.1" 200 577 0.271855 10.0.0.41 - - [2025-10-13 03:06:41] "POST /fqname-to-id HTTP/1.1" 404 229 0.003261 10.0.0.41 - - [2025-10-13 03:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.338552 10.0.0.22 - - [2025-10-13 03:06:41] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.465271 10.0.0.22 - - [2025-10-13 03:06:42] "GET / HTTP/1.1" 200 35931 0.001562 10.0.0.22 - - [2025-10-13 03:06:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.22 - - [2025-10-13 03:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.057320 10.0.0.41 - - [2025-10-13 03:06:44] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000933 10.0.0.22 - - [2025-10-13 03:06:44] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.041934 10.0.0.41 - - [2025-10-13 03:06:44] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001165 10.0.0.22 - - [2025-10-13 03:06:44] "POST /neutron/network HTTP/1.1" 200 611 0.222976 10.0.0.22 - - [2025-10-13 03:06:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.004009 10.0.0.22 - - [2025-10-13 03:06:45] "GET /virtual-network/363030db-7368-4887-89a7-10f931e03771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006031 10.0.0.22 - - [2025-10-13 03:06:45] "POST /neutron/network HTTP/1.1" 200 832 0.005831 10.0.0.22 - - [2025-10-13 03:06:45] "GET /virtual-network/363030db-7368-4887-89a7-10f931e03771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004682 10.0.0.41 - - [2025-10-13 03:06:45] "POST /ref-update HTTP/1.1" 200 156 0.027222 10.0.0.22 - - [2025-10-13 03:06:45] "GET /virtual-network/363030db-7368-4887-89a7-10f931e03771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005528 10.0.0.22 - - [2025-10-13 03:06:46] "GET /obj-perms HTTP/1.1" 200 5022 0.046725 10.0.0.22 - - [2025-10-13 03:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.41 - - [2025-10-13 03:06:46] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000891 10.0.0.22 - - [2025-10-13 03:06:46] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.043852 10.0.0.22 - - [2025-10-13 03:06:46] "POST /neutron/network HTTP/1.1" 200 117 0.011773 10.0.0.22 - - [2025-10-13 03:06:47] "POST /neutron/network HTTP/1.1" 200 830 0.008822 10.0.0.22 - - [2025-10-13 03:06:47] "POST /id-to-fqname HTTP/1.1" 200 221 0.001160 10.0.0.22 - - [2025-10-13 03:06:47] "GET /virtual-network/b12cfd96-0786-45d5-8f75-89a3c1004f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004943 10.0.0.22 - - [2025-10-13 03:06:47] "GET /virtual-network/b12cfd96-0786-45d5-8f75-89a3c1004f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005985 10.0.0.22 - - [2025-10-13 03:06:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.010966 10.0.0.22 - - [2025-10-13 03:06:47] "GET /virtual-network/b12cfd96-0786-45d5-8f75-89a3c1004f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005505 10.0.0.22 - - [2025-10-13 03:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005262 10.0.0.41 - - [2025-10-13 03:06:47] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001156 10.0.0.22 - - [2025-10-13 03:06:48] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.041719 10.0.0.41 - - [2025-10-13 03:06:48] "POST /route-targets HTTP/1.1" 200 327 0.024533 10.0.0.41 - - [2025-10-13 03:06:48] "POST /useragent-kv HTTP/1.1" 200 115 0.009280 10.0.0.22 - - [2025-10-13 03:06:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.237817 10.0.0.22 - - [2025-10-13 03:06:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001304 10.0.0.22 - - [2025-10-13 03:06:48] "GET /virtual-network/96116e53-603d-4a41-a45c-921f29984c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005030 10.0.0.22 - - [2025-10-13 03:06:48] "GET /virtual-network/96116e53-603d-4a41-a45c-921f29984c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005756 10.0.0.22 - - [2025-10-13 03:06:48] "POST /neutron/network HTTP/1.1" 200 833 0.006666 10.0.0.22 - - [2025-10-13 03:06:48] "GET /virtual-network/96116e53-603d-4a41-a45c-921f29984c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005329 10.0.0.19 - - [2025-10-13 03:06:49] "GET /obj-perms HTTP/1.1" 200 5022 0.050000 10.0.0.41 - - [2025-10-13 03:06:49] "GET /obj-perms HTTP/1.1" 200 5022 0.054854 10.0.0.22 - - [2025-10-13 03:06:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001505 10.0.0.41 - - [2025-10-13 03:06:49] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001015 10.0.0.22 - - [2025-10-13 03:06:49] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.063565 10.0.0.22 - - [2025-10-13 03:06:49] "POST /neutron/network HTTP/1.1" 200 830 0.006518 10.0.0.22 - - [2025-10-13 03:06:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001659 10.0.0.22 - - [2025-10-13 03:06:50] "POST /neutron/port HTTP/1.1" 200 117 0.006648 10.0.0.41 - - [2025-10-13 03:06:50] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001196 10.0.0.22 - - [2025-10-13 03:06:50] "POST /neutron/port HTTP/1.1" 200 1056 0.313736 10.0.0.22 - - [2025-10-13 03:06:50] "POST /neutron/port HTTP/1.1" 200 1110 0.107726 10.0.0.41 - - [2025-10-13 03:06:51] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001025 10.0.0.22 - - [2025-10-13 03:06:51] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.064136 10.0.0.22 - - [2025-10-13 03:06:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.023298 10.0.0.22 - - [2025-10-13 03:06:51] "POST /neutron/network HTTP/1.1" 200 830 0.006678 10.0.0.22 - - [2025-10-13 03:06:51] "POST /neutron/port HTTP/1.1" 200 117 0.005628 10.0.0.22 - - [2025-10-13 03:06:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003181 10.0.0.22 - - [2025-10-13 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.41 - - [2025-10-13 03:06:51] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001294 10.0.0.22 - - [2025-10-13 03:06:51] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009057 10.0.0.22 - - [2025-10-13 03:06:51] "POST /service-templates HTTP/1.1" 200 543 0.030892 10.0.0.22 - - [2025-10-13 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.22 - - [2025-10-13 03:06:51] "GET /service-template/11fbabd1-6156-4270-879d-1de40a7f82a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006024 10.0.0.22 - - [2025-10-13 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.22 - - [2025-10-13 03:06:51] "GET /service-template/11fbabd1-6156-4270-879d-1de40a7f82a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007218 10.0.0.22 - - [2025-10-13 03:06:51] "POST /id-to-fqname HTTP/1.1" 200 221 0.001368 10.0.0.22 - - [2025-10-13 03:06:51] "POST /id-to-fqname HTTP/1.1" 200 221 0.001320 10.0.0.22 - - [2025-10-13 03:06:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001433 10.0.0.22 - - [2025-10-13 03:06:51] "POST /neutron/port HTTP/1.1" 200 1914 0.040651 10.0.0.22 - - [2025-10-13 03:06:52] "POST /neutron/port HTTP/1.1" 200 972 0.009252 10.0.0.22 - - [2025-10-13 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.22 - - [2025-10-13 03:06:52] "DELETE /service-template/11fbabd1-6156-4270-879d-1de40a7f82a0 HTTP/1.1" 200 115 0.025086 10.0.0.22 - - [2025-10-13 03:06:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.005527 10.0.0.22 - - [2025-10-13 03:06:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003739 10.0.0.22 - - [2025-10-13 03:06:52] "POST /neutron/network HTTP/1.1" 200 833 0.010008 10.0.0.22 - - [2025-10-13 03:06:52] "POST /neutron/port HTTP/1.1" 200 1084 0.024088 10.0.0.41 - - [2025-10-13 03:06:53] "DELETE /access-control-list/c17826de-32b8-44a1-b392-9d1c1f81bba6 HTTP/1.1" 200 115 0.070824 10.0.0.22 - - [2025-10-13 03:06:53] "POST /neutron/port HTTP/1.1" 200 1085 0.022109 10.0.0.22 - - [2025-10-13 03:06:54] "POST /neutron/port HTTP/1.1" 200 117 0.008855 10.0.0.22 - - [2025-10-13 03:06:54] "POST /neutron/network HTTP/1.1" 200 833 0.010138 10.0.0.22 - - [2025-10-13 03:06:54] "POST /neutron/network HTTP/1.1" 200 830 0.006840 10.0.0.41 - - [2025-10-13 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.41 - - [2025-10-13 03:06:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003263 10.0.0.41 - - [2025-10-13 03:06:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002128 10.0.0.22 - - [2025-10-13 03:06:55] "POST /neutron/network HTTP/1.1" 200 151 0.117768 10.0.0.41 - - [2025-10-13 03:06:55] "DELETE /route-target/edff182b-74bf-4a79-80d4-e99ef81fa7d4 HTTP/1.1" 200 115 0.025561 10.0.0.22 - - [2025-10-13 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.41 - - [2025-10-13 03:06:57] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000963 10.0.0.22 - - [2025-10-13 03:06:57] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.040682 10.0.0.41 - - [2025-10-13 03:06:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006472 10.0.0.22 - - [2025-10-13 03:06:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.222877 10.0.0.22 - - [2025-10-13 03:06:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.001322 10.0.0.22 - - [2025-10-13 03:06:58] "GET /virtual-network/eb49b484-e5bc-459f-915f-44d5bf655f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005117 10.0.0.22 - - [2025-10-13 03:06:58] "GET /virtual-network/eb49b484-e5bc-459f-915f-44d5bf655f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006371 10.0.0.22 - - [2025-10-13 03:06:58] "POST /neutron/network HTTP/1.1" 200 831 0.008888 10.0.0.22 - - [2025-10-13 03:06:58] "GET /virtual-network/eb49b484-e5bc-459f-915f-44d5bf655f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006738 10.0.0.22 - - [2025-10-13 03:06:58] "GET /obj-perms HTTP/1.1" 200 5022 0.003629 10.0.0.22 - - [2025-10-13 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.41 - - [2025-10-13 03:06:58] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000881 10.0.0.22 - - [2025-10-13 03:06:58] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.038169 10.0.0.41 - - [2025-10-13 03:06:59] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001410 10.0.0.22 - - [2025-10-13 03:06:59] "POST /neutron/network HTTP/1.1" 200 611 0.128934 10.0.0.41 - - [2025-10-13 03:06:59] "POST /route-targets HTTP/1.1" 200 327 0.014493 10.0.0.22 - - [2025-10-13 03:06:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.003337 10.0.0.22 - - [2025-10-13 03:06:59] "GET /virtual-network/37365867-76ba-4b4d-8e36-2478edaef7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005193 10.0.0.22 - - [2025-10-13 03:06:59] "POST /neutron/network HTTP/1.1" 200 831 0.005733 10.0.0.22 - - [2025-10-13 03:06:59] "GET /virtual-network/37365867-76ba-4b4d-8e36-2478edaef7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005496 10.0.0.22 - - [2025-10-13 03:06:59] "GET /virtual-network/37365867-76ba-4b4d-8e36-2478edaef7dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005594 10.0.0.22 - - [2025-10-13 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.41 - - [2025-10-13 03:06:59] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000863 10.0.0.22 - - [2025-10-13 03:06:59] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.041331 10.0.0.22 - - [2025-10-13 03:07:00] "POST /neutron/network HTTP/1.1" 200 117 0.013606 10.0.0.41 - - [2025-10-13 03:07:00] "POST /ref-update HTTP/1.1" 200 156 0.018678 10.0.0.22 - - [2025-10-13 03:07:00] "POST /neutron/network HTTP/1.1" 200 833 0.008041 10.0.0.22 - - [2025-10-13 03:07:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001090 10.0.0.22 - - [2025-10-13 03:07:00] "GET /virtual-network/f5a084bb-dd5e-485c-833e-1b145b9fec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005618 10.0.0.22 - - [2025-10-13 03:07:00] "GET /virtual-network/f5a084bb-dd5e-485c-833e-1b145b9fec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005869 10.0.0.22 - - [2025-10-13 03:07:00] "POST /neutron/subnet HTTP/1.1" 200 730 0.008965 10.0.0.22 - - [2025-10-13 03:07:00] "GET /virtual-network/f5a084bb-dd5e-485c-833e-1b145b9fec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005838 10.0.0.19 - - [2025-10-13 03:07:00] "GET /obj-perms HTTP/1.1" 200 5022 0.003998 10.0.0.41 - - [2025-10-13 03:07:00] "GET /obj-perms HTTP/1.1" 200 5022 0.003644 10.0.0.22 - - [2025-10-13 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.41 - - [2025-10-13 03:07:01] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001285 10.0.0.22 - - [2025-10-13 03:07:01] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.044574 10.0.0.41 - - [2025-10-13 03:07:01] "POST /useragent-kv HTTP/1.1" 200 115 0.008745 10.0.0.22 - - [2025-10-13 03:07:01] "POST /neutron/subnet HTTP/1.1" 200 734 0.192183 10.0.0.22 - - [2025-10-13 03:07:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001765 10.0.0.22 - - [2025-10-13 03:07:01] "GET /virtual-network/910db24f-38e1-4869-a40b-b3c063a2c09a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.010704 10.0.0.22 - - [2025-10-13 03:07:01] "GET /virtual-network/910db24f-38e1-4869-a40b-b3c063a2c09a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006093 10.0.0.22 - - [2025-10-13 03:07:01] "POST /neutron/network HTTP/1.1" 200 844 0.006717 10.0.0.22 - - [2025-10-13 03:07:01] "GET /virtual-network/910db24f-38e1-4869-a40b-b3c063a2c09a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006717 10.0.0.22 - - [2025-10-13 03:07:02] "GET /obj-perms HTTP/1.1" 200 5022 0.003643 10.0.0.22 - - [2025-10-13 03:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.41 - - [2025-10-13 03:07:02] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000875 10.0.0.22 - - [2025-10-13 03:07:02] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.038410 10.0.0.41 - - [2025-10-13 03:07:02] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000973 10.0.0.22 - - [2025-10-13 03:07:02] "POST /neutron/network HTTP/1.1" 200 625 0.127310 10.0.0.41 - - [2025-10-13 03:07:02] "POST /route-targets HTTP/1.1" 200 327 0.012016 10.0.0.22 - - [2025-10-13 03:07:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.003438 10.0.0.22 - - [2025-10-13 03:07:02] "GET /virtual-network/5090ec3d-8aa6-420b-9a58-1ccf852b33ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005238 10.0.0.22 - - [2025-10-13 03:07:02] "POST /neutron/network HTTP/1.1" 200 844 0.007185 10.0.0.22 - - [2025-10-13 03:07:02] "GET /virtual-network/5090ec3d-8aa6-420b-9a58-1ccf852b33ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005132 10.0.0.22 - - [2025-10-13 03:07:02] "GET /virtual-network/5090ec3d-8aa6-420b-9a58-1ccf852b33ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005164 10.0.0.22 - - [2025-10-13 03:07:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.001507 10.0.0.22 - - [2025-10-13 03:07:03] "POST /neutron/network HTTP/1.1" 200 841 0.007783 10.0.0.41 - - [2025-10-13 03:07:03] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001116 10.0.0.22 - - [2025-10-13 03:07:03] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.082298 10.0.0.22 - - [2025-10-13 03:07:04] "POST /neutron/port HTTP/1.1" 200 117 0.006649 10.0.0.22 - - [2025-10-13 03:07:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001370 10.0.0.22 - - [2025-10-13 03:07:04] "POST /neutron/network HTTP/1.1" 200 841 0.007754 10.0.0.22 - - [2025-10-13 03:07:05] "POST /neutron/port HTTP/1.1" 200 1057 0.016412 10.0.0.22 - - [2025-10-13 03:07:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004428 10.0.0.22 - - [2025-10-13 03:07:05] "POST /neutron/network HTTP/1.1" 200 831 0.007947 10.0.0.41 - - [2025-10-13 03:07:05] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001026 10.0.0.22 - - [2025-10-13 03:07:05] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.073263 10.0.0.22 - - [2025-10-13 03:07:05] "POST /neutron/security_group HTTP/1.1" 200 2054 0.014819 10.0.0.22 - - [2025-10-13 03:07:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.004344 10.0.0.22 - - [2025-10-13 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005949 10.0.0.41 - - [2025-10-13 03:07:05] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001408 10.0.0.22 - - [2025-10-13 03:07:05] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011846 10.0.0.22 - - [2025-10-13 03:07:05] "POST /service-templates HTTP/1.1" 200 543 0.029086 10.0.0.22 - - [2025-10-13 03:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.22 - - [2025-10-13 03:07:06] "GET /service-template/ccaa8d43-8410-486a-abf7-0d950ff2adbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.007198 10.0.0.22 - - [2025-10-13 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.22 - - [2025-10-13 03:07:06] "GET /service-template/ccaa8d43-8410-486a-abf7-0d950ff2adbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.006596 10.0.0.22 - - [2025-10-13 03:07:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001307 10.0.0.22 - - [2025-10-13 03:07:06] "POST /id-to-fqname HTTP/1.1" 200 227 0.001788 10.0.0.41 - - [2025-10-13 03:07:06] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001608 10.0.0.22 - - [2025-10-13 03:07:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.003072 10.0.0.22 - - [2025-10-13 03:07:06] "POST /neutron/port HTTP/1.1" 200 1057 0.322428 10.0.0.22 - - [2025-10-13 03:07:06] "POST /neutron/port HTTP/1.1" 200 1057 0.019678 10.0.0.22 - - [2025-10-13 03:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008588 10.0.0.22 - - [2025-10-13 03:07:06] "DELETE /service-template/ccaa8d43-8410-486a-abf7-0d950ff2adbf HTTP/1.1" 200 115 0.041254 10.0.0.22 - - [2025-10-13 03:07:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.004710 10.0.0.22 - - [2025-10-13 03:07:06] "POST /neutron/port HTTP/1.1" 200 1085 0.022829 10.0.0.22 - - [2025-10-13 03:07:06] "POST /neutron/port HTTP/1.1" 200 117 0.001802 10.0.0.41 - - [2025-10-13 03:07:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004103 10.0.0.41 - - [2025-10-13 03:07:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003310 10.0.0.22 - - [2025-10-13 03:07:06] "POST /neutron/network HTTP/1.1" 200 151 0.150656 10.0.0.41 - - [2025-10-13 03:07:07] "DELETE /route-target/bcc50856-2ced-4a7e-b299-fb0fc3e2e418 HTTP/1.1" 200 115 0.028168 10.0.0.22 - - [2025-10-13 03:07:07] "POST /neutron/port HTTP/1.1" 200 1085 0.026874 10.0.0.22 - - [2025-10-13 03:07:07] "POST /neutron/network HTTP/1.1" 200 833 0.015633 10.0.0.41 - - [2025-10-13 03:07:08] "DELETE /project/8aff1669-a142-4f09-985f-70a6fa046c6a HTTP/1.1" 404 177 0.008943 10.0.0.41 - - [2025-10-13 03:07:08] "DELETE /project/a1decea466df4b1794f2165223103ef5 HTTP/1.1" 404 173 0.005331 10.0.0.41 - - [2025-10-13 03:07:08] "DELETE /project/56c298e5b11a4f6c9286c0ae5b005725 HTTP/1.1" 404 173 0.011365 10.0.0.41 - - [2025-10-13 03:07:08] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000916 10.0.0.41 - - [2025-10-13 03:07:08] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.064349 10.0.0.41 - - [2025-10-13 03:07:08] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001088 10.0.0.22 - - [2025-10-13 03:07:08] "POST /neutron/port HTTP/1.1" 200 1111 0.017781 10.0.0.41 - - [2025-10-13 03:07:08] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?fields=security_groups HTTP/1.1" 200 1357 0.050232 10.0.0.41 - - [2025-10-13 03:07:08] "DELETE /security-group/7c1596b2-cca1-4337-bd8e-5a07ed1725b6 HTTP/1.1" 200 115 0.074597 10.0.0.41 - - [2025-10-13 03:07:08] "GET /projects?obj_uuids=a1decea4-66df-4b17-94f2-165223103ef5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.010276 10.0.0.41 - - [2025-10-13 03:07:08] "DELETE /access-control-list/0980aba4-ae25-4c1d-b32f-052ca640204d HTTP/1.1" 200 115 0.096069 10.0.0.41 - - [2025-10-13 03:07:08] "GET /project/a1decea4-66df-4b17-94f2-165223103ef5?fields=application_policy_sets HTTP/1.1" 200 1396 0.102174 10.0.0.41 - - [2025-10-13 03:07:08] "DELETE /project/a1decea4-66df-4b17-94f2-165223103ef5 HTTP/1.1" 200 115 0.509327 10.0.0.22 - - [2025-10-13 03:07:08] "POST /neutron/network HTTP/1.1" 200 2184 0.012863 10.0.0.22 - - [2025-10-13 03:07:09] "POST /neutron/network HTTP/1.1" 200 833 0.008676 10.0.0.41 - - [2025-10-13 03:07:09] "DELETE /route-target/dc0d5041-b568-47df-98d4-5fd8e616dd54 HTTP/1.1" 200 115 0.024418 10.0.0.41 - - [2025-10-13 03:07:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004493 10.0.0.41 - - [2025-10-13 03:07:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002508 10.0.0.22 - - [2025-10-13 03:07:10] "POST /neutron/network HTTP/1.1" 200 151 0.115901 10.0.0.41 - - [2025-10-13 03:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008060 10.0.0.41 - - [2025-10-13 03:07:11] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001329 10.0.0.22 - - [2025-10-13 03:07:11] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.035182 10.0.0.41 - - [2025-10-13 03:07:11] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000990 10.0.0.22 - - [2025-10-13 03:07:11] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?fields=virtual_networks HTTP/1.1" 200 1023 0.052274 10.0.0.41 - - [2025-10-13 03:07:12] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000971 10.0.0.22 - - [2025-10-13 03:07:12] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.059811 10.0.0.41 - - [2025-10-13 03:07:12] "GET /projects?obj_uuids=56c298e5-b11a-4f6c-9286-c0ae5b005725&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000965 10.0.0.22 - - [2025-10-13 03:07:12] "GET /project/56c298e5-b11a-4f6c-9286-c0ae5b005725?fields=security_groups HTTP/1.1" 200 1245 0.037316 10.0.0.22 - - [2025-10-13 03:07:12] "POST /fqname-to-id HTTP/1.1" 404 190 0.026173 10.0.0.41 - - [2025-10-13 03:07:13] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003788 10.0.0.41 - - [2025-10-13 03:07:13] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.41 - - [2025-10-13 03:07:13] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009130 10.0.0.41 - - [2025-10-13 03:07:13] "POST /id-to-fqname HTTP/1.1" 200 192 0.004743 10.0.0.41 - - [2025-10-13 03:07:13] "POST /fqname-to-id HTTP/1.1" 404 201 0.006942 10.0.0.41 - - [2025-10-13 03:07:13] "POST /security-groups HTTP/1.1" 200 593 0.033567 10.0.0.41 - - [2025-10-13 03:07:13] "POST /projects HTTP/1.1" 200 589 0.246339 10.0.0.41 - - [2025-10-13 03:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.291427 10.0.0.41 - - [2025-10-13 03:07:13] "POST /access-control-lists HTTP/1.1" 200 598 0.036297 10.0.0.22 - - [2025-10-13 03:07:13] "GET /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.453611 10.0.0.22 - - [2025-10-13 03:07:14] "GET / HTTP/1.1" 200 35931 0.006306 10.0.0.22 - - [2025-10-13 03:07:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000490 10.0.0.22 - - [2025-10-13 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.050550 10.0.0.41 - - [2025-10-13 03:07:16] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001036 10.0.0.22 - - [2025-10-13 03:07:16] "GET /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.035926 10.0.0.22 - - [2025-10-13 03:07:16] "POST /neutron/network HTTP/1.1" 200 117 0.032702 10.0.0.41 - - [2025-10-13 03:07:16] "POST /route-targets HTTP/1.1" 200 327 0.016248 10.0.0.22 - - [2025-10-13 03:07:17] "POST /neutron/network HTTP/1.1" 200 831 0.008677 10.0.0.22 - - [2025-10-13 03:07:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001264 10.0.0.22 - - [2025-10-13 03:07:17] "GET /virtual-network/719ed6be-ff9e-4466-a568-fa9e9e1dcb46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006688 10.0.0.22 - - [2025-10-13 03:07:17] "GET /virtual-network/719ed6be-ff9e-4466-a568-fa9e9e1dcb46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005446 10.0.0.22 - - [2025-10-13 03:07:17] "POST /neutron/subnet HTTP/1.1" 200 730 0.012593 10.0.0.22 - - [2025-10-13 03:07:17] "GET /virtual-network/719ed6be-ff9e-4466-a568-fa9e9e1dcb46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.012004 10.0.0.19 - - [2025-10-13 03:07:18] "GET /obj-perms HTTP/1.1" 200 5034 0.046317 10.0.0.41 - - [2025-10-13 03:07:18] "GET /obj-perms HTTP/1.1" 200 5034 0.052227 10.0.0.22 - - [2025-10-13 03:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.41 - - [2025-10-13 03:07:19] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001151 10.0.0.22 - - [2025-10-13 03:07:19] "GET /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.036891 10.0.0.41 - - [2025-10-13 03:07:19] "POST /ref-update HTTP/1.1" 200 156 0.018608 10.0.0.41 - - [2025-10-13 03:07:19] "POST /useragent-kv HTTP/1.1" 200 115 0.012028 10.0.0.22 - - [2025-10-13 03:07:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.191398 10.0.0.22 - - [2025-10-13 03:07:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.001297 10.0.0.22 - - [2025-10-13 03:07:19] "GET /virtual-network/291c2d67-0a30-425e-ad01-4163b306e8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005279 10.0.0.22 - - [2025-10-13 03:07:19] "GET /virtual-network/291c2d67-0a30-425e-ad01-4163b306e8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005945 10.0.0.22 - - [2025-10-13 03:07:19] "POST /neutron/network HTTP/1.1" 200 832 0.006766 10.0.0.22 - - [2025-10-13 03:07:19] "GET /virtual-network/291c2d67-0a30-425e-ad01-4163b306e8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005881 10.0.0.22 - - [2025-10-13 03:07:19] "GET /obj-perms HTTP/1.1" 200 5034 0.047669 10.0.0.22 - - [2025-10-13 03:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.41 - - [2025-10-13 03:07:20] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000968 10.0.0.22 - - [2025-10-13 03:07:20] "GET /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.039861 10.0.0.41 - - [2025-10-13 03:07:20] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001045 10.0.0.22 - - [2025-10-13 03:07:20] "POST /neutron/network HTTP/1.1" 200 617 0.130950 10.0.0.22 - - [2025-10-13 03:07:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.004240 10.0.0.22 - - [2025-10-13 03:07:20] "GET /virtual-network/699100d7-a45c-4121-8ae5-9f341a240aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005266 10.0.0.22 - - [2025-10-13 03:07:20] "POST /neutron/network HTTP/1.1" 200 836 0.006973 10.0.0.22 - - [2025-10-13 03:07:20] "GET /virtual-network/699100d7-a45c-4121-8ae5-9f341a240aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005144 10.0.0.22 - - [2025-10-13 03:07:20] "GET /virtual-network/699100d7-a45c-4121-8ae5-9f341a240aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005500 10.0.0.22 - - [2025-10-13 03:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.41 - - [2025-10-13 03:07:21] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000928 10.0.0.22 - - [2025-10-13 03:07:21] "GET /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048030 10.0.0.22 - - [2025-10-13 03:07:21] "POST /neutron/network HTTP/1.1" 200 117 0.013232 10.0.0.41 - - [2025-10-13 03:07:21] "POST /route-targets HTTP/1.1" 200 327 0.012479 10.0.0.22 - - [2025-10-13 03:07:21] "POST /neutron/network HTTP/1.1" 200 847 0.009543 10.0.0.22 - - [2025-10-13 03:07:21] "POST /id-to-fqname HTTP/1.1" 200 233 0.001130 10.0.0.22 - - [2025-10-13 03:07:21] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005131 10.0.0.22 - - [2025-10-13 03:07:21] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006382 10.0.0.22 - - [2025-10-13 03:07:21] "POST /neutron/subnet HTTP/1.1" 200 720 0.009329 10.0.0.22 - - [2025-10-13 03:07:21] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005372 10.0.0.19 - - [2025-10-13 03:07:22] "GET /obj-perms HTTP/1.1" 200 5034 0.003540 10.0.0.41 - - [2025-10-13 03:07:22] "GET /obj-perms HTTP/1.1" 200 5034 0.003701 10.0.0.22 - - [2025-10-13 03:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.41 - - [2025-10-13 03:07:22] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001028 10.0.0.22 - - [2025-10-13 03:07:22] "GET /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.045287 10.0.0.41 - - [2025-10-13 03:07:22] "POST /ref-update HTTP/1.1" 200 156 0.026276 10.0.0.41 - - [2025-10-13 03:07:22] "POST /useragent-kv HTTP/1.1" 200 115 0.007624 10.0.0.22 - - [2025-10-13 03:07:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.242146 10.0.0.22 - - [2025-10-13 03:07:22] "POST /id-to-fqname HTTP/1.1" 200 234 0.001899 10.0.0.22 - - [2025-10-13 03:07:22] "GET /virtual-network/9d88b2bd-4dc0-4aa9-b46d-0834899732ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005855 10.0.0.22 - - [2025-10-13 03:07:22] "GET /virtual-network/9d88b2bd-4dc0-4aa9-b46d-0834899732ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006664 10.0.0.22 - - [2025-10-13 03:07:22] "POST /neutron/network HTTP/1.1" 200 850 0.007627 10.0.0.22 - - [2025-10-13 03:07:23] "GET /virtual-network/9d88b2bd-4dc0-4aa9-b46d-0834899732ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007937 10.0.0.22 - - [2025-10-13 03:07:23] "GET /obj-perms HTTP/1.1" 200 5034 0.003591 10.0.0.22 - - [2025-10-13 03:07:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001313 10.0.0.41 - - [2025-10-13 03:07:24] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000954 10.0.0.22 - - [2025-10-13 03:07:24] "GET /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.064471 10.0.0.22 - - [2025-10-13 03:07:24] "POST /neutron/network HTTP/1.1" 200 831 0.010445 10.0.0.22 - - [2025-10-13 03:07:24] "POST /id-to-fqname HTTP/1.1" 200 225 0.001404 10.0.0.22 - - [2025-10-13 03:07:24] "POST /neutron/port HTTP/1.1" 200 117 0.007998 10.0.0.41 - - [2025-10-13 03:07:24] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001202 10.0.0.22 - - [2025-10-13 03:07:25] "POST /neutron/port HTTP/1.1" 200 1063 0.278453 10.0.0.22 - - [2025-10-13 03:07:25] "POST /neutron/port HTTP/1.1" 200 1117 0.094605 10.0.0.22 - - [2025-10-13 03:07:25] "POST /neutron/subnet HTTP/1.1" 200 704 0.008358 10.0.0.41 - - [2025-10-13 03:07:25] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001021 10.0.0.22 - - [2025-10-13 03:07:25] "GET /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.060324 10.0.0.22 - - [2025-10-13 03:07:25] "POST /neutron/network HTTP/1.1" 200 832 0.006625 10.0.0.22 - - [2025-10-13 03:07:25] "POST /neutron/port HTTP/1.1" 200 117 0.005973 10.0.0.22 - - [2025-10-13 03:07:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.003229 10.0.0.22 - - [2025-10-13 03:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.41 - - [2025-10-13 03:07:25] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001443 10.0.0.22 - - [2025-10-13 03:07:25] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008940 10.0.0.22 - - [2025-10-13 03:07:25] "POST /service-templates HTTP/1.1" 200 543 0.031394 10.0.0.22 - - [2025-10-13 03:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566 10.0.0.22 - - [2025-10-13 03:07:25] "GET /service-template/1b95347f-6322-4aca-a9c0-5d1d78201a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.006094 10.0.0.22 - - [2025-10-13 03:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.22 - - [2025-10-13 03:07:25] "GET /service-template/1b95347f-6322-4aca-a9c0-5d1d78201a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.005723 10.0.0.22 - - [2025-10-13 03:07:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001440 10.0.0.22 - - [2025-10-13 03:07:26] "POST /neutron/port HTTP/1.1" 200 1927 0.036433 10.0.0.22 - - [2025-10-13 03:07:26] "POST /neutron/port HTTP/1.1" 200 1062 0.027067 10.0.0.22 - - [2025-10-13 03:07:26] "POST /neutron/port HTTP/1.1" 200 1090 0.018312 10.0.0.22 - - [2025-10-13 03:07:26] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.41 - - [2025-10-13 03:07:27] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001251 10.0.0.22 - - [2025-10-13 03:07:27] "GET /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.069766 10.0.0.22 - - [2025-10-13 03:07:27] "POST /neutron/port HTTP/1.1" 200 2065 0.019751 10.0.0.22 - - [2025-10-13 03:07:27] "GET /virtual-machine/627bb881-61b4-4e77-b478-8a3f5e259383 HTTP/1.1" 401 292 0.000478 10.0.0.22 - - [2025-10-13 03:07:27] "GET /virtual-machine/627bb881-61b4-4e77-b478-8a3f5e259383 HTTP/1.1" 404 171 0.024313 10.0.0.22 - - [2025-10-13 03:07:27] "POST /neutron/network HTTP/1.1" 200 857 0.008581 10.0.0.22 - - [2025-10-13 03:07:28] "POST /neutron/port HTTP/1.1" 200 1061 0.018901 10.0.0.22 - - [2025-10-13 03:07:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004806 10.0.0.22 - - [2025-10-13 03:07:28] "POST /neutron/network HTTP/1.1" 200 847 0.008019 10.0.0.22 - - [2025-10-13 03:07:29] "GET /virtual-machine/627bb881-61b4-4e77-b478-8a3f5e259383 HTTP/1.1" 200 1294 0.005928 10.0.0.22 - - [2025-10-13 03:07:29] "GET /virtual-machine-interface/eaafc4a4-c179-422f-a117-22b3b692462d HTTP/1.1" 200 2984 0.006882 10.0.0.22 - - [2025-10-13 03:07:29] "GET /virtual-machine-interface/eaafc4a4-c179-422f-a117-22b3b692462d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.004736 10.0.0.22 - - [2025-10-13 03:07:29] "PUT /virtual-machine-interface/eaafc4a4-c179-422f-a117-22b3b692462d HTTP/1.1" 200 284 0.013239 10.0.0.22 - - [2025-10-13 03:07:29] "POST /neutron/port HTTP/1.1" 200 1089 0.014867 10.0.0.22 - - [2025-10-13 03:07:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007527 10.0.0.22 - - [2025-10-13 03:07:30] "GET /virtual-machine/627bb881-61b4-4e77-b478-8a3f5e259383 HTTP/1.1" 200 1294 0.003928 10.0.0.22 - - [2025-10-13 03:07:30] "GET /virtual-machine-interface/eaafc4a4-c179-422f-a117-22b3b692462d HTTP/1.1" 200 3034 0.005336 10.0.0.22 - - [2025-10-13 03:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.22 - - [2025-10-13 03:07:30] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003464 10.0.0.22 - - [2025-10-13 03:07:30] "GET /virtual-networks?parent_id=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003268 10.0.0.22 - - [2025-10-13 03:07:30] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005859 10.0.0.22 - - [2025-10-13 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.22 - - [2025-10-13 03:07:33] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005125 10.0.0.22 - - [2025-10-13 03:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.22 - - [2025-10-13 03:07:37] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005044 10.0.0.22 - - [2025-10-13 03:07:40] "POST /neutron/network HTTP/1.1" 200 842 0.007172 10.0.0.22 - - [2025-10-13 03:07:40] "POST /neutron/port HTTP/1.1" 200 117 0.001165 10.0.0.22 - - [2025-10-13 03:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.22 - - [2025-10-13 03:07:41] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006757 10.0.0.22 - - [2025-10-13 03:07:43] "POST /neutron/port HTTP/1.1" 200 1091 0.017729 10.0.0.22 - - [2025-10-13 03:07:43] "POST /neutron/subnet HTTP/1.1" 200 704 0.010064 10.0.0.22 - - [2025-10-13 03:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.22 - - [2025-10-13 03:07:45] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005518 10.0.0.22 - - [2025-10-13 03:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831 10.0.0.22 - - [2025-10-13 03:07:49] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006856 10.0.0.22 - - [2025-10-13 03:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.22 - - [2025-10-13 03:07:53] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.009032 10.0.0.22 - - [2025-10-13 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.22 - - [2025-10-13 03:07:57] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007295 10.0.0.22 - - [2025-10-13 03:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.22 - - [2025-10-13 03:08:01] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005381 10.0.0.22 - - [2025-10-13 03:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.22 - - [2025-10-13 03:08:06] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005960 10.0.0.41 - - [2025-10-13 03:08:08] "DELETE /project/56c298e5-b11a-4f6c-9286-c0ae5b005725 HTTP/1.1" 404 177 0.003363 10.0.0.41 - - [2025-10-13 03:08:08] "DELETE /project/2c0c3edad42a49d5b8d744459ce1f511 HTTP/1.1" 404 173 0.006070 10.0.0.22 - - [2025-10-13 03:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.22 - - [2025-10-13 03:08:10] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005889 10.0.0.22 - - [2025-10-13 03:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.22 - - [2025-10-13 03:08:14] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004038 10.0.0.22 - - [2025-10-13 03:08:14] "GET /virtual-networks?parent_id=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003624 10.0.0.22 - - [2025-10-13 03:08:14] "POST /neutron/port HTTP/1.1" 200 1090 0.037057 10.0.0.22 - - [2025-10-13 03:08:14] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005777 10.0.0.22 - - [2025-10-13 03:08:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007389 10.0.0.22 - - [2025-10-13 03:08:19] "POST /neutron/port HTTP/1.1" 200 1089 0.017514 10.0.0.22 - - [2025-10-13 03:08:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008325 10.0.0.22 - - [2025-10-13 03:08:29] "POST /neutron/port HTTP/1.1" 200 1089 0.019284 10.0.0.22 - - [2025-10-13 03:08:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.003589 10.0.0.22 - - [2025-10-13 03:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.41 - - [2025-10-13 03:08:35] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001536 10.0.0.22 - - [2025-10-13 03:08:35] "GET /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.051297 10.0.0.22 - - [2025-10-13 03:08:35] "POST /service-instances HTTP/1.1" 200 547 0.033435 10.0.0.22 - - [2025-10-13 03:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.22 - - [2025-10-13 03:08:35] "GET /service-instance/42f5aa34-1c06-4cf5-923d-72ee44147044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.009255 10.0.0.22 - - [2025-10-13 03:08:35] "POST /port-tuples HTTP/1.1" 200 590 0.043380 10.0.0.22 - - [2025-10-13 03:08:35] "GET /virtual-machine-interface/eaafc4a4-c179-422f-a117-22b3b692462d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.005933 10.0.0.22 - - [2025-10-13 03:08:35] "PUT /virtual-machine-interface/eaafc4a4-c179-422f-a117-22b3b692462d HTTP/1.1" 200 284 0.013813 10.0.0.22 - - [2025-10-13 03:08:35] "POST /ref-update HTTP/1.1" 200 156 0.015332 10.0.0.19 - - [2025-10-13 03:08:35] "POST /ref-update HTTP/1.1" 200 156 0.047502 10.0.0.22 - - [2025-10-13 03:08:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009167 10.0.0.19 - - [2025-10-13 03:08:35] "POST /instance-ips HTTP/1.1" 200 373 0.037806 10.0.0.19 - - [2025-10-13 03:08:35] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.007293 10.0.0.22 - - [2025-10-13 03:08:35] "POST /neutron/port HTTP/1.1" 200 1091 0.014490 10.0.0.22 - - [2025-10-13 03:08:35] "GET /virtual-machine/a0fa3788-ad72-4595-a9fd-2d586d9932dd HTTP/1.1" 200 1295 0.006001 10.0.0.22 - - [2025-10-13 03:08:35] "GET /virtual-machine-interface/4400a177-5265-4eca-b7e0-e94f12471024 HTTP/1.1" 200 2956 0.005336 10.0.0.22 - - [2025-10-13 03:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.22 - - [2025-10-13 03:08:35] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004317 10.0.0.22 - - [2025-10-13 03:08:35] "GET /virtual-networks?parent_id=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003506 10.0.0.22 - - [2025-10-13 03:08:36] "GET /virtual-network/719ed6be-ff9e-4466-a568-fa9e9e1dcb46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007117 10.0.0.22 - - [2025-10-13 03:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.22 - - [2025-10-13 03:08:37] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003331 10.0.0.22 - - [2025-10-13 03:08:37] "GET /virtual-networks?parent_id=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003340 10.0.0.22 - - [2025-10-13 03:08:37] "GET /virtual-network/719ed6be-ff9e-4466-a568-fa9e9e1dcb46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006861 10.0.0.22 - - [2025-10-13 03:08:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008120 10.0.0.22 - - [2025-10-13 03:08:37] "POST /neutron/port HTTP/1.1" 200 1090 0.014543 10.0.0.22 - - [2025-10-13 03:08:37] "GET /virtual-machine/fa52c9f9-a7e9-43cf-b067-cf36fc37b307 HTTP/1.1" 200 1295 0.005664 10.0.0.22 - - [2025-10-13 03:08:37] "GET /virtual-machine-interface/64ceb4f3-38ee-44c6-8ec0-59ad5f5d4068 HTTP/1.1" 200 2959 0.004889 10.0.0.22 - - [2025-10-13 03:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.22 - - [2025-10-13 03:08:37] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003325 10.0.0.22 - - [2025-10-13 03:08:37] "GET /virtual-networks?parent_id=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003156 10.0.0.22 - - [2025-10-13 03:08:37] "GET /virtual-network/291c2d67-0a30-425e-ad01-4163b306e8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006329 10.0.0.22 - - [2025-10-13 03:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.22 - - [2025-10-13 03:08:38] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003554 10.0.0.22 - - [2025-10-13 03:08:38] "GET /virtual-networks?parent_id=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003330 10.0.0.22 - - [2025-10-13 03:08:38] "GET /virtual-network/291c2d67-0a30-425e-ad01-4163b306e8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007026 10.0.0.22 - - [2025-10-13 03:08:38] "POST /fqname-to-id HTTP/1.1" 404 215 0.003592 10.0.0.22 - - [2025-10-13 03:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.41 - - [2025-10-13 03:08:39] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001077 10.0.0.22 - - [2025-10-13 03:08:39] "GET /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.041778 10.0.0.22 - - [2025-10-13 03:08:39] "POST /network-policys HTTP/1.1" 200 551 0.033143 10.0.0.22 - - [2025-10-13 03:08:39] "GET /network-policy/0d95b714-37b1-463e-bfad-27df0e85a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.007500 10.0.0.22 - - [2025-10-13 03:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.22 - - [2025-10-13 03:08:39] "GET /virtual-network/719ed6be-ff9e-4466-a568-fa9e9e1dcb46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007638 10.0.0.22 - - [2025-10-13 03:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.22 - - [2025-10-13 03:08:39] "GET /network-policy/0d95b714-37b1-463e-bfad-27df0e85a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.005898 10.0.0.41 - - [2025-10-13 03:08:39] "POST /fqname-to-id HTTP/1.1" 404 240 0.014983 10.0.0.22 - - [2025-10-13 03:08:39] "POST /ref-update HTTP/1.1" 200 156 0.097547 10.0.0.22 - - [2025-10-13 03:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.22 - - [2025-10-13 03:08:39] "GET /network-policy/0d95b714-37b1-463e-bfad-27df0e85a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.004915 10.0.0.22 - - [2025-10-13 03:08:39] "GET /virtual-network/719ed6be-ff9e-4466-a568-fa9e9e1dcb46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.016396 10.0.0.22 - - [2025-10-13 03:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.22 - - [2025-10-13 03:08:39] "GET /network-policy/0d95b714-37b1-463e-bfad-27df0e85a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.004442 10.0.0.22 - - [2025-10-13 03:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.22 - - [2025-10-13 03:08:39] "GET /virtual-network/291c2d67-0a30-425e-ad01-4163b306e8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005934 10.0.0.22 - - [2025-10-13 03:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.22 - - [2025-10-13 03:08:39] "GET /network-policy/0d95b714-37b1-463e-bfad-27df0e85a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.004041 10.0.0.41 - - [2025-10-13 03:08:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.003156 10.0.0.22 - - [2025-10-13 03:08:39] "POST /ref-update HTTP/1.1" 200 156 0.051129 10.0.0.22 - - [2025-10-13 03:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005045 10.0.0.22 - - [2025-10-13 03:08:39] "GET /network-policy/0d95b714-37b1-463e-bfad-27df0e85a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.006665 10.0.0.22 - - [2025-10-13 03:08:39] "POST /neutron/network HTTP/1.1" 200 924 0.016684 10.0.0.22 - - [2025-10-13 03:08:39] "GET /virtual-network/291c2d67-0a30-425e-ad01-4163b306e8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006596 10.0.0.22 - - [2025-10-13 03:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.41 - - [2025-10-13 03:08:39] "POST /ref-update HTTP/1.1" 200 156 0.039047 10.0.0.22 - - [2025-10-13 03:08:40] "GET /network-policy/0d95b714-37b1-463e-bfad-27df0e85a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.023261 10.0.0.22 - - [2025-10-13 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.22 - - [2025-10-13 03:08:40] "GET /service-template/1b95347f-6322-4aca-a9c0-5d1d78201a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.006813 10.0.0.22 - - [2025-10-13 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.41 - - [2025-10-13 03:08:40] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000998 10.0.0.22 - - [2025-10-13 03:08:40] "GET /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.047270 10.0.0.22 - - [2025-10-13 03:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.22 - - [2025-10-13 03:08:40] "GET /service-instance/42f5aa34-1c06-4cf5-923d-72ee44147044?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2542 0.009260 10.0.0.22 - - [2025-10-13 03:08:40] "POST /neutron/network HTTP/1.1" 200 934 0.035761 10.0.0.22 - - [2025-10-13 03:08:40] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.22 - - [2025-10-13 03:08:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008053 10.0.0.22 - - [2025-10-13 03:08:40] "POST /neutron/port HTTP/1.1" 200 1383 0.034183 10.0.0.22 - - [2025-10-13 03:08:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008146 10.0.0.22 - - [2025-10-13 03:08:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001572 10.0.0.22 - - [2025-10-13 03:08:41] "GET /virtual-machine/627bb881-61b4-4e77-b478-8a3f5e259383 HTTP/1.1" 200 1294 0.004095 10.0.0.22 - - [2025-10-13 03:08:41] "GET /virtual-machine-interface/eaafc4a4-c179-422f-a117-22b3b692462d HTTP/1.1" 200 3890 0.005261 10.0.0.22 - - [2025-10-13 03:08:41] "GET /instance-ip/03d20524-f237-4126-a0a5-b0cb15bfeb37 HTTP/1.1" 200 1961 0.003872 10.0.0.22 - - [2025-10-13 03:08:41] "GET /instance-ip/9cde6101-254b-4bfc-ada9-62b95068f19a HTTP/1.1" 200 1635 0.005861 10.0.0.22 - - [2025-10-13 03:08:41] "GET /instance-ip/f103b30f-3265-4e55-b449-20b334f04513 HTTP/1.1" 200 1965 0.003706 10.0.0.22 - - [2025-10-13 03:08:41] "POST /neutron/port HTTP/1.1" 200 1383 0.017127 10.0.0.22 - - [2025-10-13 03:08:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007349 10.0.0.22 - - [2025-10-13 03:08:41] "GET /virtual-machine/627bb881-61b4-4e77-b478-8a3f5e259383 HTTP/1.1" 200 1294 0.004359 10.0.0.22 - - [2025-10-13 03:08:41] "GET /virtual-machine-interface/eaafc4a4-c179-422f-a117-22b3b692462d HTTP/1.1" 200 3890 0.007257 10.0.0.22 - - [2025-10-13 03:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.22 - - [2025-10-13 03:08:41] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003824 10.0.0.22 - - [2025-10-13 03:08:41] "GET /virtual-networks?parent_id=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002983 10.0.0.22 - - [2025-10-13 03:08:41] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005772 10.0.0.22 - - [2025-10-13 03:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.22 - - [2025-10-13 03:08:42] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004188 10.0.0.22 - - [2025-10-13 03:08:42] "GET /virtual-networks?parent_id=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003048 10.0.0.22 - - [2025-10-13 03:08:42] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005791 10.0.0.22 - - [2025-10-13 03:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005263 10.0.0.22 - - [2025-10-13 03:08:42] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005173 10.0.0.22 - - [2025-10-13 03:08:42] "GET /virtual-networks?parent_id=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003374 10.0.0.22 - - [2025-10-13 03:08:42] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008366 10.0.0.22 - - [2025-10-13 03:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.22 - - [2025-10-13 03:08:42] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005633 10.0.0.22 - - [2025-10-13 03:08:42] "GET /virtual-networks?parent_id=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004421 10.0.0.22 - - [2025-10-13 03:08:42] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007922 10.0.0.22 - - [2025-10-13 03:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.22 - - [2025-10-13 03:08:42] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004152 10.0.0.22 - - [2025-10-13 03:08:42] "GET /virtual-networks?parent_id=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003501 10.0.0.22 - - [2025-10-13 03:08:42] "GET /virtual-network/2f115278-6492-4c33-88f8-ff5143bd57d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008271 10.0.0.22 - - [2025-10-13 03:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005555 10.0.0.22 - - [2025-10-13 03:08:43] "GET /routing-instance/714720df-a5ff-44ac-9ef1-7475104a2c71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005107 10.0.0.22 - - [2025-10-13 03:08:43] "GET /routing-instance/714720df-a5ff-44ac-9ef1-7475104a2c71?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1589 0.007473 10.0.0.22 - - [2025-10-13 03:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.22 - - [2025-10-13 03:08:43] "GET /routing-instance/4bbf3f59-9ad8-4273-bff1-fa9670792182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004585 10.0.0.22 - - [2025-10-13 03:08:43] "GET /routing-instance/4bbf3f59-9ad8-4273-bff1-fa9670792182?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.007032 10.0.0.22 - - [2025-10-13 03:08:43] "POST /neutron/network HTTP/1.1" 200 857 0.037054 10.0.0.22 - - [2025-10-13 03:08:43] "POST /neutron/port HTTP/1.1" 200 117 0.001406 10.0.0.22 - - [2025-10-13 03:09:26] "GET /network-policy/0d95b714-37b1-463e-bfad-27df0e85a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2471 0.004731 10.0.0.22 - - [2025-10-13 03:09:26] "PUT /network-policy/0d95b714-37b1-463e-bfad-27df0e85a923 HTTP/1.1" 200 262 0.013847 10.0.0.22 - - [2025-10-13 03:09:26] "GET /network-policy/0d95b714-37b1-463e-bfad-27df0e85a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004673 10.0.0.41 - - [2025-10-13 03:09:26] "PUT /access-control-list/5986f2cd-4bbd-444e-8c10-213ef5b41bf4 HTTP/1.1" 200 272 0.022648 10.0.0.22 - - [2025-10-13 03:09:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008864 10.0.0.22 - - [2025-10-13 03:09:40] "POST /neutron/network HTTP/1.1" 200 934 0.009198 10.0.0.19 - - [2025-10-13 03:09:40] "GET /obj-perms HTTP/1.1" 200 5056 0.048641 10.0.0.22 - - [2025-10-13 03:09:40] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.41 - - [2025-10-13 03:09:40] "GET /obj-perms HTTP/1.1" 200 5056 0.055521 10.0.0.22 - - [2025-10-13 03:09:43] "POST /neutron/port HTTP/1.1" 200 1091 0.017272 10.0.0.22 - - [2025-10-13 03:09:43] "POST /neutron/subnet HTTP/1.1" 200 704 0.009961 10.0.0.22 - - [2025-10-13 03:09:49] "POST /neutron/port HTTP/1.1" 200 1383 0.022022 10.0.0.19 - - [2025-10-13 03:09:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.19 - - [2025-10-13 03:09:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.41 - - [2025-10-13 03:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.41 - - [2025-10-13 03:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.41 - - [2025-10-13 03:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.41 - - [2025-10-13 03:09:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.22 - - [2025-10-13 03:09:54] "POST /ref-update HTTP/1.1" 200 156 0.050183 10.0.0.22 - - [2025-10-13 03:09:54] "GET /virtual-network/291c2d67-0a30-425e-ad01-4163b306e8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.019575 10.0.0.22 - - [2025-10-13 03:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006326 10.0.0.22 - - [2025-10-13 03:09:54] "GET /network-policy/0d95b714-37b1-463e-bfad-27df0e85a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004133 10.0.0.41 - - [2025-10-13 03:09:54] "POST /ref-update HTTP/1.1" 200 156 0.042588 10.0.0.19 - - [2025-10-13 03:09:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.22 - - [2025-10-13 03:09:54] "POST /ref-update HTTP/1.1" 200 156 0.055508 10.0.0.19 - - [2025-10-13 03:09:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.22 - - [2025-10-13 03:09:54] "POST /neutron/network HTTP/1.1" 200 831 0.012595 10.0.0.22 - - [2025-10-13 03:09:54] "GET /virtual-network/719ed6be-ff9e-4466-a568-fa9e9e1dcb46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008747 10.0.0.22 - - [2025-10-13 03:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005316 10.0.0.22 - - [2025-10-13 03:09:54] "GET /network-policy/0d95b714-37b1-463e-bfad-27df0e85a923?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.004505 10.0.0.22 - - [2025-10-13 03:09:54] "DELETE /network-policy/0d95b714-37b1-463e-bfad-27df0e85a923 HTTP/1.1" 200 115 0.031753 10.0.0.22 - - [2025-10-13 03:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.22 - - [2025-10-13 03:09:54] "DELETE /service-instance/42f5aa34-1c06-4cf5-923d-72ee44147044 HTTP/1.1" 200 115 0.051800 10.0.0.19 - - [2025-10-13 03:09:55] "POST /ref-update HTTP/1.1" 200 156 0.025208 10.0.0.22 - - [2025-10-13 03:09:55] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.006280 10.0.0.22 - - [2025-10-13 03:09:55] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003086 10.0.0.22 - - [2025-10-13 03:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.41 - - [2025-10-13 03:09:55] "POST /ref-update HTTP/1.1" 200 156 0.038666 10.0.0.22 - - [2025-10-13 03:09:55] "DELETE /service-template/1b95347f-6322-4aca-a9c0-5d1d78201a30 HTTP/1.1" 200 115 0.050431 10.0.0.22 - - [2025-10-13 03:09:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.003851 10.0.0.41 - - [2025-10-13 03:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.22 - - [2025-10-13 03:09:55] "POST /neutron/port HTTP/1.1" 200 1089 0.021387 10.0.0.22 - - [2025-10-13 03:09:55] "POST /neutron/network HTTP/1.1" 200 847 0.006772 10.0.0.22 - - [2025-10-13 03:09:56] "POST /neutron/port HTTP/1.1" 200 1116 0.012873 10.0.0.22 - - [2025-10-13 03:09:56] "POST /neutron/port HTTP/1.1" 200 1117 0.012571 10.0.0.22 - - [2025-10-13 03:09:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000579 10.0.0.22 - - [2025-10-13 03:09:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.22 - - [2025-10-13 03:09:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.22 - - [2025-10-13 03:09:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.41 - - [2025-10-13 03:09:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004453 10.0.0.41 - - [2025-10-13 03:09:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003865 10.0.0.22 - - [2025-10-13 03:09:58] "POST /neutron/network HTTP/1.1" 200 151 0.143565 10.0.0.41 - - [2025-10-13 03:09:58] "DELETE /route-target/3655d37a-20e1-45b3-a80f-0f9d43bf2e70 HTTP/1.1" 200 115 0.026984 10.0.0.22 - - [2025-10-13 03:09:58] "POST /neutron/network HTTP/1.1" 200 832 0.008844 10.0.0.41 - - [2025-10-13 03:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005410 10.0.0.41 - - [2025-10-13 03:09:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005524 10.0.0.41 - - [2025-10-13 03:09:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002441 10.0.0.22 - - [2025-10-13 03:09:59] "POST /neutron/network HTTP/1.1" 200 151 0.133953 10.0.0.41 - - [2025-10-13 03:09:59] "DELETE /route-target/11ebe107-2656-4bbd-8ae3-25be9ddaa990 HTTP/1.1" 200 115 0.026862 10.0.0.41 - - [2025-10-13 03:10:00] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001606 10.0.0.22 - - [2025-10-13 03:10:00] "GET /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.042416 10.0.0.41 - - [2025-10-13 03:10:00] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000967 10.0.0.22 - - [2025-10-13 03:10:00] "GET /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511?fields=virtual_networks HTTP/1.1" 200 1035 0.040659 10.0.0.41 - - [2025-10-13 03:10:00] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000965 10.0.0.22 - - [2025-10-13 03:10:00] "GET /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.052006 10.0.0.41 - - [2025-10-13 03:10:00] "GET /projects?obj_uuids=2c0c3eda-d42a-49d5-b8d7-44459ce1f511&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001754 10.0.0.22 - - [2025-10-13 03:10:00] "GET /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511?fields=security_groups HTTP/1.1" 200 1263 0.043041 10.0.0.22 - - [2025-10-13 03:10:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.027351 10.0.0.41 - - [2025-10-13 03:10:01] "GET /projects?obj_uuids=8bbbc636-1306-4223-9884-16274bc85974&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004135 10.0.0.41 - - [2025-10-13 03:10:01] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001301 10.0.0.41 - - [2025-10-13 03:10:01] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007425 10.0.0.41 - - [2025-10-13 03:10:02] "POST /id-to-fqname HTTP/1.1" 200 191 0.007406 10.0.0.41 - - [2025-10-13 03:10:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.004829 10.0.0.41 - - [2025-10-13 03:10:02] "POST /security-groups HTTP/1.1" 200 592 0.040412 10.0.0.41 - - [2025-10-13 03:10:02] "POST /projects HTTP/1.1" 200 587 0.252098 10.0.0.41 - - [2025-10-13 03:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.330228 10.0.0.41 - - [2025-10-13 03:10:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.010486 10.0.0.22 - - [2025-10-13 03:10:02] "GET /project/8bbbc636-1306-4223-9884-16274bc85974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.481387 10.0.0.22 - - [2025-10-13 03:10:03] "GET / HTTP/1.1" 200 35931 0.001541 10.0.0.22 - - [2025-10-13 03:10:05] "GET /project/8bbbc636-1306-4223-9884-16274bc85974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000571 10.0.0.41 - - [2025-10-13 03:10:05] "GET /projects?obj_uuids=8bbbc636-1306-4223-9884-16274bc85974&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001049 10.0.0.22 - - [2025-10-13 03:10:05] "GET /project/8bbbc636-1306-4223-9884-16274bc85974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.061249 10.0.0.22 - - [2025-10-13 03:10:05] "POST /fqname-to-id HTTP/1.1" 404 180 0.003451 10.0.0.22 - - [2025-10-13 03:10:05] "POST /virtual-DNSs HTTP/1.1" 200 507 0.040075 10.0.0.22 - - [2025-10-13 03:10:06] "GET /virtual-DNS/eb3b5439-7a6a-4808-b069-2f25a3d502f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.011631 10.0.0.22 - - [2025-10-13 03:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.22 - - [2025-10-13 03:10:06] "GET /virtual-DNS/eb3b5439-7a6a-4808-b069-2f25a3d502f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004666 10.0.0.22 - - [2025-10-13 03:10:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004117 10.0.0.22 - - [2025-10-13 03:10:06] "POST /network-ipams HTTP/1.1" 200 514 0.030221 10.0.0.22 - - [2025-10-13 03:10:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.004814 10.0.0.22 - - [2025-10-13 03:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004990 10.0.0.22 - - [2025-10-13 03:10:06] "GET /network-ipam/3a480d64-504c-4874-add1-d46e39313e34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.008158 10.0.0.22 - - [2025-10-13 03:10:06] "PUT /network-ipam/3a480d64-504c-4874-add1-d46e39313e34 HTTP/1.1" 200 258 0.015300 10.0.0.22 - - [2025-10-13 03:10:06] "POST /ref-update HTTP/1.1" 200 156 0.015181 10.0.0.22 - - [2025-10-13 03:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.41 - - [2025-10-13 03:10:06] "GET /projects?obj_uuids=8bbbc636-1306-4223-9884-16274bc85974&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001410 10.0.0.22 - - [2025-10-13 03:10:06] "GET /project/8bbbc636-1306-4223-9884-16274bc85974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050249 10.0.0.41 - - [2025-10-13 03:10:07] "POST /ref-update HTTP/1.1" 200 156 0.032080 10.0.0.41 - - [2025-10-13 03:10:07] "POST /useragent-kv HTTP/1.1" 200 115 0.010148 10.0.0.22 - - [2025-10-13 03:10:07] "POST /neutron/subnet HTTP/1.1" 200 711 0.201724 10.0.0.22 - - [2025-10-13 03:10:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001554 10.0.0.22 - - [2025-10-13 03:10:07] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006174 10.0.0.22 - - [2025-10-13 03:10:07] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006055 10.0.0.22 - - [2025-10-13 03:10:07] "POST /neutron/network HTTP/1.1" 200 833 0.010078 10.0.0.22 - - [2025-10-13 03:10:07] "POST /neutron/network HTTP/1.1" 200 833 0.006432 10.0.0.22 - - [2025-10-13 03:10:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001279 10.0.0.41 - - [2025-10-13 03:10:08] "DELETE /project/2c0c3eda-d42a-49d5-b8d7-44459ce1f511 HTTP/1.1" 404 177 0.004864 10.0.0.41 - - [2025-10-13 03:10:08] "DELETE /project/8bbbc63613064223988416274bc85974 HTTP/1.1" 404 173 0.004763 10.0.0.41 - - [2025-10-13 03:10:08] "GET /projects?obj_uuids=8bbbc636-1306-4223-9884-16274bc85974&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001151 10.0.0.22 - - [2025-10-13 03:10:08] "GET /project/8bbbc636-1306-4223-9884-16274bc85974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057784 10.0.0.22 - - [2025-10-13 03:10:08] "POST /neutron/port HTTP/1.1" 200 117 0.006802 10.0.0.22 - - [2025-10-13 03:10:09] "POST /neutron/network HTTP/1.1" 200 843 0.009496 10.0.0.22 - - [2025-10-13 03:10:09] "POST /neutron/port HTTP/1.1" 200 1058 0.015216 10.0.0.22 - - [2025-10-13 03:10:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004194 10.0.0.22 - - [2025-10-13 03:10:09] "POST /neutron/network HTTP/1.1" 200 833 0.007001 10.0.0.22 - - [2025-10-13 03:10:14] "POST /neutron/port HTTP/1.1" 200 1086 0.017591 10.0.0.22 - - [2025-10-13 03:10:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007582 10.0.0.22 - - [2025-10-13 03:10:14] "GET /virtual-machine/42eb9aa9-744d-4a72-a54c-329f712561d6 HTTP/1.1" 401 292 0.000405 10.0.0.22 - - [2025-10-13 03:10:14] "GET /virtual-machine/42eb9aa9-744d-4a72-a54c-329f712561d6 HTTP/1.1" 200 1293 0.028822 10.0.0.22 - - [2025-10-13 03:10:14] "GET /virtual-machine-interface/e4b34819-c5d6-4aab-997c-24e2a5435a8b HTTP/1.1" 200 2964 0.006296 10.0.0.22 - - [2025-10-13 03:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.22 - - [2025-10-13 03:10:14] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004119 10.0.0.22 - - [2025-10-13 03:10:14] "GET /virtual-networks?parent_id=8bbbc636-1306-4223-9884-16274bc85974&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003216 10.0.0.22 - - [2025-10-13 03:10:14] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006120 10.0.0.22 - - [2025-10-13 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.22 - - [2025-10-13 03:10:17] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006744 10.0.0.22 - - [2025-10-13 03:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.22 - - [2025-10-13 03:10:21] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005752 10.0.0.22 - - [2025-10-13 03:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.22 - - [2025-10-13 03:10:26] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006396 10.0.0.22 - - [2025-10-13 03:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.22 - - [2025-10-13 03:10:30] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006902 10.0.0.22 - - [2025-10-13 03:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.22 - - [2025-10-13 03:10:34] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007096 10.0.0.22 - - [2025-10-13 03:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.22 - - [2025-10-13 03:10:38] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006677 10.0.0.22 - - [2025-10-13 03:10:40] "GET /obj-perms HTTP/1.1" 200 5056 0.048363 10.0.0.22 - - [2025-10-13 03:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.22 - - [2025-10-13 03:10:42] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006764 10.0.0.22 - - [2025-10-13 03:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.22 - - [2025-10-13 03:10:46] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005624 10.0.0.22 - - [2025-10-13 03:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.22 - - [2025-10-13 03:10:48] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004509 10.0.0.22 - - [2025-10-13 03:10:48] "GET /virtual-networks?parent_id=8bbbc636-1306-4223-9884-16274bc85974&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003450 10.0.0.22 - - [2025-10-13 03:10:48] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005916 10.0.0.22 - - [2025-10-13 03:10:53] "POST /neutron/port HTTP/1.1" 200 1086 0.016440 10.0.0.22 - - [2025-10-13 03:10:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007646 10.0.0.22 - - [2025-10-13 03:11:30] "POST /neutron/network HTTP/1.1" 200 807 0.014092 10.0.0.22 - - [2025-10-13 03:11:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001307 10.0.0.22 - - [2025-10-13 03:11:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007352 10.0.0.41 - - [2025-10-13 03:11:31] "GET /projects?obj_uuids=8bbbc636-1306-4223-9884-16274bc85974&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.026591 10.0.0.22 - - [2025-10-13 03:11:31] "GET /project/8bbbc636-1306-4223-9884-16274bc85974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.100322 10.0.0.22 - - [2025-10-13 03:11:31] "POST /neutron/port HTTP/1.1" 200 1086 0.017191 10.0.0.22 - - [2025-10-13 03:11:31] "POST /neutron/port HTTP/1.1" 200 117 0.007958 10.0.0.22 - - [2025-10-13 03:11:32] "POST /neutron/port HTTP/1.1" 200 1058 0.015654 10.0.0.22 - - [2025-10-13 03:11:32] "POST /neutron/port HTTP/1.1" 200 1086 0.020844 10.0.0.22 - - [2025-10-13 03:11:32] "POST /neutron/port HTTP/1.1" 200 117 0.001539 10.0.0.22 - - [2025-10-13 03:11:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008175 10.0.0.22 - - [2025-10-13 03:11:36] "POST /neutron/port HTTP/1.1" 200 1086 0.015751 10.0.0.22 - - [2025-10-13 03:11:36] "GET /virtual-machine/928f0da8-ecbc-40b7-86a0-b069ad3a8d92 HTTP/1.1" 200 1293 0.005978 10.0.0.22 - - [2025-10-13 03:11:36] "GET /virtual-machine-interface/7b2c772d-6471-457e-95cf-55f93745c233 HTTP/1.1" 200 2963 0.005473 10.0.0.22 - - [2025-10-13 03:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.22 - - [2025-10-13 03:11:36] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003487 10.0.0.22 - - [2025-10-13 03:11:36] "GET /virtual-networks?parent_id=8bbbc636-1306-4223-9884-16274bc85974&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002636 10.0.0.22 - - [2025-10-13 03:11:36] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006974 10.0.0.22 - - [2025-10-13 03:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.22 - - [2025-10-13 03:11:40] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005126 10.0.0.22 - - [2025-10-13 03:11:41] "POST /neutron/port HTTP/1.1" 200 1086 0.018060 10.0.0.22 - - [2025-10-13 03:11:41] "POST /neutron/subnet HTTP/1.1" 200 685 0.009108 10.0.0.22 - - [2025-10-13 03:11:43] "POST /neutron/port HTTP/1.1" 200 1086 0.015883 10.0.0.22 - - [2025-10-13 03:11:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006425 10.0.0.22 - - [2025-10-13 03:11:43] "POST /neutron/network HTTP/1.1" 200 833 0.008387 10.0.0.22 - - [2025-10-13 03:11:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.22 - - [2025-10-13 03:11:44] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007041 10.0.0.22 - - [2025-10-13 03:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.22 - - [2025-10-13 03:11:48] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008078 10.0.0.22 - - [2025-10-13 03:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.22 - - [2025-10-13 03:11:52] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005891 10.0.0.22 - - [2025-10-13 03:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.22 - - [2025-10-13 03:11:56] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005098 10.0.0.22 - - [2025-10-13 03:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004640 10.0.0.22 - - [2025-10-13 03:12:00] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005315 10.0.0.22 - - [2025-10-13 03:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.22 - - [2025-10-13 03:12:04] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006309 10.0.0.22 - - [2025-10-13 03:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.22 - - [2025-10-13 03:12:08] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006253 10.0.0.22 - - [2025-10-13 03:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.22 - - [2025-10-13 03:12:12] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005501 10.0.0.22 - - [2025-10-13 03:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.22 - - [2025-10-13 03:12:14] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003314 10.0.0.22 - - [2025-10-13 03:12:14] "GET /virtual-networks?parent_id=8bbbc636-1306-4223-9884-16274bc85974&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003183 10.0.0.22 - - [2025-10-13 03:12:14] "GET /virtual-network/b0cdf56e-101b-42d3-9853-c38b11445712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005824 10.0.0.22 - - [2025-10-13 03:12:20] "POST /neutron/port HTTP/1.1" 200 1086 0.016467 10.0.0.22 - - [2025-10-13 03:12:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006850 10.0.0.22 - - [2025-10-13 03:12:30] "POST /neutron/port HTTP/1.1" 200 1086 0.015105 10.0.0.22 - - [2025-10-13 03:12:41] "POST /neutron/port HTTP/1.1" 200 1086 0.015758 10.0.0.22 - - [2025-10-13 03:12:41] "POST /neutron/subnet HTTP/1.1" 200 685 0.010735 10.0.0.22 - - [2025-10-13 03:12:43] "POST /neutron/port HTTP/1.1" 200 1086 0.018902 10.0.0.22 - - [2025-10-13 03:12:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004977 10.0.0.22 - - [2025-10-13 03:12:43] "POST /neutron/network HTTP/1.1" 200 833 0.008579 10.0.0.22 - - [2025-10-13 03:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.22 - - [2025-10-13 03:13:03] "DELETE /virtual-DNS/eb3b5439-7a6a-4808-b069-2f25a3d502f1 HTTP/1.1" 409 235 0.008790 10.0.0.22 - - [2025-10-13 03:13:03] "POST /fqname-to-id HTTP/1.1" 404 192 0.006681 10.0.0.22 - - [2025-10-13 03:13:03] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.026994 10.0.0.22 - - [2025-10-13 03:13:03] "GET /virtual-DNS-record/3b7e3d5a-109a-4169-9302-b7e3a0967bb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.010193 10.0.0.22 - - [2025-10-13 03:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.22 - - [2025-10-13 03:13:04] "GET /virtual-DNS-record/3b7e3d5a-109a-4169-9302-b7e3a0967bb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.007391 10.0.0.22 - - [2025-10-13 03:13:10] "DELETE /virtual-DNS-record/3b7e3d5a-109a-4169-9302-b7e3a0967bb4 HTTP/1.1" 200 115 0.027511 10.0.0.22 - - [2025-10-13 03:13:10] "POST /fqname-to-id HTTP/1.1" 404 184 0.003687 10.0.0.22 - - [2025-10-13 03:13:11] "POST /neutron/port HTTP/1.1" 200 1086 0.023445 10.0.0.22 - - [2025-10-13 03:13:11] "POST /neutron/port HTTP/1.1" 200 1086 0.033250 10.0.0.22 - - [2025-10-13 03:13:12] "POST /neutron/network HTTP/1.1" 200 833 0.008518 10.0.0.22 - - [2025-10-13 03:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.41 - - [2025-10-13 03:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.039112 10.0.0.22 - - [2025-10-13 03:13:13] "DELETE /network-ipam/3a480d64-504c-4874-add1-d46e39313e34 HTTP/1.1" 200 115 0.050118 10.0.0.22 - - [2025-10-13 03:13:13] "DELETE /virtual-DNS/eb3b5439-7a6a-4808-b069-2f25a3d502f1 HTTP/1.1" 200 115 0.057304 10.0.0.22 - - [2025-10-13 03:13:13] "POST /fqname-to-id HTTP/1.1" 404 180 0.006512 10.0.0.41 - - [2025-10-13 03:13:14] "GET /projects?obj_uuids=8bbbc636-1306-4223-9884-16274bc85974&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000957 10.0.0.22 - - [2025-10-13 03:13:14] "GET /project/8bbbc636-1306-4223-9884-16274bc85974?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.077213 10.0.0.41 - - [2025-10-13 03:13:14] "GET /projects?obj_uuids=8bbbc636-1306-4223-9884-16274bc85974&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001306 10.0.0.22 - - [2025-10-13 03:13:14] "GET /project/8bbbc636-1306-4223-9884-16274bc85974?fields=virtual_networks HTTP/1.1" 200 1034 0.053119 10.0.0.41 - - [2025-10-13 03:13:14] "GET /projects?obj_uuids=8bbbc636-1306-4223-9884-16274bc85974&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000955 10.0.0.22 - - [2025-10-13 03:13:14] "GET /project/8bbbc636-1306-4223-9884-16274bc85974?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.031510 10.0.0.41 - - [2025-10-13 03:13:14] "GET /projects?obj_uuids=8bbbc636-1306-4223-9884-16274bc85974&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000883 10.0.0.22 - - [2025-10-13 03:13:14] "GET /project/8bbbc636-1306-4223-9884-16274bc85974?fields=security_groups HTTP/1.1" 200 1261 0.042377 10.0.0.22 - - [2025-10-13 03:13:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.025396 10.0.0.41 - - [2025-10-13 03:13:15] "GET /projects?obj_uuids=5651b029-15b1-4b7c-ab16-006635a711db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002705 10.0.0.41 - - [2025-10-13 03:13:15] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001270 10.0.0.41 - - [2025-10-13 03:13:15] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031258 10.0.0.41 - - [2025-10-13 03:13:15] "POST /id-to-fqname HTTP/1.1" 200 191 0.003339 10.0.0.41 - - [2025-10-13 03:13:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.007726 10.0.0.41 - - [2025-10-13 03:13:15] "POST /security-groups HTTP/1.1" 200 592 0.031800 10.0.0.41 - - [2025-10-13 03:13:15] "POST /projects HTTP/1.1" 200 587 0.233088 10.0.0.41 - - [2025-10-13 03:13:15] "POST /access-control-lists HTTP/1.1" 200 597 0.027579 10.0.0.41 - - [2025-10-13 03:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.308005 10.0.0.22 - - [2025-10-13 03:13:16] "GET /project/5651b029-15b1-4b7c-ab16-006635a711db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.483377 10.0.0.22 - - [2025-10-13 03:13:17] "GET / HTTP/1.1" 200 35931 0.001558 10.0.0.22 - - [2025-10-13 03:13:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.22 - - [2025-10-13 03:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.050245 10.0.0.41 - - [2025-10-13 03:13:19] "GET /projects?obj_uuids=5651b029-15b1-4b7c-ab16-006635a711db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000899 10.0.0.22 - - [2025-10-13 03:13:19] "GET /project/5651b029-15b1-4b7c-ab16-006635a711db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.039897 10.0.0.41 - - [2025-10-13 03:13:19] "GET /projects?obj_uuids=5651b029-15b1-4b7c-ab16-006635a711db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001004 10.0.0.22 - - [2025-10-13 03:13:19] "POST /neutron/network HTTP/1.1" 200 608 0.153763 10.0.0.41 - - [2025-10-13 03:13:19] "POST /route-targets HTTP/1.1" 200 327 0.017707 10.0.0.22 - - [2025-10-13 03:13:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.005327 10.0.0.22 - - [2025-10-13 03:13:19] "GET /virtual-network/3a07305a-2202-4af1-8d11-5c5355aab60b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004964 10.0.0.22 - - [2025-10-13 03:13:19] "POST /neutron/network HTTP/1.1" 200 826 0.007419 10.0.0.22 - - [2025-10-13 03:13:19] "GET /virtual-network/3a07305a-2202-4af1-8d11-5c5355aab60b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006258 10.0.0.22 - - [2025-10-13 03:13:20] "GET /virtual-network/3a07305a-2202-4af1-8d11-5c5355aab60b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006573 10.0.0.19 - - [2025-10-13 03:13:21] "GET /obj-perms HTTP/1.1" 200 5032 0.051232 10.0.0.41 - - [2025-10-13 03:13:21] "GET /obj-perms HTTP/1.1" 200 5032 0.043945 10.0.0.22 - - [2025-10-13 03:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.41 - - [2025-10-13 03:13:21] "GET /projects?obj_uuids=5651b029-15b1-4b7c-ab16-006635a711db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001065 10.0.0.22 - - [2025-10-13 03:13:21] "GET /project/5651b029-15b1-4b7c-ab16-006635a711db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.043816 10.0.0.22 - - [2025-10-13 03:13:21] "POST /neutron/network HTTP/1.1" 200 117 0.012769 10.0.0.41 - - [2025-10-13 03:13:22] "POST /ref-update HTTP/1.1" 200 156 0.031656 10.0.0.22 - - [2025-10-13 03:13:22] "POST /neutron/network HTTP/1.1" 200 827 0.008872 10.0.0.22 - - [2025-10-13 03:13:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001141 10.0.0.22 - - [2025-10-13 03:13:22] "GET /virtual-network/040e1325-b88f-499b-a299-93b446004ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005551 10.0.0.22 - - [2025-10-13 03:13:22] "GET /virtual-network/040e1325-b88f-499b-a299-93b446004ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005674 10.0.0.22 - - [2025-10-13 03:13:22] "POST /neutron/subnet HTTP/1.1" 200 724 0.009161 10.0.0.22 - - [2025-10-13 03:13:22] "GET /virtual-network/040e1325-b88f-499b-a299-93b446004ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006736 10.0.0.22 - - [2025-10-13 03:13:22] "GET /obj-perms HTTP/1.1" 200 5032 0.049409 10.0.0.22 - - [2025-10-13 03:13:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001366 10.0.0.41 - - [2025-10-13 03:13:38] "GET /projects?obj_uuids=5651b029-15b1-4b7c-ab16-006635a711db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001160 10.0.0.22 - - [2025-10-13 03:13:38] "GET /project/5651b029-15b1-4b7c-ab16-006635a711db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.056941 10.0.0.22 - - [2025-10-13 03:13:38] "POST /neutron/port HTTP/1.1" 200 117 0.013453 10.0.0.22 - - [2025-10-13 03:13:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001400 10.0.0.22 - - [2025-10-13 03:13:38] "POST /neutron/network HTTP/1.1" 200 836 0.007717 10.0.0.41 - - [2025-10-13 03:13:39] "GET /projects?obj_uuids=5651b029-15b1-4b7c-ab16-006635a711db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000914 10.0.0.22 - - [2025-10-13 03:13:39] "GET /project/5651b029-15b1-4b7c-ab16-006635a711db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.073409 10.0.0.22 - - [2025-10-13 03:13:39] "POST /neutron/network HTTP/1.1" 200 826 0.033278 10.0.0.22 - - [2025-10-13 03:13:39] "POST /neutron/port HTTP/1.1" 200 117 0.007753 10.0.0.22 - - [2025-10-13 03:13:39] "POST /neutron/port HTTP/1.1" 200 1061 0.023063 10.0.0.22 - - [2025-10-13 03:13:39] "POST /neutron/network HTTP/1.1" 200 836 0.008060 10.0.0.22 - - [2025-10-13 03:13:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005502 10.0.0.22 - - [2025-10-13 03:13:40] "POST /neutron/network HTTP/1.1" 200 827 0.014372 10.0.0.22 - - [2025-10-13 03:13:40] "POST /neutron/port HTTP/1.1" 200 1114 0.194655 10.0.0.22 - - [2025-10-13 03:13:41] "POST /neutron/subnet HTTP/1.1" 200 694 0.014011 10.0.0.22 - - [2025-10-13 03:13:44] "POST /neutron/port HTTP/1.1" 200 1089 0.034959 10.0.0.22 - - [2025-10-13 03:13:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007257 10.0.0.22 - - [2025-10-13 03:14:00] "POST /neutron/port HTTP/1.1" 200 1089 0.015438 10.0.0.22 - - [2025-10-13 03:14:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008702 10.0.0.41 - - [2025-10-13 03:14:08] "DELETE /project/5651b02915b14b7cab16006635a711db HTTP/1.1" 404 173 0.002937 10.0.0.41 - - [2025-10-13 03:14:08] "DELETE /project/8bbbc636-1306-4223-9884-16274bc85974 HTTP/1.1" 404 177 0.005199 10.0.0.22 - - [2025-10-13 03:14:10] "POST /neutron/port HTTP/1.1" 200 1089 0.016653 10.0.0.22 - - [2025-10-13 03:14:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007511 10.0.0.22 - - [2025-10-13 03:14:10] "GET /virtual-machine/ecc7305c-8b95-4cf0-84d1-a01d2f81fe60 HTTP/1.1" 401 292 0.000379 10.0.0.22 - - [2025-10-13 03:14:10] "GET /virtual-machine/ecc7305c-8b95-4cf0-84d1-a01d2f81fe60 HTTP/1.1" 200 1293 0.028147 10.0.0.22 - - [2025-10-13 03:14:10] "GET /virtual-machine-interface/0831a4f4-0416-4ced-9a41-d3fb0fcd2fc7 HTTP/1.1" 200 2947 0.005348 10.0.0.22 - - [2025-10-13 03:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.22 - - [2025-10-13 03:14:10] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003484 10.0.0.22 - - [2025-10-13 03:14:10] "GET /virtual-networks?parent_id=5651b029-15b1-4b7c-ab16-006635a711db&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003117 10.0.0.22 - - [2025-10-13 03:14:10] "GET /virtual-network/040e1325-b88f-499b-a299-93b446004ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005949 10.0.0.22 - - [2025-10-13 03:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.22 - - [2025-10-13 03:14:13] "GET /virtual-network/040e1325-b88f-499b-a299-93b446004ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005476 10.0.0.22 - - [2025-10-13 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.22 - - [2025-10-13 03:14:18] "GET /virtual-network/040e1325-b88f-499b-a299-93b446004ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005358 10.0.0.22 - - [2025-10-13 03:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.22 - - [2025-10-13 03:14:22] "GET /virtual-network/040e1325-b88f-499b-a299-93b446004ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005515 10.0.0.22 - - [2025-10-13 03:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.22 - - [2025-10-13 03:14:26] "GET /virtual-network/040e1325-b88f-499b-a299-93b446004ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005554 10.0.0.22 - - [2025-10-13 03:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.22 - - [2025-10-13 03:14:30] "GET /virtual-network/040e1325-b88f-499b-a299-93b446004ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005506 10.0.0.22 - - [2025-10-13 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.22 - - [2025-10-13 03:14:34] "GET /virtual-network/040e1325-b88f-499b-a299-93b446004ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005527 10.0.0.22 - - [2025-10-13 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.22 - - [2025-10-13 03:14:38] "GET /virtual-network/040e1325-b88f-499b-a299-93b446004ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007042 10.0.0.22 - - [2025-10-13 03:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.22 - - [2025-10-13 03:14:42] "GET /virtual-network/040e1325-b88f-499b-a299-93b446004ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006152 10.0.0.22 - - [2025-10-13 03:14:44] "POST /neutron/network HTTP/1.1" 200 836 0.007211 10.0.0.22 - - [2025-10-13 03:14:44] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.22 - - [2025-10-13 03:14:46] "POST /neutron/port HTTP/1.1" 200 1089 0.036387 10.0.0.22 - - [2025-10-13 03:14:46] "POST /neutron/subnet HTTP/1.1" 200 698 0.010168 10.0.0.22 - - [2025-10-13 03:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006205 10.0.0.22 - - [2025-10-13 03:14:46] "GET /virtual-network/040e1325-b88f-499b-a299-93b446004ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008266 10.0.0.22 - - [2025-10-13 03:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.22 - - [2025-10-13 03:14:50] "GET /virtual-network/040e1325-b88f-499b-a299-93b446004ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005518 10.0.0.19 - - [2025-10-13 03:14:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.19 - - [2025-10-13 03:14:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.41 - - [2025-10-13 03:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000908 10.0.0.41 - - [2025-10-13 03:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.41 - - [2025-10-13 03:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.41 - - [2025-10-13 03:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.19 - - [2025-10-13 03:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.19 - - [2025-10-13 03:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.22 - - [2025-10-13 03:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.22 - - [2025-10-13 03:14:54] "GET /virtual-network/040e1325-b88f-499b-a299-93b446004ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005133 10.0.0.22 - - [2025-10-13 03:14:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.22 - - [2025-10-13 03:14:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.22 - - [2025-10-13 03:14:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.22 - - [2025-10-13 03:14:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.22 - - [2025-10-13 03:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.22 - - [2025-10-13 03:14:59] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004781 10.0.0.22 - - [2025-10-13 03:14:59] "GET /virtual-networks?parent_id=5651b029-15b1-4b7c-ab16-006635a711db&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003336 10.0.0.22 - - [2025-10-13 03:14:59] "GET /virtual-network/040e1325-b88f-499b-a299-93b446004ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005644 10.0.0.22 - - [2025-10-13 03:14:59] "POST /neutron/port HTTP/1.1" 200 1089 0.016685 10.0.0.22 - - [2025-10-13 03:15:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007102 10.0.0.22 - - [2025-10-13 03:15:14] "POST /neutron/port HTTP/1.1" 200 1089 0.015732 10.0.0.22 - - [2025-10-13 03:15:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.035472 10.0.0.22 - - [2025-10-13 03:15:20] "POST /neutron/port HTTP/1.1" 200 1088 0.014722 10.0.0.22 - - [2025-10-13 03:15:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007511 10.0.0.22 - - [2025-10-13 03:15:35] "POST /neutron/port HTTP/1.1" 200 1089 0.013953 10.0.0.22 - - [2025-10-13 03:15:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009583 10.0.0.19 - - [2025-10-13 03:15:44] "GET /obj-perms HTTP/1.1" 200 5056 0.062341 10.0.0.41 - - [2025-10-13 03:15:45] "GET /obj-perms HTTP/1.1" 200 5056 0.059745 10.0.0.22 - - [2025-10-13 03:15:45] "POST /neutron/network HTTP/1.1" 200 836 0.008204 10.0.0.22 - - [2025-10-13 03:15:45] "POST /neutron/port HTTP/1.1" 200 117 0.001586 10.0.0.22 - - [2025-10-13 03:15:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010561 10.0.0.22 - - [2025-10-13 03:15:47] "POST /neutron/network HTTP/1.1" 200 837 0.007923 10.0.0.22 - - [2025-10-13 03:15:47] "POST /neutron/port HTTP/1.1" 200 117 0.001321 10.0.0.22 - - [2025-10-13 03:15:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007444 10.0.0.22 - - [2025-10-13 03:15:56] "POST /neutron/port HTTP/1.1" 200 1088 0.015603 10.0.0.22 - - [2025-10-13 03:15:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007154 10.0.0.22 - - [2025-10-13 03:15:56] "GET /virtual-machine/fa648e63-14ce-4662-8eac-2ad993ebccd4 HTTP/1.1" 200 1294 0.007677 10.0.0.22 - - [2025-10-13 03:15:56] "GET /virtual-machine-interface/5a501e75-9403-45bf-bb4d-8f9eb265b330 HTTP/1.1" 200 2948 0.006303 10.0.0.22 - - [2025-10-13 03:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.22 - - [2025-10-13 03:15:56] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004671 10.0.0.22 - - [2025-10-13 03:15:56] "GET /virtual-networks?parent_id=5651b029-15b1-4b7c-ab16-006635a711db&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003602 10.0.0.22 - - [2025-10-13 03:15:56] "GET /virtual-network/3a07305a-2202-4af1-8d11-5c5355aab60b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006356 10.0.0.22 - - [2025-10-13 03:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.22 - - [2025-10-13 03:15:57] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003834 10.0.0.22 - - [2025-10-13 03:15:57] "GET /virtual-networks?parent_id=5651b029-15b1-4b7c-ab16-006635a711db&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003092 10.0.0.22 - - [2025-10-13 03:15:57] "GET /virtual-network/3a07305a-2202-4af1-8d11-5c5355aab60b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.010309 10.0.0.22 - - [2025-10-13 03:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.41 - - [2025-10-13 03:16:02] "GET /projects?obj_uuids=5651b029-15b1-4b7c-ab16-006635a711db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001313 10.0.0.22 - - [2025-10-13 03:16:02] "GET /project/5651b029-15b1-4b7c-ab16-006635a711db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049563 10.0.0.22 - - [2025-10-13 03:16:02] "GET /virtual-network/3a07305a-2202-4af1-8d11-5c5355aab60b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007688 10.0.0.22 - - [2025-10-13 03:16:02] "GET /floating-ip-pools?parent_id=3a07305a-2202-4af1-8d11-5c5355aab60b&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004584 10.0.0.22 - - [2025-10-13 03:16:02] "GET /virtual-network/3a07305a-2202-4af1-8d11-5c5355aab60b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008379 10.0.0.22 - - [2025-10-13 03:16:02] "POST /floating-ip-pools HTTP/1.1" 200 598 0.034036 10.0.0.22 - - [2025-10-13 03:16:03] "POST /ref-update HTTP/1.1" 200 156 0.016871 10.0.0.22 - - [2025-10-13 03:16:03] "GET /virtual-network/3a07305a-2202-4af1-8d11-5c5355aab60b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007007 10.0.0.22 - - [2025-10-13 03:16:03] "GET /virtual-network/3a07305a-2202-4af1-8d11-5c5355aab60b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006832 10.0.0.41 - - [2025-10-13 03:16:03] "GET /projects?obj_uuids=5651b029-15b1-4b7c-ab16-006635a711db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001363 10.0.0.22 - - [2025-10-13 03:16:03] "POST /neutron/floatingip HTTP/1.1" 200 529 0.130095 10.0.0.22 - - [2025-10-13 03:16:03] "POST /neutron/floatingip HTTP/1.1" 200 576 0.052311 10.0.0.22 - - [2025-10-13 03:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.22 - - [2025-10-13 03:16:03] "GET /routing-instance/8b4e0f22-decd-4d21-b14d-4c9f39d2d5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005687 10.0.0.22 - - [2025-10-13 03:16:03] "GET /route-target/625438c2-8358-4ade-96d5-c569624b79d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004108 10.0.0.22 - - [2025-10-13 03:16:27] "POST /neutron/floatingip HTTP/1.1" 200 529 0.031036 10.0.0.22 - - [2025-10-13 03:16:27] "GET /floating-ip-pool/894f5d8d-9ef4-4187-a655-2be6ef7fbb1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1183 0.003446 10.0.0.22 - - [2025-10-13 03:16:27] "POST /ref-update HTTP/1.1" 200 156 0.011232 10.0.0.22 - - [2025-10-13 03:16:27] "DELETE /floating-ip-pool/894f5d8d-9ef4-4187-a655-2be6ef7fbb1c HTTP/1.1" 200 115 0.035657 10.0.0.22 - - [2025-10-13 03:16:27] "POST /neutron/network HTTP/1.1" 200 827 0.007698 10.0.0.22 - - [2025-10-13 03:16:27] "POST /neutron/port HTTP/1.1" 200 1114 0.011734 10.0.0.22 - - [2025-10-13 03:16:28] "POST /neutron/port HTTP/1.1" 200 1115 0.016634 10.0.0.41 - - [2025-10-13 03:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004135 10.0.0.41 - - [2025-10-13 03:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002086 10.0.0.41 - - [2025-10-13 03:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007165 10.0.0.22 - - [2025-10-13 03:16:29] "POST /neutron/network HTTP/1.1" 200 151 0.112421 10.0.0.41 - - [2025-10-13 03:16:30] "DELETE /route-target/625438c2-8358-4ade-96d5-c569624b79d0 HTTP/1.1" 200 115 0.032948 10.0.0.41 - - [2025-10-13 03:16:31] "GET /projects?obj_uuids=5651b029-15b1-4b7c-ab16-006635a711db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.034705 10.0.0.22 - - [2025-10-13 03:16:31] "GET /project/5651b029-15b1-4b7c-ab16-006635a711db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.075830 10.0.0.41 - - [2025-10-13 03:16:31] "GET /projects?obj_uuids=5651b029-15b1-4b7c-ab16-006635a711db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001432 10.0.0.22 - - [2025-10-13 03:16:31] "GET /project/5651b029-15b1-4b7c-ab16-006635a711db?fields=virtual_networks HTTP/1.1" 200 1033 0.035758 10.0.0.41 - - [2025-10-13 03:16:31] "GET /projects?obj_uuids=5651b029-15b1-4b7c-ab16-006635a711db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000963 10.0.0.22 - - [2025-10-13 03:16:31] "GET /project/5651b029-15b1-4b7c-ab16-006635a711db?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.041060 10.0.0.41 - - [2025-10-13 03:16:31] "GET /projects?obj_uuids=5651b029-15b1-4b7c-ab16-006635a711db&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000955 10.0.0.22 - - [2025-10-13 03:16:31] "GET /project/5651b029-15b1-4b7c-ab16-006635a711db?fields=security_groups HTTP/1.1" 200 1260 0.042049 10.0.0.22 - - [2025-10-13 03:16:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.029566 10.0.0.41 - - [2025-10-13 03:16:32] "GET /projects?obj_uuids=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003031 10.0.0.41 - - [2025-10-13 03:16:32] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000893 10.0.0.41 - - [2025-10-13 03:16:32] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010031 10.0.0.41 - - [2025-10-13 03:16:32] "POST /id-to-fqname HTTP/1.1" 200 190 0.003874 10.0.0.41 - - [2025-10-13 03:16:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.003657 10.0.0.41 - - [2025-10-13 03:16:32] "POST /security-groups HTTP/1.1" 200 591 0.069641 10.0.0.41 - - [2025-10-13 03:16:33] "POST /projects HTTP/1.1" 200 585 0.256802 10.0.0.41 - - [2025-10-13 03:16:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.008289 10.0.0.41 - - [2025-10-13 03:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.331076 10.0.0.22 - - [2025-10-13 03:16:33] "GET /project/9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.467849 10.0.0.22 - - [2025-10-13 03:16:34] "GET / HTTP/1.1" 200 35931 0.002422 10.0.0.22 - - [2025-10-13 03:16:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.22 - - [2025-10-13 03:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.053503 10.0.0.41 - - [2025-10-13 03:16:36] "GET /projects?obj_uuids=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000882 10.0.0.22 - - [2025-10-13 03:16:36] "GET /project/9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039599 10.0.0.22 - - [2025-10-13 03:16:36] "POST /neutron/network HTTP/1.1" 200 117 0.032818 10.0.0.41 - - [2025-10-13 03:16:36] "POST /ref-update HTTP/1.1" 200 156 0.026751 10.0.0.22 - - [2025-10-13 03:16:36] "POST /neutron/network HTTP/1.1" 200 839 0.007286 10.0.0.22 - - [2025-10-13 03:16:36] "POST /id-to-fqname HTTP/1.1" 200 230 0.000968 10.0.0.22 - - [2025-10-13 03:16:36] "GET /virtual-network/7ef98ae3-1ac6-407a-98c1-fab924f4aba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004423 10.0.0.22 - - [2025-10-13 03:16:36] "GET /virtual-network/7ef98ae3-1ac6-407a-98c1-fab924f4aba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005290 10.0.0.22 - - [2025-10-13 03:16:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.008523 10.0.0.22 - - [2025-10-13 03:16:37] "POST /id-to-fqname HTTP/1.1" 200 230 0.001245 10.0.0.41 - - [2025-10-13 03:16:37] "GET /projects?obj_uuids=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001309 10.0.0.22 - - [2025-10-13 03:16:37] "GET /project/9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.061299 10.0.0.22 - - [2025-10-13 03:16:38] "POST /neutron/network HTTP/1.1" 200 839 0.007022 10.0.0.22 - - [2025-10-13 03:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007978 10.0.0.22 - - [2025-10-13 03:16:38] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004231 10.0.0.22 - - [2025-10-13 03:16:38] "PUT /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218 HTTP/1.1" 200 276 0.015912 10.0.0.22 - - [2025-10-13 03:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.005874 10.0.0.22 - - [2025-10-13 03:16:38] "POST /neutron/port HTTP/1.1" 200 1055 0.016702 10.0.0.22 - - [2025-10-13 03:16:39] "POST /neutron/port HTTP/1.1" 200 1083 0.016530 10.0.0.22 - - [2025-10-13 03:16:39] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.22 - - [2025-10-13 03:16:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011224 10.0.0.22 - - [2025-10-13 03:16:43] "POST /neutron/port HTTP/1.1" 200 1083 0.017456 10.0.0.22 - - [2025-10-13 03:16:43] "GET /virtual-machine/1940d80d-e338-4b08-bafd-49fc2e5945c7 HTTP/1.1" 401 292 0.000698 10.0.0.22 - - [2025-10-13 03:16:44] "GET /virtual-machine/1940d80d-e338-4b08-bafd-49fc2e5945c7 HTTP/1.1" 200 1292 0.029333 10.0.0.22 - - [2025-10-13 03:16:44] "GET /virtual-machine-interface/2c8c20fa-33af-4fcc-a796-d3164e33dbad HTTP/1.1" 200 2970 0.006614 10.0.0.22 - - [2025-10-13 03:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.22 - - [2025-10-13 03:16:44] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004554 10.0.0.22 - - [2025-10-13 03:16:44] "GET /virtual-networks?parent_id=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003073 10.0.0.22 - - [2025-10-13 03:16:44] "GET /virtual-network/7ef98ae3-1ac6-407a-98c1-fab924f4aba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007449 10.0.0.22 - - [2025-10-13 03:16:45] "GET /obj-perms HTTP/1.1" 200 5056 0.054642 10.0.0.22 - - [2025-10-13 03:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.22 - - [2025-10-13 03:16:47] "GET /virtual-network/7ef98ae3-1ac6-407a-98c1-fab924f4aba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005063 10.0.0.22 - - [2025-10-13 03:16:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007114 10.0.0.22 - - [2025-10-13 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.22 - - [2025-10-13 03:16:49] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003195 10.0.0.22 - - [2025-10-13 03:16:49] "GET /virtual-networks?parent_id=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002682 10.0.0.22 - - [2025-10-13 03:16:49] "GET /virtual-network/7ef98ae3-1ac6-407a-98c1-fab924f4aba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006212 10.0.0.22 - - [2025-10-13 03:16:49] "POST /neutron/network HTTP/1.1" 200 849 0.006570 10.0.0.22 - - [2025-10-13 03:16:49] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.22 - - [2025-10-13 03:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.22 - - [2025-10-13 03:16:51] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003715 10.0.0.22 - - [2025-10-13 03:16:51] "PUT /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218 HTTP/1.1" 200 276 0.010545 10.0.0.22 - - [2025-10-13 03:16:51] "POST /neutron/network HTTP/1.1" 400 204 0.013955 10.0.0.22 - - [2025-10-13 03:16:52] "POST /neutron/port HTTP/1.1" 200 151 0.174990 10.0.0.41 - - [2025-10-13 03:16:54] "DELETE /access-control-list/ad2d2a13-e2f8-4184-bca7-85431142a067 HTTP/1.1" 200 115 0.033570 10.0.0.22 - - [2025-10-13 03:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.41 - - [2025-10-13 03:16:56] "GET /projects?obj_uuids=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000922 10.0.0.22 - - [2025-10-13 03:16:56] "GET /project/9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048527 10.0.0.22 - - [2025-10-13 03:16:56] "POST /neutron/network HTTP/1.1" 200 117 0.012042 10.0.0.41 - - [2025-10-13 03:16:56] "POST /ref-update HTTP/1.1" 200 156 0.020785 10.0.0.22 - - [2025-10-13 03:16:57] "POST /neutron/network HTTP/1.1" 200 825 0.008725 10.0.0.22 - - [2025-10-13 03:16:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001191 10.0.0.22 - - [2025-10-13 03:16:57] "GET /virtual-network/f4b7337c-56d2-4189-a1c2-acf964e8630a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005731 10.0.0.22 - - [2025-10-13 03:16:57] "GET /virtual-network/f4b7337c-56d2-4189-a1c2-acf964e8630a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005888 10.0.0.22 - - [2025-10-13 03:16:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.010527 10.0.0.22 - - [2025-10-13 03:16:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001393 10.0.0.41 - - [2025-10-13 03:16:57] "GET /projects?obj_uuids=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001008 10.0.0.22 - - [2025-10-13 03:16:57] "GET /project/9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.072329 10.0.0.22 - - [2025-10-13 03:16:58] "POST /neutron/port HTTP/1.1" 200 117 0.005986 10.0.0.22 - - [2025-10-13 03:16:58] "POST /neutron/network HTTP/1.1" 200 835 0.008469 10.0.0.22 - - [2025-10-13 03:16:58] "POST /neutron/port HTTP/1.1" 200 1061 0.014040 10.0.0.22 - - [2025-10-13 03:16:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003990 10.0.0.22 - - [2025-10-13 03:16:59] "POST /neutron/network HTTP/1.1" 200 825 0.006867 10.0.0.22 - - [2025-10-13 03:17:03] "POST /neutron/port HTTP/1.1" 200 1089 0.017779 10.0.0.22 - - [2025-10-13 03:17:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007334 10.0.0.22 - - [2025-10-13 03:17:03] "GET /virtual-machine/42ab193a-4516-4637-8d2a-5d49cf4e7d53 HTTP/1.1" 200 1292 0.006151 10.0.0.22 - - [2025-10-13 03:17:03] "GET /virtual-machine-interface/5a9ac583-6f01-468f-8d12-73a819aa12d9 HTTP/1.1" 200 2940 0.004965 10.0.0.22 - - [2025-10-13 03:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.22 - - [2025-10-13 03:17:03] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003567 10.0.0.22 - - [2025-10-13 03:17:03] "GET /virtual-networks?parent_id=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002701 10.0.0.22 - - [2025-10-13 03:17:03] "GET /virtual-network/f4b7337c-56d2-4189-a1c2-acf964e8630a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005994 10.0.0.22 - - [2025-10-13 03:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.22 - - [2025-10-13 03:17:06] "GET /virtual-network/f4b7337c-56d2-4189-a1c2-acf964e8630a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005349 10.0.0.22 - - [2025-10-13 03:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.22 - - [2025-10-13 03:17:08] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004962 10.0.0.22 - - [2025-10-13 03:17:08] "GET /virtual-networks?parent_id=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003213 10.0.0.22 - - [2025-10-13 03:17:08] "GET /virtual-network/f4b7337c-56d2-4189-a1c2-acf964e8630a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.013321 10.0.0.22 - - [2025-10-13 03:17:08] "POST /neutron/port HTTP/1.1" 200 1089 0.017298 10.0.0.41 - - [2025-10-13 03:17:09] "DELETE /project/9bb8ffb72dbf4726a7a703e32ea1f56c HTTP/1.1" 404 173 0.006281 10.0.0.41 - - [2025-10-13 03:17:09] "DELETE /project/5651b029-15b1-4b7c-ab16-006635a711db HTTP/1.1" 404 177 0.005114 10.0.0.22 - - [2025-10-13 03:17:15] "POST /neutron/network HTTP/1.1" 400 204 0.012832 10.0.0.22 - - [2025-10-13 03:17:16] "POST /neutron/port HTTP/1.1" 200 151 0.180047 10.0.0.22 - - [2025-10-13 03:17:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003755 10.0.0.22 - - [2025-10-13 03:17:20] "POST /network-ipams HTTP/1.1" 200 541 0.029206 10.0.0.22 - - [2025-10-13 03:17:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003203 10.0.0.22 - - [2025-10-13 03:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.22 - - [2025-10-13 03:17:20] "GET /network-ipam/27fd9da4-9254-41ce-a862-2ee17aa612bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.005774 10.0.0.22 - - [2025-10-13 03:17:20] "PUT /network-ipam/27fd9da4-9254-41ce-a862-2ee17aa612bb HTTP/1.1" 200 258 0.013938 10.0.0.22 - - [2025-10-13 03:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.41 - - [2025-10-13 03:17:20] "GET /projects?obj_uuids=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001009 10.0.0.22 - - [2025-10-13 03:17:20] "GET /project/9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042116 10.0.0.22 - - [2025-10-13 03:17:21] "POST /neutron/network HTTP/1.1" 200 117 0.010764 10.0.0.41 - - [2025-10-13 03:17:21] "POST /route-targets HTTP/1.1" 200 327 0.012109 10.0.0.41 - - [2025-10-13 03:17:21] "POST /useragent-kv HTTP/1.1" 200 115 0.007344 10.0.0.22 - - [2025-10-13 03:17:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.173643 10.0.0.22 - - [2025-10-13 03:17:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001236 10.0.0.22 - - [2025-10-13 03:17:21] "GET /virtual-network/2095878b-beba-4b69-8cbc-df63113a5d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005051 10.0.0.22 - - [2025-10-13 03:17:21] "GET /virtual-network/2095878b-beba-4b69-8cbc-df63113a5d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007226 10.0.0.22 - - [2025-10-13 03:17:21] "POST /neutron/network HTTP/1.1" 200 994 0.008579 10.0.0.22 - - [2025-10-13 03:17:21] "POST /neutron/network HTTP/1.1" 200 994 0.008691 10.0.0.41 - - [2025-10-13 03:17:21] "GET /projects?obj_uuids=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.22 - - [2025-10-13 03:17:22] "POST /neutron/port HTTP/1.1" 200 1017 0.185512 10.0.0.22 - - [2025-10-13 03:17:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001411 10.0.0.22 - - [2025-10-13 03:17:22] "POST /neutron/port HTTP/1.1" 200 1017 0.011790 10.0.0.22 - - [2025-10-13 03:17:22] "POST /neutron/port HTTP/1.1" 200 117 0.006601 10.0.0.22 - - [2025-10-13 03:17:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001306 10.0.0.22 - - [2025-10-13 03:17:22] "POST /neutron/port HTTP/1.1" 200 117 0.006066 10.0.0.22 - - [2025-10-13 03:17:22] "POST /neutron/network HTTP/1.1" 200 994 0.009948 10.0.0.22 - - [2025-10-13 03:17:23] "POST /neutron/port HTTP/1.1" 200 117 0.007577 10.0.0.22 - - [2025-10-13 03:17:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001463 10.0.0.22 - - [2025-10-13 03:17:23] "POST /neutron/network HTTP/1.1" 200 1004 0.008560 10.0.0.22 - - [2025-10-13 03:17:23] "POST /neutron/port HTTP/1.1" 200 1109 0.117345 10.0.0.22 - - [2025-10-13 03:17:23] "POST /neutron/network HTTP/1.1" 200 1004 0.008462 10.0.0.22 - - [2025-10-13 03:17:23] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.22 - - [2025-10-13 03:17:23] "POST /neutron/network HTTP/1.1" 200 1004 0.008763 10.0.0.22 - - [2025-10-13 03:17:23] "POST /neutron/port HTTP/1.1" 200 1109 0.115451 10.0.0.22 - - [2025-10-13 03:17:23] "POST /neutron/subnet HTTP/1.1" 200 673 0.011522 10.0.0.41 - - [2025-10-13 03:17:24] "GET /projects?obj_uuids=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001022 10.0.0.22 - - [2025-10-13 03:17:24] "GET /project/9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068411 10.0.0.22 - - [2025-10-13 03:17:24] "POST /neutron/network HTTP/1.1" 200 994 0.008740 10.0.0.22 - - [2025-10-13 03:17:24] "POST /neutron/port HTTP/1.1" 200 117 0.007286 10.0.0.22 - - [2025-10-13 03:17:24] "GET /virtual-network/2095878b-beba-4b69-8cbc-df63113a5d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006542 10.0.0.22 - - [2025-10-13 03:17:25] "POST /neutron/port HTTP/1.1" 200 1055 0.023243 10.0.0.22 - - [2025-10-13 03:17:25] "POST /neutron/port HTTP/1.1" 200 1083 0.016370 10.0.0.22 - - [2025-10-13 03:17:25] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.22 - - [2025-10-13 03:17:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007552 10.0.0.22 - - [2025-10-13 03:17:26] "POST /neutron/port HTTP/1.1" 200 1083 0.014277 10.0.0.22 - - [2025-10-13 03:17:26] "GET /virtual-machine/e48f937c-caa2-4635-b6de-d7bfc519fb73 HTTP/1.1" 200 1289 0.005718 10.0.0.22 - - [2025-10-13 03:17:26] "GET /virtual-machine-interface/bcbe707a-57a6-48c6-9c8e-5bf2347d36be HTTP/1.1" 200 2941 0.004950 10.0.0.22 - - [2025-10-13 03:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.22 - - [2025-10-13 03:17:26] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003401 10.0.0.22 - - [2025-10-13 03:17:26] "GET /virtual-networks?parent_id=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006535 10.0.0.22 - - [2025-10-13 03:17:26] "GET /virtual-network/2095878b-beba-4b69-8cbc-df63113a5d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006551 10.0.0.22 - - [2025-10-13 03:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.22 - - [2025-10-13 03:17:29] "GET /virtual-network/2095878b-beba-4b69-8cbc-df63113a5d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008176 10.0.0.22 - - [2025-10-13 03:17:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007070 10.0.0.22 - - [2025-10-13 03:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.22 - - [2025-10-13 03:17:33] "GET /virtual-network/2095878b-beba-4b69-8cbc-df63113a5d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006451 10.0.0.22 - - [2025-10-13 03:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.22 - - [2025-10-13 03:17:35] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003750 10.0.0.22 - - [2025-10-13 03:17:35] "GET /virtual-networks?parent_id=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003331 10.0.0.22 - - [2025-10-13 03:17:35] "GET /virtual-network/2095878b-beba-4b69-8cbc-df63113a5d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007902 10.0.0.22 - - [2025-10-13 03:17:36] "POST /neutron/port HTTP/1.1" 200 1083 0.016440 10.0.0.22 - - [2025-10-13 03:17:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008754 10.0.0.22 - - [2025-10-13 03:17:36] "POST /neutron/port HTTP/1.1" 200 1083 0.015283 10.0.0.22 - - [2025-10-13 03:17:36] "GET /virtual-machine/02bf3720-db84-4f01-9fa7-489a0626ac4a HTTP/1.1" 200 1287 0.006331 10.0.0.22 - - [2025-10-13 03:17:36] "GET /virtual-machine-interface/3d3059a1-98f4-451f-bcd4-b3e0a5863c58 HTTP/1.1" 200 2940 0.005924 10.0.0.22 - - [2025-10-13 03:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.22 - - [2025-10-13 03:17:36] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003569 10.0.0.22 - - [2025-10-13 03:17:36] "GET /virtual-networks?parent_id=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002847 10.0.0.22 - - [2025-10-13 03:17:36] "GET /virtual-network/2095878b-beba-4b69-8cbc-df63113a5d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005525 10.0.0.22 - - [2025-10-13 03:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.22 - - [2025-10-13 03:17:37] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003319 10.0.0.22 - - [2025-10-13 03:17:37] "GET /virtual-networks?parent_id=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002720 10.0.0.22 - - [2025-10-13 03:17:37] "GET /virtual-network/2095878b-beba-4b69-8cbc-df63113a5d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006110 10.0.0.22 - - [2025-10-13 03:17:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007457 10.0.0.22 - - [2025-10-13 03:17:37] "POST /neutron/port HTTP/1.1" 200 1083 0.015438 10.0.0.22 - - [2025-10-13 03:17:38] "GET /virtual-machine/840b97c7-e45d-4645-bc2a-9b8ee48fe940 HTTP/1.1" 200 1292 0.006097 10.0.0.22 - - [2025-10-13 03:17:38] "GET /virtual-machine-interface/8947ed06-0809-41f7-9b25-cfbccea5dbdd HTTP/1.1" 200 2940 0.004842 10.0.0.22 - - [2025-10-13 03:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.22 - - [2025-10-13 03:17:38] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003209 10.0.0.22 - - [2025-10-13 03:17:38] "GET /virtual-networks?parent_id=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002869 10.0.0.22 - - [2025-10-13 03:17:38] "GET /virtual-network/2095878b-beba-4b69-8cbc-df63113a5d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006438 10.0.0.22 - - [2025-10-13 03:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.22 - - [2025-10-13 03:17:39] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004560 10.0.0.22 - - [2025-10-13 03:17:39] "GET /virtual-networks?parent_id=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003743 10.0.0.22 - - [2025-10-13 03:17:39] "GET /virtual-network/2095878b-beba-4b69-8cbc-df63113a5d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007105 10.0.0.22 - - [2025-10-13 03:17:48] "POST /neutron/port HTTP/1.1" 200 1083 0.013353 10.0.0.22 - - [2025-10-13 03:17:48] "POST /neutron/subnet HTTP/1.1" 200 673 0.013857 10.0.0.22 - - [2025-10-13 03:17:49] "POST /neutron/port HTTP/1.1" 200 1083 0.014804 10.0.0.22 - - [2025-10-13 03:17:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003788 10.0.0.22 - - [2025-10-13 03:17:49] "POST /neutron/network HTTP/1.1" 200 994 0.011429 10.0.0.22 - - [2025-10-13 03:17:55] "POST /neutron/port HTTP/1.1" 200 151 0.163641 10.0.0.22 - - [2025-10-13 03:17:55] "POST /neutron/port HTTP/1.1" 200 151 0.187637 10.0.0.22 - - [2025-10-13 03:17:55] "POST /neutron/port HTTP/1.1" 200 151 0.208305 10.0.0.41 - - [2025-10-13 03:17:56] "DELETE /route-target/3ab16d9a-8c5e-4f3f-a63e-bdfb3c9aaa43 HTTP/1.1" 200 115 0.028001 10.0.0.22 - - [2025-10-13 03:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.22 - - [2025-10-13 03:17:56] "DELETE /network-ipam/27fd9da4-9254-41ce-a862-2ee17aa612bb HTTP/1.1" 200 115 0.030539 10.0.0.22 - - [2025-10-13 03:17:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.002946 10.0.0.41 - - [2025-10-13 03:17:57] "GET /projects?obj_uuids=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.22 - - [2025-10-13 03:17:57] "GET /project/9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043286 10.0.0.41 - - [2025-10-13 03:17:57] "GET /projects?obj_uuids=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.22 - - [2025-10-13 03:17:57] "GET /project/9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c?fields=virtual_networks HTTP/1.1" 200 1032 0.037110 10.0.0.41 - - [2025-10-13 03:17:57] "GET /projects?obj_uuids=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001347 10.0.0.22 - - [2025-10-13 03:17:57] "GET /project/9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.041815 10.0.0.41 - - [2025-10-13 03:17:57] "GET /projects?obj_uuids=9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967 10.0.0.22 - - [2025-10-13 03:17:57] "GET /project/9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c?fields=security_groups HTTP/1.1" 200 1258 0.038601 10.0.0.22 - - [2025-10-13 03:17:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.030437 10.0.0.41 - - [2025-10-13 03:17:58] "GET /projects?obj_uuids=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004320 10.0.0.41 - - [2025-10-13 03:17:58] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.41 - - [2025-10-13 03:17:58] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007819 10.0.0.41 - - [2025-10-13 03:17:58] "POST /id-to-fqname HTTP/1.1" 200 198 0.003010 10.0.0.41 - - [2025-10-13 03:17:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.005997 10.0.0.41 - - [2025-10-13 03:17:59] "POST /security-groups HTTP/1.1" 200 599 0.073269 10.0.0.41 - - [2025-10-13 03:17:59] "POST /projects HTTP/1.1" 200 601 0.261703 10.0.0.41 - - [2025-10-13 03:17:59] "POST /fqname-to-id HTTP/1.1" 404 241 0.007150 10.0.0.41 - - [2025-10-13 03:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.341275 10.0.0.22 - - [2025-10-13 03:17:59] "GET /project/a8dba0c6-be69-471d-93aa-f78f439a2056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.491446 10.0.0.22 - - [2025-10-13 03:18:00] "GET / HTTP/1.1" 200 35931 0.001767 10.0.0.22 - - [2025-10-13 03:18:00] "POST /neutron/port HTTP/1.1" 200 117 0.006712 10.0.0.22 - - [2025-10-13 03:18:00] "POST /neutron/port HTTP/1.1" 400 205 0.005075 10.0.0.22 - - [2025-10-13 03:18:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000618 10.0.0.22 - - [2025-10-13 03:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.083020 10.0.0.41 - - [2025-10-13 03:18:02] "GET /projects?obj_uuids=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001751 10.0.0.22 - - [2025-10-13 03:18:02] "GET /project/a8dba0c6-be69-471d-93aa-f78f439a2056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041719 10.0.0.41 - - [2025-10-13 03:18:02] "POST /ref-update HTTP/1.1" 200 156 0.033633 10.0.0.41 - - [2025-10-13 03:18:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006926 10.0.0.22 - - [2025-10-13 03:18:02] "POST /neutron/subnet HTTP/1.1" 200 823 0.216028 10.0.0.41 - - [2025-10-13 03:18:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.038619 10.0.0.22 - - [2025-10-13 03:18:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001928 10.0.0.22 - - [2025-10-13 03:18:03] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009275 10.0.0.22 - - [2025-10-13 03:18:03] "POST /neutron/network HTTP/1.1" 200 1007 0.011105 10.0.0.22 - - [2025-10-13 03:18:03] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008274 10.0.0.22 - - [2025-10-13 03:18:03] "POST /neutron/subnet HTTP/1.1" 200 734 0.009332 10.0.0.22 - - [2025-10-13 03:18:03] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005668 10.0.0.22 - - [2025-10-13 03:18:04] "GET /obj-perms HTTP/1.1" 200 5046 0.060914 10.0.0.19 - - [2025-10-13 03:18:04] "GET /obj-perms HTTP/1.1" 200 5046 0.050746 10.0.0.41 - - [2025-10-13 03:18:05] "GET /obj-perms HTTP/1.1" 200 5046 0.054597 10.0.0.22 - - [2025-10-13 03:18:05] "POST /id-to-fqname HTTP/1.1" 200 228 0.001894 10.0.0.41 - - [2025-10-13 03:18:05] "GET /projects?obj_uuids=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001386 10.0.0.22 - - [2025-10-13 03:18:06] "GET /project/a8dba0c6-be69-471d-93aa-f78f439a2056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067112 10.0.0.22 - - [2025-10-13 03:18:06] "POST /neutron/port HTTP/1.1" 200 117 0.006054 10.0.0.22 - - [2025-10-13 03:18:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.001297 10.0.0.22 - - [2025-10-13 03:18:06] "POST /neutron/network HTTP/1.1" 200 1017 0.009107 10.0.0.22 - - [2025-10-13 03:18:06] "POST /neutron/port HTTP/1.1" 200 1176 0.022218 10.0.0.41 - - [2025-10-13 03:18:07] "GET /projects?obj_uuids=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.22 - - [2025-10-13 03:18:07] "POST /neutron/port HTTP/1.1" 200 1204 0.024296 10.0.0.22 - - [2025-10-13 03:18:07] "GET /project/a8dba0c6-be69-471d-93aa-f78f439a2056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.073455 10.0.0.22 - - [2025-10-13 03:18:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003957 10.0.0.22 - - [2025-10-13 03:18:07] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.22 - - [2025-10-13 03:18:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006929 10.0.0.22 - - [2025-10-13 03:18:07] "POST /id-to-fqname HTTP/1.1" 200 228 0.001336 10.0.0.22 - - [2025-10-13 03:18:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007950 10.0.0.41 - - [2025-10-13 03:18:07] "GET /projects?obj_uuids=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.22 - - [2025-10-13 03:18:08] "POST /neutron/port HTTP/1.1" 200 1176 0.338691 10.0.0.22 - - [2025-10-13 03:18:08] "POST /neutron/port HTTP/1.1" 200 1230 0.113630 10.0.0.22 - - [2025-10-13 03:18:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004360 10.0.0.41 - - [2025-10-13 03:18:08] "GET /projects?obj_uuids=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001282 10.0.0.22 - - [2025-10-13 03:18:08] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.22 - - [2025-10-13 03:18:08] "GET /project/a8dba0c6-be69-471d-93aa-f78f439a2056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.065122 10.0.0.22 - - [2025-10-13 03:18:08] "POST /neutron/port HTTP/1.1" 200 2290 0.024729 10.0.0.22 - - [2025-10-13 03:18:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001334 10.0.0.22 - - [2025-10-13 03:18:08] "POST /neutron/port HTTP/1.1" 200 2290 0.041963 10.0.0.41 - - [2025-10-13 03:18:09] "DELETE /project/a8dba0c6be69471d93aaf78f439a2056 HTTP/1.1" 404 173 0.004284 10.0.0.41 - - [2025-10-13 03:18:09] "DELETE /project/9bb8ffb7-2dbf-4726-a7a7-03e32ea1f56c HTTP/1.1" 404 177 0.004964 10.0.0.22 - - [2025-10-13 03:18:09] "POST /neutron/network HTTP/1.1" 200 1017 0.008776 10.0.0.22 - - [2025-10-13 03:18:09] "POST /neutron/port HTTP/1.1" 200 1176 0.015958 10.0.0.22 - - [2025-10-13 03:18:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003858 10.0.0.22 - - [2025-10-13 03:18:10] "POST /neutron/port HTTP/1.1" 200 117 0.001583 10.0.0.41 - - [2025-10-13 03:18:10] "GET /projects?obj_uuids=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001460 10.0.0.22 - - [2025-10-13 03:18:10] "GET /project/a8dba0c6-be69-471d-93aa-f78f439a2056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.064603 10.0.0.22 - - [2025-10-13 03:18:10] "POST /neutron/network HTTP/1.1" 200 1007 0.007794 10.0.0.22 - - [2025-10-13 03:18:10] "POST /neutron/port HTTP/1.1" 200 117 0.006732 10.0.0.22 - - [2025-10-13 03:18:10] "POST /neutron/port HTTP/1.1" 200 1204 0.015263 10.0.0.22 - - [2025-10-13 03:18:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007122 10.0.0.22 - - [2025-10-13 03:18:10] "GET /virtual-machine/87ae17aa-88a6-4c52-ba18-1920a7a5570f HTTP/1.1" 401 292 0.000371 10.0.0.22 - - [2025-10-13 03:18:11] "GET /virtual-machine/87ae17aa-88a6-4c52-ba18-1920a7a5570f HTTP/1.1" 200 1300 0.041590 10.0.0.22 - - [2025-10-13 03:18:11] "GET /virtual-machine-interface/f7539037-3dbc-4650-bcdf-2c3c69545bfd HTTP/1.1" 200 3175 0.005105 10.0.0.22 - - [2025-10-13 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.015028 10.0.0.22 - - [2025-10-13 03:18:11] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005588 10.0.0.22 - - [2025-10-13 03:18:11] "GET /virtual-networks?parent_id=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003258 10.0.0.22 - - [2025-10-13 03:18:11] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005604 10.0.0.22 - - [2025-10-13 03:18:11] "POST /neutron/port HTTP/1.1" 200 1176 0.018831 10.0.0.22 - - [2025-10-13 03:18:11] "POST /neutron/port HTTP/1.1" 200 1204 0.019635 10.0.0.22 - - [2025-10-13 03:18:11] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014728 10.0.0.22 - - [2025-10-13 03:18:11] "POST /neutron/network HTTP/1.1" 200 1007 0.009109 10.0.0.22 - - [2025-10-13 03:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.22 - - [2025-10-13 03:18:14] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006419 10.0.0.22 - - [2025-10-13 03:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.22 - - [2025-10-13 03:18:18] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005835 10.0.0.22 - - [2025-10-13 03:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.22 - - [2025-10-13 03:18:22] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007150 10.0.0.22 - - [2025-10-13 03:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.22 - - [2025-10-13 03:18:26] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005572 10.0.0.22 - - [2025-10-13 03:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.22 - - [2025-10-13 03:18:30] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005777 10.0.0.22 - - [2025-10-13 03:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.22 - - [2025-10-13 03:18:34] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005617 10.0.0.22 - - [2025-10-13 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.22 - - [2025-10-13 03:18:38] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005714 10.0.0.22 - - [2025-10-13 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.22 - - [2025-10-13 03:18:42] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005455 10.0.0.22 - - [2025-10-13 03:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.22 - - [2025-10-13 03:18:47] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005316 10.0.0.22 - - [2025-10-13 03:18:50] "POST /neutron/network HTTP/1.1" 200 1017 0.032662 10.0.0.22 - - [2025-10-13 03:18:50] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017285 10.0.0.22 - - [2025-10-13 03:18:50] "POST /neutron/network HTTP/1.1" 200 1007 0.010997 10.0.0.22 - - [2025-10-13 03:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.22 - - [2025-10-13 03:18:51] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005508 10.0.0.22 - - [2025-10-13 03:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.22 - - [2025-10-13 03:18:55] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006372 10.0.0.22 - - [2025-10-13 03:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005097 10.0.0.22 - - [2025-10-13 03:18:59] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006617 10.0.0.22 - - [2025-10-13 03:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.22 - - [2025-10-13 03:19:03] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007547 10.0.0.22 - - [2025-10-13 03:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.22 - - [2025-10-13 03:19:05] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003647 10.0.0.22 - - [2025-10-13 03:19:05] "GET /virtual-networks?parent_id=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003855 10.0.0.22 - - [2025-10-13 03:19:05] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005740 10.0.0.22 - - [2025-10-13 03:19:10] "POST /neutron/port HTTP/1.1" 200 1204 0.015684 10.0.0.22 - - [2025-10-13 03:19:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007427 10.0.0.22 - - [2025-10-13 03:19:16] "POST /neutron/port HTTP/1.1" 200 1204 0.016581 10.0.0.22 - - [2025-10-13 03:19:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007108 10.0.0.22 - - [2025-10-13 03:19:21] "POST /neutron/port HTTP/1.1" 200 1204 0.021084 10.0.0.22 - - [2025-10-13 03:19:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007135 10.0.0.22 - - [2025-10-13 03:19:31] "POST /neutron/port HTTP/1.1" 200 1204 0.016691 10.0.0.22 - - [2025-10-13 03:19:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007880 10.0.0.22 - - [2025-10-13 03:19:31] "GET /virtual-machine/4fa96f0b-9cc9-4287-949a-3af9da2146d8 HTTP/1.1" 200 1300 0.005776 10.0.0.22 - - [2025-10-13 03:19:31] "GET /virtual-machine-interface/c3bf5d3d-8d87-4f8d-b520-32ac337e1b1c HTTP/1.1" 200 3175 0.007543 10.0.0.22 - - [2025-10-13 03:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.22 - - [2025-10-13 03:19:31] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004019 10.0.0.22 - - [2025-10-13 03:19:31] "GET /virtual-networks?parent_id=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002720 10.0.0.22 - - [2025-10-13 03:19:31] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005775 10.0.0.22 - - [2025-10-13 03:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.22 - - [2025-10-13 03:19:32] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004373 10.0.0.22 - - [2025-10-13 03:19:33] "GET /virtual-networks?parent_id=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002830 10.0.0.22 - - [2025-10-13 03:19:33] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006226 10.0.0.22 - - [2025-10-13 03:19:33] "POST /neutron/port HTTP/1.1" 200 1204 0.014175 10.0.0.22 - - [2025-10-13 03:19:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006908 10.0.0.22 - - [2025-10-13 03:19:33] "GET /virtual-machine/a2b29c4d-7b2a-4af9-9da0-786507218420 HTTP/1.1" 200 1301 0.005049 10.0.0.22 - - [2025-10-13 03:19:33] "GET /virtual-machine-interface/2186fdab-5527-4978-8dce-f8bf9a4c2034 HTTP/1.1" 200 3174 0.004973 10.0.0.22 - - [2025-10-13 03:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.22 - - [2025-10-13 03:19:33] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003644 10.0.0.22 - - [2025-10-13 03:19:33] "GET /virtual-networks?parent_id=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002565 10.0.0.22 - - [2025-10-13 03:19:33] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005550 10.0.0.22 - - [2025-10-13 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.22 - - [2025-10-13 03:19:34] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003492 10.0.0.22 - - [2025-10-13 03:19:34] "GET /virtual-networks?parent_id=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002915 10.0.0.22 - - [2025-10-13 03:19:34] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005975 10.0.0.22 - - [2025-10-13 03:19:51] "POST /neutron/network HTTP/1.1" 200 1017 0.009943 10.0.0.22 - - [2025-10-13 03:19:51] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012386 10.0.0.22 - - [2025-10-13 03:19:51] "POST /neutron/network HTTP/1.1" 200 1007 0.009247 10.0.0.22 - - [2025-10-13 03:19:51] "POST /neutron/network HTTP/1.1" 200 1017 0.030628 10.0.0.22 - - [2025-10-13 03:19:51] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017838 10.0.0.22 - - [2025-10-13 03:19:51] "POST /neutron/network HTTP/1.1" 200 1007 0.010830 10.0.0.19 - - [2025-10-13 03:19:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.19 - - [2025-10-13 03:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.41 - - [2025-10-13 03:19:53] "GET /projects?obj_uuids=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000938 10.0.0.22 - - [2025-10-13 03:19:53] "GET /project/a8dba0c6-be69-471d-93aa-f78f439a2056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038294 10.0.0.22 - - [2025-10-13 03:19:53] "POST /fqname-to-id HTTP/1.1" 404 226 0.004895 10.0.0.22 - - [2025-10-13 03:19:53] "POST /interface-route-tables HTTP/1.1" 200 575 0.050130 10.0.0.22 - - [2025-10-13 03:19:53] "GET /interface-route-table/db697dbb-67f1-450c-ad8d-ab159f61905a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.006369 10.0.0.41 - - [2025-10-13 03:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.41 - - [2025-10-13 03:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.22 - - [2025-10-13 03:19:53] "GET /virtual-machine-interface/f7539037-3dbc-4650-bcdf-2c3c69545bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.007452 10.0.0.22 - - [2025-10-13 03:19:53] "POST /ref-update HTTP/1.1" 200 156 0.019375 10.0.0.41 - - [2025-10-13 03:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.41 - - [2025-10-13 03:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.19 - - [2025-10-13 03:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.19 - - [2025-10-13 03:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.22 - - [2025-10-13 03:19:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000592 10.0.0.22 - - [2025-10-13 03:19:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.22 - - [2025-10-13 03:19:56] "GET /global-system-configs HTTP/1.1" 401 292 0.001783 10.0.0.22 - - [2025-10-13 03:19:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.41 - - [2025-10-13 03:20:36] "GET /projects?obj_uuids=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001292 10.0.0.22 - - [2025-10-13 03:20:37] "GET /project/a8dba0c6-be69-471d-93aa-f78f439a2056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052957 10.0.0.22 - - [2025-10-13 03:20:37] "POST /fqname-to-id HTTP/1.1" 404 226 0.003754 10.0.0.22 - - [2025-10-13 03:20:37] "POST /interface-route-tables HTTP/1.1" 200 575 0.027614 10.0.0.22 - - [2025-10-13 03:20:37] "GET /interface-route-table/5fe86e86-b0a4-4a79-9b2f-82ec97e3a9a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.006786 10.0.0.22 - - [2025-10-13 03:20:37] "GET /virtual-machine-interface/c3bf5d3d-8d87-4f8d-b520-32ac337e1b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006608 10.0.0.22 - - [2025-10-13 03:20:37] "POST /ref-update HTTP/1.1" 200 156 0.022082 10.0.0.22 - - [2025-10-13 03:20:38] "GET /virtual-machine-interface/2186fdab-5527-4978-8dce-f8bf9a4c2034?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006701 10.0.0.22 - - [2025-10-13 03:20:38] "PUT /virtual-machine-interface/2186fdab-5527-4978-8dce-f8bf9a4c2034 HTTP/1.1" 200 284 0.014812 10.0.0.22 - - [2025-10-13 03:20:38] "GET /virtual-machine-interface/f7539037-3dbc-4650-bcdf-2c3c69545bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.008656 10.0.0.22 - - [2025-10-13 03:20:38] "PUT /virtual-machine-interface/f7539037-3dbc-4650-bcdf-2c3c69545bfd HTTP/1.1" 200 284 0.012278 10.0.0.22 - - [2025-10-13 03:20:38] "GET /virtual-machine-interface/c3bf5d3d-8d87-4f8d-b520-32ac337e1b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.008267 10.0.0.22 - - [2025-10-13 03:20:38] "PUT /virtual-machine-interface/c3bf5d3d-8d87-4f8d-b520-32ac337e1b1c HTTP/1.1" 200 284 0.022599 10.0.0.22 - - [2025-10-13 03:20:52] "POST /neutron/network HTTP/1.1" 200 1017 0.009050 10.0.0.22 - - [2025-10-13 03:20:52] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012542 10.0.0.22 - - [2025-10-13 03:20:52] "POST /neutron/network HTTP/1.1" 200 1007 0.009672 10.0.0.22 - - [2025-10-13 03:20:53] "POST /neutron/network HTTP/1.1" 200 1017 0.012375 10.0.0.22 - - [2025-10-13 03:20:53] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015976 10.0.0.22 - - [2025-10-13 03:20:53] "POST /neutron/network HTTP/1.1" 200 1007 0.009373 10.0.0.22 - - [2025-10-13 03:21:37] "POST /neutron/port HTTP/1.1" 200 1204 0.015287 10.0.0.22 - - [2025-10-13 03:21:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006709 10.0.0.22 - - [2025-10-13 03:21:37] "GET /virtual-machine/4f618303-2e95-43de-93ef-e3472515d36d HTTP/1.1" 200 1300 0.005150 10.0.0.22 - - [2025-10-13 03:21:37] "GET /virtual-machine-interface/e39e8a00-9557-41fa-9ddf-96e4a7858141 HTTP/1.1" 200 3175 0.006024 10.0.0.22 - - [2025-10-13 03:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.22 - - [2025-10-13 03:21:37] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004977 10.0.0.22 - - [2025-10-13 03:21:37] "GET /virtual-networks?parent_id=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002517 10.0.0.22 - - [2025-10-13 03:21:37] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005986 10.0.0.22 - - [2025-10-13 03:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.22 - - [2025-10-13 03:21:38] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003106 10.0.0.22 - - [2025-10-13 03:21:38] "GET /virtual-networks?parent_id=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002577 10.0.0.22 - - [2025-10-13 03:21:38] "GET /virtual-network/1e72c2d8-a7fe-43a0-b689-82a58d6a186b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006057 10.0.0.22 - - [2025-10-13 03:21:39] "GET /virtual-machine-interface/e39e8a00-9557-41fa-9ddf-96e4a7858141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.005860 10.0.0.22 - - [2025-10-13 03:21:39] "PUT /virtual-machine-interface/e39e8a00-9557-41fa-9ddf-96e4a7858141 HTTP/1.1" 200 284 0.012980 10.0.0.19 - - [2025-10-13 03:21:49] "GET /obj-perms HTTP/1.1" 200 5056 0.047474 10.0.0.41 - - [2025-10-13 03:21:49] "GET /obj-perms HTTP/1.1" 200 5056 0.044610 10.0.0.22 - - [2025-10-13 03:21:53] "POST /neutron/network HTTP/1.1" 200 1017 0.009102 10.0.0.22 - - [2025-10-13 03:21:53] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014185 10.0.0.22 - - [2025-10-13 03:21:53] "POST /neutron/network HTTP/1.1" 200 1007 0.009183 10.0.0.22 - - [2025-10-13 03:21:54] "POST /neutron/network HTTP/1.1" 200 1017 0.008478 10.0.0.22 - - [2025-10-13 03:21:54] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013025 10.0.0.22 - - [2025-10-13 03:21:54] "POST /neutron/network HTTP/1.1" 200 1007 0.008712 10.0.0.41 - - [2025-10-13 03:22:18] "GET /projects?obj_uuids=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.025588 10.0.0.22 - - [2025-10-13 03:22:18] "GET /project/a8dba0c6-be69-471d-93aa-f78f439a2056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062391 10.0.0.22 - - [2025-10-13 03:22:18] "POST /fqname-to-id HTTP/1.1" 404 226 0.002466 10.0.0.22 - - [2025-10-13 03:22:18] "POST /interface-route-tables HTTP/1.1" 200 575 0.023745 10.0.0.22 - - [2025-10-13 03:22:18] "GET /interface-route-table/6bef3839-89ef-44b2-95c8-fe799561a0ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.005208 10.0.0.22 - - [2025-10-13 03:22:18] "GET /virtual-machine-interface/e39e8a00-9557-41fa-9ddf-96e4a7858141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006157 10.0.0.22 - - [2025-10-13 03:22:18] "POST /ref-update HTTP/1.1" 200 156 0.013976 10.0.0.22 - - [2025-10-13 03:22:20] "GET /virtual-machine-interface/f7539037-3dbc-4650-bcdf-2c3c69545bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.008902 10.0.0.22 - - [2025-10-13 03:22:20] "POST /ref-update HTTP/1.1" 200 156 0.017545 10.0.0.22 - - [2025-10-13 03:22:20] "DELETE /interface-route-table/db697dbb-67f1-450c-ad8d-ab159f61905a HTTP/1.1" 200 115 0.028154 10.0.0.22 - - [2025-10-13 03:22:20] "POST /neutron/port HTTP/1.1" 200 151 0.204884 10.0.0.22 - - [2025-10-13 03:22:30] "GET /virtual-machine-interface/e39e8a00-9557-41fa-9ddf-96e4a7858141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.010265 10.0.0.22 - - [2025-10-13 03:22:30] "POST /ref-update HTTP/1.1" 200 156 0.018825 10.0.0.22 - - [2025-10-13 03:22:30] "DELETE /interface-route-table/6bef3839-89ef-44b2-95c8-fe799561a0ac HTTP/1.1" 200 115 0.050851 10.0.0.22 - - [2025-10-13 03:22:30] "GET /virtual-machine-interface/c3bf5d3d-8d87-4f8d-b520-32ac337e1b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.005997 10.0.0.22 - - [2025-10-13 03:22:30] "POST /ref-update HTTP/1.1" 200 156 0.020773 10.0.0.22 - - [2025-10-13 03:22:30] "DELETE /interface-route-table/5fe86e86-b0a4-4a79-9b2f-82ec97e3a9a3 HTTP/1.1" 200 115 0.038930 10.0.0.22 - - [2025-10-13 03:22:30] "POST /neutron/port HTTP/1.1" 200 1204 0.021883 10.0.0.22 - - [2025-10-13 03:22:31] "POST /neutron/port HTTP/1.1" 200 1204 0.041370 10.0.0.22 - - [2025-10-13 03:22:31] "POST /neutron/port HTTP/1.1" 200 1204 0.056293 10.0.0.22 - - [2025-10-13 03:22:32] "POST /neutron/network HTTP/1.1" 200 1007 0.009671 10.0.0.41 - - [2025-10-13 03:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.031640 10.0.0.41 - - [2025-10-13 03:22:34] "GET /projects?obj_uuids=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.22 - - [2025-10-13 03:22:34] "GET /project/a8dba0c6-be69-471d-93aa-f78f439a2056?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059431 10.0.0.41 - - [2025-10-13 03:22:34] "GET /projects?obj_uuids=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001071 10.0.0.22 - - [2025-10-13 03:22:34] "GET /project/a8dba0c6-be69-471d-93aa-f78f439a2056?fields=virtual_networks HTTP/1.1" 200 1048 0.048418 10.0.0.41 - - [2025-10-13 03:22:34] "GET /projects?obj_uuids=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.22 - - [2025-10-13 03:22:34] "GET /project/a8dba0c6-be69-471d-93aa-f78f439a2056?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.049944 10.0.0.41 - - [2025-10-13 03:22:34] "GET /projects?obj_uuids=a8dba0c6-be69-471d-93aa-f78f439a2056&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001429 10.0.0.22 - - [2025-10-13 03:22:34] "GET /project/a8dba0c6-be69-471d-93aa-f78f439a2056?fields=security_groups HTTP/1.1" 200 1282 0.049875 10.0.0.22 - - [2025-10-13 03:22:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.025959 10.0.0.41 - - [2025-10-13 03:22:35] "GET /projects?obj_uuids=16fea1ff-6eea-4326-be19-e02aa7daeed5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004554 10.0.0.41 - - [2025-10-13 03:22:35] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.41 - - [2025-10-13 03:22:35] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032151 10.0.0.41 - - [2025-10-13 03:22:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.003068 10.0.0.41 - - [2025-10-13 03:22:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.005649 10.0.0.41 - - [2025-10-13 03:22:35] "POST /security-groups HTTP/1.1" 200 586 0.073713 10.0.0.41 - - [2025-10-13 03:22:36] "POST /projects HTTP/1.1" 200 575 0.268826 10.0.0.41 - - [2025-10-13 03:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.338243 10.0.0.41 - - [2025-10-13 03:22:36] "POST /access-control-lists HTTP/1.1" 200 591 0.025680 10.0.0.22 - - [2025-10-13 03:22:36] "GET /project/16fea1ff-6eea-4326-be19-e02aa7daeed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.513293 10.0.0.22 - - [2025-10-13 03:22:37] "GET / HTTP/1.1" 200 35931 0.002047 10.0.0.41 - - [2025-10-13 03:22:40] "GET /projects?obj_uuids=16fea1ff-6eea-4326-be19-e02aa7daeed5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001432 10.0.0.22 - - [2025-10-13 03:22:40] "GET /project/16fea1ff-6eea-4326-be19-e02aa7daeed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.041700 10.0.0.41 - - [2025-10-13 03:22:40] "GET /projects?obj_uuids=16fea1ff-6eea-4326-be19-e02aa7daeed5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000973 10.0.0.22 - - [2025-10-13 03:22:40] "GET /project/16fea1ff-6eea-4326-be19-e02aa7daeed5?fields=virtual_networks HTTP/1.1" 200 1021 0.046148 10.0.0.41 - - [2025-10-13 03:22:40] "GET /projects?obj_uuids=16fea1ff-6eea-4326-be19-e02aa7daeed5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000965 10.0.0.22 - - [2025-10-13 03:22:40] "GET /project/16fea1ff-6eea-4326-be19-e02aa7daeed5?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.048958 10.0.0.41 - - [2025-10-13 03:22:40] "GET /projects?obj_uuids=16fea1ff-6eea-4326-be19-e02aa7daeed5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001095 10.0.0.22 - - [2025-10-13 03:22:40] "GET /project/16fea1ff-6eea-4326-be19-e02aa7daeed5?fields=security_groups HTTP/1.1" 200 1242 0.040973 10.0.0.22 - - [2025-10-13 03:22:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.024398 10.0.0.41 - - [2025-10-13 03:22:41] "GET /projects?obj_uuids=4e65071b-6901-4814-ad92-a4abd8445e7b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003332 10.0.0.41 - - [2025-10-13 03:22:41] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.41 - - [2025-10-13 03:22:41] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008299 10.0.0.41 - - [2025-10-13 03:22:41] "POST /id-to-fqname HTTP/1.1" 200 195 0.002552 10.0.0.41 - - [2025-10-13 03:22:41] "POST /fqname-to-id HTTP/1.1" 404 204 0.004423 10.0.0.41 - - [2025-10-13 03:22:41] "POST /security-groups HTTP/1.1" 200 596 0.069950 10.0.0.41 - - [2025-10-13 03:22:41] "POST /fqname-to-id HTTP/1.1" 404 239 0.003650 10.0.0.41 - - [2025-10-13 03:22:41] "POST /projects HTTP/1.1" 200 595 0.263291 10.0.0.41 - - [2025-10-13 03:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.337072 10.0.0.41 - - [2025-10-13 03:22:41] "POST /access-control-lists HTTP/1.1" 200 599 0.028625 10.0.0.22 - - [2025-10-13 03:22:41] "GET /project/4e65071b-6901-4814-ad92-a4abd8445e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.467323 10.0.0.22 - - [2025-10-13 03:22:42] "GET / HTTP/1.1" 200 35931 0.001651 10.0.0.41 - - [2025-10-13 03:22:45] "GET /projects?obj_uuids=4e65071b-6901-4814-ad92-a4abd8445e7b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000965 10.0.0.22 - - [2025-10-13 03:22:45] "GET /project/4e65071b-6901-4814-ad92-a4abd8445e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.037858 10.0.0.41 - - [2025-10-13 03:22:45] "GET /projects?obj_uuids=4e65071b-6901-4814-ad92-a4abd8445e7b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000894 10.0.0.22 - - [2025-10-13 03:22:45] "GET /project/4e65071b-6901-4814-ad92-a4abd8445e7b?fields=virtual_networks HTTP/1.1" 200 1041 0.030111 10.0.0.41 - - [2025-10-13 03:22:45] "GET /projects?obj_uuids=4e65071b-6901-4814-ad92-a4abd8445e7b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000995 10.0.0.22 - - [2025-10-13 03:22:46] "GET /project/4e65071b-6901-4814-ad92-a4abd8445e7b?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.054327 10.0.0.41 - - [2025-10-13 03:22:46] "GET /projects?obj_uuids=4e65071b-6901-4814-ad92-a4abd8445e7b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000969 10.0.0.22 - - [2025-10-13 03:22:46] "GET /project/4e65071b-6901-4814-ad92-a4abd8445e7b?fields=security_groups HTTP/1.1" 200 1272 0.041928 10.0.0.22 - - [2025-10-13 03:22:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.025107 10.0.0.41 - - [2025-10-13 03:22:46] "GET /projects?obj_uuids=001ed385-3582-4c65-8af0-6bef9c316761&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003298 10.0.0.41 - - [2025-10-13 03:22:47] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.41 - - [2025-10-13 03:22:47] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007314 10.0.0.41 - - [2025-10-13 03:22:47] "POST /id-to-fqname HTTP/1.1" 200 201 0.010436 10.0.0.41 - - [2025-10-13 03:22:47] "POST /fqname-to-id HTTP/1.1" 404 210 0.004888 10.0.0.41 - - [2025-10-13 03:22:47] "POST /security-groups HTTP/1.1" 200 602 0.045775 10.0.0.41 - - [2025-10-13 03:22:47] "POST /projects HTTP/1.1" 200 607 0.265425 10.0.0.41 - - [2025-10-13 03:22:47] "POST /fqname-to-id HTTP/1.1" 404 244 0.006926 10.0.0.41 - - [2025-10-13 03:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.335060 10.0.0.22 - - [2025-10-13 03:22:47] "GET /project/001ed385-3582-4c65-8af0-6bef9c316761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.468067 10.0.0.22 - - [2025-10-13 03:22:48] "GET / HTTP/1.1" 200 35931 0.004170 10.0.0.22 - - [2025-10-13 03:22:49] "GET /obj-perms HTTP/1.1" 200 5056 0.047539 10.0.0.41 - - [2025-10-13 03:22:51] "GET /projects?obj_uuids=001ed385-3582-4c65-8af0-6bef9c316761&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000971 10.0.0.22 - - [2025-10-13 03:22:51] "GET /project/001ed385-3582-4c65-8af0-6bef9c316761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.050202 10.0.0.41 - - [2025-10-13 03:22:51] "GET /projects?obj_uuids=001ed385-3582-4c65-8af0-6bef9c316761&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001377 10.0.0.22 - - [2025-10-13 03:22:51] "GET /project/001ed385-3582-4c65-8af0-6bef9c316761?fields=virtual_networks HTTP/1.1" 200 1050 0.068122 10.0.0.41 - - [2025-10-13 03:22:51] "GET /projects?obj_uuids=001ed385-3582-4c65-8af0-6bef9c316761&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000963 10.0.0.22 - - [2025-10-13 03:22:51] "GET /project/001ed385-3582-4c65-8af0-6bef9c316761?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.048233 10.0.0.41 - - [2025-10-13 03:22:51] "GET /projects?obj_uuids=001ed385-3582-4c65-8af0-6bef9c316761&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000925 10.0.0.22 - - [2025-10-13 03:22:51] "GET /project/001ed385-3582-4c65-8af0-6bef9c316761?fields=security_groups HTTP/1.1" 200 1287 0.043207 10.0.0.22 - - [2025-10-13 03:22:52] "POST /fqname-to-id HTTP/1.1" 404 185 0.028537 10.0.0.41 - - [2025-10-13 03:22:52] "GET /projects?obj_uuids=fadd5014-4b88-4b14-8acd-2d90958ab3cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004061 10.0.0.41 - - [2025-10-13 03:22:52] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001134 10.0.0.41 - - [2025-10-13 03:22:52] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008635 10.0.0.41 - - [2025-10-13 03:22:52] "POST /id-to-fqname HTTP/1.1" 200 187 0.003843 10.0.0.41 - - [2025-10-13 03:22:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.009557 10.0.0.41 - - [2025-10-13 03:22:52] "POST /security-groups HTTP/1.1" 200 588 0.034772 10.0.0.41 - - [2025-10-13 03:22:53] "POST /projects HTTP/1.1" 200 579 0.247528 10.0.0.41 - - [2025-10-13 03:22:53] "POST /access-control-lists HTTP/1.1" 200 593 0.027157 10.0.0.41 - - [2025-10-13 03:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.319995 10.0.0.22 - - [2025-10-13 03:22:53] "GET /project/fadd5014-4b88-4b14-8acd-2d90958ab3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.459741 10.0.0.22 - - [2025-10-13 03:22:54] "GET / HTTP/1.1" 200 35931 0.002384 10.0.0.41 - - [2025-10-13 03:22:55] "DELETE /access-control-list/28e3af83-562b-4416-9507-2d67f719714d HTTP/1.1" 200 115 0.034478 10.0.0.41 - - [2025-10-13 03:22:57] "GET /projects?obj_uuids=fadd5014-4b88-4b14-8acd-2d90958ab3cd&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000924 10.0.0.22 - - [2025-10-13 03:22:57] "GET /project/fadd5014-4b88-4b14-8acd-2d90958ab3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.042198 10.0.0.41 - - [2025-10-13 03:22:57] "GET /projects?obj_uuids=fadd5014-4b88-4b14-8acd-2d90958ab3cd&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001479 10.0.0.22 - - [2025-10-13 03:22:57] "GET /project/fadd5014-4b88-4b14-8acd-2d90958ab3cd?fields=virtual_networks HTTP/1.1" 200 1026 0.039008 10.0.0.41 - - [2025-10-13 03:22:57] "GET /projects?obj_uuids=fadd5014-4b88-4b14-8acd-2d90958ab3cd&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001132 10.0.0.22 - - [2025-10-13 03:22:57] "GET /project/fadd5014-4b88-4b14-8acd-2d90958ab3cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.039559 10.0.0.41 - - [2025-10-13 03:22:57] "GET /projects?obj_uuids=fadd5014-4b88-4b14-8acd-2d90958ab3cd&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001426 10.0.0.22 - - [2025-10-13 03:22:57] "GET /project/fadd5014-4b88-4b14-8acd-2d90958ab3cd?fields=security_groups HTTP/1.1" 200 1249 0.038956 10.0.0.22 - - [2025-10-13 03:22:58] "POST /fqname-to-id HTTP/1.1" 404 182 0.023824 10.0.0.41 - - [2025-10-13 03:22:58] "GET /projects?obj_uuids=c72a5806-4b49-4dd9-90cd-5f36fb77699e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003425 10.0.0.41 - - [2025-10-13 03:22:58] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001354 10.0.0.41 - - [2025-10-13 03:22:58] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009289 10.0.0.41 - - [2025-10-13 03:22:58] "POST /id-to-fqname HTTP/1.1" 200 184 0.009787 10.0.0.41 - - [2025-10-13 03:22:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.005867 10.0.0.41 - - [2025-10-13 03:22:58] "POST /security-groups HTTP/1.1" 200 585 0.081161 10.0.0.41 - - [2025-10-13 03:22:58] "POST /projects HTTP/1.1" 200 573 0.287645 10.0.0.41 - - [2025-10-13 03:22:58] "POST /access-control-lists HTTP/1.1" 200 590 0.027869 10.0.0.41 - - [2025-10-13 03:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.356249 10.0.0.22 - - [2025-10-13 03:22:58] "GET /project/c72a5806-4b49-4dd9-90cd-5f36fb77699e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.484895 10.0.0.22 - - [2025-10-13 03:22:59] "GET / HTTP/1.1" 200 35931 0.001387 10.0.0.41 - - [2025-10-13 03:23:02] "GET /projects?obj_uuids=c72a5806-4b49-4dd9-90cd-5f36fb77699e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001109 10.0.0.22 - - [2025-10-13 03:23:02] "GET /project/c72a5806-4b49-4dd9-90cd-5f36fb77699e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.042680 10.0.0.41 - - [2025-10-13 03:23:02] "GET /projects?obj_uuids=c72a5806-4b49-4dd9-90cd-5f36fb77699e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001340 10.0.0.22 - - [2025-10-13 03:23:02] "GET /project/c72a5806-4b49-4dd9-90cd-5f36fb77699e?fields=virtual_networks HTTP/1.1" 200 1020 0.037239 10.0.0.41 - - [2025-10-13 03:23:02] "GET /projects?obj_uuids=c72a5806-4b49-4dd9-90cd-5f36fb77699e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001155 10.0.0.22 - - [2025-10-13 03:23:02] "GET /project/c72a5806-4b49-4dd9-90cd-5f36fb77699e?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.039582 10.0.0.41 - - [2025-10-13 03:23:03] "GET /projects?obj_uuids=c72a5806-4b49-4dd9-90cd-5f36fb77699e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000948 10.0.0.22 - - [2025-10-13 03:23:03] "GET /project/c72a5806-4b49-4dd9-90cd-5f36fb77699e?fields=security_groups HTTP/1.1" 200 1240 0.047395 10.0.0.22 - - [2025-10-13 03:23:03] "POST /fqname-to-id HTTP/1.1" 404 186 0.023332 10.0.0.41 - - [2025-10-13 03:23:03] "GET /projects?obj_uuids=2d538e61-bdd1-4010-a7cd-aac1c6315bdf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006195 10.0.0.41 - - [2025-10-13 03:23:03] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001455 10.0.0.41 - - [2025-10-13 03:23:03] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009198 10.0.0.41 - - [2025-10-13 03:23:04] "POST /id-to-fqname HTTP/1.1" 200 188 0.007472 10.0.0.41 - - [2025-10-13 03:23:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.006706 10.0.0.41 - - [2025-10-13 03:23:04] "POST /security-groups HTTP/1.1" 200 589 0.073399 10.0.0.41 - - [2025-10-13 03:23:04] "POST /fqname-to-id HTTP/1.1" 404 232 0.004701 10.0.0.41 - - [2025-10-13 03:23:04] "POST /projects HTTP/1.1" 200 581 0.320733 10.0.0.41 - - [2025-10-13 03:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.394812 10.0.0.41 - - [2025-10-13 03:23:04] "POST /access-control-lists HTTP/1.1" 200 592 0.030584 10.0.0.22 - - [2025-10-13 03:23:04] "GET /project/2d538e61-bdd1-4010-a7cd-aac1c6315bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.569652 10.0.0.22 - - [2025-10-13 03:23:05] "GET / HTTP/1.1" 200 35931 0.001634 10.0.0.41 - - [2025-10-13 03:23:08] "GET /projects?obj_uuids=2d538e61-bdd1-4010-a7cd-aac1c6315bdf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001568 10.0.0.22 - - [2025-10-13 03:23:08] "GET /project/2d538e61-bdd1-4010-a7cd-aac1c6315bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.051531 10.0.0.41 - - [2025-10-13 03:23:08] "GET /projects?obj_uuids=2d538e61-bdd1-4010-a7cd-aac1c6315bdf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001388 10.0.0.22 - - [2025-10-13 03:23:08] "GET /project/2d538e61-bdd1-4010-a7cd-aac1c6315bdf?fields=virtual_networks HTTP/1.1" 200 1027 0.041302 10.0.0.41 - - [2025-10-13 03:23:08] "GET /projects?obj_uuids=2d538e61-bdd1-4010-a7cd-aac1c6315bdf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.22 - - [2025-10-13 03:23:08] "GET /project/2d538e61-bdd1-4010-a7cd-aac1c6315bdf?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.047521 10.0.0.41 - - [2025-10-13 03:23:08] "GET /projects?obj_uuids=2d538e61-bdd1-4010-a7cd-aac1c6315bdf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001179 10.0.0.22 - - [2025-10-13 03:23:08] "GET /project/2d538e61-bdd1-4010-a7cd-aac1c6315bdf?fields=security_groups HTTP/1.1" 200 1251 0.041995 10.0.0.41 - - [2025-10-13 03:23:09] "DELETE /project/c72a58064b494dd990cd5f36fb77699e HTTP/1.1" 404 173 0.019821 10.0.0.41 - - [2025-10-13 03:23:09] "DELETE /project/2d538e61bdd14010a7cdaac1c6315bdf HTTP/1.1" 404 173 0.017601 10.0.0.41 - - [2025-10-13 03:23:09] "DELETE /project/16fea1ff6eea4326be19e02aa7daeed5 HTTP/1.1" 404 173 0.019160 10.0.0.41 - - [2025-10-13 03:23:09] "DELETE /project/001ed38535824c658af06bef9c316761 HTTP/1.1" 404 173 0.010913 10.0.0.41 - - [2025-10-13 03:23:09] "DELETE /project/a8dba0c6-be69-471d-93aa-f78f439a2056 HTTP/1.1" 404 177 0.013903 10.0.0.41 - - [2025-10-13 03:23:09] "DELETE /project/fadd50144b884b148acd2d90958ab3cd HTTP/1.1" 404 173 0.015075 10.0.0.41 - - [2025-10-13 03:23:09] "DELETE /project/4e65071b69014814ad92a4abd8445e7b HTTP/1.1" 404 173 0.018030 10.0.0.41 - - [2025-10-13 03:23:09] "GET /projects?obj_uuids=2d538e61-bdd1-4010-a7cd-aac1c6315bdf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001034 10.0.0.41 - - [2025-10-13 03:23:09] "GET /projects?obj_uuids=001ed385-3582-4c65-8af0-6bef9c316761&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000832 10.0.0.41 - - [2025-10-13 03:23:09] "GET /projects?obj_uuids=c72a5806-4b49-4dd9-90cd-5f36fb77699e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000724 10.0.0.41 - - [2025-10-13 03:23:09] "GET /projects?obj_uuids=4e65071b-6901-4814-ad92-a4abd8445e7b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001214 10.0.0.41 - - [2025-10-13 03:23:09] "GET /projects?obj_uuids=16fea1ff-6eea-4326-be19-e02aa7daeed5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000733 10.0.0.41 - - [2025-10-13 03:23:09] "GET /projects?obj_uuids=fadd5014-4b88-4b14-8acd-2d90958ab3cd&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000988 10.0.0.22 - - [2025-10-13 03:23:09] "POST /fqname-to-id HTTP/1.1" 404 186 0.033751 10.0.0.41 - - [2025-10-13 03:23:09] "GET /project/16fea1ff-6eea-4326-be19-e02aa7daeed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.087098 10.0.0.41 - - [2025-10-13 03:23:09] "GET /project/001ed385-3582-4c65-8af0-6bef9c316761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1508 0.126089 10.0.0.41 - - [2025-10-13 03:23:09] "GET /project/2d538e61-bdd1-4010-a7cd-aac1c6315bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.145130 10.0.0.41 - - [2025-10-13 03:23:09] "GET /project/4e65071b-6901-4814-ad92-a4abd8445e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.122996 10.0.0.41 - - [2025-10-13 03:23:09] "GET /project/c72a5806-4b49-4dd9-90cd-5f36fb77699e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.168993 10.0.0.41 - - [2025-10-13 03:23:09] "GET /projects?obj_uuids=001ed385-3582-4c65-8af0-6bef9c316761&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001074 10.0.0.41 - - [2025-10-13 03:23:09] "GET /project/fadd5014-4b88-4b14-8acd-2d90958ab3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.151110 10.0.0.41 - - [2025-10-13 03:23:09] "GET /projects?obj_uuids=e3e6e028-3888-4aed-9835-18c25ab3d212&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.015648 10.0.0.41 - - [2025-10-13 03:23:09] "GET /projects?obj_uuids=2d538e61-bdd1-4010-a7cd-aac1c6315bdf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001008 10.0.0.41 - - [2025-10-13 03:23:09] "GET /projects?obj_uuids=16fea1ff-6eea-4326-be19-e02aa7daeed5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000998 10.0.0.41 - - [2025-10-13 03:23:09] "GET /projects?obj_uuids=c72a5806-4b49-4dd9-90cd-5f36fb77699e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000861 10.0.0.41 - - [2025-10-13 03:23:09] "GET /projects?obj_uuids=4e65071b-6901-4814-ad92-a4abd8445e7b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001419 10.0.0.41 - - [2025-10-13 03:23:09] "GET /projects?obj_uuids=fadd5014-4b88-4b14-8acd-2d90958ab3cd&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001494 10.0.0.41 - - [2025-10-13 03:23:09] "GET /project/001ed385-3582-4c65-8af0-6bef9c316761?fields=security_groups HTTP/1.1" 200 1392 0.113374 10.0.0.41 - - [2025-10-13 03:23:09] "GET /project/16fea1ff-6eea-4326-be19-e02aa7daeed5?fields=security_groups HTTP/1.1" 200 1347 0.104235 10.0.0.41 - - [2025-10-13 03:23:09] "GET /project/2d538e61-bdd1-4010-a7cd-aac1c6315bdf?fields=security_groups HTTP/1.1" 200 1356 0.134930 10.0.0.41 - - [2025-10-13 03:23:09] "GET /project/c72a5806-4b49-4dd9-90cd-5f36fb77699e?fields=security_groups HTTP/1.1" 200 1345 0.142907 10.0.0.41 - - [2025-10-13 03:23:09] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001555 10.0.0.41 - - [2025-10-13 03:23:09] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.019737 10.0.0.41 - - [2025-10-13 03:23:09] "GET /project/4e65071b-6901-4814-ad92-a4abd8445e7b?fields=security_groups HTTP/1.1" 200 1377 0.183321 10.0.0.41 - - [2025-10-13 03:23:09] "GET /project/fadd5014-4b88-4b14-8acd-2d90958ab3cd?fields=security_groups HTTP/1.1" 200 1354 0.160625 10.0.0.41 - - [2025-10-13 03:23:10] "DELETE /security-group/037a9be4-1f84-43c6-90da-d599afb4cd89 HTTP/1.1" 200 115 0.120658 10.0.0.41 - - [2025-10-13 03:23:10] "GET /projects?obj_uuids=16fea1ff-6eea-4326-be19-e02aa7daeed5&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001104 10.0.0.41 - - [2025-10-13 03:23:10] "DELETE /security-group/bffd2c78-518c-4822-a923-3ca1588e1588 HTTP/1.1" 200 115 0.222297 10.0.0.41 - - [2025-10-13 03:23:10] "GET /projects?obj_uuids=001ed385-3582-4c65-8af0-6bef9c316761&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000905 10.0.0.41 - - [2025-10-13 03:23:10] "DELETE /security-group/c7e74c8a-2d9a-4015-9e65-c58c68ce5da4 HTTP/1.1" 200 115 0.214476 10.0.0.41 - - [2025-10-13 03:23:10] "DELETE /security-group/b7a07b39-8472-488c-807c-eef21b93aef0 HTTP/1.1" 200 115 0.207962 10.0.0.41 - - [2025-10-13 03:23:10] "GET /projects?obj_uuids=2d538e61-bdd1-4010-a7cd-aac1c6315bdf&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.41 - - [2025-10-13 03:23:10] "GET /projects?obj_uuids=c72a5806-4b49-4dd9-90cd-5f36fb77699e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000796 10.0.0.41 - - [2025-10-13 03:23:10] "GET /project/001ed385-3582-4c65-8af0-6bef9c316761?fields=application_policy_sets HTTP/1.1" 200 1431 0.128183 10.0.0.41 - - [2025-10-13 03:23:10] "GET /project/16fea1ff-6eea-4326-be19-e02aa7daeed5?fields=application_policy_sets HTTP/1.1" 200 1386 0.244456 10.0.0.41 - - [2025-10-13 03:23:10] "DELETE /security-group/a07a6a64-6a70-47b3-a5c1-965e98390907 HTTP/1.1" 200 115 0.289089 10.0.0.41 - - [2025-10-13 03:23:10] "GET /project/c72a5806-4b49-4dd9-90cd-5f36fb77699e?fields=application_policy_sets HTTP/1.1" 200 1384 0.172152 10.0.0.41 - - [2025-10-13 03:23:10] "GET /projects?obj_uuids=fadd5014-4b88-4b14-8acd-2d90958ab3cd&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001486 10.0.0.41 - - [2025-10-13 03:23:10] "DELETE /access-control-list/5a5d3219-4e1f-42a2-bc1b-46e2c4a9536b HTTP/1.1" 200 115 0.225329 10.0.0.41 - - [2025-10-13 03:23:10] "DELETE /security-group/84a920a6-5f27-4e0b-9c8d-de43b4deabd4 HTTP/1.1" 200 115 0.375124 10.0.0.41 - - [2025-10-13 03:23:10] "GET /project/2d538e61-bdd1-4010-a7cd-aac1c6315bdf?fields=application_policy_sets HTTP/1.1" 200 1395 0.251447 10.0.0.41 - - [2025-10-13 03:23:10] "POST /id-to-fqname HTTP/1.1" 200 188 0.002070 10.0.0.41 - - [2025-10-13 03:23:10] "GET /projects?obj_uuids=4e65071b-6901-4814-ad92-a4abd8445e7b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001483 10.0.0.41 - - [2025-10-13 03:23:10] "POST /fqname-to-id HTTP/1.1" 404 197 0.016279 10.0.0.41 - - [2025-10-13 03:23:10] "GET /project/fadd5014-4b88-4b14-8acd-2d90958ab3cd?fields=application_policy_sets HTTP/1.1" 200 1393 0.222774 10.0.0.41 - - [2025-10-13 03:23:10] "GET /project/4e65071b-6901-4814-ad92-a4abd8445e7b?fields=application_policy_sets HTTP/1.1" 200 1416 0.158188 10.0.0.41 - - [2025-10-13 03:23:10] "DELETE /access-control-list/02011748-2bb5-4242-9574-a09eaa60f5d3 HTTP/1.1" 200 115 0.101801 10.0.0.41 - - [2025-10-13 03:23:10] "POST /security-groups HTTP/1.1" 200 589 0.119487 10.0.0.41 - - [2025-10-13 03:23:10] "POST /projects HTTP/1.1" 200 581 0.757176 10.0.0.41 - - [2025-10-13 03:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.818882 10.0.0.41 - - [2025-10-13 03:23:10] "DELETE /project/001ed385-3582-4c65-8af0-6bef9c316761 HTTP/1.1" 200 115 1.228000 10.0.0.41 - - [2025-10-13 03:23:10] "DELETE /project/16fea1ff-6eea-4326-be19-e02aa7daeed5 HTTP/1.1" 200 115 1.206090 10.0.0.41 - - [2025-10-13 03:23:10] "DELETE /project/c72a5806-4b49-4dd9-90cd-5f36fb77699e HTTP/1.1" 200 115 1.273734 10.0.0.41 - - [2025-10-13 03:23:10] "DELETE /access-control-list/82189f69-2dfa-4ccc-ba0e-bcd1c6da9c02 HTTP/1.1" 200 115 0.086900 10.0.0.41 - - [2025-10-13 03:23:10] "DELETE /project/2d538e61-bdd1-4010-a7cd-aac1c6315bdf HTTP/1.1" 200 115 1.304068 10.0.0.22 - - [2025-10-13 03:23:10] "GET /project/e3e6e028-3888-4aed-9835-18c25ab3d212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 1.151656 10.0.0.41 - - [2025-10-13 03:23:10] "DELETE /project/fadd5014-4b88-4b14-8acd-2d90958ab3cd HTTP/1.1" 200 115 1.316657 10.0.0.41 - - [2025-10-13 03:23:10] "DELETE /project/4e65071b-6901-4814-ad92-a4abd8445e7b HTTP/1.1" 200 115 1.331998 10.0.0.41 - - [2025-10-13 03:23:11] "DELETE /access-control-list/e4d28c7c-7972-46b6-95e7-6203a84f8dd9 HTTP/1.1" 200 115 0.044222 10.0.0.41 - - [2025-10-13 03:23:11] "POST /fqname-to-id HTTP/1.1" 404 231 0.010061 10.0.0.22 - - [2025-10-13 03:23:12] "GET / HTTP/1.1" 200 35931 0.002769 10.0.0.22 - - [2025-10-13 03:23:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.22 - - [2025-10-13 03:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.049901 10.0.0.41 - - [2025-10-13 03:23:14] "GET /projects?obj_uuids=e3e6e028-3888-4aed-9835-18c25ab3d212&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000955 10.0.0.22 - - [2025-10-13 03:23:14] "GET /project/e3e6e028-3888-4aed-9835-18c25ab3d212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039722 10.0.0.41 - - [2025-10-13 03:23:14] "GET /projects?obj_uuids=e3e6e028-3888-4aed-9835-18c25ab3d212&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002173 10.0.0.22 - - [2025-10-13 03:23:14] "POST /neutron/network HTTP/1.1" 200 603 0.139822 10.0.0.41 - - [2025-10-13 03:23:14] "POST /ref-update HTTP/1.1" 200 156 0.019619 10.0.0.22 - - [2025-10-13 03:23:14] "POST /id-to-fqname HTTP/1.1" 200 218 0.003543 10.0.0.22 - - [2025-10-13 03:23:14] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005741 10.0.0.22 - - [2025-10-13 03:23:14] "POST /neutron/network HTTP/1.1" 200 822 0.008021 10.0.0.22 - - [2025-10-13 03:23:14] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005181 10.0.0.22 - - [2025-10-13 03:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.22 - - [2025-10-13 03:23:14] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006732 10.0.0.22 - - [2025-10-13 03:23:14] "PUT /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec HTTP/1.1" 200 264 0.049320 10.0.0.22 - - [2025-10-13 03:23:15] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005631 10.0.0.22 - - [2025-10-13 03:23:16] "POST /neutron/network HTTP/1.1" 200 822 0.006732 10.0.0.22 - - [2025-10-13 03:23:17] "POST /id-to-fqname HTTP/1.1" 200 218 0.001342 10.0.0.41 - - [2025-10-13 03:23:17] "GET /projects?obj_uuids=e3e6e028-3888-4aed-9835-18c25ab3d212&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001073 10.0.0.22 - - [2025-10-13 03:23:17] "GET /project/e3e6e028-3888-4aed-9835-18c25ab3d212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.067232 10.0.0.22 - - [2025-10-13 03:23:17] "POST /neutron/network HTTP/1.1" 200 822 0.038789 10.0.0.22 - - [2025-10-13 03:23:18] "POST /neutron/port HTTP/1.1" 200 117 0.007532 10.0.0.22 - - [2025-10-13 03:23:18] "POST /neutron/port HTTP/1.1" 200 1058 0.016036 10.0.0.22 - - [2025-10-13 03:23:19] "POST /neutron/port HTTP/1.1" 200 1086 0.019320 10.0.0.22 - - [2025-10-13 03:23:19] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.22 - - [2025-10-13 03:23:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007999 10.0.0.22 - - [2025-10-13 03:23:23] "POST /neutron/port HTTP/1.1" 200 1086 0.016219 10.0.0.22 - - [2025-10-13 03:23:23] "GET /virtual-machine/23f91d0e-3075-4486-8457-283fbbfb2ac3 HTTP/1.1" 401 292 0.000447 10.0.0.22 - - [2025-10-13 03:23:23] "GET /virtual-machine/23f91d0e-3075-4486-8457-283fbbfb2ac3 HTTP/1.1" 200 1289 0.026801 10.0.0.22 - - [2025-10-13 03:23:23] "GET /virtual-machine-interface/05d84815-0726-47aa-b5e9-7e6741b87eff HTTP/1.1" 200 2929 0.005310 10.0.0.22 - - [2025-10-13 03:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.22 - - [2025-10-13 03:23:23] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003607 10.0.0.22 - - [2025-10-13 03:23:23] "GET /virtual-networks?parent_id=e3e6e028-3888-4aed-9835-18c25ab3d212&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002981 10.0.0.22 - - [2025-10-13 03:23:23] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005518 10.0.0.22 - - [2025-10-13 03:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.22 - - [2025-10-13 03:23:26] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005763 10.0.0.22 - - [2025-10-13 03:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.22 - - [2025-10-13 03:23:30] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006627 10.0.0.22 - - [2025-10-13 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.22 - - [2025-10-13 03:23:35] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005870 10.0.0.22 - - [2025-10-13 03:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.22 - - [2025-10-13 03:23:39] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005396 10.0.0.22 - - [2025-10-13 03:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.22 - - [2025-10-13 03:23:43] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005722 10.0.0.22 - - [2025-10-13 03:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.22 - - [2025-10-13 03:23:47] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005231 10.0.0.22 - - [2025-10-13 03:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.22 - - [2025-10-13 03:23:51] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005145 10.0.0.22 - - [2025-10-13 03:23:55] "POST /neutron/port HTTP/1.1" 200 1086 0.018218 10.0.0.22 - - [2025-10-13 03:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.22 - - [2025-10-13 03:23:55] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005255 10.0.0.22 - - [2025-10-13 03:23:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.010059 10.0.0.22 - - [2025-10-13 03:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.22 - - [2025-10-13 03:23:57] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003448 10.0.0.22 - - [2025-10-13 03:23:57] "GET /virtual-networks?parent_id=e3e6e028-3888-4aed-9835-18c25ab3d212&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002912 10.0.0.22 - - [2025-10-13 03:23:57] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005892 10.0.0.22 - - [2025-10-13 03:23:57] "POST /neutron/port HTTP/1.1" 200 1086 0.015930 10.0.0.22 - - [2025-10-13 03:24:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007855 10.0.0.22 - - [2025-10-13 03:24:08] "POST /neutron/port HTTP/1.1" 200 1086 0.014286 10.0.0.22 - - [2025-10-13 03:24:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008678 10.0.0.22 - - [2025-10-13 03:24:18] "POST /neutron/port HTTP/1.1" 200 1086 0.014518 10.0.0.22 - - [2025-10-13 03:24:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007081 10.0.0.22 - - [2025-10-13 03:24:18] "POST /neutron/network HTTP/1.1" 200 796 0.014604 10.0.0.22 - - [2025-10-13 03:24:18] "POST /id-to-fqname HTTP/1.1" 200 218 0.001335 10.0.0.22 - - [2025-10-13 03:24:18] "GET /virtual-machine/23f91d0e-3075-4486-8457-283fbbfb2ac3 HTTP/1.1" 200 1289 0.003535 10.0.0.22 - - [2025-10-13 03:24:18] "GET /virtual-machine-interface/05d84815-0726-47aa-b5e9-7e6741b87eff HTTP/1.1" 200 2929 0.004788 10.0.0.22 - - [2025-10-13 03:24:18] "GET /instance-ip/309cc0c4-c8b7-4a77-bccb-ec3198125d38 HTTP/1.1" 200 1616 0.005581 10.0.0.22 - - [2025-10-13 03:24:18] "POST /fqname-to-id HTTP/1.1" 404 208 0.003226 10.0.0.22 - - [2025-10-13 03:24:18] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005400 10.0.0.41 - - [2025-10-13 03:24:18] "GET /projects?obj_uuids=e3e6e028-3888-4aed-9835-18c25ab3d212&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002294 10.0.0.22 - - [2025-10-13 03:24:18] "GET /project/e3e6e028-3888-4aed-9835-18c25ab3d212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040776 10.0.0.22 - - [2025-10-13 03:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.22 - - [2025-10-13 03:24:19] "GET /security-group/303aa745-e7cd-4a64-bd60-1184767e207e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3747 0.004270 10.0.0.22 - - [2025-10-13 03:24:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.081421 10.0.0.22 - - [2025-10-13 03:24:19] "POST /instance-ips HTTP/1.1" 200 357 0.031527 10.0.0.22 - - [2025-10-13 03:24:19] "GET /instance-ip/247900f0-c0ea-487c-8a73-5c27975c10c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.007589 10.0.0.22 - - [2025-10-13 03:24:19] "GET /virtual-machine-interface/f68f6480-9d85-4b33-ae65-40983828be36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.007803 10.0.0.22 - - [2025-10-13 03:24:19] "GET /virtual-machine-interface/f68f6480-9d85-4b33-ae65-40983828be36?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.008641 10.0.0.22 - - [2025-10-13 03:24:19] "GET /instance-ip/247900f0-c0ea-487c-8a73-5c27975c10c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.005774 10.0.0.22 - - [2025-10-13 03:24:19] "POST /id-to-fqname HTTP/1.1" 200 218 0.001606 10.0.0.22 - - [2025-10-13 03:24:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010322 10.0.0.22 - - [2025-10-13 03:24:19] "POST /neutron/network HTTP/1.1" 200 822 0.006579 10.0.0.22 - - [2025-10-13 03:24:19] "POST /neutron/port HTTP/1.1" 200 1086 0.014412 10.0.0.22 - - [2025-10-13 03:24:20] "POST /neutron/port HTTP/1.1" 200 117 0.006885 10.0.0.22 - - [2025-10-13 03:24:20] "POST /neutron/port HTTP/1.1" 200 966 0.017348 10.0.0.22 - - [2025-10-13 03:24:20] "POST /neutron/port HTTP/1.1" 200 1032 0.021385 10.0.0.22 - - [2025-10-13 03:24:20] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.22 - - [2025-10-13 03:24:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007333 10.0.0.22 - - [2025-10-13 03:24:25] "POST /neutron/port HTTP/1.1" 200 1032 0.015323 10.0.0.22 - - [2025-10-13 03:24:25] "GET /virtual-machine/83d3703f-eb51-4ef5-81ca-eb3ad4ec5cf9 HTTP/1.1" 200 1267 0.009818 10.0.0.22 - - [2025-10-13 03:24:25] "GET /virtual-machine-interface/f68f6480-9d85-4b33-ae65-40983828be36 HTTP/1.1" 200 2981 0.005521 10.0.0.22 - - [2025-10-13 03:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.22 - - [2025-10-13 03:24:25] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003553 10.0.0.22 - - [2025-10-13 03:24:25] "GET /virtual-networks?parent_id=e3e6e028-3888-4aed-9835-18c25ab3d212&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003054 10.0.0.22 - - [2025-10-13 03:24:25] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005768 10.0.0.22 - - [2025-10-13 03:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.22 - - [2025-10-13 03:24:28] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005236 10.0.0.22 - - [2025-10-13 03:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.22 - - [2025-10-13 03:24:32] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004933 10.0.0.22 - - [2025-10-13 03:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.22 - - [2025-10-13 03:24:36] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005435 10.0.0.22 - - [2025-10-13 03:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.22 - - [2025-10-13 03:24:40] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007014 10.0.0.22 - - [2025-10-13 03:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.22 - - [2025-10-13 03:24:44] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005639 10.0.0.22 - - [2025-10-13 03:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.22 - - [2025-10-13 03:24:48] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005455 10.0.0.19 - - [2025-10-13 03:24:51] "GET /obj-perms HTTP/1.1" 200 5056 0.063464 10.0.0.41 - - [2025-10-13 03:24:51] "GET /obj-perms HTTP/1.1" 200 5056 0.039278 10.0.0.19 - - [2025-10-13 03:24:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000628 10.0.0.19 - - [2025-10-13 03:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.22 - - [2025-10-13 03:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.22 - - [2025-10-13 03:24:53] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006474 10.0.0.41 - - [2025-10-13 03:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.41 - - [2025-10-13 03:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.41 - - [2025-10-13 03:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.41 - - [2025-10-13 03:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.19 - - [2025-10-13 03:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.19 - - [2025-10-13 03:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.22 - - [2025-10-13 03:24:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.22 - - [2025-10-13 03:24:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.22 - - [2025-10-13 03:24:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000550 10.0.0.22 - - [2025-10-13 03:24:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.22 - - [2025-10-13 03:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.22 - - [2025-10-13 03:24:57] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006698 10.0.0.22 - - [2025-10-13 03:24:57] "POST /neutron/port HTTP/1.1" 200 1086 0.034380 10.0.0.22 - - [2025-10-13 03:24:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.008636 10.0.0.22 - - [2025-10-13 03:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.22 - - [2025-10-13 03:25:01] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005984 10.0.0.22 - - [2025-10-13 03:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006022 10.0.0.22 - - [2025-10-13 03:25:03] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004805 10.0.0.22 - - [2025-10-13 03:25:03] "GET /virtual-networks?parent_id=e3e6e028-3888-4aed-9835-18c25ab3d212&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003800 10.0.0.22 - - [2025-10-13 03:25:03] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005988 10.0.0.22 - - [2025-10-13 03:25:03] "POST /neutron/port HTTP/1.1" 200 1032 0.014180 10.0.0.22 - - [2025-10-13 03:25:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007039 10.0.0.22 - - [2025-10-13 03:25:13] "POST /neutron/port HTTP/1.1" 200 1032 0.025944 10.0.0.22 - - [2025-10-13 03:25:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007198 10.0.0.22 - - [2025-10-13 03:25:24] "POST /id-to-fqname HTTP/1.1" 200 218 0.002401 10.0.0.22 - - [2025-10-13 03:25:24] "POST /neutron/network HTTP/1.1" 200 832 0.007374 10.0.0.41 - - [2025-10-13 03:25:25] "GET /projects?obj_uuids=e3e6e028-3888-4aed-9835-18c25ab3d212&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.22 - - [2025-10-13 03:25:25] "GET /project/e3e6e028-3888-4aed-9835-18c25ab3d212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.085996 10.0.0.22 - - [2025-10-13 03:25:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016595 10.0.0.22 - - [2025-10-13 03:25:25] "POST /neutron/network HTTP/1.1" 200 832 0.007145 10.0.0.22 - - [2025-10-13 03:25:26] "POST /neutron/port HTTP/1.1" 200 1058 0.054756 10.0.0.22 - - [2025-10-13 03:25:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004898 10.0.0.22 - - [2025-10-13 03:25:26] "POST /neutron/network HTTP/1.1" 200 822 0.006774 10.0.0.22 - - [2025-10-13 03:25:30] "POST /neutron/port HTTP/1.1" 200 1086 0.021647 10.0.0.22 - - [2025-10-13 03:25:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007811 10.0.0.22 - - [2025-10-13 03:25:30] "GET /virtual-machine/80abd6bf-bb86-44dd-8f16-f6e36130eaae HTTP/1.1" 200 1290 0.005439 10.0.0.22 - - [2025-10-13 03:25:30] "GET /virtual-machine-interface/c98c1255-f86f-4f04-95f8-a051817fb0b2 HTTP/1.1" 200 2931 0.004915 10.0.0.22 - - [2025-10-13 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.22 - - [2025-10-13 03:25:30] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004037 10.0.0.22 - - [2025-10-13 03:25:30] "GET /virtual-networks?parent_id=e3e6e028-3888-4aed-9835-18c25ab3d212&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003155 10.0.0.22 - - [2025-10-13 03:25:30] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005450 10.0.0.22 - - [2025-10-13 03:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.22 - - [2025-10-13 03:25:33] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006285 10.0.0.22 - - [2025-10-13 03:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.22 - - [2025-10-13 03:25:38] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005477 10.0.0.22 - - [2025-10-13 03:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.22 - - [2025-10-13 03:25:42] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005106 10.0.0.22 - - [2025-10-13 03:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.22 - - [2025-10-13 03:25:46] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005117 10.0.0.22 - - [2025-10-13 03:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.22 - - [2025-10-13 03:25:50] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004932 10.0.0.22 - - [2025-10-13 03:25:52] "GET /obj-perms HTTP/1.1" 200 5056 0.043109 10.0.0.22 - - [2025-10-13 03:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.22 - - [2025-10-13 03:25:54] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005541 10.0.0.22 - - [2025-10-13 03:25:58] "POST /neutron/network HTTP/1.1" 200 832 0.006713 10.0.0.22 - - [2025-10-13 03:25:58] "POST /neutron/port HTTP/1.1" 200 117 0.001507 10.0.0.22 - - [2025-10-13 03:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.22 - - [2025-10-13 03:25:58] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006255 10.0.0.22 - - [2025-10-13 03:26:00] "POST /neutron/port HTTP/1.1" 200 1086 0.015756 10.0.0.22 - - [2025-10-13 03:26:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.009458 10.0.0.22 - - [2025-10-13 03:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.22 - - [2025-10-13 03:26:02] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005691 10.0.0.22 - - [2025-10-13 03:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.22 - - [2025-10-13 03:26:06] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004114 10.0.0.22 - - [2025-10-13 03:26:06] "GET /virtual-networks?parent_id=e3e6e028-3888-4aed-9835-18c25ab3d212&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003652 10.0.0.22 - - [2025-10-13 03:26:06] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007453 10.0.0.22 - - [2025-10-13 03:26:06] "POST /neutron/port HTTP/1.1" 200 1086 0.017123 10.0.0.22 - - [2025-10-13 03:26:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007628 10.0.0.22 - - [2025-10-13 03:26:17] "POST /neutron/port HTTP/1.1" 200 1086 0.020508 10.0.0.22 - - [2025-10-13 03:26:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011779 10.0.0.22 - - [2025-10-13 03:26:27] "POST /neutron/port HTTP/1.1" 200 1086 0.015513 10.0.0.22 - - [2025-10-13 03:26:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008299 10.0.0.22 - - [2025-10-13 03:26:27] "POST /neutron/network HTTP/1.1" 200 796 0.014942 10.0.0.22 - - [2025-10-13 03:26:27] "POST /id-to-fqname HTTP/1.1" 200 218 0.001297 10.0.0.22 - - [2025-10-13 03:26:27] "GET /virtual-machine/80abd6bf-bb86-44dd-8f16-f6e36130eaae HTTP/1.1" 200 1290 0.004331 10.0.0.22 - - [2025-10-13 03:26:27] "GET /virtual-machine-interface/c98c1255-f86f-4f04-95f8-a051817fb0b2 HTTP/1.1" 200 2931 0.006082 10.0.0.22 - - [2025-10-13 03:26:27] "GET /instance-ip/fc9be689-db0e-4516-b31f-ba6533bde4bf HTTP/1.1" 200 1617 0.007204 10.0.0.22 - - [2025-10-13 03:26:27] "GET /virtual-machine-interface/c98c1255-f86f-4f04-95f8-a051817fb0b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.006451 10.0.0.22 - - [2025-10-13 03:26:27] "PUT /virtual-machine-interface/c98c1255-f86f-4f04-95f8-a051817fb0b2 HTTP/1.1" 200 284 0.014290 10.0.0.22 - - [2025-10-13 03:26:59] "POST /neutron/port HTTP/1.1" 200 1086 0.014472 10.0.0.22 - - [2025-10-13 03:26:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.008763 10.0.0.22 - - [2025-10-13 03:27:01] "POST /neutron/port HTTP/1.1" 200 1086 0.021174 10.0.0.22 - - [2025-10-13 03:27:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004180 10.0.0.22 - - [2025-10-13 03:27:01] "POST /neutron/network HTTP/1.1" 200 822 0.013525 10.0.0.22 - - [2025-10-13 03:27:47] "DELETE /instance-ip/247900f0-c0ea-487c-8a73-5c27975c10c1 HTTP/1.1" 200 115 0.046945 10.0.0.22 - - [2025-10-13 03:27:47] "DELETE /virtual-machine-interface/f68f6480-9d85-4b33-ae65-40983828be36 HTTP/1.1" 200 115 0.110630 10.0.0.22 - - [2025-10-13 03:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.22 - - [2025-10-13 03:27:47] "GET /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005686 10.0.0.22 - - [2025-10-13 03:27:47] "PUT /virtual-network/594df161-67a4-41f2-8a91-27d00fbf62ec HTTP/1.1" 200 264 0.059967 10.0.0.22 - - [2025-10-13 03:27:47] "POST /neutron/port HTTP/1.1" 200 1086 0.016654 10.0.0.41 - - [2025-10-13 03:27:48] "POST /ref-update HTTP/1.1" 200 156 0.075999 10.0.0.22 - - [2025-10-13 03:27:48] "POST /neutron/port HTTP/1.1" 200 1086 0.015487 10.0.0.22 - - [2025-10-13 03:27:49] "POST /neutron/network HTTP/1.1" 200 822 0.007356 10.0.0.41 - - [2025-10-13 03:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.41 - - [2025-10-13 03:27:51] "GET /projects?obj_uuids=e3e6e028-3888-4aed-9835-18c25ab3d212&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.023789 10.0.0.22 - - [2025-10-13 03:27:51] "GET /project/e3e6e028-3888-4aed-9835-18c25ab3d212?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.084647 10.0.0.41 - - [2025-10-13 03:27:51] "GET /projects?obj_uuids=e3e6e028-3888-4aed-9835-18c25ab3d212&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000929 10.0.0.22 - - [2025-10-13 03:27:51] "GET /project/e3e6e028-3888-4aed-9835-18c25ab3d212?fields=virtual_networks HTTP/1.1" 200 1028 0.032997 10.0.0.41 - - [2025-10-13 03:27:51] "GET /projects?obj_uuids=e3e6e028-3888-4aed-9835-18c25ab3d212&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.22 - - [2025-10-13 03:27:51] "GET /project/e3e6e028-3888-4aed-9835-18c25ab3d212?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.041372 10.0.0.41 - - [2025-10-13 03:27:51] "GET /projects?obj_uuids=e3e6e028-3888-4aed-9835-18c25ab3d212&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.22 - - [2025-10-13 03:27:51] "GET /project/e3e6e028-3888-4aed-9835-18c25ab3d212?fields=security_groups HTTP/1.1" 200 1252 0.038449 10.0.0.22 - - [2025-10-13 03:27:52] "POST /fqname-to-id HTTP/1.1" 404 185 0.027186 10.0.0.41 - - [2025-10-13 03:27:52] "GET /projects?obj_uuids=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003227 10.0.0.41 - - [2025-10-13 03:27:52] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.41 - - [2025-10-13 03:27:52] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.029431 10.0.0.41 - - [2025-10-13 03:27:52] "POST /id-to-fqname HTTP/1.1" 200 187 0.004974 10.0.0.41 - - [2025-10-13 03:27:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.005384 10.0.0.22 - - [2025-10-13 03:27:53] "POST /neutron/port HTTP/1.1" 400 205 0.084372 10.0.0.41 - - [2025-10-13 03:27:53] "POST /security-groups HTTP/1.1" 200 588 0.075616 10.0.0.41 - - [2025-10-13 03:27:53] "POST /projects HTTP/1.1" 200 579 0.324756 10.0.0.41 - - [2025-10-13 03:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.392871 10.0.0.41 - - [2025-10-13 03:27:53] "POST /access-control-lists HTTP/1.1" 200 593 0.028653 10.0.0.22 - - [2025-10-13 03:27:53] "GET /project/014edc8a-3e85-452b-82e9-1f82747459fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.580257 10.0.0.22 - - [2025-10-13 03:27:54] "GET / HTTP/1.1" 200 35931 0.001445 10.0.0.41 - - [2025-10-13 03:27:56] "DELETE /access-control-list/ea015036-2185-4a24-ab3f-7db378b9f362 HTTP/1.1" 200 115 0.048979 10.0.0.22 - - [2025-10-13 03:27:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.22 - - [2025-10-13 03:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.025926 10.0.0.41 - - [2025-10-13 03:27:56] "GET /projects?obj_uuids=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001317 10.0.0.22 - - [2025-10-13 03:27:56] "GET /project/014edc8a-3e85-452b-82e9-1f82747459fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.039846 10.0.0.41 - - [2025-10-13 03:27:57] "POST /ref-update HTTP/1.1" 200 156 0.025373 10.0.0.41 - - [2025-10-13 03:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.009456 10.0.0.22 - - [2025-10-13 03:27:57] "POST /neutron/subnet HTTP/1.1" 200 734 0.267343 10.0.0.22 - - [2025-10-13 03:27:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001616 10.0.0.22 - - [2025-10-13 03:27:57] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006631 10.0.0.22 - - [2025-10-13 03:27:57] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005754 10.0.0.22 - - [2025-10-13 03:27:57] "POST /neutron/network HTTP/1.1" 200 831 0.014820 10.0.0.22 - - [2025-10-13 03:27:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.003250 10.0.0.22 - - [2025-10-13 03:27:57] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006156 10.0.0.22 - - [2025-10-13 03:27:57] "GET /virtual-machine-interface/4cfa60de-de80-4957-b4a9-d1e28ef4ef6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.007593 10.0.0.22 - - [2025-10-13 03:27:57] "GET /virtual-machine-interface/4cfa60de-de80-4957-b4a9-d1e28ef4ef6d?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.008611 10.0.0.22 - - [2025-10-13 03:27:57] "GET /instance-ip/60b227fb-d939-47e7-97f7-00f1edf631ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1602 0.004581 10.0.0.22 - - [2025-10-13 03:27:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001439 10.0.0.22 - - [2025-10-13 03:27:58] "POST /neutron/network HTTP/1.1" 200 841 0.007363 10.0.0.41 - - [2025-10-13 03:27:58] "GET /projects?obj_uuids=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000922 10.0.0.22 - - [2025-10-13 03:27:58] "GET /project/014edc8a-3e85-452b-82e9-1f82747459fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.063273 10.0.0.22 - - [2025-10-13 03:27:59] "POST /neutron/port HTTP/1.1" 200 117 0.006956 10.0.0.22 - - [2025-10-13 03:27:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001276 10.0.0.22 - - [2025-10-13 03:27:59] "POST /neutron/port HTTP/1.1" 200 985 0.012252 10.0.0.22 - - [2025-10-13 03:27:59] "POST /neutron/port HTTP/1.1" 200 985 0.010429 10.0.0.22 - - [2025-10-13 03:27:59] "POST /neutron/port HTTP/1.1" 200 117 0.006764 10.0.0.41 - - [2025-10-13 03:27:59] "GET /projects?obj_uuids=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000936 10.0.0.22 - - [2025-10-13 03:27:59] "GET /project/014edc8a-3e85-452b-82e9-1f82747459fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.063675 10.0.0.22 - - [2025-10-13 03:27:59] "POST /fqname-to-id HTTP/1.1" 404 208 0.003352 10.0.0.22 - - [2025-10-13 03:27:59] "POST /interface-route-tables HTTP/1.1" 200 556 0.032010 10.0.0.22 - - [2025-10-13 03:27:59] "GET /interface-route-table/77fa2bc4-0a8c-4a04-a3c6-f75349cec02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.010961 10.0.0.22 - - [2025-10-13 03:28:00] "POST /neutron/port HTTP/1.1" 200 1059 0.017380 10.0.0.22 - - [2025-10-13 03:28:00] "POST /neutron/network HTTP/1.1" 200 841 0.006875 10.0.0.22 - - [2025-10-13 03:28:00] "POST /neutron/subnet HTTP/1.1" 200 708 0.010703 10.0.0.22 - - [2025-10-13 03:28:00] "POST /neutron/port HTTP/1.1" 200 1077 0.113545 10.0.0.22 - - [2025-10-13 03:28:00] "POST /neutron/port HTTP/1.1" 200 1051 0.015584 10.0.0.22 - - [2025-10-13 03:28:00] "POST /neutron/port HTTP/1.1" 200 117 0.001139 10.0.0.22 - - [2025-10-13 03:28:00] "GET /virtual-machine-interface/4cfa60de-de80-4957-b4a9-d1e28ef4ef6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.006091 10.0.0.22 - - [2025-10-13 03:28:00] "POST /ref-update HTTP/1.1" 200 156 0.020181 10.0.0.22 - - [2025-10-13 03:28:01] "POST /neutron/security_group HTTP/1.1" 200 2055 0.010554 10.0.0.22 - - [2025-10-13 03:28:03] "POST /neutron/network HTTP/1.1" 200 841 0.008016 10.0.0.22 - - [2025-10-13 03:28:03] "POST /neutron/port HTTP/1.1" 200 117 0.001302 10.0.0.22 - - [2025-10-13 03:28:06] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007360 10.0.0.22 - - [2025-10-13 03:28:06] "POST /neutron/port HTTP/1.1" 200 1087 0.017170 10.0.0.22 - - [2025-10-13 03:28:06] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007765 10.0.0.22 - - [2025-10-13 03:28:06] "GET /virtual-machine/6efd8447-c72c-462e-b187-7eed922d2dd8 HTTP/1.1" 401 292 0.000432 10.0.0.22 - - [2025-10-13 03:28:06] "GET /virtual-machine/6efd8447-c72c-462e-b187-7eed922d2dd8 HTTP/1.1" 200 1289 0.026769 10.0.0.22 - - [2025-10-13 03:28:06] "GET /virtual-machine/6efd8447-c72c-462e-b187-7eed922d2dd8 HTTP/1.1" 200 1289 0.004688 10.0.0.22 - - [2025-10-13 03:28:06] "GET /virtual-machine-interface/1169f0cb-16cf-400a-ace4-3fc6e91e298e HTTP/1.1" 200 2937 0.005145 10.0.0.22 - - [2025-10-13 03:28:06] "GET /virtual-machine/6efd8447-c72c-462e-b187-7eed922d2dd8 HTTP/1.1" 200 1289 0.004510 10.0.0.22 - - [2025-10-13 03:28:06] "GET /virtual-machine-interface/1169f0cb-16cf-400a-ace4-3fc6e91e298e HTTP/1.1" 200 2937 0.006131 10.0.0.22 - - [2025-10-13 03:28:06] "GET /instance-ip/8b8fe6ef-3117-40d5-982d-faa3d4930389 HTTP/1.1" 200 1621 0.007432 10.0.0.22 - - [2025-10-13 03:28:06] "GET /virtual-machine/6efd8447-c72c-462e-b187-7eed922d2dd8 HTTP/1.1" 200 1289 0.003749 10.0.0.22 - - [2025-10-13 03:28:06] "GET /virtual-machine-interface/1169f0cb-16cf-400a-ace4-3fc6e91e298e HTTP/1.1" 200 2937 0.005398 10.0.0.22 - - [2025-10-13 03:28:06] "GET /instance-ip/8b8fe6ef-3117-40d5-982d-faa3d4930389 HTTP/1.1" 200 1621 0.005661 10.0.0.22 - - [2025-10-13 03:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.22 - - [2025-10-13 03:28:06] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004473 10.0.0.22 - - [2025-10-13 03:28:06] "GET /virtual-networks?parent_id=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003036 10.0.0.22 - - [2025-10-13 03:28:06] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006011 10.0.0.22 - - [2025-10-13 03:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.22 - - [2025-10-13 03:28:07] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005859 10.0.0.22 - - [2025-10-13 03:28:07] "GET /virtual-networks?parent_id=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002726 10.0.0.22 - - [2025-10-13 03:28:07] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008942 10.0.0.22 - - [2025-10-13 03:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.22 - - [2025-10-13 03:28:07] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004285 10.0.0.22 - - [2025-10-13 03:28:07] "GET /virtual-networks?parent_id=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005213 10.0.0.22 - - [2025-10-13 03:28:07] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006831 10.0.0.22 - - [2025-10-13 03:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.22 - - [2025-10-13 03:28:07] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005064 10.0.0.22 - - [2025-10-13 03:28:07] "GET /virtual-networks?parent_id=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004405 10.0.0.22 - - [2025-10-13 03:28:07] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007981 10.0.0.22 - - [2025-10-13 03:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.22 - - [2025-10-13 03:28:07] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004932 10.0.0.22 - - [2025-10-13 03:28:07] "GET /virtual-networks?parent_id=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004334 10.0.0.22 - - [2025-10-13 03:28:07] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007769 10.0.0.22 - - [2025-10-13 03:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.22 - - [2025-10-13 03:28:07] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005025 10.0.0.22 - - [2025-10-13 03:28:07] "GET /virtual-networks?parent_id=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004001 10.0.0.22 - - [2025-10-13 03:28:07] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009348 10.0.0.22 - - [2025-10-13 03:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004916 10.0.0.22 - - [2025-10-13 03:28:07] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005493 10.0.0.22 - - [2025-10-13 03:28:07] "GET /virtual-networks?parent_id=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003736 10.0.0.22 - - [2025-10-13 03:28:07] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006882 10.0.0.22 - - [2025-10-13 03:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.22 - - [2025-10-13 03:28:10] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005021 10.0.0.22 - - [2025-10-13 03:28:10] "POST /neutron/port HTTP/1.1" 200 1087 0.035733 10.0.0.41 - - [2025-10-13 03:28:11] "DELETE /project/e3e6e028-3888-4aed-9835-18c25ab3d212 HTTP/1.1" 404 177 0.004514 10.0.0.41 - - [2025-10-13 03:28:11] "DELETE /project/014edc8a3e85452b82e91f82747459fa HTTP/1.1" 404 173 0.003948 10.0.0.22 - - [2025-10-13 03:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.22 - - [2025-10-13 03:28:12] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004315 10.0.0.22 - - [2025-10-13 03:28:12] "GET /virtual-networks?parent_id=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003020 10.0.0.22 - - [2025-10-13 03:28:13] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005941 10.0.0.22 - - [2025-10-13 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.22 - - [2025-10-13 03:28:13] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005451 10.0.0.22 - - [2025-10-13 03:28:13] "GET /virtual-networks?parent_id=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003523 10.0.0.22 - - [2025-10-13 03:28:13] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005984 10.0.0.22 - - [2025-10-13 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.22 - - [2025-10-13 03:28:13] "GET /routing-instance/463c1c83-d5fb-404b-8dd0-3890c5e312ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004493 10.0.0.22 - - [2025-10-13 03:28:13] "GET /route-target/76212289-db43-468e-a12a-1663d001d6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005830 10.0.0.22 - - [2025-10-13 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.22 - - [2025-10-13 03:28:13] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003733 10.0.0.22 - - [2025-10-13 03:28:13] "GET /virtual-networks?parent_id=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002931 10.0.0.22 - - [2025-10-13 03:28:13] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008173 10.0.0.22 - - [2025-10-13 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100 10.0.0.22 - - [2025-10-13 03:28:13] "GET /routing-instance/463c1c83-d5fb-404b-8dd0-3890c5e312ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.006259 10.0.0.22 - - [2025-10-13 03:28:13] "GET /route-target/76212289-db43-468e-a12a-1663d001d6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005812 10.0.0.22 - - [2025-10-13 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005476 10.0.0.22 - - [2025-10-13 03:28:13] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006201 10.0.0.22 - - [2025-10-13 03:28:13] "GET /virtual-networks?parent_id=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003810 10.0.0.22 - - [2025-10-13 03:28:13] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007616 10.0.0.22 - - [2025-10-13 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.22 - - [2025-10-13 03:28:13] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005819 10.0.0.22 - - [2025-10-13 03:28:13] "GET /virtual-networks?parent_id=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003901 10.0.0.22 - - [2025-10-13 03:28:14] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007806 10.0.0.41 - - [2025-10-13 03:28:14] "GET /obj-perms HTTP/1.1" 200 5024 0.056229 10.0.0.41 - - [2025-10-13 03:28:20] "GET /obj-perms HTTP/1.1" 200 5024 0.004384 10.0.0.41 - - [2025-10-13 03:28:26] "GET /obj-perms HTTP/1.1" 200 5024 0.003733 10.0.0.22 - - [2025-10-13 03:28:26] "GET /obj-perms HTTP/1.1" 200 5024 0.043557 10.0.0.22 - - [2025-10-13 03:28:27] "GET /obj-perms HTTP/1.1" 200 5024 0.003608 10.0.0.41 - - [2025-10-13 03:28:27] "GET /obj-perms HTTP/1.1" 200 5024 0.003739 10.0.0.19 - - [2025-10-13 03:28:27] "GET /obj-perms HTTP/1.1" 200 5024 0.048760 10.0.0.22 - - [2025-10-13 03:28:27] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009322 10.0.0.22 - - [2025-10-13 03:28:27] "POST /neutron/port HTTP/1.1" 200 1051 0.016203 10.0.0.22 - - [2025-10-13 03:28:27] "GET /virtual-machine/ef8d812f-7913-4444-a5ba-636d0edc96d3 HTTP/1.1" 200 1268 0.005833 10.0.0.22 - - [2025-10-13 03:28:27] "GET /virtual-machine-interface/4cfa60de-de80-4957-b4a9-d1e28ef4ef6d HTTP/1.1" 200 3149 0.005043 10.0.0.22 - - [2025-10-13 03:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.22 - - [2025-10-13 03:28:27] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003902 10.0.0.22 - - [2025-10-13 03:28:27] "GET /virtual-networks?parent_id=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002656 10.0.0.22 - - [2025-10-13 03:28:27] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005825 10.0.0.22 - - [2025-10-13 03:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.22 - - [2025-10-13 03:28:29] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003628 10.0.0.22 - - [2025-10-13 03:28:29] "GET /virtual-networks?parent_id=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002753 10.0.0.22 - - [2025-10-13 03:28:29] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006850 10.0.0.22 - - [2025-10-13 03:28:29] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005612 10.0.0.22 - - [2025-10-13 03:28:30] "GET /obj-perms HTTP/1.1" 200 5024 0.003729 10.0.0.41 - - [2025-10-13 03:28:30] "GET /obj-perms HTTP/1.1" 200 5024 0.003930 10.0.0.22 - - [2025-10-13 03:28:30] "GET /virtual-machine/6efd8447-c72c-462e-b187-7eed922d2dd8 HTTP/1.1" 200 1289 0.004447 10.0.0.22 - - [2025-10-13 03:28:30] "POST /neutron/port HTTP/1.1" 200 1113 0.011457 10.0.0.22 - - [2025-10-13 03:28:32] "GET /virtual-machine/6efd8447-c72c-462e-b187-7eed922d2dd8 HTTP/1.1" 404 171 0.003210 10.0.0.22 - - [2025-10-13 03:28:32] "GET /virtual-machine/6efd8447-c72c-462e-b187-7eed922d2dd8 HTTP/1.1" 404 171 0.003366 10.0.0.22 - - [2025-10-13 03:28:32] "GET /virtual-machine/6efd8447-c72c-462e-b187-7eed922d2dd8 HTTP/1.1" 404 171 0.002953 10.0.0.22 - - [2025-10-13 03:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005614 10.0.0.22 - - [2025-10-13 03:28:32] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003820 10.0.0.22 - - [2025-10-13 03:28:32] "GET /virtual-networks?parent_id=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003402 10.0.0.22 - - [2025-10-13 03:28:32] "GET /virtual-network/e6be54f2-3e77-4a26-b60c-90db0f446088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005702 10.0.0.22 - - [2025-10-13 03:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.22 - - [2025-10-13 03:28:32] "GET /routing-instance/463c1c83-d5fb-404b-8dd0-3890c5e312ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004308 10.0.0.22 - - [2025-10-13 03:28:32] "GET /route-target/76212289-db43-468e-a12a-1663d001d6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003849 10.0.0.22 - - [2025-10-13 03:28:38] "GET /obj-perms HTTP/1.1" 200 5024 0.005008 10.0.0.41 - - [2025-10-13 03:28:38] "GET /obj-perms HTTP/1.1" 200 5024 0.003832 10.0.0.22 - - [2025-10-13 03:28:48] "GET /obj-perms HTTP/1.1" 200 5024 0.006800 10.0.0.41 - - [2025-10-13 03:28:48] "GET /obj-perms HTTP/1.1" 200 5024 0.003985 10.0.0.22 - - [2025-10-13 03:28:54] "GET /obj-perms HTTP/1.1" 200 5056 0.044631 10.0.0.41 - - [2025-10-13 03:28:57] "GET /obj-perms HTTP/1.1" 200 5024 0.004128 10.0.0.22 - - [2025-10-13 03:28:57] "GET /obj-perms HTTP/1.1" 200 5024 0.004607 10.0.0.19 - - [2025-10-13 03:28:57] "GET /obj-perms HTTP/1.1" 200 5024 0.005452 10.0.0.22 - - [2025-10-13 03:28:57] "GET /interface-route-table/77fa2bc4-0a8c-4a04-a3c6-f75349cec02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.003798 10.0.0.22 - - [2025-10-13 03:28:57] "GET /virtual-machine-interface/4cfa60de-de80-4957-b4a9-d1e28ef4ef6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2928 0.005707 10.0.0.22 - - [2025-10-13 03:28:57] "POST /ref-update HTTP/1.1" 200 156 0.015026 10.0.0.22 - - [2025-10-13 03:28:57] "DELETE /interface-route-table/77fa2bc4-0a8c-4a04-a3c6-f75349cec02f HTTP/1.1" 200 115 0.030814 10.0.0.22 - - [2025-10-13 03:28:57] "POST /neutron/port HTTP/1.1" 200 151 0.146368 10.0.0.41 - - [2025-10-13 03:28:59] "GET /projects?obj_uuids=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002113 10.0.0.22 - - [2025-10-13 03:28:59] "GET /project/014edc8a-3e85-452b-82e9-1f82747459fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.053669 10.0.0.41 - - [2025-10-13 03:28:59] "GET /projects?obj_uuids=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001218 10.0.0.22 - - [2025-10-13 03:28:59] "GET /project/014edc8a-3e85-452b-82e9-1f82747459fa?fields=virtual_networks HTTP/1.1" 200 1022 0.043423 10.0.0.41 - - [2025-10-13 03:28:59] "GET /projects?obj_uuids=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000974 10.0.0.22 - - [2025-10-13 03:28:59] "GET /project/014edc8a-3e85-452b-82e9-1f82747459fa?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.039629 10.0.0.41 - - [2025-10-13 03:28:59] "GET /projects?obj_uuids=014edc8a-3e85-452b-82e9-1f82747459fa&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001053 10.0.0.22 - - [2025-10-13 03:28:59] "GET /project/014edc8a-3e85-452b-82e9-1f82747459fa?fields=security_groups HTTP/1.1" 200 1245 0.035637 10.0.0.22 - - [2025-10-13 03:29:00] "POST /fqname-to-id HTTP/1.1" 404 192 0.027868 10.0.0.41 - - [2025-10-13 03:29:00] "GET /projects?obj_uuids=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003513 10.0.0.41 - - [2025-10-13 03:29:00] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001225 10.0.0.41 - - [2025-10-13 03:29:00] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008200 10.0.0.41 - - [2025-10-13 03:29:00] "POST /id-to-fqname HTTP/1.1" 200 194 0.001654 10.0.0.41 - - [2025-10-13 03:29:00] "POST /fqname-to-id HTTP/1.1" 404 203 0.007296 10.0.0.41 - - [2025-10-13 03:29:00] "POST /security-groups HTTP/1.1" 200 595 0.032488 10.0.0.41 - - [2025-10-13 03:29:00] "POST /fqname-to-id HTTP/1.1" 404 238 0.004290 10.0.0.41 - - [2025-10-13 03:29:00] "POST /projects HTTP/1.1" 200 593 0.242700 10.0.0.41 - - [2025-10-13 03:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.309792 10.0.0.41 - - [2025-10-13 03:29:00] "POST /access-control-lists HTTP/1.1" 200 598 0.028949 10.0.0.22 - - [2025-10-13 03:29:00] "GET /project/dbd9018d-fd80-486e-bdf2-ae2f63d3ee67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.439524 10.0.0.22 - - [2025-10-13 03:29:01] "GET / HTTP/1.1" 200 35931 0.002006 10.0.0.22 - - [2025-10-13 03:29:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.22 - - [2025-10-13 03:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.072073 10.0.0.41 - - [2025-10-13 03:29:02] "GET /projects?obj_uuids=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001098 10.0.0.22 - - [2025-10-13 03:29:02] "GET /project/dbd9018d-fd80-486e-bdf2-ae2f63d3ee67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.037862 10.0.0.22 - - [2025-10-13 03:29:02] "POST /neutron/network HTTP/1.1" 200 117 0.031627 10.0.0.22 - - [2025-10-13 03:29:03] "POST /neutron/port HTTP/1.1" 200 117 0.006925 10.0.0.22 - - [2025-10-13 03:29:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.003453 10.0.0.22 - - [2025-10-13 03:29:03] "GET /virtual-network/e9128daf-5700-41c7-87fa-ced553373d78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006769 10.0.0.22 - - [2025-10-13 03:29:03] "POST /neutron/network HTTP/1.1" 200 829 0.006665 10.0.0.22 - - [2025-10-13 03:29:03] "GET /virtual-network/e9128daf-5700-41c7-87fa-ced553373d78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006297 10.0.0.22 - - [2025-10-13 03:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.41 - - [2025-10-13 03:29:03] "GET /projects?obj_uuids=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001011 10.0.0.22 - - [2025-10-13 03:29:03] "GET /project/dbd9018d-fd80-486e-bdf2-ae2f63d3ee67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.048443 10.0.0.22 - - [2025-10-13 03:29:03] "POST /neutron/network HTTP/1.1" 200 117 0.011109 10.0.0.41 - - [2025-10-13 03:29:03] "POST /route-targets HTTP/1.1" 200 327 0.020241 10.0.0.22 - - [2025-10-13 03:29:03] "POST /neutron/network HTTP/1.1" 200 828 0.014845 10.0.0.22 - - [2025-10-13 03:29:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.001146 10.0.0.22 - - [2025-10-13 03:29:03] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005434 10.0.0.22 - - [2025-10-13 03:29:03] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008460 10.0.0.22 - - [2025-10-13 03:29:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.009882 10.0.0.22 - - [2025-10-13 03:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.41 - - [2025-10-13 03:29:04] "GET /projects?obj_uuids=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000938 10.0.0.22 - - [2025-10-13 03:29:04] "GET /project/dbd9018d-fd80-486e-bdf2-ae2f63d3ee67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.055880 10.0.0.41 - - [2025-10-13 03:29:04] "POST /ref-update HTTP/1.1" 200 156 0.034271 10.0.0.41 - - [2025-10-13 03:29:04] "POST /useragent-kv HTTP/1.1" 200 115 0.011310 10.0.0.22 - - [2025-10-13 03:29:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.232026 10.0.0.22 - - [2025-10-13 03:29:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001268 10.0.0.22 - - [2025-10-13 03:29:04] "GET /virtual-network/23f6e171-1bbe-4882-bd81-0c76c37f81cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005876 10.0.0.22 - - [2025-10-13 03:29:04] "GET /virtual-network/23f6e171-1bbe-4882-bd81-0c76c37f81cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005617 10.0.0.22 - - [2025-10-13 03:29:04] "POST /neutron/network HTTP/1.1" 200 826 0.010754 10.0.0.22 - - [2025-10-13 03:29:04] "POST /fqname-to-id HTTP/1.1" 404 214 0.004386 10.0.0.22 - - [2025-10-13 03:29:04] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007603 10.0.0.22 - - [2025-10-13 03:29:05] "GET /virtual-machine-interface/6c514cdf-d069-4661-89bd-46253dfafa2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.008041 10.0.0.22 - - [2025-10-13 03:29:05] "GET /virtual-machine-interface/6c514cdf-d069-4661-89bd-46253dfafa2a?fields=instance_ip_back_refs HTTP/1.1" 200 1331 0.010198 10.0.0.22 - - [2025-10-13 03:29:05] "GET /instance-ip/2e3386bc-073c-47d9-bc46-85bd837010c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004795 10.0.0.22 - - [2025-10-13 03:29:05] "POST /fqname-to-id HTTP/1.1" 404 214 0.002898 10.0.0.22 - - [2025-10-13 03:29:05] "GET /virtual-network/e9128daf-5700-41c7-87fa-ced553373d78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006166 10.0.0.41 - - [2025-10-13 03:29:05] "GET /projects?obj_uuids=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001279 10.0.0.22 - - [2025-10-13 03:29:05] "GET /project/dbd9018d-fd80-486e-bdf2-ae2f63d3ee67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.052710 10.0.0.22 - - [2025-10-13 03:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.22 - - [2025-10-13 03:29:05] "GET /security-group/463751dd-cc70-47f1-85be-34719c934cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004658 10.0.0.22 - - [2025-10-13 03:29:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.096846 10.0.0.22 - - [2025-10-13 03:29:05] "POST /instance-ips HTTP/1.1" 200 357 0.042003 10.0.0.22 - - [2025-10-13 03:29:05] "GET /virtual-machine-interface/ea6944f9-234f-45ea-a217-b3f9793bbfd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005893 10.0.0.22 - - [2025-10-13 03:29:05] "GET /virtual-machine-interface/ea6944f9-234f-45ea-a217-b3f9793bbfd2?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.009612 10.0.0.22 - - [2025-10-13 03:29:05] "GET /instance-ip/63ca178d-2888-4ed3-8a37-615dc540b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.004529 10.0.0.22 - - [2025-10-13 03:29:05] "POST /fqname-to-id HTTP/1.1" 404 214 0.003758 10.0.0.22 - - [2025-10-13 03:29:05] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006543 10.0.0.41 - - [2025-10-13 03:29:05] "GET /projects?obj_uuids=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001016 10.0.0.22 - - [2025-10-13 03:29:05] "POST /neutron/port HTTP/1.1" 200 990 0.197902 10.0.0.22 - - [2025-10-13 03:29:05] "GET /virtual-machine-interface/a8a7c15c-608f-4c37-ae09-e35e7223be0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.007488 10.0.0.22 - - [2025-10-13 03:29:05] "GET /virtual-machine-interface/a8a7c15c-608f-4c37-ae09-e35e7223be0d?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.007331 10.0.0.22 - - [2025-10-13 03:29:06] "GET /instance-ip/7cb342e5-ff24-40d4-b780-3e299b4b4f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004969 10.0.0.22 - - [2025-10-13 03:29:06] "POST /fqname-to-id HTTP/1.1" 404 214 0.004046 10.0.0.22 - - [2025-10-13 03:29:06] "GET /virtual-network/e9128daf-5700-41c7-87fa-ced553373d78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007069 10.0.0.41 - - [2025-10-13 03:29:06] "GET /projects?obj_uuids=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001737 10.0.0.22 - - [2025-10-13 03:29:06] "GET /project/dbd9018d-fd80-486e-bdf2-ae2f63d3ee67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.044331 10.0.0.22 - - [2025-10-13 03:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.22 - - [2025-10-13 03:29:06] "GET /security-group/463751dd-cc70-47f1-85be-34719c934cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004749 10.0.0.22 - - [2025-10-13 03:29:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.088700 10.0.0.22 - - [2025-10-13 03:29:06] "POST /instance-ips HTTP/1.1" 200 357 0.030888 10.0.0.22 - - [2025-10-13 03:29:06] "GET /virtual-machine-interface/803a1574-d9ac-4c4e-b2f5-40727333bf59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005534 10.0.0.22 - - [2025-10-13 03:29:06] "GET /virtual-machine-interface/803a1574-d9ac-4c4e-b2f5-40727333bf59?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.008569 10.0.0.22 - - [2025-10-13 03:29:06] "GET /instance-ip/a96b330c-eb45-4559-854e-5bb28724f66c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.004551 10.0.0.22 - - [2025-10-13 03:29:06] "POST /fqname-to-id HTTP/1.1" 404 214 0.003901 10.0.0.22 - - [2025-10-13 03:29:06] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005781 10.0.0.22 - - [2025-10-13 03:29:06] "GET /virtual-machine-interface/31c9e707-a6ec-445a-a6d3-85c41f3d3702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.013437 10.0.0.22 - - [2025-10-13 03:29:06] "GET /virtual-machine-interface/31c9e707-a6ec-445a-a6d3-85c41f3d3702?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.008586 10.0.0.22 - - [2025-10-13 03:29:06] "GET /instance-ip/1c88348a-46de-460b-84c8-abab1fb73e92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004477 10.0.0.22 - - [2025-10-13 03:29:06] "POST /fqname-to-id HTTP/1.1" 404 214 0.002986 10.0.0.22 - - [2025-10-13 03:29:06] "GET /virtual-network/23f6e171-1bbe-4882-bd81-0c76c37f81cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005932 10.0.0.41 - - [2025-10-13 03:29:07] "GET /projects?obj_uuids=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002171 10.0.0.22 - - [2025-10-13 03:29:07] "GET /project/dbd9018d-fd80-486e-bdf2-ae2f63d3ee67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.037509 10.0.0.22 - - [2025-10-13 03:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.22 - - [2025-10-13 03:29:07] "GET /security-group/463751dd-cc70-47f1-85be-34719c934cf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.005546 10.0.0.22 - - [2025-10-13 03:29:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.088121 10.0.0.22 - - [2025-10-13 03:29:07] "POST /instance-ips HTTP/1.1" 200 357 0.043446 10.0.0.22 - - [2025-10-13 03:29:07] "GET /virtual-machine-interface/69045b98-606f-44f9-9bc5-ca71c16a172d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007644 10.0.0.22 - - [2025-10-13 03:29:07] "GET /virtual-machine-interface/69045b98-606f-44f9-9bc5-ca71c16a172d?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.010154 10.0.0.22 - - [2025-10-13 03:29:07] "GET /instance-ip/3698ab22-b36f-4f47-b8ba-5677a22fd714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1580 0.005140 10.0.0.22 - - [2025-10-13 03:29:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001396 10.0.0.22 - - [2025-10-13 03:29:09] "POST /neutron/port HTTP/1.1" 200 990 0.032842 10.0.0.22 - - [2025-10-13 03:29:09] "POST /neutron/port HTTP/1.1" 200 990 0.012008 10.0.0.22 - - [2025-10-13 03:29:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001352 10.0.0.22 - - [2025-10-13 03:29:09] "POST /neutron/port HTTP/1.1" 200 117 0.007224 10.0.0.22 - - [2025-10-13 03:29:09] "POST /neutron/network HTTP/1.1" 200 838 0.008584 10.0.0.22 - - [2025-10-13 03:29:09] "POST /neutron/port HTTP/1.1" 200 1082 0.116851 10.0.0.22 - - [2025-10-13 03:29:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.023145 10.0.0.41 - - [2025-10-13 03:29:10] "GET /projects?obj_uuids=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001341 10.0.0.22 - - [2025-10-13 03:29:10] "GET /project/dbd9018d-fd80-486e-bdf2-ae2f63d3ee67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.121746 10.0.0.22 - - [2025-10-13 03:29:10] "POST /neutron/network HTTP/1.1" 200 826 0.015350 10.0.0.22 - - [2025-10-13 03:29:10] "POST /neutron/port HTTP/1.1" 200 117 0.011960 10.0.0.22 - - [2025-10-13 03:29:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001757 10.0.0.22 - - [2025-10-13 03:29:10] "POST /neutron/port HTTP/1.1" 200 990 0.010488 10.0.0.22 - - [2025-10-13 03:29:10] "POST /neutron/network HTTP/1.1" 200 836 0.007665 10.0.0.22 - - [2025-10-13 03:29:11] "POST /neutron/port HTTP/1.1" 200 990 0.018910 10.0.0.41 - - [2025-10-13 03:29:11] "DELETE /project/dbd9018dfd80486ebdf2ae2f63d3ee67 HTTP/1.1" 404 173 0.004009 10.0.0.41 - - [2025-10-13 03:29:11] "DELETE /project/014edc8a-3e85-452b-82e9-1f82747459fa HTTP/1.1" 404 177 0.003311 10.0.0.22 - - [2025-10-13 03:29:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006503 10.0.0.22 - - [2025-10-13 03:29:11] "POST /neutron/port HTTP/1.1" 200 117 0.017448 10.0.0.41 - - [2025-10-13 03:29:11] "POST /route-targets HTTP/1.1" 200 327 0.015482 10.0.0.22 - - [2025-10-13 03:29:11] "POST /neutron/port HTTP/1.1" 200 1090 0.036176 10.0.0.22 - - [2025-10-13 03:29:11] "POST /neutron/subnet HTTP/1.1" 200 689 0.010176 10.0.0.22 - - [2025-10-13 03:29:11] "POST /neutron/port HTTP/1.1" 200 990 0.017746 10.0.0.22 - - [2025-10-13 03:29:12] "POST /neutron/network HTTP/1.1" 200 838 0.006284 10.0.0.22 - - [2025-10-13 03:29:12] "POST /neutron/port HTTP/1.1" 200 1082 0.185420 10.0.0.41 - - [2025-10-13 03:29:12] "POST /ref-update HTTP/1.1" 200 156 0.027874 10.0.0.22 - - [2025-10-13 03:29:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.011932 10.0.0.22 - - [2025-10-13 03:29:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007707 10.0.0.22 - - [2025-10-13 03:29:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008415 10.0.0.22 - - [2025-10-13 03:29:12] "GET /virtual-machine/62a2b7b4-a714-4d72-9922-da41e9d5122c HTTP/1.1" 401 292 0.000409 10.0.0.22 - - [2025-10-13 03:29:13] "GET /virtual-machine/62a2b7b4-a714-4d72-9922-da41e9d5122c HTTP/1.1" 200 1274 0.028784 10.0.0.22 - - [2025-10-13 03:29:13] "GET /virtual-machine-interface/6c514cdf-d069-4661-89bd-46253dfafa2a HTTP/1.1" 200 3185 0.005898 10.0.0.22 - - [2025-10-13 03:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.22 - - [2025-10-13 03:29:13] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004183 10.0.0.22 - - [2025-10-13 03:29:13] "GET /virtual-networks?parent_id=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003552 10.0.0.22 - - [2025-10-13 03:29:13] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007792 10.0.0.22 - - [2025-10-13 03:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.22 - - [2025-10-13 03:29:16] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006239 10.0.0.22 - - [2025-10-13 03:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.22 - - [2025-10-13 03:29:20] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005911 10.0.0.22 - - [2025-10-13 03:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.22 - - [2025-10-13 03:29:24] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005553 10.0.0.22 - - [2025-10-13 03:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.22 - - [2025-10-13 03:29:28] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005201 10.0.0.22 - - [2025-10-13 03:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.22 - - [2025-10-13 03:29:32] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004698 10.0.0.22 - - [2025-10-13 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.22 - - [2025-10-13 03:29:36] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005881 10.0.0.22 - - [2025-10-13 03:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.22 - - [2025-10-13 03:29:40] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005225 10.0.0.22 - - [2025-10-13 03:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.22 - - [2025-10-13 03:29:44] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005855 10.0.0.22 - - [2025-10-13 03:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.22 - - [2025-10-13 03:29:49] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005579 10.0.0.19 - - [2025-10-13 03:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.19 - - [2025-10-13 03:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.22 - - [2025-10-13 03:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.22 - - [2025-10-13 03:29:53] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005799 10.0.0.41 - - [2025-10-13 03:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.41 - - [2025-10-13 03:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.41 - - [2025-10-13 03:29:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.41 - - [2025-10-13 03:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.19 - - [2025-10-13 03:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.19 - - [2025-10-13 03:29:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.22 - - [2025-10-13 03:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.22 - - [2025-10-13 03:29:55] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005163 10.0.0.22 - - [2025-10-13 03:29:55] "GET /virtual-networks?parent_id=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003726 10.0.0.22 - - [2025-10-13 03:29:55] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005446 10.0.0.22 - - [2025-10-13 03:29:55] "POST /neutron/port HTTP/1.1" 200 1056 0.014919 10.0.0.22 - - [2025-10-13 03:29:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.22 - - [2025-10-13 03:29:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.22 - - [2025-10-13 03:29:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.22 - - [2025-10-13 03:29:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.22 - - [2025-10-13 03:30:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009319 10.0.0.22 - - [2025-10-13 03:30:01] "POST /neutron/network HTTP/1.1" 200 838 0.035432 10.0.0.22 - - [2025-10-13 03:30:01] "POST /neutron/port HTTP/1.1" 200 117 0.001185 10.0.0.22 - - [2025-10-13 03:30:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008879 10.0.0.22 - - [2025-10-13 03:30:06] "POST /neutron/port HTTP/1.1" 200 1090 0.013720 10.0.0.22 - - [2025-10-13 03:30:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003775 10.0.0.22 - - [2025-10-13 03:30:06] "POST /neutron/network HTTP/1.1" 200 826 0.006852 10.0.0.22 - - [2025-10-13 03:30:08] "POST /neutron/port HTTP/1.1" 200 1090 0.013865 10.0.0.22 - - [2025-10-13 03:30:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007648 10.0.0.22 - - [2025-10-13 03:30:16] "POST /neutron/port HTTP/1.1" 200 1090 0.014985 10.0.0.22 - - [2025-10-13 03:30:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007928 10.0.0.22 - - [2025-10-13 03:30:16] "GET /virtual-machine/18e1fca4-87e8-44a2-a60b-6072692c3170 HTTP/1.1" 200 1296 0.008184 10.0.0.22 - - [2025-10-13 03:30:16] "GET /virtual-machine-interface/9be26b77-fc86-4a98-8f0c-944b2077064c HTTP/1.1" 200 2961 0.005437 10.0.0.22 - - [2025-10-13 03:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.22 - - [2025-10-13 03:30:16] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003449 10.0.0.22 - - [2025-10-13 03:30:16] "GET /virtual-networks?parent_id=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002868 10.0.0.22 - - [2025-10-13 03:30:16] "GET /virtual-network/23f6e171-1bbe-4882-bd81-0c76c37f81cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006089 10.0.0.22 - - [2025-10-13 03:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.22 - - [2025-10-13 03:30:17] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003892 10.0.0.22 - - [2025-10-13 03:30:17] "GET /virtual-networks?parent_id=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003091 10.0.0.22 - - [2025-10-13 03:30:17] "GET /virtual-network/23f6e171-1bbe-4882-bd81-0c76c37f81cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005768 10.0.0.22 - - [2025-10-13 03:30:17] "POST /neutron/port HTTP/1.1" 200 1056 0.014666 10.0.0.22 - - [2025-10-13 03:30:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008082 10.0.0.22 - - [2025-10-13 03:30:17] "GET /virtual-machine/b73f538e-3874-4b7a-abc3-2b1a0688b9c1 HTTP/1.1" 200 1275 0.006612 10.0.0.22 - - [2025-10-13 03:30:17] "GET /virtual-machine-interface/31c9e707-a6ec-445a-a6d3-85c41f3d3702 HTTP/1.1" 200 3186 0.005145 10.0.0.22 - - [2025-10-13 03:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.22 - - [2025-10-13 03:30:18] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003618 10.0.0.22 - - [2025-10-13 03:30:18] "GET /virtual-networks?parent_id=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003143 10.0.0.22 - - [2025-10-13 03:30:18] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005764 10.0.0.22 - - [2025-10-13 03:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.22 - - [2025-10-13 03:30:19] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004300 10.0.0.22 - - [2025-10-13 03:30:19] "GET /virtual-networks?parent_id=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.002926 10.0.0.22 - - [2025-10-13 03:30:19] "GET /virtual-network/856f4f3f-f640-41d9-a5a7-d05faaacf189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005856 10.0.0.41 - - [2025-10-13 03:30:56] "GET /obj-perms HTTP/1.1" 200 5056 0.049326 10.0.0.22 - - [2025-10-13 03:31:01] "POST /neutron/network HTTP/1.1" 200 838 0.007274 10.0.0.22 - - [2025-10-13 03:31:01] "POST /neutron/port HTTP/1.1" 200 117 0.001159 10.0.0.22 - - [2025-10-13 03:31:07] "POST /neutron/port HTTP/1.1" 200 1090 0.034599 10.0.0.22 - - [2025-10-13 03:31:07] "POST /neutron/subnet HTTP/1.1" 200 689 0.009371 10.0.0.22 - - [2025-10-13 03:31:34] "POST /neutron/router HTTP/1.1" 200 598 0.016895 10.0.0.22 - - [2025-10-13 03:31:35] "POST /neutron/router HTTP/1.1" 200 344 0.213400 10.0.0.41 - - [2025-10-13 03:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006448 10.0.0.22 - - [2025-10-13 03:31:36] "POST /neutron/port HTTP/1.1" 200 1090 0.017322 10.0.0.22 - - [2025-10-13 03:31:37] "DELETE /instance-ip/3698ab22-b36f-4f47-b8ba-5677a22fd714 HTTP/1.1" 200 115 0.045147 10.0.0.22 - - [2025-10-13 03:31:37] "DELETE /virtual-machine-interface/69045b98-606f-44f9-9bc5-ca71c16a172d HTTP/1.1" 200 115 0.066554 10.0.0.22 - - [2025-10-13 03:31:37] "POST /neutron/port HTTP/1.1" 200 1082 0.017559 10.0.0.22 - - [2025-10-13 03:31:37] "DELETE /instance-ip/a96b330c-eb45-4559-854e-5bb28724f66c HTTP/1.1" 200 115 0.054208 10.0.0.22 - - [2025-10-13 03:31:37] "DELETE /virtual-machine-interface/803a1574-d9ac-4c4e-b2f5-40727333bf59 HTTP/1.1" 200 115 0.084943 10.0.0.22 - - [2025-10-13 03:31:37] "POST /neutron/port HTTP/1.1" 200 151 0.110551 10.0.0.22 - - [2025-10-13 03:31:37] "DELETE /instance-ip/63ca178d-2888-4ed3-8a37-615dc540b882 HTTP/1.1" 200 115 0.047440 10.0.0.22 - - [2025-10-13 03:31:37] "DELETE /virtual-machine-interface/ea6944f9-234f-45ea-a217-b3f9793bbfd2 HTTP/1.1" 200 115 0.066042 10.0.0.22 - - [2025-10-13 03:31:38] "POST /neutron/network HTTP/1.1" 200 826 0.008578 10.0.0.41 - - [2025-10-13 03:31:38] "DELETE /route-target/05d70ef9-8a15-4301-bf8c-e127ce7209eb HTTP/1.1" 200 115 0.022054 10.0.0.41 - - [2025-10-13 03:31:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004598 10.0.0.41 - - [2025-10-13 03:31:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002888 10.0.0.22 - - [2025-10-13 03:31:38] "POST /neutron/network HTTP/1.1" 200 151 0.160375 10.0.0.41 - - [2025-10-13 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.41 - - [2025-10-13 03:31:38] "GET /projects?obj_uuids=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001216 10.0.0.22 - - [2025-10-13 03:31:38] "GET /project/dbd9018d-fd80-486e-bdf2-ae2f63d3ee67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.047755 10.0.0.41 - - [2025-10-13 03:31:38] "GET /projects?obj_uuids=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000937 10.0.0.22 - - [2025-10-13 03:31:38] "GET /project/dbd9018d-fd80-486e-bdf2-ae2f63d3ee67?fields=virtual_networks HTTP/1.1" 200 1040 0.050649 10.0.0.41 - - [2025-10-13 03:31:38] "GET /projects?obj_uuids=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000959 10.0.0.22 - - [2025-10-13 03:31:38] "GET /project/dbd9018d-fd80-486e-bdf2-ae2f63d3ee67?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.039732 10.0.0.41 - - [2025-10-13 03:31:38] "GET /projects?obj_uuids=dbd9018d-fd80-486e-bdf2-ae2f63d3ee67&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000973 10.0.0.22 - - [2025-10-13 03:31:38] "GET /project/dbd9018d-fd80-486e-bdf2-ae2f63d3ee67?fields=security_groups HTTP/1.1" 200 1270 0.041992 10.0.0.22 - - [2025-10-13 03:31:39] "POST /fqname-to-id HTTP/1.1" 404 187 0.025595 10.0.0.41 - - [2025-10-13 03:31:39] "GET /projects?obj_uuids=0af46ced-f00b-4a3d-82df-3e89fc45dfd2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003844 10.0.0.41 - - [2025-10-13 03:31:39] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.41 - - [2025-10-13 03:31:39] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008268 10.0.0.41 - - [2025-10-13 03:31:39] "POST /id-to-fqname HTTP/1.1" 200 189 0.005115 10.0.0.41 - - [2025-10-13 03:31:39] "POST /fqname-to-id HTTP/1.1" 404 198 0.009138 10.0.0.41 - - [2025-10-13 03:31:39] "POST /security-groups HTTP/1.1" 200 590 0.077182 10.0.0.41 - - [2025-10-13 03:31:40] "POST /projects HTTP/1.1" 200 583 0.283359 10.0.0.41 - - [2025-10-13 03:31:40] "POST /access-control-lists HTTP/1.1" 200 595 0.027181 10.0.0.41 - - [2025-10-13 03:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.359248 10.0.0.22 - - [2025-10-13 03:31:40] "GET /project/0af46ced-f00b-4a3d-82df-3e89fc45dfd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.497231 10.0.0.22 - - [2025-10-13 03:31:41] "POST /neutron/port HTTP/1.1" 200 117 0.007416 10.0.0.22 - - [2025-10-13 03:31:41] "GET / HTTP/1.1" 200 35931 0.002292 10.0.0.22 - - [2025-10-13 03:31:41] "POST /neutron/port HTTP/1.1" 400 205 0.003739 10.0.0.22 - - [2025-10-13 03:31:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.22 - - [2025-10-13 03:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.062402 10.0.0.41 - - [2025-10-13 03:31:43] "GET /projects?obj_uuids=0af46ced-f00b-4a3d-82df-3e89fc45dfd2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000889 10.0.0.22 - - [2025-10-13 03:31:43] "GET /project/0af46ced-f00b-4a3d-82df-3e89fc45dfd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.037621 10.0.0.41 - - [2025-10-13 03:31:43] "POST /route-targets HTTP/1.1" 200 327 0.013721 10.0.0.41 - - [2025-10-13 03:31:43] "POST /useragent-kv HTTP/1.1" 200 115 0.006843 10.0.0.22 - - [2025-10-13 03:31:43] "POST /neutron/subnet HTTP/1.1" 200 714 0.248641 10.0.0.22 - - [2025-10-13 03:31:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.001333 10.0.0.22 - - [2025-10-13 03:31:43] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005379 10.0.0.22 - - [2025-10-13 03:31:43] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005238 10.0.0.22 - - [2025-10-13 03:31:43] "POST /neutron/network HTTP/1.1" 200 821 0.005826 10.0.0.22 - - [2025-10-13 03:31:44] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005407 10.0.0.22 - - [2025-10-13 03:31:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.001425 10.0.0.41 - - [2025-10-13 03:31:46] "GET /projects?obj_uuids=0af46ced-f00b-4a3d-82df-3e89fc45dfd2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000969 10.0.0.22 - - [2025-10-13 03:31:46] "GET /project/0af46ced-f00b-4a3d-82df-3e89fc45dfd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.066802 10.0.0.22 - - [2025-10-13 03:31:46] "POST /neutron/network HTTP/1.1" 200 821 0.006708 10.0.0.22 - - [2025-10-13 03:31:46] "POST /id-to-fqname HTTP/1.1" 200 219 0.001347 10.0.0.22 - - [2025-10-13 03:31:46] "POST /neutron/port HTTP/1.1" 200 117 0.005882 10.0.0.41 - - [2025-10-13 03:31:47] "GET /projects?obj_uuids=0af46ced-f00b-4a3d-82df-3e89fc45dfd2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000898 10.0.0.22 - - [2025-10-13 03:31:47] "POST /neutron/port HTTP/1.1" 200 1057 0.328208 10.0.0.22 - - [2025-10-13 03:31:47] "POST /neutron/port HTTP/1.1" 200 1111 0.111807 10.0.0.41 - - [2025-10-13 03:31:47] "GET /projects?obj_uuids=0af46ced-f00b-4a3d-82df-3e89fc45dfd2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000990 10.0.0.22 - - [2025-10-13 03:31:47] "GET /project/0af46ced-f00b-4a3d-82df-3e89fc45dfd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.097274 10.0.0.22 - - [2025-10-13 03:31:47] "POST /neutron/subnet HTTP/1.1" 200 688 0.009845 10.0.0.22 - - [2025-10-13 03:31:47] "POST /neutron/network HTTP/1.1" 200 821 0.006775 10.0.0.22 - - [2025-10-13 03:31:48] "POST /neutron/port HTTP/1.1" 200 117 0.006263 10.0.0.22 - - [2025-10-13 03:31:48] "POST /neutron/network HTTP/1.1" 200 831 0.006441 10.0.0.22 - - [2025-10-13 03:31:48] "POST /neutron/port HTTP/1.1" 200 1057 0.013896 10.0.0.22 - - [2025-10-13 03:31:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005154 10.0.0.22 - - [2025-10-13 03:31:49] "POST /neutron/network HTTP/1.1" 200 821 0.007742 10.0.0.22 - - [2025-10-13 03:31:53] "POST /neutron/port HTTP/1.1" 200 1085 0.015512 10.0.0.22 - - [2025-10-13 03:31:53] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008995 10.0.0.22 - - [2025-10-13 03:31:53] "GET /virtual-machine/0799328e-cb22-4ad5-854d-9c5627285c41 HTTP/1.1" 401 292 0.000422 10.0.0.22 - - [2025-10-13 03:31:53] "GET /virtual-machine/0799328e-cb22-4ad5-854d-9c5627285c41 HTTP/1.1" 200 1289 0.027833 10.0.0.22 - - [2025-10-13 03:31:53] "GET /virtual-machine-interface/6d531a7e-0541-4a42-9380-a48363dfbb85 HTTP/1.1" 200 2935 0.006108 10.0.0.22 - - [2025-10-13 03:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.22 - - [2025-10-13 03:31:53] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003968 10.0.0.22 - - [2025-10-13 03:31:53] "GET /virtual-networks?parent_id=0af46ced-f00b-4a3d-82df-3e89fc45dfd2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003010 10.0.0.22 - - [2025-10-13 03:31:53] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005864 10.0.0.22 - - [2025-10-13 03:31:56] "GET /obj-perms HTTP/1.1" 200 5056 0.067488 10.0.0.22 - - [2025-10-13 03:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.22 - - [2025-10-13 03:31:57] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005275 10.0.0.41 - - [2025-10-13 03:31:57] "DELETE /access-control-list/f09717e0-4385-4e5b-bd14-8793176c6b86 HTTP/1.1" 200 115 0.033203 10.0.0.19 - - [2025-10-13 03:31:57] "GET /obj-perms HTTP/1.1" 200 5056 0.068891 10.0.0.22 - - [2025-10-13 03:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.22 - - [2025-10-13 03:32:01] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007207 10.0.0.22 - - [2025-10-13 03:32:03] "POST /neutron/network HTTP/1.1" 200 831 0.007070 10.0.0.22 - - [2025-10-13 03:32:03] "POST /neutron/port HTTP/1.1" 200 117 0.002125 10.0.0.22 - - [2025-10-13 03:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005024 10.0.0.22 - - [2025-10-13 03:32:05] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.008523 10.0.0.22 - - [2025-10-13 03:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.22 - - [2025-10-13 03:32:09] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005788 10.0.0.41 - - [2025-10-13 03:32:11] "DELETE /project/0af46cedf00b4a3d82df3e89fc45dfd2 HTTP/1.1" 404 173 0.002876 10.0.0.41 - - [2025-10-13 03:32:11] "DELETE /project/dbd9018d-fd80-486e-bdf2-ae2f63d3ee67 HTTP/1.1" 404 177 0.005168 10.0.0.22 - - [2025-10-13 03:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.22 - - [2025-10-13 03:32:13] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006535 10.0.0.22 - - [2025-10-13 03:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008593 10.0.0.22 - - [2025-10-13 03:32:17] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.007397 10.0.0.22 - - [2025-10-13 03:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.22 - - [2025-10-13 03:32:21] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005152 10.0.0.22 - - [2025-10-13 03:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.22 - - [2025-10-13 03:32:25] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005238 10.0.0.22 - - [2025-10-13 03:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.22 - - [2025-10-13 03:32:29] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005221 10.0.0.22 - - [2025-10-13 03:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.22 - - [2025-10-13 03:32:33] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005236 10.0.0.22 - - [2025-10-13 03:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.22 - - [2025-10-13 03:32:38] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006745 10.0.0.22 - - [2025-10-13 03:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.22 - - [2025-10-13 03:32:42] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005121 10.0.0.22 - - [2025-10-13 03:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.22 - - [2025-10-13 03:32:44] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003748 10.0.0.22 - - [2025-10-13 03:32:44] "GET /virtual-networks?parent_id=0af46ced-f00b-4a3d-82df-3e89fc45dfd2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002964 10.0.0.22 - - [2025-10-13 03:32:44] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005723 10.0.0.22 - - [2025-10-13 03:32:44] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007615 10.0.0.22 - - [2025-10-13 03:32:54] "POST /neutron/port HTTP/1.1" 200 1085 0.013718 10.0.0.22 - - [2025-10-13 03:32:55] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006559 10.0.0.22 - - [2025-10-13 03:32:59] "POST /neutron/port HTTP/1.1" 200 1085 0.014062 10.0.0.22 - - [2025-10-13 03:33:03] "POST /neutron/port HTTP/1.1" 200 1085 0.020277 10.0.0.22 - - [2025-10-13 03:33:03] "POST /neutron/subnet HTTP/1.1" 200 688 0.011534 10.0.0.22 - - [2025-10-13 03:33:05] "POST /neutron/port HTTP/1.1" 200 1085 0.016607 10.0.0.22 - - [2025-10-13 03:33:10] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008384 10.0.0.22 - - [2025-10-13 03:33:10] "POST /neutron/port HTTP/1.1" 200 1085 0.013912 10.0.0.22 - - [2025-10-13 03:33:10] "GET /virtual-machine/5064f096-21ea-4b66-9a3a-b68ca7c30835 HTTP/1.1" 200 1291 0.005939 10.0.0.22 - - [2025-10-13 03:33:10] "GET /virtual-machine-interface/6e5ad068-f3bc-4729-b76c-72a6e101943b HTTP/1.1" 200 2935 0.007105 10.0.0.22 - - [2025-10-13 03:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.22 - - [2025-10-13 03:33:10] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.013085 10.0.0.22 - - [2025-10-13 03:33:10] "GET /virtual-networks?parent_id=0af46ced-f00b-4a3d-82df-3e89fc45dfd2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003628 10.0.0.22 - - [2025-10-13 03:33:10] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006717 10.0.0.22 - - [2025-10-13 03:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.22 - - [2025-10-13 03:33:11] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003554 10.0.0.22 - - [2025-10-13 03:33:11] "GET /virtual-networks?parent_id=0af46ced-f00b-4a3d-82df-3e89fc45dfd2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002839 10.0.0.22 - - [2025-10-13 03:33:11] "GET /virtual-network/de3703f1-43b4-4254-982d-4d08d2badb39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005775 10.0.0.41 - - [2025-10-13 03:33:58] "GET /obj-perms HTTP/1.1" 200 5056 0.044273 10.0.0.22 - - [2025-10-13 03:34:06] "POST /neutron/port HTTP/1.1" 200 1085 0.016721 10.0.0.22 - - [2025-10-13 03:34:06] "POST /neutron/subnet HTTP/1.1" 200 688 0.008526 10.0.0.22 - - [2025-10-13 03:34:30] "POST /neutron/network HTTP/1.1" 200 821 0.006887 10.0.0.22 - - [2025-10-13 03:34:30] "POST /neutron/port HTTP/1.1" 200 1085 0.022517 10.0.0.22 - - [2025-10-13 03:34:30] "POST /neutron/port HTTP/1.1" 200 1111 0.012065 10.0.0.41 - - [2025-10-13 03:34:32] "POST /useragent-kv HTTP/1.1" 200 115 0.053933 10.0.0.41 - - [2025-10-13 03:34:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002247 10.0.0.22 - - [2025-10-13 03:34:32] "POST /neutron/network HTTP/1.1" 200 151 0.172073 10.0.0.41 - - [2025-10-13 03:34:33] "GET /projects?obj_uuids=0af46ced-f00b-4a3d-82df-3e89fc45dfd2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000941 10.0.0.22 - - [2025-10-13 03:34:33] "GET /project/0af46ced-f00b-4a3d-82df-3e89fc45dfd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.087259 10.0.0.41 - - [2025-10-13 03:34:33] "GET /projects?obj_uuids=0af46ced-f00b-4a3d-82df-3e89fc45dfd2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000974 10.0.0.22 - - [2025-10-13 03:34:34] "GET /project/0af46ced-f00b-4a3d-82df-3e89fc45dfd2?fields=virtual_networks HTTP/1.1" 200 1027 0.045285 10.0.0.41 - - [2025-10-13 03:34:34] "GET /projects?obj_uuids=0af46ced-f00b-4a3d-82df-3e89fc45dfd2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001467 10.0.0.22 - - [2025-10-13 03:34:34] "GET /project/0af46ced-f00b-4a3d-82df-3e89fc45dfd2?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.039412 10.0.0.41 - - [2025-10-13 03:34:34] "GET /projects?obj_uuids=0af46ced-f00b-4a3d-82df-3e89fc45dfd2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001027 10.0.0.22 - - [2025-10-13 03:34:34] "GET /project/0af46ced-f00b-4a3d-82df-3e89fc45dfd2?fields=security_groups HTTP/1.1" 200 1252 0.042669 10.0.0.22 - - [2025-10-13 03:34:34] "POST /fqname-to-id HTTP/1.1" 404 187 0.022469 10.0.0.41 - - [2025-10-13 03:34:35] "GET /projects?obj_uuids=a670308b-d036-4bc3-a62b-7f77efb38903&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003644 10.0.0.41 - - [2025-10-13 03:34:35] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001160 10.0.0.41 - - [2025-10-13 03:34:35] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031737 10.0.0.41 - - [2025-10-13 03:34:35] "POST /id-to-fqname HTTP/1.1" 200 189 0.006224 10.0.0.41 - - [2025-10-13 03:34:35] "POST /fqname-to-id HTTP/1.1" 404 198 0.004150 10.0.0.41 - - [2025-10-13 03:34:35] "POST /security-groups HTTP/1.1" 200 590 0.074099 10.0.0.41 - - [2025-10-13 03:34:35] "POST /projects HTTP/1.1" 200 583 0.309153 10.0.0.41 - - [2025-10-13 03:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.356756 10.0.0.41 - - [2025-10-13 03:34:35] "POST /fqname-to-id HTTP/1.1" 404 233 0.027025 10.0.0.22 - - [2025-10-13 03:34:35] "GET /project/a670308b-d036-4bc3-a62b-7f77efb38903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.546387 10.0.0.41 - - [2025-10-13 03:34:35] "POST /access-control-lists HTTP/1.1" 200 593 0.046639 10.0.0.22 - - [2025-10-13 03:34:36] "GET / HTTP/1.1" 200 35931 0.001944 10.0.0.22 - - [2025-10-13 03:34:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.22 - - [2025-10-13 03:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.049104 10.0.0.41 - - [2025-10-13 03:34:38] "GET /projects?obj_uuids=a670308b-d036-4bc3-a62b-7f77efb38903&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000908 10.0.0.22 - - [2025-10-13 03:34:38] "GET /project/a670308b-d036-4bc3-a62b-7f77efb38903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.043887 10.0.0.41 - - [2025-10-13 03:34:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007321 10.0.0.22 - - [2025-10-13 03:34:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.247475 10.0.0.22 - - [2025-10-13 03:34:39] "POST /id-to-fqname HTTP/1.1" 200 219 0.001274 10.0.0.22 - - [2025-10-13 03:34:39] "GET /virtual-network/39072ce9-1948-4fca-9bfe-d9d37dc89391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005208 10.0.0.22 - - [2025-10-13 03:34:39] "GET /virtual-network/39072ce9-1948-4fca-9bfe-d9d37dc89391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007039 10.0.0.22 - - [2025-10-13 03:34:39] "POST /neutron/network HTTP/1.1" 200 823 0.009411 10.0.0.22 - - [2025-10-13 03:34:39] "GET /virtual-network/39072ce9-1948-4fca-9bfe-d9d37dc89391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005827 10.0.0.22 - - [2025-10-13 03:34:41] "POST /id-to-fqname HTTP/1.1" 200 219 0.001444 10.0.0.41 - - [2025-10-13 03:34:42] "GET /projects?obj_uuids=a670308b-d036-4bc3-a62b-7f77efb38903&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000971 10.0.0.22 - - [2025-10-13 03:34:42] "GET /project/a670308b-d036-4bc3-a62b-7f77efb38903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.065056 10.0.0.22 - - [2025-10-13 03:34:42] "POST /neutron/network HTTP/1.1" 200 823 0.025959 10.0.0.22 - - [2025-10-13 03:34:42] "POST /id-to-fqname HTTP/1.1" 200 219 0.001309 10.0.0.22 - - [2025-10-13 03:34:42] "POST /neutron/port HTTP/1.1" 200 117 0.005951 10.0.0.41 - - [2025-10-13 03:34:42] "GET /projects?obj_uuids=a670308b-d036-4bc3-a62b-7f77efb38903&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001638 10.0.0.22 - - [2025-10-13 03:34:43] "POST /neutron/port HTTP/1.1" 200 1059 0.277262 10.0.0.22 - - [2025-10-13 03:34:43] "POST /neutron/port HTTP/1.1" 200 1113 0.121004 10.0.0.41 - - [2025-10-13 03:34:43] "GET /projects?obj_uuids=a670308b-d036-4bc3-a62b-7f77efb38903&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001139 10.0.0.22 - - [2025-10-13 03:34:43] "GET /project/a670308b-d036-4bc3-a62b-7f77efb38903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.075608 10.0.0.22 - - [2025-10-13 03:34:43] "POST /neutron/network HTTP/1.1" 200 823 0.009157 10.0.0.22 - - [2025-10-13 03:34:43] "POST /neutron/network HTTP/1.1" 200 823 0.007033 10.0.0.22 - - [2025-10-13 03:34:43] "POST /neutron/port HTTP/1.1" 200 117 0.007194 10.0.0.22 - - [2025-10-13 03:34:43] "POST /neutron/network HTTP/1.1" 200 833 0.006747 10.0.0.22 - - [2025-10-13 03:34:44] "POST /neutron/port HTTP/1.1" 200 1059 0.016769 10.0.0.22 - - [2025-10-13 03:34:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004036 10.0.0.22 - - [2025-10-13 03:34:44] "POST /neutron/network HTTP/1.1" 200 823 0.006410 10.0.0.22 - - [2025-10-13 03:34:48] "POST /neutron/port HTTP/1.1" 200 1087 0.015251 10.0.0.22 - - [2025-10-13 03:34:48] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007397 10.0.0.22 - - [2025-10-13 03:34:48] "GET /virtual-machine/fb61bc81-3fc1-4770-a804-e1e4a97ddda9 HTTP/1.1" 401 292 0.000386 10.0.0.22 - - [2025-10-13 03:34:49] "GET /virtual-machine/fb61bc81-3fc1-4770-a804-e1e4a97ddda9 HTTP/1.1" 200 1292 0.025818 10.0.0.22 - - [2025-10-13 03:34:49] "GET /virtual-machine-interface/8f9f308f-69d4-4806-abf8-3ee59bf42c3c HTTP/1.1" 200 2936 0.004994 10.0.0.22 - - [2025-10-13 03:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.22 - - [2025-10-13 03:34:49] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003407 10.0.0.22 - - [2025-10-13 03:34:49] "GET /virtual-networks?parent_id=a670308b-d036-4bc3-a62b-7f77efb38903&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002794 10.0.0.22 - - [2025-10-13 03:34:49] "GET /virtual-network/39072ce9-1948-4fca-9bfe-d9d37dc89391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006294 10.0.0.22 - - [2025-10-13 03:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.22 - - [2025-10-13 03:34:52] "GET /virtual-network/39072ce9-1948-4fca-9bfe-d9d37dc89391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005733 10.0.0.19 - - [2025-10-13 03:34:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.19 - - [2025-10-13 03:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.41 - - [2025-10-13 03:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.41 - - [2025-10-13 03:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.41 - - [2025-10-13 03:34:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.41 - - [2025-10-13 03:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.19 - - [2025-10-13 03:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.19 - - [2025-10-13 03:34:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.22 - - [2025-10-13 03:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.22 - - [2025-10-13 03:34:56] "GET /virtual-network/39072ce9-1948-4fca-9bfe-d9d37dc89391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006248 10.0.0.22 - - [2025-10-13 03:34:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.22 - - [2025-10-13 03:34:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.22 - - [2025-10-13 03:34:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.22 - - [2025-10-13 03:34:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.41 - - [2025-10-13 03:34:58] "DELETE /access-control-list/59aac09e-31ea-4331-a01d-baa7e5a1dec2 HTTP/1.1" 200 115 0.040167 10.0.0.22 - - [2025-10-13 03:34:59] "GET /obj-perms HTTP/1.1" 200 5056 0.050079 10.0.0.19 - - [2025-10-13 03:34:59] "GET /obj-perms HTTP/1.1" 200 5056 0.040701 10.0.0.22 - - [2025-10-13 03:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.22 - - [2025-10-13 03:35:00] "GET /virtual-network/39072ce9-1948-4fca-9bfe-d9d37dc89391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006501 10.0.0.22 - - [2025-10-13 03:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.22 - - [2025-10-13 03:35:04] "GET /virtual-network/39072ce9-1948-4fca-9bfe-d9d37dc89391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005663 10.0.0.22 - - [2025-10-13 03:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.22 - - [2025-10-13 03:35:08] "GET /virtual-network/39072ce9-1948-4fca-9bfe-d9d37dc89391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005527 10.0.0.41 - - [2025-10-13 03:35:11] "DELETE /project/0af46ced-f00b-4a3d-82df-3e89fc45dfd2 HTTP/1.1" 404 177 0.002998 10.0.0.41 - - [2025-10-13 03:35:11] "DELETE /project/a670308bd0364bc3a62b7f77efb38903 HTTP/1.1" 404 173 0.005628 10.0.0.22 - - [2025-10-13 03:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.22 - - [2025-10-13 03:35:12] "GET /virtual-network/39072ce9-1948-4fca-9bfe-d9d37dc89391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005428 10.0.0.22 - - [2025-10-13 03:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.22 - - [2025-10-13 03:35:17] "GET /virtual-network/39072ce9-1948-4fca-9bfe-d9d37dc89391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005006 10.0.0.22 - - [2025-10-13 03:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.22 - - [2025-10-13 03:35:21] "GET /virtual-network/39072ce9-1948-4fca-9bfe-d9d37dc89391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005842 10.0.0.22 - - [2025-10-13 03:35:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.22 - - [2025-10-13 03:35:25] "GET /virtual-network/39072ce9-1948-4fca-9bfe-d9d37dc89391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005493 10.0.0.22 - - [2025-10-13 03:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.22 - - [2025-10-13 03:35:29] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003525 10.0.0.22 - - [2025-10-13 03:35:29] "GET /virtual-networks?parent_id=a670308b-d036-4bc3-a62b-7f77efb38903&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002509 10.0.0.22 - - [2025-10-13 03:35:29] "GET /virtual-network/39072ce9-1948-4fca-9bfe-d9d37dc89391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006622 10.0.0.22 - - [2025-10-13 03:35:34] "POST /neutron/port HTTP/1.1" 200 1087 0.014441 10.0.0.22 - - [2025-10-13 03:35:39] "POST /neutron/security_group HTTP/1.1" 200 2057 0.028534 10.0.0.22 - - [2025-10-13 03:35:39] "POST /neutron/port HTTP/1.1" 200 1087 0.016077 10.0.0.22 - - [2025-10-13 03:35:45] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007028 10.0.0.22 - - [2025-10-13 03:35:50] "POST /neutron/port HTTP/1.1" 200 1087 0.015735 10.0.0.22 - - [2025-10-13 03:35:50] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006786 10.0.0.22 - - [2025-10-13 03:35:50] "GET /virtual-machine/788b8d3b-6372-424c-825e-87c977c0a7eb HTTP/1.1" 200 1290 0.005707 10.0.0.22 - - [2025-10-13 03:35:50] "GET /virtual-machine-interface/e823a093-19ca-4626-9272-1933d450c8b2 HTTP/1.1" 200 2936 0.004513 10.0.0.22 - - [2025-10-13 03:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.22 - - [2025-10-13 03:35:50] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004076 10.0.0.22 - - [2025-10-13 03:35:50] "GET /virtual-networks?parent_id=a670308b-d036-4bc3-a62b-7f77efb38903&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002652 10.0.0.22 - - [2025-10-13 03:35:50] "GET /virtual-network/39072ce9-1948-4fca-9bfe-d9d37dc89391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005572 10.0.0.22 - - [2025-10-13 03:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.22 - - [2025-10-13 03:35:51] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003795 10.0.0.22 - - [2025-10-13 03:35:51] "GET /virtual-networks?parent_id=a670308b-d036-4bc3-a62b-7f77efb38903&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002953 10.0.0.22 - - [2025-10-13 03:35:51] "GET /virtual-network/39072ce9-1948-4fca-9bfe-d9d37dc89391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005960 10.0.0.22 - - [2025-10-13 03:36:07] "POST /neutron/network HTTP/1.1" 200 833 0.032960 10.0.0.22 - - [2025-10-13 03:36:07] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.22 - - [2025-10-13 03:36:15] "POST /neutron/network HTTP/1.1" 400 204 0.046510 10.0.0.22 - - [2025-10-13 03:36:16] "POST /neutron/port HTTP/1.1" 200 1087 0.016052 10.0.0.22 - - [2025-10-13 03:36:16] "POST /neutron/port HTTP/1.1" 200 151 0.221625 10.0.0.41 - - [2025-10-13 03:36:17] "DELETE /route-target/bdab64a3-e395-4bdc-a3dd-14116b9202e0 HTTP/1.1" 200 115 0.029371 10.0.0.41 - - [2025-10-13 03:36:19] "GET /projects?obj_uuids=a670308b-d036-4bc3-a62b-7f77efb38903&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001015 10.0.0.22 - - [2025-10-13 03:36:19] "GET /project/a670308b-d036-4bc3-a62b-7f77efb38903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.038444 10.0.0.41 - - [2025-10-13 03:36:19] "GET /projects?obj_uuids=a670308b-d036-4bc3-a62b-7f77efb38903&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000911 10.0.0.22 - - [2025-10-13 03:36:19] "GET /project/a670308b-d036-4bc3-a62b-7f77efb38903?fields=virtual_networks HTTP/1.1" 200 1030 0.043063 10.0.0.41 - - [2025-10-13 03:36:19] "GET /projects?obj_uuids=a670308b-d036-4bc3-a62b-7f77efb38903&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000940 10.0.0.22 - - [2025-10-13 03:36:19] "GET /project/a670308b-d036-4bc3-a62b-7f77efb38903?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.045448 10.0.0.41 - - [2025-10-13 03:36:19] "GET /projects?obj_uuids=a670308b-d036-4bc3-a62b-7f77efb38903&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001008 10.0.0.22 - - [2025-10-13 03:36:19] "GET /project/a670308b-d036-4bc3-a62b-7f77efb38903?fields=security_groups HTTP/1.1" 200 1255 0.043945 10.0.0.22 - - [2025-10-13 03:36:32] "GET / HTTP/1.1" 200 35931 0.001858 10.0.0.22 - - [2025-10-13 03:36:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.22 - - [2025-10-13 03:36:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.049542 10.0.0.41 - - [2025-10-13 03:36:33] "GET /projects?obj_uuids=7d0108b7-49da-493e-bf9a-548948841459&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002935 10.0.0.41 - - [2025-10-13 03:36:33] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.41 - - [2025-10-13 03:36:33] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007740 10.0.0.41 - - [2025-10-13 03:36:33] "POST /id-to-fqname HTTP/1.1" 200 203 0.001139 10.0.0.41 - - [2025-10-13 03:36:33] "POST /fqname-to-id HTTP/1.1" 404 212 0.005924 10.0.0.41 - - [2025-10-13 03:36:33] "POST /security-groups HTTP/1.1" 200 604 0.028015 10.0.0.41 - - [2025-10-13 03:36:34] "POST /projects HTTP/1.1" 200 611 0.234764 10.0.0.41 - - [2025-10-13 03:36:34] "POST /fqname-to-id HTTP/1.1" 404 246 0.008251 10.0.0.41 - - [2025-10-13 03:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.305069 10.0.0.22 - - [2025-10-13 03:36:34] "GET /project/7d0108b7-49da-493e-bf9a-548948841459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.474195 10.0.0.22 - - [2025-10-13 03:36:35] "GET / HTTP/1.1" 200 35931 0.002302 10.0.0.22 - - [2025-10-13 03:36:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.22 - - [2025-10-13 03:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.050141 10.0.0.41 - - [2025-10-13 03:36:36] "GET /projects?obj_uuids=7d0108b7-49da-493e-bf9a-548948841459&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000854 10.0.0.22 - - [2025-10-13 03:36:36] "GET /project/7d0108b7-49da-493e-bf9a-548948841459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.036940 10.0.0.22 - - [2025-10-13 03:36:36] "POST /neutron/network HTTP/1.1" 200 117 0.028769 10.0.0.41 - - [2025-10-13 03:36:36] "POST /ref-update HTTP/1.1" 200 156 0.025162 10.0.0.22 - - [2025-10-13 03:36:36] "POST /neutron/network HTTP/1.1" 200 839 0.008366 10.0.0.22 - - [2025-10-13 03:36:36] "POST /id-to-fqname HTTP/1.1" 200 234 0.001077 10.0.0.22 - - [2025-10-13 03:36:36] "GET /virtual-network/cf750f64-acb8-45d3-aa7b-ab320c2307e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004783 10.0.0.22 - - [2025-10-13 03:36:36] "GET /virtual-network/cf750f64-acb8-45d3-aa7b-ab320c2307e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005468 10.0.0.22 - - [2025-10-13 03:36:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.009780 10.0.0.22 - - [2025-10-13 03:36:36] "POST /id-to-fqname HTTP/1.1" 200 234 0.001315 10.0.0.41 - - [2025-10-13 03:36:37] "GET /projects?obj_uuids=7d0108b7-49da-493e-bf9a-548948841459&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000968 10.0.0.22 - - [2025-10-13 03:36:37] "GET /project/7d0108b7-49da-493e-bf9a-548948841459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.071140 10.0.0.22 - - [2025-10-13 03:36:37] "POST /neutron/port HTTP/1.1" 200 117 0.007735 10.0.0.22 - - [2025-10-13 03:36:37] "POST /id-to-fqname HTTP/1.1" 200 234 0.001318 10.0.0.22 - - [2025-10-13 03:36:38] "POST /neutron/network HTTP/1.1" 200 849 0.009151 10.0.0.22 - - [2025-10-13 03:36:38] "POST /neutron/port HTTP/1.1" 200 1073 0.015950 10.0.0.22 - - [2025-10-13 03:36:38] "POST /neutron/port HTTP/1.1" 200 1101 0.020210 10.0.0.22 - - [2025-10-13 03:36:38] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.41 - - [2025-10-13 03:36:38] "GET /projects?obj_uuids=7d0108b7-49da-493e-bf9a-548948841459&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002218 10.0.0.22 - - [2025-10-13 03:36:39] "GET /project/7d0108b7-49da-493e-bf9a-548948841459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.078704 10.0.0.22 - - [2025-10-13 03:36:39] "POST /neutron/port HTTP/1.1" 200 1101 0.024345 10.0.0.22 - - [2025-10-13 03:36:39] "POST /neutron/network HTTP/1.1" 200 849 0.007886 10.0.0.22 - - [2025-10-13 03:36:39] "GET /virtual-network/cf750f64-acb8-45d3-aa7b-ab320c2307e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005848 10.0.0.22 - - [2025-10-13 03:36:40] "POST /neutron/port HTTP/1.1" 200 1073 0.016944 10.0.0.22 - - [2025-10-13 03:36:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003793 10.0.0.22 - - [2025-10-13 03:36:40] "POST /neutron/network HTTP/1.1" 200 839 0.007026 10.0.0.41 - - [2025-10-13 03:36:41] "GET /obj-perms HTTP/1.1" 200 5056 0.048516 10.0.0.22 - - [2025-10-13 03:36:41] "POST /neutron/port HTTP/1.1" 200 1101 0.017079 10.0.0.22 - - [2025-10-13 03:36:41] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008777 10.0.0.22 - - [2025-10-13 03:36:41] "GET /virtual-machine/65260c76-aae6-4ee8-8c2c-faee817da70c HTTP/1.1" 401 292 0.000372 10.0.0.22 - - [2025-10-13 03:36:42] "GET /virtual-machine/65260c76-aae6-4ee8-8c2c-faee817da70c HTTP/1.1" 200 1305 0.032963 10.0.0.22 - - [2025-10-13 03:36:42] "GET /virtual-machine-interface/c2abce4d-0ec0-4237-9e69-39db722a1e39 HTTP/1.1" 200 3009 0.005301 10.0.0.22 - - [2025-10-13 03:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.22 - - [2025-10-13 03:36:42] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003961 10.0.0.22 - - [2025-10-13 03:36:42] "GET /virtual-networks?parent_id=7d0108b7-49da-493e-bf9a-548948841459&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003400 10.0.0.22 - - [2025-10-13 03:36:42] "GET /virtual-network/cf750f64-acb8-45d3-aa7b-ab320c2307e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006146 10.0.0.22 - - [2025-10-13 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.22 - - [2025-10-13 03:36:45] "GET /virtual-network/cf750f64-acb8-45d3-aa7b-ab320c2307e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005164 10.0.0.22 - - [2025-10-13 03:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.22 - - [2025-10-13 03:36:49] "GET /virtual-network/cf750f64-acb8-45d3-aa7b-ab320c2307e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005168 10.0.0.22 - - [2025-10-13 03:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.22 - - [2025-10-13 03:36:53] "GET /virtual-network/cf750f64-acb8-45d3-aa7b-ab320c2307e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005086 10.0.0.22 - - [2025-10-13 03:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.22 - - [2025-10-13 03:36:57] "GET /virtual-network/cf750f64-acb8-45d3-aa7b-ab320c2307e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006329 10.0.0.22 - - [2025-10-13 03:36:59] "POST /neutron/port HTTP/1.1" 200 1101 0.016683 10.0.0.22 - - [2025-10-13 03:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.22 - - [2025-10-13 03:36:59] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003853 10.0.0.22 - - [2025-10-13 03:36:59] "GET /virtual-networks?parent_id=7d0108b7-49da-493e-bf9a-548948841459&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002798 10.0.0.22 - - [2025-10-13 03:36:59] "GET /virtual-network/cf750f64-acb8-45d3-aa7b-ab320c2307e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005972 10.0.0.22 - - [2025-10-13 03:36:59] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008091 10.0.0.22 - - [2025-10-13 03:37:09] "POST /neutron/port HTTP/1.1" 200 1101 0.015227 10.0.0.41 - - [2025-10-13 03:37:11] "DELETE /project/a670308b-d036-4bc3-a62b-7f77efb38903 HTTP/1.1" 404 177 0.004077 10.0.0.41 - - [2025-10-13 03:37:11] "DELETE /project/7d0108b749da493ebf9a548948841459 HTTP/1.1" 404 173 0.003626 10.0.0.22 - - [2025-10-13 03:37:15] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007138 10.0.0.22 - - [2025-10-13 03:37:15] "POST /neutron/port HTTP/1.1" 200 1101 0.015172 10.0.0.22 - - [2025-10-13 03:37:15] "GET /virtual-machine/3f3bb8b5-badc-479a-bb42-de8f32914694 HTTP/1.1" 200 1305 0.006294 10.0.0.22 - - [2025-10-13 03:37:15] "GET /virtual-machine-interface/fc8abd96-0619-4835-acd4-f94705c3d2bc HTTP/1.1" 200 3009 0.007013 10.0.0.22 - - [2025-10-13 03:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.22 - - [2025-10-13 03:37:15] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003986 10.0.0.22 - - [2025-10-13 03:37:15] "GET /virtual-networks?parent_id=7d0108b7-49da-493e-bf9a-548948841459&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002821 10.0.0.22 - - [2025-10-13 03:37:15] "GET /virtual-network/cf750f64-acb8-45d3-aa7b-ab320c2307e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006013 10.0.0.22 - - [2025-10-13 03:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.22 - - [2025-10-13 03:37:16] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003536 10.0.0.22 - - [2025-10-13 03:37:16] "GET /virtual-networks?parent_id=7d0108b7-49da-493e-bf9a-548948841459&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002929 10.0.0.22 - - [2025-10-13 03:37:16] "GET /virtual-network/cf750f64-acb8-45d3-aa7b-ab320c2307e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005774 10.0.0.22 - - [2025-10-13 03:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.22 - - [2025-10-13 03:37:17] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004966 10.0.0.22 - - [2025-10-13 03:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.22 - - [2025-10-13 03:37:17] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003943 10.0.0.22 - - [2025-10-13 03:37:17] "PUT /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218 HTTP/1.1" 200 276 0.010598 10.0.0.22 - - [2025-10-13 03:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.22 - - [2025-10-13 03:37:28] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1638 0.004372 10.0.0.22 - - [2025-10-13 03:37:28] "PUT /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218 HTTP/1.1" 200 276 0.012107 10.0.0.22 - - [2025-10-13 03:38:01] "GET /obj-perms HTTP/1.1" 200 5056 0.056814 10.0.0.19 - - [2025-10-13 03:38:01] "GET /obj-perms HTTP/1.1" 200 5056 0.048686 10.0.0.22 - - [2025-10-13 03:38:09] "POST /neutron/port HTTP/1.1" 200 1101 0.015307 10.0.0.22 - - [2025-10-13 03:38:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.009735 10.0.0.22 - - [2025-10-13 03:38:18] "POST /neutron/network HTTP/1.1" 200 839 0.007477 10.0.0.22 - - [2025-10-13 03:38:18] "POST /neutron/port HTTP/1.1" 200 1101 0.017184 10.0.0.22 - - [2025-10-13 03:38:18] "POST /neutron/port HTTP/1.1" 200 1127 0.013233 10.0.0.41 - - [2025-10-13 03:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009849 10.0.0.41 - - [2025-10-13 03:38:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006872 10.0.0.41 - - [2025-10-13 03:38:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004268 10.0.0.22 - - [2025-10-13 03:38:20] "POST /neutron/network HTTP/1.1" 200 151 0.130564 10.0.0.41 - - [2025-10-13 03:38:20] "GET /projects?obj_uuids=7d0108b7-49da-493e-bf9a-548948841459&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001102 10.0.0.22 - - [2025-10-13 03:38:20] "GET /project/7d0108b7-49da-493e-bf9a-548948841459?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.040379 10.0.0.41 - - [2025-10-13 03:38:20] "GET /projects?obj_uuids=7d0108b7-49da-493e-bf9a-548948841459&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001380 10.0.0.22 - - [2025-10-13 03:38:20] "GET /project/7d0108b7-49da-493e-bf9a-548948841459?fields=virtual_networks HTTP/1.1" 200 1057 0.042108 10.0.0.41 - - [2025-10-13 03:38:20] "GET /projects?obj_uuids=7d0108b7-49da-493e-bf9a-548948841459&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001366 10.0.0.22 - - [2025-10-13 03:38:20] "GET /project/7d0108b7-49da-493e-bf9a-548948841459?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.047774 10.0.0.41 - - [2025-10-13 03:38:20] "GET /projects?obj_uuids=7d0108b7-49da-493e-bf9a-548948841459&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000944 10.0.0.22 - - [2025-10-13 03:38:20] "GET /project/7d0108b7-49da-493e-bf9a-548948841459?fields=security_groups HTTP/1.1" 200 1296 0.037465 10.0.0.22 - - [2025-10-13 03:38:21] "POST /fqname-to-id HTTP/1.1" 404 206 0.025876 10.0.0.41 - - [2025-10-13 03:38:21] "GET /projects?obj_uuids=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003786 10.0.0.41 - - [2025-10-13 03:38:21] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.41 - - [2025-10-13 03:38:21] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008203 10.0.0.41 - - [2025-10-13 03:38:21] "POST /id-to-fqname HTTP/1.1" 200 209 0.002540 10.0.0.41 - - [2025-10-13 03:38:21] "POST /fqname-to-id HTTP/1.1" 404 217 0.003467 10.0.0.41 - - [2025-10-13 03:38:22] "POST /security-groups HTTP/1.1" 200 609 0.030575 10.0.0.41 - - [2025-10-13 03:38:22] "POST /projects HTTP/1.1" 200 621 0.235299 10.0.0.41 - - [2025-10-13 03:38:22] "POST /access-control-lists HTTP/1.1" 200 614 0.033604 10.0.0.41 - - [2025-10-13 03:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.310051 10.0.0.22 - - [2025-10-13 03:38:22] "GET /project/a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.440654 10.0.0.22 - - [2025-10-13 03:38:23] "GET / HTTP/1.1" 200 35931 0.001667 10.0.0.22 - - [2025-10-13 03:38:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.22 - - [2025-10-13 03:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.050733 10.0.0.41 - - [2025-10-13 03:38:24] "GET /projects?obj_uuids=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000968 10.0.0.22 - - [2025-10-13 03:38:24] "GET /project/a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.046021 10.0.0.41 - - [2025-10-13 03:38:24] "POST /route-targets HTTP/1.1" 200 327 0.014685 10.0.0.41 - - [2025-10-13 03:38:24] "POST /useragent-kv HTTP/1.1" 200 115 0.008032 10.0.0.22 - - [2025-10-13 03:38:24] "POST /neutron/subnet HTTP/1.1" 200 715 0.204726 10.0.0.22 - - [2025-10-13 03:38:24] "POST /id-to-fqname HTTP/1.1" 200 239 0.001299 10.0.0.22 - - [2025-10-13 03:38:24] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005220 10.0.0.22 - - [2025-10-13 03:38:24] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005533 10.0.0.22 - - [2025-10-13 03:38:24] "POST /neutron/network HTTP/1.1" 200 842 0.006449 10.0.0.22 - - [2025-10-13 03:38:24] "POST /id-to-fqname HTTP/1.1" 200 239 0.001305 10.0.0.41 - - [2025-10-13 03:38:25] "GET /projects?obj_uuids=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001334 10.0.0.22 - - [2025-10-13 03:38:25] "GET /project/a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.061762 10.0.0.22 - - [2025-10-13 03:38:25] "POST /neutron/network HTTP/1.1" 200 842 0.006540 10.0.0.22 - - [2025-10-13 03:38:25] "POST /id-to-fqname HTTP/1.1" 200 239 0.001434 10.0.0.22 - - [2025-10-13 03:38:25] "POST /neutron/port HTTP/1.1" 200 117 0.006208 10.0.0.41 - - [2025-10-13 03:38:26] "GET /projects?obj_uuids=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000970 10.0.0.22 - - [2025-10-13 03:38:26] "POST /neutron/port HTTP/1.1" 200 1076 0.276794 10.0.0.22 - - [2025-10-13 03:38:26] "POST /neutron/port HTTP/1.1" 200 1130 0.101266 10.0.0.22 - - [2025-10-13 03:38:26] "POST /neutron/subnet HTTP/1.1" 200 689 0.009249 10.0.0.41 - - [2025-10-13 03:38:26] "GET /projects?obj_uuids=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001332 10.0.0.22 - - [2025-10-13 03:38:26] "GET /project/a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.068012 10.0.0.22 - - [2025-10-13 03:38:26] "POST /neutron/network HTTP/1.1" 200 842 0.008147 10.0.0.22 - - [2025-10-13 03:38:27] "POST /neutron/port HTTP/1.1" 200 117 0.007088 10.0.0.22 - - [2025-10-13 03:38:27] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006393 10.0.0.22 - - [2025-10-13 03:38:27] "POST /neutron/port HTTP/1.1" 200 1076 0.015062 10.0.0.22 - - [2025-10-13 03:38:28] "POST /neutron/port HTTP/1.1" 200 1104 0.018529 10.0.0.22 - - [2025-10-13 03:38:28] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.22 - - [2025-10-13 03:38:29] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010892 10.0.0.22 - - [2025-10-13 03:38:29] "POST /neutron/port HTTP/1.1" 200 1104 0.017598 10.0.0.22 - - [2025-10-13 03:38:29] "GET /virtual-machine/50b22707-d1b7-4b01-9768-1021fc70cdde HTTP/1.1" 401 292 0.000692 10.0.0.22 - - [2025-10-13 03:38:29] "GET /virtual-machine/50b22707-d1b7-4b01-9768-1021fc70cdde HTTP/1.1" 200 1310 0.027888 10.0.0.22 - - [2025-10-13 03:38:29] "GET /virtual-machine-interface/56fdba23-5dcd-41d2-8ebc-fc89d8a37154 HTTP/1.1" 200 3033 0.007896 10.0.0.22 - - [2025-10-13 03:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.22 - - [2025-10-13 03:38:29] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004004 10.0.0.22 - - [2025-10-13 03:38:29] "GET /virtual-networks?parent_id=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003192 10.0.0.22 - - [2025-10-13 03:38:29] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005617 10.0.0.22 - - [2025-10-13 03:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.22 - - [2025-10-13 03:38:32] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006748 10.0.0.22 - - [2025-10-13 03:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.22 - - [2025-10-13 03:38:37] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005424 10.0.0.22 - - [2025-10-13 03:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.22 - - [2025-10-13 03:38:41] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005336 10.0.0.22 - - [2025-10-13 03:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.22 - - [2025-10-13 03:38:45] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007313 10.0.0.22 - - [2025-10-13 03:38:47] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007196 10.0.0.22 - - [2025-10-13 03:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.22 - - [2025-10-13 03:38:49] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003886 10.0.0.22 - - [2025-10-13 03:38:49] "GET /virtual-networks?parent_id=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003229 10.0.0.22 - - [2025-10-13 03:38:49] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006481 10.0.0.22 - - [2025-10-13 03:38:49] "POST /neutron/port HTTP/1.1" 200 1104 0.015239 10.0.0.22 - - [2025-10-13 03:38:54] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008701 10.0.0.41 - - [2025-10-13 03:38:59] "DELETE /access-control-list/5b0111a9-a258-48b9-ac17-bd6ee1740b32 HTTP/1.1" 200 115 0.044364 10.0.0.22 - - [2025-10-13 03:38:59] "POST /neutron/port HTTP/1.1" 200 1104 0.014937 10.0.0.22 - - [2025-10-13 03:39:00] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008107 10.0.0.22 - - [2025-10-13 03:39:00] "GET /virtual-machine/885b0cb2-c756-4f5c-b863-eae164d1a16b HTTP/1.1" 200 1310 0.008956 10.0.0.22 - - [2025-10-13 03:39:00] "GET /virtual-machine-interface/3a3fa795-4e44-4642-b3d3-310620a965e6 HTTP/1.1" 200 3033 0.008335 10.0.0.22 - - [2025-10-13 03:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.22 - - [2025-10-13 03:39:00] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004556 10.0.0.22 - - [2025-10-13 03:39:00] "GET /virtual-networks?parent_id=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003394 10.0.0.22 - - [2025-10-13 03:39:00] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006531 10.0.0.22 - - [2025-10-13 03:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.22 - - [2025-10-13 03:39:01] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004083 10.0.0.22 - - [2025-10-13 03:39:01] "GET /virtual-networks?parent_id=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003062 10.0.0.22 - - [2025-10-13 03:39:01] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005571 10.0.0.22 - - [2025-10-13 03:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.41 - - [2025-10-13 03:39:01] "GET /projects?obj_uuids=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001017 10.0.0.22 - - [2025-10-13 03:39:01] "GET /project/a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.038072 10.0.0.41 - - [2025-10-13 03:39:01] "POST /useragent-kv HTTP/1.1" 200 115 0.008446 10.0.0.22 - - [2025-10-13 03:39:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.205069 10.0.0.22 - - [2025-10-13 03:39:02] "POST /id-to-fqname HTTP/1.1" 200 239 0.001915 10.0.0.22 - - [2025-10-13 03:39:02] "GET /virtual-network/69ea8c61-fd29-48d9-a026-77e4366a8aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006291 10.0.0.22 - - [2025-10-13 03:39:02] "GET /virtual-network/69ea8c61-fd29-48d9-a026-77e4366a8aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006081 10.0.0.22 - - [2025-10-13 03:39:02] "POST /neutron/network HTTP/1.1" 200 845 0.006986 10.0.0.22 - - [2025-10-13 03:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005710 10.0.0.41 - - [2025-10-13 03:39:02] "GET /projects?obj_uuids=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001434 10.0.0.22 - - [2025-10-13 03:39:02] "GET /project/a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.068988 10.0.0.41 - - [2025-10-13 03:39:02] "GET /obj-perms HTTP/1.1" 200 5056 0.094220 10.0.0.41 - - [2025-10-13 03:39:02] "GET /projects?obj_uuids=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001437 10.0.0.22 - - [2025-10-13 03:39:02] "POST /neutron/network HTTP/1.1" 200 631 0.139796 10.0.0.41 - - [2025-10-13 03:39:02] "POST /route-targets HTTP/1.1" 200 327 0.015564 10.0.0.22 - - [2025-10-13 03:39:02] "POST /id-to-fqname HTTP/1.1" 200 242 0.004220 10.0.0.22 - - [2025-10-13 03:39:02] "GET /virtual-network/ee9c23fa-7e80-47bd-b30a-0bc1228ec7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005565 10.0.0.22 - - [2025-10-13 03:39:02] "POST /neutron/network HTTP/1.1" 200 851 0.006779 10.0.0.22 - - [2025-10-13 03:39:02] "GET /virtual-network/ee9c23fa-7e80-47bd-b30a-0bc1228ec7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005489 10.0.0.22 - - [2025-10-13 03:39:02] "POST /id-to-fqname HTTP/1.1" 200 239 0.001330 10.0.0.22 - - [2025-10-13 03:39:02] "POST /neutron/port HTTP/1.1" 200 2092 0.018293 10.0.0.41 - - [2025-10-13 03:39:03] "GET /projects?obj_uuids=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000933 10.0.0.22 - - [2025-10-13 03:39:03] "GET /project/a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.061546 10.0.0.22 - - [2025-10-13 03:39:03] "POST /neutron/network HTTP/1.1" 200 845 0.006229 10.0.0.22 - - [2025-10-13 03:39:03] "POST /neutron/port HTTP/1.1" 200 117 0.010107 10.0.0.22 - - [2025-10-13 03:39:03] "POST /id-to-fqname HTTP/1.1" 200 242 0.001250 10.0.0.22 - - [2025-10-13 03:39:04] "POST /neutron/network HTTP/1.1" 200 861 0.007075 10.0.0.22 - - [2025-10-13 03:39:04] "POST /neutron/port HTTP/1.1" 200 1079 0.061717 10.0.0.22 - - [2025-10-13 03:39:05] "POST /neutron/port HTTP/1.1" 200 1107 0.018201 10.0.0.22 - - [2025-10-13 03:39:05] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.41 - - [2025-10-13 03:39:05] "GET /projects?obj_uuids=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001509 10.0.0.22 - - [2025-10-13 03:39:05] "GET /project/a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.056184 10.0.0.22 - - [2025-10-13 03:39:05] "POST /neutron/port HTTP/1.1" 200 3082 0.021844 10.0.0.22 - - [2025-10-13 03:39:05] "POST /id-to-fqname HTTP/1.1" 200 239 0.001934 10.0.0.22 - - [2025-10-13 03:39:05] "POST /id-to-fqname HTTP/1.1" 200 239 0.001345 10.0.0.22 - - [2025-10-13 03:39:05] "POST /neutron/port HTTP/1.1" 200 3082 0.023735 10.0.0.22 - - [2025-10-13 03:39:06] "POST /neutron/network HTTP/1.1" 200 861 0.006594 10.0.0.22 - - [2025-10-13 03:39:06] "POST /neutron/port HTTP/1.1" 200 1079 0.015156 10.0.0.41 - - [2025-10-13 03:39:06] "GET /projects?obj_uuids=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000920 10.0.0.22 - - [2025-10-13 03:39:06] "GET /project/a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.076917 10.0.0.22 - - [2025-10-13 03:39:06] "POST /neutron/network HTTP/1.1" 200 842 0.007930 10.0.0.22 - - [2025-10-13 03:39:06] "POST /neutron/network HTTP/1.1" 200 845 0.006733 10.0.0.22 - - [2025-10-13 03:39:07] "POST /neutron/port HTTP/1.1" 200 4072 0.030643 10.0.0.22 - - [2025-10-13 03:39:07] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005617 10.0.0.22 - - [2025-10-13 03:39:07] "POST /neutron/network HTTP/1.1" 200 1555 0.013955 10.0.0.22 - - [2025-10-13 03:39:07] "GET /obj-perms HTTP/1.1" 200 5066 0.085108 10.0.0.22 - - [2025-10-13 03:39:08] "GET /virtual-network/69ea8c61-fd29-48d9-a026-77e4366a8aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005700 10.0.0.22 - - [2025-10-13 03:39:08] "POST /neutron/port HTTP/1.1" 200 1076 0.015692 10.0.0.19 - - [2025-10-13 03:39:08] "GET /obj-perms HTTP/1.1" 200 5066 0.067599 10.0.0.22 - - [2025-10-13 03:39:08] "POST /neutron/port HTTP/1.1" 200 1079 0.016171 10.0.0.22 - - [2025-10-13 03:39:08] "POST /neutron/port HTTP/1.1" 200 2095 0.029473 10.0.0.22 - - [2025-10-13 03:39:08] "GET /virtual-network/ee9c23fa-7e80-47bd-b30a-0bc1228ec7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006143 10.0.0.22 - - [2025-10-13 03:39:08] "POST /neutron/port HTTP/1.1" 200 117 0.001322 10.0.0.22 - - [2025-10-13 03:39:08] "POST /neutron/subnet HTTP/1.1" 200 703 0.009326 10.0.0.41 - - [2025-10-13 03:39:08] "GET /obj-perms HTTP/1.1" 200 5066 0.047806 10.0.0.22 - - [2025-10-13 03:39:09] "POST /neutron/port HTTP/1.1" 200 1107 0.036270 10.0.0.22 - - [2025-10-13 03:39:09] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007772 10.0.0.22 - - [2025-10-13 03:39:09] "GET /virtual-machine/d32cfab8-db1d-4e8e-8701-f183d0d82208 HTTP/1.1" 200 1310 0.006218 10.0.0.22 - - [2025-10-13 03:39:09] "GET /virtual-machine-interface/87b33bd6-26a4-4cb3-a0e0-6694e8c0c0e1 HTTP/1.1" 200 3042 0.004826 10.0.0.22 - - [2025-10-13 03:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.22 - - [2025-10-13 03:39:09] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003765 10.0.0.22 - - [2025-10-13 03:39:09] "GET /virtual-networks?parent_id=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003098 10.0.0.22 - - [2025-10-13 03:39:09] "GET /virtual-network/ee9c23fa-7e80-47bd-b30a-0bc1228ec7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006954 10.0.0.41 - - [2025-10-13 03:39:11] "DELETE /project/7d0108b7-49da-493e-bf9a-548948841459 HTTP/1.1" 404 177 0.002740 10.0.0.41 - - [2025-10-13 03:39:11] "DELETE /project/a78f9b7da4a54e87bfa972c28ee3b14a HTTP/1.1" 404 173 0.005642 10.0.0.22 - - [2025-10-13 03:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006400 10.0.0.22 - - [2025-10-13 03:39:12] "GET /virtual-network/ee9c23fa-7e80-47bd-b30a-0bc1228ec7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005966 10.0.0.22 - - [2025-10-13 03:39:14] "POST /neutron/port HTTP/1.1" 200 1107 0.015216 10.0.0.22 - - [2025-10-13 03:39:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004172 10.0.0.22 - - [2025-10-13 03:39:14] "POST /neutron/network HTTP/1.1" 200 845 0.007081 10.0.0.22 - - [2025-10-13 03:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.22 - - [2025-10-13 03:39:16] "GET /virtual-network/ee9c23fa-7e80-47bd-b30a-0bc1228ec7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005394 10.0.0.22 - - [2025-10-13 03:39:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006927 10.0.0.22 - - [2025-10-13 03:39:20] "GET /virtual-network/ee9c23fa-7e80-47bd-b30a-0bc1228ec7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006414 10.0.0.22 - - [2025-10-13 03:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.22 - - [2025-10-13 03:39:24] "GET /virtual-network/ee9c23fa-7e80-47bd-b30a-0bc1228ec7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006037 10.0.0.22 - - [2025-10-13 03:39:25] "POST /neutron/port HTTP/1.1" 200 2095 0.016237 10.0.0.22 - - [2025-10-13 03:39:28] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008079 10.0.0.22 - - [2025-10-13 03:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.22 - - [2025-10-13 03:39:28] "GET /virtual-network/ee9c23fa-7e80-47bd-b30a-0bc1228ec7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.006825 10.0.0.22 - - [2025-10-13 03:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.22 - - [2025-10-13 03:39:30] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004399 10.0.0.22 - - [2025-10-13 03:39:30] "GET /virtual-networks?parent_id=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003967 10.0.0.22 - - [2025-10-13 03:39:30] "GET /virtual-network/ee9c23fa-7e80-47bd-b30a-0bc1228ec7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.007551 10.0.0.22 - - [2025-10-13 03:39:36] "POST /neutron/port HTTP/1.1" 200 1107 0.014250 10.0.0.22 - - [2025-10-13 03:39:36] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007013 10.0.0.22 - - [2025-10-13 03:39:36] "GET /virtual-machine/5f45d6bf-b774-4e3b-bf93-e361248a124a HTTP/1.1" 200 1310 0.006450 10.0.0.22 - - [2025-10-13 03:39:36] "GET /virtual-machine-interface/a693b423-3ac2-46a6-868c-b36a49bc1d90 HTTP/1.1" 200 3033 0.005423 10.0.0.22 - - [2025-10-13 03:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.22 - - [2025-10-13 03:39:36] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003737 10.0.0.22 - - [2025-10-13 03:39:36] "GET /virtual-networks?parent_id=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003462 10.0.0.22 - - [2025-10-13 03:39:36] "GET /virtual-network/69ea8c61-fd29-48d9-a026-77e4366a8aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006240 10.0.0.22 - - [2025-10-13 03:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.22 - - [2025-10-13 03:39:37] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003771 10.0.0.22 - - [2025-10-13 03:39:37] "GET /virtual-networks?parent_id=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003492 10.0.0.22 - - [2025-10-13 03:39:37] "GET /virtual-network/69ea8c61-fd29-48d9-a026-77e4366a8aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007926 10.0.0.22 - - [2025-10-13 03:39:38] "POST /neutron/port HTTP/1.1" 200 2095 0.016770 10.0.0.22 - - [2025-10-13 03:39:38] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007290 10.0.0.22 - - [2025-10-13 03:39:38] "POST /neutron/port HTTP/1.1" 200 2095 0.018688 10.0.0.22 - - [2025-10-13 03:39:38] "GET /virtual-machine/dab4b974-a733-4ab2-86c1-00eb89ab7e0e HTTP/1.1" 200 1586 0.007432 10.0.0.22 - - [2025-10-13 03:39:38] "GET /virtual-machine-interface/b1e25029-faef-49c2-b218-5cd829986051 HTTP/1.1" 200 3034 0.006043 10.0.0.22 - - [2025-10-13 03:39:38] "GET /virtual-machine-interface/d8defc75-f561-45d8-98c3-662bd350737f HTTP/1.1" 200 3034 0.006900 10.0.0.22 - - [2025-10-13 03:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.22 - - [2025-10-13 03:39:38] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005329 10.0.0.22 - - [2025-10-13 03:39:38] "GET /virtual-networks?parent_id=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004211 10.0.0.22 - - [2025-10-13 03:39:38] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006033 10.0.0.22 - - [2025-10-13 03:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.22 - - [2025-10-13 03:39:39] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003663 10.0.0.22 - - [2025-10-13 03:39:39] "GET /virtual-networks?parent_id=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003191 10.0.0.22 - - [2025-10-13 03:39:39] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005496 10.0.0.22 - - [2025-10-13 03:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.22 - - [2025-10-13 03:39:39] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003588 10.0.0.22 - - [2025-10-13 03:39:39] "GET /virtual-networks?parent_id=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.002708 10.0.0.22 - - [2025-10-13 03:39:39] "GET /virtual-network/69ea8c61-fd29-48d9-a026-77e4366a8aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006528 10.0.0.22 - - [2025-10-13 03:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.22 - - [2025-10-13 03:39:41] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003709 10.0.0.22 - - [2025-10-13 03:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.22 - - [2025-10-13 03:39:41] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004066 10.0.0.22 - - [2025-10-13 03:39:41] "PUT /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218 HTTP/1.1" 200 276 0.013269 10.0.0.22 - - [2025-10-13 03:39:41] "POST /fqname-to-id HTTP/1.1" 404 217 0.003462 10.0.0.22 - - [2025-10-13 03:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.41 - - [2025-10-13 03:39:41] "GET /projects?obj_uuids=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.029604 10.0.0.22 - - [2025-10-13 03:39:41] "GET /project/a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.101431 10.0.0.22 - - [2025-10-13 03:39:41] "POST /network-policys HTTP/1.1" 200 539 0.027517 10.0.0.22 - - [2025-10-13 03:39:41] "GET /network-policy/7e5cb79d-850e-47e1-bf98-a7c89a99b3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.006126 10.0.0.22 - - [2025-10-13 03:39:41] "POST /neutron/network HTTP/1.1" 200 936 0.061757 10.0.0.22 - - [2025-10-13 03:39:41] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.007413 10.0.0.22 - - [2025-10-13 03:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.22 - - [2025-10-13 03:39:41] "GET /network-policy/7e5cb79d-850e-47e1-bf98-a7c89a99b3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.004007 10.0.0.22 - - [2025-10-13 03:39:41] "POST /neutron/network HTTP/1.1" 200 939 0.075786 10.0.0.22 - - [2025-10-13 03:39:41] "GET /virtual-network/69ea8c61-fd29-48d9-a026-77e4366a8aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.005611 10.0.0.22 - - [2025-10-13 03:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005828 10.0.0.22 - - [2025-10-13 03:39:42] "GET /network-policy/7e5cb79d-850e-47e1-bf98-a7c89a99b3af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.004025 10.0.0.22 - - [2025-10-13 03:39:42] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.006103 10.0.0.41 - - [2025-10-13 03:39:42] "POST /access-control-lists HTTP/1.1" 200 609 0.103398 10.0.0.41 - - [2025-10-13 03:39:42] "POST /access-control-lists HTTP/1.1" 200 609 0.072596 10.0.0.22 - - [2025-10-13 03:39:42] "GET /obj-perms HTTP/1.1" 200 5066 0.013393 10.0.0.22 - - [2025-10-13 03:39:42] "GET /virtual-network/69ea8c61-fd29-48d9-a026-77e4366a8aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.005652 10.0.0.19 - - [2025-10-13 03:39:42] "GET /obj-perms HTTP/1.1" 200 5066 0.003981 10.0.0.22 - - [2025-10-13 03:39:43] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.005839 10.0.0.41 - - [2025-10-13 03:39:43] "GET /obj-perms HTTP/1.1" 200 5066 0.005058 10.0.0.22 - - [2025-10-13 03:39:43] "GET /virtual-network/69ea8c61-fd29-48d9-a026-77e4366a8aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.006426 10.0.0.22 - - [2025-10-13 03:39:43] "GET /obj-perms HTTP/1.1" 200 5066 0.003713 10.0.0.22 - - [2025-10-13 03:39:43] "GET /virtual-network/ee9c23fa-7e80-47bd-b30a-0bc1228ec7f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.005617 10.0.0.19 - - [2025-10-13 03:39:44] "GET /obj-perms HTTP/1.1" 200 5066 0.003911 10.0.0.19 - - [2025-10-13 03:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.19 - - [2025-10-13 03:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.41 - - [2025-10-13 03:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.41 - - [2025-10-13 03:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.41 - - [2025-10-13 03:39:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.41 - - [2025-10-13 03:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.19 - - [2025-10-13 03:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.001168 10.0.0.19 - - [2025-10-13 03:39:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.22 - - [2025-10-13 03:39:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.22 - - [2025-10-13 03:39:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.22 - - [2025-10-13 03:39:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.22 - - [2025-10-13 03:39:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.22 - - [2025-10-13 03:39:58] "GET /obj-perms HTTP/1.1" 200 5066 0.004300 10.0.0.41 - - [2025-10-13 03:40:03] "GET /obj-perms HTTP/1.1" 200 5056 0.082164 10.0.0.22 - - [2025-10-13 03:40:08] "POST /neutron/port HTTP/1.1" 200 1104 0.017668 10.0.0.22 - - [2025-10-13 03:40:08] "POST /neutron/subnet HTTP/1.1" 200 689 0.010967 10.0.0.22 - - [2025-10-13 03:40:16] "POST /neutron/port HTTP/1.1" 200 1107 0.019230 10.0.0.22 - - [2025-10-13 03:40:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005231 10.0.0.22 - - [2025-10-13 03:40:16] "POST /neutron/network HTTP/1.1" 200 851 0.008490 10.0.0.22 - - [2025-10-13 03:41:10] "POST /neutron/network HTTP/1.1" 200 946 0.031269 10.0.0.22 - - [2025-10-13 03:41:10] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.22 - - [2025-10-13 03:41:17] "POST /neutron/port HTTP/1.1" 200 1107 0.014978 10.0.0.22 - - [2025-10-13 03:41:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.014980 10.0.0.22 - - [2025-10-13 03:42:04] "GET /obj-perms HTTP/1.1" 200 5056 0.051050 10.0.0.22 - - [2025-10-13 03:42:11] "POST /neutron/port HTTP/1.1" 200 2095 0.019427 10.0.0.22 - - [2025-10-13 03:42:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006718 10.0.0.22 - - [2025-10-13 03:42:11] "POST /neutron/network HTTP/1.1" 200 936 0.007574 10.0.0.22 - - [2025-10-13 03:42:11] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.22 - - [2025-10-13 03:42:17] "POST /neutron/port HTTP/1.1" 200 1107 0.016809 10.0.0.22 - - [2025-10-13 03:42:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.008786 10.0.0.19 - - [2025-10-13 03:43:05] "GET /obj-perms HTTP/1.1" 200 5056 0.050361 10.0.0.22 - - [2025-10-13 03:43:12] "POST /neutron/port HTTP/1.1" 200 1104 0.015486 10.0.0.22 - - [2025-10-13 03:43:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004209 10.0.0.22 - - [2025-10-13 03:43:12] "POST /neutron/network HTTP/1.1" 200 936 0.007110 10.0.0.22 - - [2025-10-13 03:43:17] "POST /neutron/network HTTP/1.1" 200 949 0.006576 10.0.0.22 - - [2025-10-13 03:43:17] "POST /neutron/port HTTP/1.1" 200 117 0.001139 10.0.0.41 - - [2025-10-13 03:43:20] "GET /obj-perms HTTP/1.1" 200 5066 0.004724 10.0.0.22 - - [2025-10-13 03:43:22] "GET /obj-perms HTTP/1.1" 200 5066 0.004279 10.0.0.22 - - [2025-10-13 03:43:24] "GET /virtual-network/69ea8c61-fd29-48d9-a026-77e4366a8aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.028003 10.0.0.22 - - [2025-10-13 03:43:24] "POST /neutron/network HTTP/1.1" 200 845 0.086839 10.0.0.22 - - [2025-10-13 03:43:24] "GET /virtual-network/69ea8c61-fd29-48d9-a026-77e4366a8aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005927 10.0.0.22 - - [2025-10-13 03:43:24] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.005078 10.0.0.22 - - [2025-10-13 03:43:24] "POST /neutron/network HTTP/1.1" 200 842 0.074536 10.0.0.22 - - [2025-10-13 03:43:24] "GET /virtual-network/f975e93d-d907-4815-99ab-382a496bc328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006369 10.0.0.22 - - [2025-10-13 03:43:24] "DELETE /network-policy/7e5cb79d-850e-47e1-bf98-a7c89a99b3af HTTP/1.1" 200 115 0.030099 10.0.0.22 - - [2025-10-13 03:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.22 - - [2025-10-13 03:43:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.004478 10.0.0.22 - - [2025-10-13 03:43:24] "PUT /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218 HTTP/1.1" 200 276 0.013981 10.0.0.41 - - [2025-10-13 03:43:24] "POST /ref-update HTTP/1.1" 200 156 0.020243 10.0.0.41 - - [2025-10-13 03:43:24] "POST /ref-update HTTP/1.1" 200 156 0.017196 10.0.0.22 - - [2025-10-13 03:43:26] "POST /neutron/network HTTP/1.1" 400 204 0.015311 10.0.0.22 - - [2025-10-13 03:43:26] "POST /neutron/port HTTP/1.1" 200 1107 0.017119 10.0.0.22 - - [2025-10-13 03:43:26] "POST /neutron/port HTTP/1.1" 200 1133 0.019211 10.0.0.22 - - [2025-10-13 03:43:26] "POST /neutron/port HTTP/1.1" 200 151 0.236680 10.0.0.22 - - [2025-10-13 03:43:28] "POST /neutron/network HTTP/1.1" 200 851 0.007240 10.0.0.41 - - [2025-10-13 03:43:28] "DELETE /route-target/2ecf07e4-ce77-4342-b22a-849d097ab06e HTTP/1.1" 200 115 0.022660 10.0.0.41 - - [2025-10-13 03:43:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003021 10.0.0.41 - - [2025-10-13 03:43:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002872 10.0.0.22 - - [2025-10-13 03:43:28] "POST /neutron/network HTTP/1.1" 200 151 0.150323 10.0.0.22 - - [2025-10-13 03:43:29] "POST /neutron/port HTTP/1.1" 200 1104 0.015014 10.0.0.22 - - [2025-10-13 03:43:29] "POST /neutron/port HTTP/1.1" 200 151 0.187263 10.0.0.22 - - [2025-10-13 03:43:31] "POST /neutron/network HTTP/1.1" 200 842 0.027329 10.0.0.41 - - [2025-10-13 03:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.41 - - [2025-10-13 03:43:31] "GET /projects?obj_uuids=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001031 10.0.0.22 - - [2025-10-13 03:43:31] "GET /project/a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.062528 10.0.0.41 - - [2025-10-13 03:43:31] "GET /projects?obj_uuids=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001002 10.0.0.22 - - [2025-10-13 03:43:31] "GET /project/a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a?fields=virtual_networks HTTP/1.1" 200 1068 0.051481 10.0.0.41 - - [2025-10-13 03:43:31] "GET /projects?obj_uuids=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001065 10.0.0.22 - - [2025-10-13 03:43:31] "GET /project/a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a?fields=virtual_machine_interfaces HTTP/1.1" 200 1068 0.058453 10.0.0.41 - - [2025-10-13 03:43:31] "GET /projects?obj_uuids=a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001073 10.0.0.22 - - [2025-10-13 03:43:31] "GET /project/a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a?fields=security_groups HTTP/1.1" 200 1312 0.052411 10.0.0.22 - - [2025-10-13 03:43:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.024568 10.0.0.41 - - [2025-10-13 03:43:32] "GET /projects?obj_uuids=86e8f128-c0bd-4553-8103-bb99725f23b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003458 10.0.0.41 - - [2025-10-13 03:43:32] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.41 - - [2025-10-13 03:43:32] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035018 10.0.0.41 - - [2025-10-13 03:43:32] "POST /id-to-fqname HTTP/1.1" 200 185 0.001319 10.0.0.41 - - [2025-10-13 03:43:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.007013 10.0.0.41 - - [2025-10-13 03:43:33] "POST /security-groups HTTP/1.1" 200 586 0.034303 10.0.0.41 - - [2025-10-13 03:43:33] "POST /projects HTTP/1.1" 200 575 0.243433 10.0.0.41 - - [2025-10-13 03:43:33] "POST /access-control-lists HTTP/1.1" 200 591 0.034148 10.0.0.41 - - [2025-10-13 03:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.323634 10.0.0.22 - - [2025-10-13 03:43:33] "GET /project/86e8f128-c0bd-4553-8103-bb99725f23b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.492165 10.0.0.22 - - [2025-10-13 03:43:34] "GET / HTTP/1.1" 200 35931 0.002322 10.0.0.41 - - [2025-10-13 03:43:34] "GET /projects?obj_uuids=46f40d4e-ed17-4d16-8bf0-099186d25886&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001402 10.0.0.22 - - [2025-10-13 03:43:34] "GET /project/46f40d4e-ed17-4d16-8bf0-099186d25886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.047325 10.0.0.22 - - [2025-10-13 03:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.22 - - [2025-10-13 03:43:35] "GET /security-group/a8b40c04-4a75-46b5-bc90-92592262fcdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.004817 10.0.0.22 - - [2025-10-13 03:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.41 - - [2025-10-13 03:43:35] "GET /projects?obj_uuids=46f40d4e-ed17-4d16-8bf0-099186d25886&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001048 10.0.0.22 - - [2025-10-13 03:43:35] "GET /project/46f40d4e-ed17-4d16-8bf0-099186d25886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.050929 10.0.0.22 - - [2025-10-13 03:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.22 - - [2025-10-13 03:43:35] "GET /security-group/a8b40c04-4a75-46b5-bc90-92592262fcdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.007113 10.0.0.22 - - [2025-10-13 03:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.22 - - [2025-10-13 03:43:35] "PUT /security-group/a8b40c04-4a75-46b5-bc90-92592262fcdf HTTP/1.1" 200 262 0.018022 10.0.0.41 - - [2025-10-13 03:43:35] "PUT /access-control-list/38747e0c-bc24-4f62-a48f-fbd0eae1b16f HTTP/1.1" 200 272 0.014191 10.0.0.41 - - [2025-10-13 03:43:38] "GET /projects?obj_uuids=86e8f128-c0bd-4553-8103-bb99725f23b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001125 10.0.0.22 - - [2025-10-13 03:43:38] "GET /project/86e8f128-c0bd-4553-8103-bb99725f23b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1341 0.048877 10.0.0.41 - - [2025-10-13 03:43:38] "GET /projects?obj_uuids=86e8f128-c0bd-4553-8103-bb99725f23b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002846 10.0.0.22 - - [2025-10-13 03:43:38] "GET /project/86e8f128-c0bd-4553-8103-bb99725f23b6?fields=virtual_networks HTTP/1.1" 200 1020 0.045395 10.0.0.41 - - [2025-10-13 03:43:38] "GET /projects?obj_uuids=86e8f128-c0bd-4553-8103-bb99725f23b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000985 10.0.0.22 - - [2025-10-13 03:43:38] "GET /project/86e8f128-c0bd-4553-8103-bb99725f23b6?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.053146 10.0.0.41 - - [2025-10-13 03:43:38] "GET /projects?obj_uuids=86e8f128-c0bd-4553-8103-bb99725f23b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001039 10.0.0.22 - - [2025-10-13 03:43:38] "GET /project/86e8f128-c0bd-4553-8103-bb99725f23b6?fields=security_groups HTTP/1.1" 200 1241 0.036679 10.0.0.22 - - [2025-10-13 03:43:39] "POST /fqname-to-id HTTP/1.1" 404 192 0.026937 10.0.0.41 - - [2025-10-13 03:43:39] "GET /projects?obj_uuids=a89c4897-08c3-4528-9a01-a7b7d34770d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003480 10.0.0.41 - - [2025-10-13 03:43:39] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.41 - - [2025-10-13 03:43:39] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007995 10.0.0.41 - - [2025-10-13 03:43:39] "POST /id-to-fqname HTTP/1.1" 200 194 0.002658 10.0.0.41 - - [2025-10-13 03:43:39] "POST /fqname-to-id HTTP/1.1" 404 203 0.004024 10.0.0.41 - - [2025-10-13 03:43:39] "POST /security-groups HTTP/1.1" 200 595 0.029167 10.0.0.41 - - [2025-10-13 03:43:39] "POST /projects HTTP/1.1" 200 593 0.226507 10.0.0.41 - - [2025-10-13 03:43:39] "POST /access-control-lists HTTP/1.1" 200 600 0.032644 10.0.0.41 - - [2025-10-13 03:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.300187 10.0.0.22 - - [2025-10-13 03:43:40] "GET /project/a89c4897-08c3-4528-9a01-a7b7d34770d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.435430 10.0.0.22 - - [2025-10-13 03:43:41] "GET / HTTP/1.1" 200 35931 0.001578 10.0.0.22 - - [2025-10-13 03:43:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.22 - - [2025-10-13 03:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.053859 10.0.0.41 - - [2025-10-13 03:43:43] "GET /projects?obj_uuids=a89c4897-08c3-4528-9a01-a7b7d34770d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000968 10.0.0.22 - - [2025-10-13 03:43:43] "GET /project/a89c4897-08c3-4528-9a01-a7b7d34770d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.036247 10.0.0.41 - - [2025-10-13 03:43:43] "GET /projects?obj_uuids=a89c4897-08c3-4528-9a01-a7b7d34770d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001027 10.0.0.22 - - [2025-10-13 03:43:43] "POST /neutron/network HTTP/1.1" 200 623 0.153613 10.0.0.41 - - [2025-10-13 03:43:43] "POST /route-targets HTTP/1.1" 200 327 0.019368 10.0.0.22 - - [2025-10-13 03:43:43] "POST /id-to-fqname HTTP/1.1" 200 231 0.013995 10.0.0.22 - - [2025-10-13 03:43:43] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006747 10.0.0.22 - - [2025-10-13 03:43:43] "POST /neutron/network HTTP/1.1" 200 842 0.007000 10.0.0.22 - - [2025-10-13 03:43:43] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006550 10.0.0.22 - - [2025-10-13 03:43:43] "POST /id-to-fqname HTTP/1.1" 200 231 0.001375 10.0.0.22 - - [2025-10-13 03:43:43] "POST /neutron/network HTTP/1.1" 200 852 0.008789 10.0.0.41 - - [2025-10-13 03:43:44] "GET /projects?obj_uuids=a89c4897-08c3-4528-9a01-a7b7d34770d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001319 10.0.0.22 - - [2025-10-13 03:43:44] "GET /project/a89c4897-08c3-4528-9a01-a7b7d34770d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.064816 10.0.0.22 - - [2025-10-13 03:43:44] "POST /neutron/port HTTP/1.1" 200 117 0.006635 10.0.0.22 - - [2025-10-13 03:43:44] "POST /id-to-fqname HTTP/1.1" 200 231 0.001593 10.0.0.41 - - [2025-10-13 03:43:45] "GET /projects?obj_uuids=a89c4897-08c3-4528-9a01-a7b7d34770d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001422 10.0.0.22 - - [2025-10-13 03:43:45] "POST /neutron/port HTTP/1.1" 200 1064 0.285002 10.0.0.22 - - [2025-10-13 03:43:45] "POST /neutron/port HTTP/1.1" 200 1118 0.104757 10.0.0.22 - - [2025-10-13 03:43:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.008331 10.0.0.41 - - [2025-10-13 03:44:00] "DELETE /access-control-list/4dc2d959-eade-43cc-bbc0-3aba9d14f1ac HTTP/1.1" 200 115 0.036735 10.0.0.22 - - [2025-10-13 03:44:01] "POST /neutron/port HTTP/1.1" 200 1092 0.041808 10.0.0.41 - - [2025-10-13 03:44:06] "GET /projects?obj_uuids=a89c4897-08c3-4528-9a01-a7b7d34770d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001236 10.0.0.22 - - [2025-10-13 03:44:06] "GET /project/a89c4897-08c3-4528-9a01-a7b7d34770d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.066692 10.0.0.22 - - [2025-10-13 03:44:06] "POST /neutron/network HTTP/1.1" 200 842 0.030243 10.0.0.22 - - [2025-10-13 03:44:06] "POST /neutron/port HTTP/1.1" 200 117 0.007045 10.0.0.22 - - [2025-10-13 03:44:06] "POST /neutron/port HTTP/1.1" 200 1092 0.016472 10.0.0.22 - - [2025-10-13 03:44:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008020 10.0.0.22 - - [2025-10-13 03:44:07] "GET /virtual-machine/d3757330-fc22-468e-98fd-be15febfd5bb HTTP/1.1" 401 292 0.000421 10.0.0.22 - - [2025-10-13 03:44:07] "GET /virtual-machine/d3757330-fc22-468e-98fd-be15febfd5bb HTTP/1.1" 200 1297 0.051326 10.0.0.22 - - [2025-10-13 03:44:07] "GET /virtual-machine-interface/423ffd71-3393-46a4-9197-25d53b123a59 HTTP/1.1" 200 2981 0.005884 10.0.0.22 - - [2025-10-13 03:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.22 - - [2025-10-13 03:44:07] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.011357 10.0.0.22 - - [2025-10-13 03:44:07] "GET /virtual-networks?parent_id=a89c4897-08c3-4528-9a01-a7b7d34770d2&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002929 10.0.0.22 - - [2025-10-13 03:44:07] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006104 10.0.0.22 - - [2025-10-13 03:44:07] "POST /neutron/port HTTP/1.1" 200 1064 0.056985 10.0.0.22 - - [2025-10-13 03:44:08] "POST /neutron/port HTTP/1.1" 200 1092 0.033043 10.0.0.22 - - [2025-10-13 03:44:08] "POST /neutron/port HTTP/1.1" 200 117 0.001483 10.0.0.22 - - [2025-10-13 03:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005899 10.0.0.22 - - [2025-10-13 03:44:08] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.011418 10.0.0.22 - - [2025-10-13 03:44:08] "GET /virtual-networks?parent_id=a89c4897-08c3-4528-9a01-a7b7d34770d2&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004284 10.0.0.22 - - [2025-10-13 03:44:08] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007645 10.0.0.22 - - [2025-10-13 03:44:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013656 10.0.0.41 - - [2025-10-13 03:44:11] "DELETE /project/a78f9b7d-a4a5-4e87-bfa9-72c28ee3b14a HTTP/1.1" 404 177 0.008130 10.0.0.41 - - [2025-10-13 03:44:11] "DELETE /project/86e8f128c0bd45538103bb99725f23b6 HTTP/1.1" 404 173 0.004157 10.0.0.41 - - [2025-10-13 03:44:11] "GET /projects?obj_uuids=86e8f128-c0bd-4553-8103-bb99725f23b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000773 10.0.0.41 - - [2025-10-13 03:44:11] "DELETE /project/a89c489708c345289a01a7b7d34770d2 HTTP/1.1" 404 173 0.008055 10.0.0.41 - - [2025-10-13 03:44:11] "GET /project/86e8f128-c0bd-4553-8103-bb99725f23b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.065535 10.0.0.41 - - [2025-10-13 03:44:11] "GET /projects?obj_uuids=86e8f128-c0bd-4553-8103-bb99725f23b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000892 10.0.0.41 - - [2025-10-13 03:44:12] "GET /project/86e8f128-c0bd-4553-8103-bb99725f23b6?fields=security_groups HTTP/1.1" 200 1346 0.078302 10.0.0.41 - - [2025-10-13 03:44:12] "DELETE /security-group/7bac5098-21fb-4707-99b9-a069d2fcd0d3 HTTP/1.1" 200 115 0.100701 10.0.0.41 - - [2025-10-13 03:44:12] "GET /projects?obj_uuids=86e8f128-c0bd-4553-8103-bb99725f23b6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001657 10.0.0.41 - - [2025-10-13 03:44:12] "GET /project/86e8f128-c0bd-4553-8103-bb99725f23b6?fields=application_policy_sets HTTP/1.1" 200 1385 0.069496 10.0.0.41 - - [2025-10-13 03:44:12] "DELETE /project/86e8f128-c0bd-4553-8103-bb99725f23b6 HTTP/1.1" 200 115 0.607864 10.0.0.22 - - [2025-10-13 03:44:19] "POST /neutron/port HTTP/1.1" 200 1092 0.016030 10.0.0.22 - - [2025-10-13 03:44:24] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007603 10.0.0.22 - - [2025-10-13 03:44:34] "POST /neutron/port HTTP/1.1" 200 1092 0.016235 10.0.0.22 - - [2025-10-13 03:44:39] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010402 10.0.0.22 - - [2025-10-13 03:44:44] "POST /neutron/port HTTP/1.1" 200 1092 0.016536 10.0.0.22 - - [2025-10-13 03:44:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008440 10.0.0.22 - - [2025-10-13 03:44:44] "GET /virtual-machine/3d80bac8-0e46-40df-bc7f-c0364fecb382 HTTP/1.1" 200 1296 0.005820 10.0.0.22 - - [2025-10-13 03:44:44] "GET /virtual-machine-interface/1ae9ba0b-a835-4184-8972-5ad3fb438021 HTTP/1.1" 200 2980 0.006373 10.0.0.22 - - [2025-10-13 03:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.22 - - [2025-10-13 03:44:44] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003622 10.0.0.22 - - [2025-10-13 03:44:44] "GET /virtual-networks?parent_id=a89c4897-08c3-4528-9a01-a7b7d34770d2&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002487 10.0.0.22 - - [2025-10-13 03:44:45] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007163 10.0.0.22 - - [2025-10-13 03:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.22 - - [2025-10-13 03:44:48] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005771 10.0.0.22 - - [2025-10-13 03:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.22 - - [2025-10-13 03:44:52] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005189 10.0.0.19 - - [2025-10-13 03:44:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.19 - - [2025-10-13 03:44:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.41 - - [2025-10-13 03:44:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.41 - - [2025-10-13 03:44:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.41 - - [2025-10-13 03:44:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.41 - - [2025-10-13 03:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.19 - - [2025-10-13 03:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.001373 10.0.0.19 - - [2025-10-13 03:44:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000612 10.0.0.22 - - [2025-10-13 03:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005401 10.0.0.22 - - [2025-10-13 03:44:56] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008396 10.0.0.22 - - [2025-10-13 03:44:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.22 - - [2025-10-13 03:44:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.22 - - [2025-10-13 03:44:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.22 - - [2025-10-13 03:44:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.22 - - [2025-10-13 03:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.22 - - [2025-10-13 03:45:00] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005874 10.0.0.22 - - [2025-10-13 03:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.22 - - [2025-10-13 03:45:04] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008073 10.0.0.22 - - [2025-10-13 03:45:07] "GET /obj-perms HTTP/1.1" 200 5056 0.046778 10.0.0.22 - - [2025-10-13 03:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.22 - - [2025-10-13 03:45:08] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004916 10.0.0.22 - - [2025-10-13 03:45:11] "POST /neutron/network HTTP/1.1" 200 852 0.006886 10.0.0.22 - - [2025-10-13 03:45:11] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.22 - - [2025-10-13 03:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.22 - - [2025-10-13 03:45:12] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005503 10.0.0.22 - - [2025-10-13 03:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.22 - - [2025-10-13 03:45:16] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004863 10.0.0.22 - - [2025-10-13 03:45:20] "POST /neutron/port HTTP/1.1" 200 1092 0.023613 10.0.0.22 - - [2025-10-13 03:45:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.010599 10.0.0.22 - - [2025-10-13 03:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.22 - - [2025-10-13 03:45:20] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007113 10.0.0.22 - - [2025-10-13 03:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.22 - - [2025-10-13 03:45:24] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004932 10.0.0.22 - - [2025-10-13 03:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005216 10.0.0.22 - - [2025-10-13 03:45:29] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006427 10.0.0.22 - - [2025-10-13 03:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004654 10.0.0.22 - - [2025-10-13 03:45:33] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006336 10.0.0.22 - - [2025-10-13 03:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.22 - - [2025-10-13 03:45:37] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005366 10.0.0.22 - - [2025-10-13 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.22 - - [2025-10-13 03:45:41] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005719 10.0.0.22 - - [2025-10-13 03:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.22 - - [2025-10-13 03:45:45] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005926 10.0.0.22 - - [2025-10-13 03:45:45] "POST /neutron/port HTTP/1.1" 200 1092 0.015912 10.0.0.22 - - [2025-10-13 03:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.22 - - [2025-10-13 03:45:47] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003671 10.0.0.22 - - [2025-10-13 03:45:47] "GET /virtual-networks?parent_id=a89c4897-08c3-4528-9a01-a7b7d34770d2&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003071 10.0.0.22 - - [2025-10-13 03:45:47] "GET /virtual-network/c8c27238-ca94-4337-b443-39e652a29899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005740 10.0.0.22 - - [2025-10-13 03:45:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008630 10.0.0.22 - - [2025-10-13 03:45:57] "POST /neutron/port HTTP/1.1" 200 1092 0.016695 10.0.0.22 - - [2025-10-13 03:46:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007788 10.0.0.22 - - [2025-10-13 03:46:13] "POST /neutron/port HTTP/1.1" 200 1092 0.014878 10.0.0.22 - - [2025-10-13 03:46:13] "POST /neutron/port HTTP/1.1" 200 1092 0.039781 10.0.0.22 - - [2025-10-13 03:46:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.009828 10.0.0.22 - - [2025-10-13 03:46:18] "POST /neutron/port HTTP/1.1" 200 1092 0.019047 10.0.0.22 - - [2025-10-13 03:46:20] "POST /neutron/port HTTP/1.1" 200 1092 0.021024 10.0.0.22 - - [2025-10-13 03:46:20] "POST /neutron/subnet HTTP/1.1" 200 699 0.015710 10.0.0.22 - - [2025-10-13 03:46:23] "POST /neutron/port HTTP/1.1" 200 1092 0.014281 10.0.0.22 - - [2025-10-13 03:46:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007165 10.0.0.22 - - [2025-10-13 03:46:34] "POST /fqname-to-id HTTP/1.1" 404 240 0.005102 10.0.0.22 - - [2025-10-13 03:46:34] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.030472 10.0.0.22 - - [2025-10-13 03:46:34] "GET /bgp-as-a-service/f9d767f5-f9de-4b6b-a09e-d6a4c8d23af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1622 0.006227 10.0.0.22 - - [2025-10-13 03:46:34] "GET /virtual-machine-interface/1ae9ba0b-a835-4184-8972-5ad3fb438021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005138 10.0.0.22 - - [2025-10-13 03:46:34] "POST /ref-update HTTP/1.1" 200 156 0.011801 10.0.0.41 - - [2025-10-13 03:46:34] "POST /bgp-routers HTTP/1.1" 200 603 0.056714 10.0.0.22 - - [2025-10-13 03:46:34] "POST /neutron/network HTTP/1.1" 200 842 0.017705 10.0.0.41 - - [2025-10-13 03:46:34] "POST /ref-update HTTP/1.1" 200 156 0.014117 10.0.0.22 - - [2025-10-13 03:46:59] "GET /bgp-as-a-service/f9d767f5-f9de-4b6b-a09e-d6a4c8d23af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2249 0.007597 10.0.0.22 - - [2025-10-13 03:46:59] "GET /virtual-machine-interface/1ae9ba0b-a835-4184-8972-5ad3fb438021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3088 0.007530 10.0.0.22 - - [2025-10-13 03:46:59] "POST /ref-update HTTP/1.1" 200 156 0.013483 10.0.0.41 - - [2025-10-13 03:47:00] "POST /ref-update HTTP/1.1" 200 156 0.029466 10.0.0.22 - - [2025-10-13 03:47:00] "DELETE /bgp-as-a-service/f9d767f5-f9de-4b6b-a09e-d6a4c8d23af0 HTTP/1.1" 200 115 0.063133 10.0.0.22 - - [2025-10-13 03:47:00] "POST /neutron/network HTTP/1.1" 400 204 0.018938 10.0.0.22 - - [2025-10-13 03:47:00] "POST /neutron/port HTTP/1.1" 200 151 0.184605 10.0.0.22 - - [2025-10-13 03:47:01] "POST /neutron/port HTTP/1.1" 200 151 0.222046 10.0.0.41 - - [2025-10-13 03:47:02] "DELETE /route-target/222cad50-40c7-4ba4-8a38-d0d42af8fdeb HTTP/1.1" 200 115 0.030005 10.0.0.41 - - [2025-10-13 03:47:03] "GET /projects?obj_uuids=a89c4897-08c3-4528-9a01-a7b7d34770d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.023877 10.0.0.22 - - [2025-10-13 03:47:03] "GET /project/a89c4897-08c3-4528-9a01-a7b7d34770d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.068465 10.0.0.41 - - [2025-10-13 03:47:03] "GET /projects?obj_uuids=a89c4897-08c3-4528-9a01-a7b7d34770d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001100 10.0.0.22 - - [2025-10-13 03:47:04] "GET /project/a89c4897-08c3-4528-9a01-a7b7d34770d2?fields=virtual_networks HTTP/1.1" 200 1040 0.047019 10.0.0.41 - - [2025-10-13 03:47:04] "GET /projects?obj_uuids=a89c4897-08c3-4528-9a01-a7b7d34770d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001064 10.0.0.22 - - [2025-10-13 03:47:04] "GET /project/a89c4897-08c3-4528-9a01-a7b7d34770d2?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.047231 10.0.0.41 - - [2025-10-13 03:47:04] "GET /projects?obj_uuids=a89c4897-08c3-4528-9a01-a7b7d34770d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000993 10.0.0.22 - - [2025-10-13 03:47:04] "GET /project/a89c4897-08c3-4528-9a01-a7b7d34770d2?fields=security_groups HTTP/1.1" 200 1270 0.057845 10.0.0.22 - - [2025-10-13 03:47:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.022868 10.0.0.41 - - [2025-10-13 03:47:05] "GET /projects?obj_uuids=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003136 10.0.0.41 - - [2025-10-13 03:47:05] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.41 - - [2025-10-13 03:47:05] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007080 10.0.0.41 - - [2025-10-13 03:47:05] "POST /id-to-fqname HTTP/1.1" 200 191 0.003590 10.0.0.41 - - [2025-10-13 03:47:05] "POST /fqname-to-id HTTP/1.1" 404 200 0.004335 10.0.0.41 - - [2025-10-13 03:47:05] "POST /security-groups HTTP/1.1" 200 592 0.078528 10.0.0.41 - - [2025-10-13 03:47:05] "POST /projects HTTP/1.1" 200 587 0.274112 10.0.0.41 - - [2025-10-13 03:47:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.003380 10.0.0.41 - - [2025-10-13 03:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.346064 10.0.0.22 - - [2025-10-13 03:47:05] "GET /project/0f479d2b-fcba-43d0-a20c-743a24ff653b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.480007 10.0.0.22 - - [2025-10-13 03:47:06] "GET / HTTP/1.1" 200 35931 0.001779 10.0.0.22 - - [2025-10-13 03:47:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.22 - - [2025-10-13 03:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.032519 10.0.0.41 - - [2025-10-13 03:47:08] "GET /projects?obj_uuids=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001417 10.0.0.19 - - [2025-10-13 03:47:08] "GET /obj-perms HTTP/1.1" 200 5056 0.335176 10.0.0.22 - - [2025-10-13 03:47:08] "GET /project/0f479d2b-fcba-43d0-a20c-743a24ff653b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041577 10.0.0.22 - - [2025-10-13 03:47:08] "POST /neutron/network HTTP/1.1" 200 117 0.032829 10.0.0.41 - - [2025-10-13 03:47:09] "POST /ref-update HTTP/1.1" 200 156 0.026821 10.0.0.22 - - [2025-10-13 03:47:09] "POST /neutron/network HTTP/1.1" 200 834 0.008508 10.0.0.22 - - [2025-10-13 03:47:09] "POST /id-to-fqname HTTP/1.1" 200 225 0.001291 10.0.0.22 - - [2025-10-13 03:47:09] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005915 10.0.0.22 - - [2025-10-13 03:47:09] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006084 10.0.0.22 - - [2025-10-13 03:47:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.008635 10.0.0.22 - - [2025-10-13 03:47:09] "POST /id-to-fqname HTTP/1.1" 200 225 0.001018 10.0.0.41 - - [2025-10-13 03:47:10] "GET /projects?obj_uuids=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000920 10.0.0.22 - - [2025-10-13 03:47:10] "GET /project/0f479d2b-fcba-43d0-a20c-743a24ff653b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.082688 10.0.0.22 - - [2025-10-13 03:47:10] "POST /neutron/port HTTP/1.1" 200 117 0.006572 10.0.0.22 - - [2025-10-13 03:47:10] "POST /id-to-fqname HTTP/1.1" 200 225 0.001445 10.0.0.22 - - [2025-10-13 03:47:10] "POST /neutron/network HTTP/1.1" 200 844 0.010081 10.0.0.41 - - [2025-10-13 03:47:11] "GET /projects?obj_uuids=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000979 10.0.0.22 - - [2025-10-13 03:47:11] "GET /project/0f479d2b-fcba-43d0-a20c-743a24ff653b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.106326 10.0.0.22 - - [2025-10-13 03:47:11] "POST /neutron/network HTTP/1.1" 200 834 0.007526 10.0.0.22 - - [2025-10-13 03:47:12] "POST /neutron/port HTTP/1.1" 200 117 0.008592 10.0.0.22 - - [2025-10-13 03:47:12] "POST /id-to-fqname HTTP/1.1" 200 225 0.002511 10.0.0.22 - - [2025-10-13 03:47:12] "POST /neutron/network HTTP/1.1" 200 844 0.016093 10.0.0.41 - - [2025-10-13 03:47:12] "DELETE /project/0f479d2bfcba43d0a20c743a24ff653b HTTP/1.1" 404 173 0.004877 10.0.0.41 - - [2025-10-13 03:47:12] "DELETE /project/a89c4897-08c3-4528-9a01-a7b7d34770d2 HTTP/1.1" 404 177 0.004534 10.0.0.22 - - [2025-10-13 03:47:12] "POST /neutron/port HTTP/1.1" 200 1062 0.025071 10.0.0.22 - - [2025-10-13 03:47:13] "POST /neutron/port HTTP/1.1" 200 1062 0.033659 10.0.0.22 - - [2025-10-13 03:47:13] "POST /neutron/port HTTP/1.1" 200 1090 0.033505 10.0.0.22 - - [2025-10-13 03:47:13] "POST /neutron/port HTTP/1.1" 200 1090 0.022625 10.0.0.41 - - [2025-10-13 03:47:13] "GET /projects?obj_uuids=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001577 10.0.0.22 - - [2025-10-13 03:47:13] "GET /project/0f479d2b-fcba-43d0-a20c-743a24ff653b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.089413 10.0.0.22 - - [2025-10-13 03:47:13] "POST /neutron/network HTTP/1.1" 200 834 0.008498 10.0.0.22 - - [2025-10-13 03:47:13] "POST /neutron/port HTTP/1.1" 200 117 0.006615 10.0.0.22 - - [2025-10-13 03:47:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005719 10.0.0.22 - - [2025-10-13 03:47:16] "POST /neutron/network HTTP/1.1" 200 834 0.012074 10.0.0.22 - - [2025-10-13 03:47:17] "POST /neutron/port HTTP/1.1" 200 1062 0.025416 10.0.0.22 - - [2025-10-13 03:47:18] "POST /neutron/port HTTP/1.1" 200 1090 0.018497 10.0.0.22 - - [2025-10-13 03:47:18] "POST /neutron/port HTTP/1.1" 200 117 0.001330 10.0.0.22 - - [2025-10-13 03:47:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007904 10.0.0.22 - - [2025-10-13 03:47:20] "POST /neutron/network HTTP/1.1" 200 844 0.008515 10.0.0.22 - - [2025-10-13 03:47:20] "POST /neutron/port HTTP/1.1" 200 117 0.001327 10.0.0.22 - - [2025-10-13 03:47:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007334 10.0.0.22 - - [2025-10-13 03:47:34] "POST /neutron/port HTTP/1.1" 200 1090 0.014261 10.0.0.22 - - [2025-10-13 03:47:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006870 10.0.0.22 - - [2025-10-13 03:47:49] "POST /neutron/port HTTP/1.1" 200 1090 0.020338 10.0.0.22 - - [2025-10-13 03:47:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008128 10.0.0.22 - - [2025-10-13 03:47:49] "GET /virtual-machine/5f796953-5457-4f9b-aa65-53df70be9765 HTTP/1.1" 401 292 0.000401 10.0.0.22 - - [2025-10-13 03:47:50] "GET /virtual-machine/5f796953-5457-4f9b-aa65-53df70be9765 HTTP/1.1" 200 1293 0.028855 10.0.0.22 - - [2025-10-13 03:47:50] "GET /virtual-machine-interface/b0aea19d-a2c4-4650-8192-98f473b42989 HTTP/1.1" 200 2957 0.005733 10.0.0.22 - - [2025-10-13 03:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.22 - - [2025-10-13 03:47:50] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003853 10.0.0.22 - - [2025-10-13 03:47:50] "GET /virtual-networks?parent_id=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003156 10.0.0.22 - - [2025-10-13 03:47:50] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006541 10.0.0.22 - - [2025-10-13 03:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.22 - - [2025-10-13 03:47:53] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005786 10.0.0.22 - - [2025-10-13 03:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.22 - - [2025-10-13 03:47:57] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008182 10.0.0.22 - - [2025-10-13 03:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.22 - - [2025-10-13 03:48:01] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005713 10.0.0.22 - - [2025-10-13 03:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.22 - - [2025-10-13 03:48:05] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005628 10.0.0.41 - - [2025-10-13 03:48:09] "GET /obj-perms HTTP/1.1" 200 5056 0.046451 10.0.0.22 - - [2025-10-13 03:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.22 - - [2025-10-13 03:48:09] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005360 10.0.0.22 - - [2025-10-13 03:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.22 - - [2025-10-13 03:48:13] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005563 10.0.0.22 - - [2025-10-13 03:48:14] "POST /neutron/port HTTP/1.1" 200 1090 0.015352 10.0.0.22 - - [2025-10-13 03:48:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004965 10.0.0.22 - - [2025-10-13 03:48:14] "POST /neutron/network HTTP/1.1" 200 834 0.007282 10.0.0.22 - - [2025-10-13 03:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005827 10.0.0.22 - - [2025-10-13 03:48:17] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007668 10.0.0.22 - - [2025-10-13 03:48:21] "POST /neutron/port HTTP/1.1" 200 1090 0.019116 10.0.0.22 - - [2025-10-13 03:48:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004729 10.0.0.22 - - [2025-10-13 03:48:21] "POST /neutron/network HTTP/1.1" 200 834 0.007941 10.0.0.22 - - [2025-10-13 03:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005207 10.0.0.22 - - [2025-10-13 03:48:22] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005624 10.0.0.22 - - [2025-10-13 03:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.22 - - [2025-10-13 03:48:26] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005563 10.0.0.22 - - [2025-10-13 03:48:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.22 - - [2025-10-13 03:48:30] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006782 10.0.0.22 - - [2025-10-13 03:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.22 - - [2025-10-13 03:48:34] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005140 10.0.0.22 - - [2025-10-13 03:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.22 - - [2025-10-13 03:48:38] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005382 10.0.0.22 - - [2025-10-13 03:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.22 - - [2025-10-13 03:48:42] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006726 10.0.0.22 - - [2025-10-13 03:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.22 - - [2025-10-13 03:48:46] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005180 10.0.0.22 - - [2025-10-13 03:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.22 - - [2025-10-13 03:48:50] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005645 10.0.0.22 - - [2025-10-13 03:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.22 - - [2025-10-13 03:48:54] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005131 10.0.0.22 - - [2025-10-13 03:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.22 - - [2025-10-13 03:48:58] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006715 10.0.0.22 - - [2025-10-13 03:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.22 - - [2025-10-13 03:49:00] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003819 10.0.0.22 - - [2025-10-13 03:49:00] "GET /virtual-networks?parent_id=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003021 10.0.0.22 - - [2025-10-13 03:49:01] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010152 10.0.0.22 - - [2025-10-13 03:49:01] "POST /neutron/port HTTP/1.1" 200 1090 0.015706 10.0.0.22 - - [2025-10-13 03:49:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.030228 10.0.0.22 - - [2025-10-13 03:49:11] "POST /neutron/port HTTP/1.1" 200 1090 0.015434 10.0.0.22 - - [2025-10-13 03:49:15] "POST /neutron/port HTTP/1.1" 200 1090 0.014010 10.0.0.22 - - [2025-10-13 03:49:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.009167 10.0.0.22 - - [2025-10-13 03:49:16] "POST /neutron/port HTTP/1.1" 200 1090 0.019225 10.0.0.22 - - [2025-10-13 03:49:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009818 10.0.0.22 - - [2025-10-13 03:49:23] "POST /neutron/network HTTP/1.1" 200 844 0.028687 10.0.0.22 - - [2025-10-13 03:49:23] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.22 - - [2025-10-13 03:49:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006789 10.0.0.22 - - [2025-10-13 03:49:37] "POST /neutron/port HTTP/1.1" 200 1090 0.018233 10.0.0.22 - - [2025-10-13 03:49:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007761 10.0.0.22 - - [2025-10-13 03:49:47] "POST /neutron/port HTTP/1.1" 200 1090 0.014995 10.0.0.22 - - [2025-10-13 03:49:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006810 10.0.0.22 - - [2025-10-13 03:49:47] "GET /virtual-machine/5da094ca-1f5a-4c16-a716-3d9998e2014a HTTP/1.1" 200 1293 0.005493 10.0.0.22 - - [2025-10-13 03:49:47] "GET /virtual-machine-interface/94ed9088-eb62-4190-a2da-fbc994f963aa HTTP/1.1" 200 2958 0.004724 10.0.0.22 - - [2025-10-13 03:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.22 - - [2025-10-13 03:49:47] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004174 10.0.0.22 - - [2025-10-13 03:49:47] "GET /virtual-networks?parent_id=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003178 10.0.0.22 - - [2025-10-13 03:49:47] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006196 10.0.0.22 - - [2025-10-13 03:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.22 - - [2025-10-13 03:49:49] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003278 10.0.0.22 - - [2025-10-13 03:49:49] "GET /virtual-networks?parent_id=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003196 10.0.0.22 - - [2025-10-13 03:49:49] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005485 10.0.0.22 - - [2025-10-13 03:49:49] "POST /neutron/port HTTP/1.1" 200 1090 0.022710 10.0.0.22 - - [2025-10-13 03:49:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006859 10.0.0.22 - - [2025-10-13 03:49:49] "GET /virtual-machine/1c213db3-6328-4dc5-aded-184d6422084c HTTP/1.1" 200 1293 0.006433 10.0.0.22 - - [2025-10-13 03:49:49] "GET /virtual-machine-interface/ebc8854d-dda3-4e83-b401-734bae8d1b4c HTTP/1.1" 200 2958 0.006132 10.0.0.22 - - [2025-10-13 03:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.22 - - [2025-10-13 03:49:49] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003368 10.0.0.22 - - [2025-10-13 03:49:49] "GET /virtual-networks?parent_id=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002757 10.0.0.22 - - [2025-10-13 03:49:49] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005711 10.0.0.22 - - [2025-10-13 03:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005254 10.0.0.22 - - [2025-10-13 03:49:50] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004439 10.0.0.22 - - [2025-10-13 03:49:50] "GET /virtual-networks?parent_id=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003533 10.0.0.22 - - [2025-10-13 03:49:50] "GET /virtual-network/b5d792fe-1c29-44a8-b01d-cc47e0952271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007838 10.0.0.22 - - [2025-10-13 03:49:50] "POST /fqname-to-id HTTP/1.1" 404 198 0.003751 10.0.0.22 - - [2025-10-13 03:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.22 - - [2025-10-13 03:49:50] "GET /global-system-config/a49f1dec-d6e8-4df9-9392-0a7daafa47bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.006734 10.0.0.22 - - [2025-10-13 03:49:51] "POST /control-node-zones HTTP/1.1" 200 569 0.035511 10.0.0.22 - - [2025-10-13 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005064 10.0.0.22 - - [2025-10-13 03:49:51] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005657 10.0.0.22 - - [2025-10-13 03:49:51] "GET /control-node-zone/8b955b9e-5697-4f44-8931-d0010f57bc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005597 10.0.0.22 - - [2025-10-13 03:49:51] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.019534 10.0.0.22 - - [2025-10-13 03:49:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003738 10.0.0.22 - - [2025-10-13 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.22 - - [2025-10-13 03:49:51] "GET /global-system-config/a49f1dec-d6e8-4df9-9392-0a7daafa47bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007236 10.0.0.22 - - [2025-10-13 03:49:51] "POST /control-node-zones HTTP/1.1" 200 569 0.026320 10.0.0.22 - - [2025-10-13 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.22 - - [2025-10-13 03:49:51] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004750 10.0.0.22 - - [2025-10-13 03:49:51] "GET /control-node-zone/06f64653-8895-4937-9171-4ee109fdd180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.006403 10.0.0.22 - - [2025-10-13 03:49:51] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.019937 10.0.0.22 - - [2025-10-13 03:49:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.004362 10.0.0.22 - - [2025-10-13 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004817 10.0.0.22 - - [2025-10-13 03:49:51] "GET /global-system-config/a49f1dec-d6e8-4df9-9392-0a7daafa47bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007004 10.0.0.22 - - [2025-10-13 03:49:51] "POST /control-node-zones HTTP/1.1" 200 569 0.026990 10.0.0.22 - - [2025-10-13 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.22 - - [2025-10-13 03:49:51] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004766 10.0.0.22 - - [2025-10-13 03:49:51] "GET /control-node-zone/0104b5d8-616e-42c1-ad6f-869462cd17e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.006178 10.0.0.22 - - [2025-10-13 03:49:51] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.023895 10.0.0.22 - - [2025-10-13 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.22 - - [2025-10-13 03:49:51] "GET /global-system-config/a49f1dec-d6e8-4df9-9392-0a7daafa47bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007691 10.0.0.22 - - [2025-10-13 03:49:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.003650 10.0.0.22 - - [2025-10-13 03:49:52] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.036341 10.0.0.22 - - [2025-10-13 03:49:52] "POST /neutron/network HTTP/1.1" 200 834 0.006971 10.0.0.22 - - [2025-10-13 03:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.22 - - [2025-10-13 03:49:52] "GET /bgp-as-a-service/3f9057d4-0128-48dd-8257-ba70a1eaf56e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1545 0.005189 10.0.0.22 - - [2025-10-13 03:49:52] "GET /control-node-zone/8b955b9e-5697-4f44-8931-d0010f57bc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003915 10.0.0.22 - - [2025-10-13 03:49:52] "POST /ref-update HTTP/1.1" 200 156 0.014008 10.0.0.19 - - [2025-10-13 03:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.19 - - [2025-10-13 03:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.41 - - [2025-10-13 03:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.41 - - [2025-10-13 03:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.41 - - [2025-10-13 03:49:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.41 - - [2025-10-13 03:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.19 - - [2025-10-13 03:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.19 - - [2025-10-13 03:49:54] "GET /global-system-configs HTTP/1.1" 401 292 0.001041 10.0.0.22 - - [2025-10-13 03:49:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.22 - - [2025-10-13 03:49:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.22 - - [2025-10-13 03:49:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.22 - - [2025-10-13 03:49:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.22 - - [2025-10-13 03:50:09] "GET /bgp-as-a-service/3f9057d4-0128-48dd-8257-ba70a1eaf56e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.008210 10.0.0.22 - - [2025-10-13 03:50:09] "GET /virtual-machine-interface/b0aea19d-a2c4-4650-8192-98f473b42989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.006032 10.0.0.22 - - [2025-10-13 03:50:09] "POST /ref-update HTTP/1.1" 200 156 0.013582 10.0.0.41 - - [2025-10-13 03:50:09] "POST /bgp-routers HTTP/1.1" 200 594 0.031739 10.0.0.41 - - [2025-10-13 03:50:09] "POST /ref-update HTTP/1.1" 200 156 0.016897 10.0.0.22 - - [2025-10-13 03:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.22 - - [2025-10-13 03:50:10] "GET /global-system-config/a49f1dec-d6e8-4df9-9392-0a7daafa47bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005835 10.0.0.22 - - [2025-10-13 03:50:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.002760 10.0.0.22 - - [2025-10-13 03:50:10] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.032565 10.0.0.22 - - [2025-10-13 03:50:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.008443 10.0.0.22 - - [2025-10-13 03:50:10] "GET /obj-perms HTTP/1.1" 200 5056 0.049540 10.0.0.22 - - [2025-10-13 03:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.22 - - [2025-10-13 03:50:10] "GET /bgp-as-a-service/f2a596fa-749b-4b0e-9a12-5b8b60ec145d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.005036 10.0.0.22 - - [2025-10-13 03:50:10] "GET /control-node-zone/06f64653-8895-4937-9171-4ee109fdd180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004040 10.0.0.22 - - [2025-10-13 03:50:10] "POST /ref-update HTTP/1.1" 200 156 0.014269 10.0.0.22 - - [2025-10-13 03:50:15] "POST /neutron/port HTTP/1.1" 200 1090 0.016016 10.0.0.22 - - [2025-10-13 03:50:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004444 10.0.0.22 - - [2025-10-13 03:50:15] "POST /neutron/network HTTP/1.1" 200 834 0.008156 10.0.0.22 - - [2025-10-13 03:50:18] "GET /bgp-as-a-service/f2a596fa-749b-4b0e-9a12-5b8b60ec145d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.006349 10.0.0.22 - - [2025-10-13 03:50:18] "GET /virtual-machine-interface/94ed9088-eb62-4190-a2da-fbc994f963aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005263 10.0.0.22 - - [2025-10-13 03:50:18] "POST /ref-update HTTP/1.1" 200 156 0.010608 10.0.0.41 - - [2025-10-13 03:50:18] "POST /ref-update HTTP/1.1" 200 156 0.029445 10.0.0.22 - - [2025-10-13 03:50:23] "POST /neutron/network HTTP/1.1" 200 844 0.007214 10.0.0.22 - - [2025-10-13 03:50:23] "POST /neutron/port HTTP/1.1" 200 117 0.001469 10.0.0.22 - - [2025-10-13 03:50:37] "GET /control-node-zone/8b955b9e-5697-4f44-8931-d0010f57bc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004539 10.0.0.22 - - [2025-10-13 03:50:37] "POST /ref-update HTTP/1.1" 200 156 0.016666 10.0.0.22 - - [2025-10-13 03:50:37] "GET /control-node-zone/06f64653-8895-4937-9171-4ee109fdd180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.003986 10.0.0.22 - - [2025-10-13 03:50:37] "POST /ref-update HTTP/1.1" 200 156 0.023390 10.0.0.22 - - [2025-10-13 03:50:37] "GET /control-node-zone/0104b5d8-616e-42c1-ad6f-869462cd17e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.005417 10.0.0.22 - - [2025-10-13 03:50:37] "POST /ref-update HTTP/1.1" 200 156 0.026811 10.0.0.22 - - [2025-10-13 03:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.22 - - [2025-10-13 03:50:37] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004754 10.0.0.22 - - [2025-10-13 03:50:37] "GET /control-node-zone/8b955b9e-5697-4f44-8931-d0010f57bc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003957 10.0.0.22 - - [2025-10-13 03:50:37] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.019683 10.0.0.22 - - [2025-10-13 03:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.22 - - [2025-10-13 03:50:37] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005119 10.0.0.22 - - [2025-10-13 03:50:37] "GET /control-node-zone/06f64653-8895-4937-9171-4ee109fdd180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.003785 10.0.0.22 - - [2025-10-13 03:50:37] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.020007 10.0.0.22 - - [2025-10-13 03:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.22 - - [2025-10-13 03:50:37] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004723 10.0.0.22 - - [2025-10-13 03:50:37] "GET /control-node-zone/0104b5d8-616e-42c1-ad6f-869462cd17e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.003604 10.0.0.22 - - [2025-10-13 03:50:37] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.019187 10.0.0.22 - - [2025-10-13 03:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006371 10.0.0.22 - - [2025-10-13 03:50:55] "GET /bgp-as-a-service/3f9057d4-0128-48dd-8257-ba70a1eaf56e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.006031 10.0.0.22 - - [2025-10-13 03:50:55] "GET /control-node-zone/8b955b9e-5697-4f44-8931-d0010f57bc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003604 10.0.0.22 - - [2025-10-13 03:50:55] "POST /ref-update HTTP/1.1" 200 156 0.015425 10.0.0.22 - - [2025-10-13 03:50:55] "GET /control-node-zone/8b955b9e-5697-4f44-8931-d0010f57bc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004148 10.0.0.22 - - [2025-10-13 03:50:55] "POST /ref-update HTTP/1.1" 200 156 0.022391 10.0.0.22 - - [2025-10-13 03:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.22 - - [2025-10-13 03:50:55] "GET /global-system-config/a49f1dec-d6e8-4df9-9392-0a7daafa47bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007648 10.0.0.22 - - [2025-10-13 03:50:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.009325 10.0.0.22 - - [2025-10-13 03:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.22 - - [2025-10-13 03:50:56] "GET /bgp-as-a-service/3f9057d4-0128-48dd-8257-ba70a1eaf56e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005433 10.0.0.22 - - [2025-10-13 03:50:56] "GET /control-node-zone/0104b5d8-616e-42c1-ad6f-869462cd17e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.003230 10.0.0.22 - - [2025-10-13 03:50:56] "POST /ref-update HTTP/1.1" 200 156 0.013931 10.0.0.22 - - [2025-10-13 03:50:58] "GET /bgp-as-a-service/3f9057d4-0128-48dd-8257-ba70a1eaf56e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.007043 10.0.0.22 - - [2025-10-13 03:50:58] "GET /virtual-machine-interface/b0aea19d-a2c4-4650-8192-98f473b42989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.007950 10.0.0.22 - - [2025-10-13 03:51:11] "GET /bgp-as-a-service/3f9057d4-0128-48dd-8257-ba70a1eaf56e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.004371 10.0.0.22 - - [2025-10-13 03:51:11] "GET /virtual-machine-interface/b0aea19d-a2c4-4650-8192-98f473b42989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.005336 10.0.0.22 - - [2025-10-13 03:51:11] "POST /ref-update HTTP/1.1" 200 156 0.017823 10.0.0.41 - - [2025-10-13 03:51:11] "POST /ref-update HTTP/1.1" 200 156 0.015156 10.0.0.22 - - [2025-10-13 03:51:11] "GET /bgp-as-a-service/f2a596fa-749b-4b0e-9a12-5b8b60ec145d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.013646 10.0.0.22 - - [2025-10-13 03:51:11] "GET /virtual-machine-interface/94ed9088-eb62-4190-a2da-fbc994f963aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.025809 10.0.0.22 - - [2025-10-13 03:51:11] "POST /ref-update HTTP/1.1" 200 156 0.012707 10.0.0.41 - - [2025-10-13 03:51:11] "POST /ref-update HTTP/1.1" 200 156 0.015164 10.0.0.22 - - [2025-10-13 03:51:11] "DELETE /bgp-as-a-service/f2a596fa-749b-4b0e-9a12-5b8b60ec145d HTTP/1.1" 200 115 0.055522 10.0.0.22 - - [2025-10-13 03:51:11] "GET /bgp-as-a-service/3f9057d4-0128-48dd-8257-ba70a1eaf56e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.011107 10.0.0.22 - - [2025-10-13 03:51:11] "GET /virtual-machine-interface/b0aea19d-a2c4-4650-8192-98f473b42989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.010804 10.0.0.22 - - [2025-10-13 03:51:11] "DELETE /bgp-as-a-service/3f9057d4-0128-48dd-8257-ba70a1eaf56e HTTP/1.1" 200 115 0.069659 10.0.0.22 - - [2025-10-13 03:51:11] "GET /control-node-zone/0104b5d8-616e-42c1-ad6f-869462cd17e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.004517 10.0.0.22 - - [2025-10-13 03:51:11] "POST /ref-update HTTP/1.1" 200 156 0.030767 10.0.0.22 - - [2025-10-13 03:51:11] "DELETE /control-node-zone/0104b5d8-616e-42c1-ad6f-869462cd17e1 HTTP/1.1" 200 115 0.033543 10.0.0.22 - - [2025-10-13 03:51:11] "GET /control-node-zone/06f64653-8895-4937-9171-4ee109fdd180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004827 10.0.0.22 - - [2025-10-13 03:51:11] "POST /ref-update HTTP/1.1" 200 156 0.017544 10.0.0.22 - - [2025-10-13 03:51:12] "DELETE /control-node-zone/06f64653-8895-4937-9171-4ee109fdd180 HTTP/1.1" 200 115 0.030232 10.0.0.22 - - [2025-10-13 03:51:12] "GET /control-node-zone/8b955b9e-5697-4f44-8931-d0010f57bc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004929 10.0.0.22 - - [2025-10-13 03:51:12] "DELETE /control-node-zone/8b955b9e-5697-4f44-8931-d0010f57bc6e HTTP/1.1" 200 115 0.024380 10.0.0.22 - - [2025-10-13 03:51:12] "POST /neutron/network HTTP/1.1" 200 834 0.006740 10.0.0.22 - - [2025-10-13 03:51:12] "POST /neutron/port HTTP/1.1" 200 1116 0.013390 10.0.0.22 - - [2025-10-13 03:51:12] "POST /neutron/port HTTP/1.1" 200 1116 0.013927 10.0.0.22 - - [2025-10-13 03:51:12] "POST /neutron/port HTTP/1.1" 200 1116 0.021971 10.0.0.41 - - [2025-10-13 03:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.41 - - [2025-10-13 03:51:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002528 10.0.0.41 - - [2025-10-13 03:51:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002260 10.0.0.22 - - [2025-10-13 03:51:14] "POST /neutron/network HTTP/1.1" 200 151 0.148030 10.0.0.22 - - [2025-10-13 03:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.41 - - [2025-10-13 03:51:17] "GET /projects?obj_uuids=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001279 10.0.0.22 - - [2025-10-13 03:51:17] "GET /project/0f479d2b-fcba-43d0-a20c-743a24ff653b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042690 10.0.0.41 - - [2025-10-13 03:51:17] "POST /ref-update HTTP/1.1" 200 156 0.037635 10.0.0.41 - - [2025-10-13 03:51:17] "POST /useragent-kv HTTP/1.1" 200 115 0.008411 10.0.0.22 - - [2025-10-13 03:51:17] "POST /neutron/subnet HTTP/1.1" 200 715 0.176755 10.0.0.22 - - [2025-10-13 03:51:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.001295 10.0.0.22 - - [2025-10-13 03:51:17] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005772 10.0.0.22 - - [2025-10-13 03:51:17] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005337 10.0.0.22 - - [2025-10-13 03:51:17] "POST /neutron/network HTTP/1.1" 200 831 0.008048 10.0.0.22 - - [2025-10-13 03:51:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.001304 10.0.0.41 - - [2025-10-13 03:51:18] "GET /projects?obj_uuids=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.22 - - [2025-10-13 03:51:18] "GET /project/0f479d2b-fcba-43d0-a20c-743a24ff653b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.064237 10.0.0.22 - - [2025-10-13 03:51:18] "POST /neutron/network HTTP/1.1" 200 831 0.033598 10.0.0.22 - - [2025-10-13 03:51:18] "POST /id-to-fqname HTTP/1.1" 200 225 0.001311 10.0.0.22 - - [2025-10-13 03:51:18] "POST /neutron/port HTTP/1.1" 200 117 0.007444 10.0.0.41 - - [2025-10-13 03:51:19] "GET /projects?obj_uuids=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.22 - - [2025-10-13 03:51:19] "POST /neutron/port HTTP/1.1" 200 1059 0.272561 10.0.0.41 - - [2025-10-13 03:51:19] "GET /projects?obj_uuids=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001348 10.0.0.22 - - [2025-10-13 03:51:19] "GET /project/0f479d2b-fcba-43d0-a20c-743a24ff653b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.083561 10.0.0.22 - - [2025-10-13 03:51:19] "POST /neutron/port HTTP/1.1" 200 1113 0.129768 10.0.0.22 - - [2025-10-13 03:51:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004963 10.0.0.22 - - [2025-10-13 03:51:19] "POST /neutron/network HTTP/1.1" 200 831 0.007851 10.0.0.22 - - [2025-10-13 03:51:19] "POST /neutron/port HTTP/1.1" 200 117 0.009291 10.0.0.22 - - [2025-10-13 03:51:20] "POST /id-to-fqname HTTP/1.1" 200 225 0.002183 10.0.0.22 - - [2025-10-13 03:51:20] "POST /neutron/network HTTP/1.1" 200 841 0.009345 10.0.0.22 - - [2025-10-13 03:51:20] "POST /neutron/port HTTP/1.1" 200 1059 0.051528 10.0.0.22 - - [2025-10-13 03:51:20] "POST /neutron/port HTTP/1.1" 200 1087 0.020740 10.0.0.22 - - [2025-10-13 03:51:21] "POST /neutron/port HTTP/1.1" 200 117 0.004609 10.0.0.41 - - [2025-10-13 03:51:21] "GET /projects?obj_uuids=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001186 10.0.0.22 - - [2025-10-13 03:51:21] "GET /project/0f479d2b-fcba-43d0-a20c-743a24ff653b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.079432 10.0.0.22 - - [2025-10-13 03:51:21] "POST /neutron/port HTTP/1.1" 200 2058 0.024244 10.0.0.22 - - [2025-10-13 03:51:21] "POST /neutron/port HTTP/1.1" 200 1087 0.020577 10.0.0.22 - - [2025-10-13 03:51:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008126 10.0.0.22 - - [2025-10-13 03:51:21] "GET /virtual-machine/76d54337-d108-4715-a34c-c5d71e6d2227 HTTP/1.1" 200 1293 0.006303 10.0.0.22 - - [2025-10-13 03:51:21] "GET /virtual-machine-interface/92fcedc3-9db5-46a8-bc9c-7a62908939ba HTTP/1.1" 200 2958 0.005619 10.0.0.22 - - [2025-10-13 03:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.22 - - [2025-10-13 03:51:21] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003834 10.0.0.22 - - [2025-10-13 03:51:21] "GET /virtual-networks?parent_id=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002959 10.0.0.22 - - [2025-10-13 03:51:21] "POST /neutron/network HTTP/1.1" 200 841 0.006578 10.0.0.22 - - [2025-10-13 03:51:21] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005847 10.0.0.22 - - [2025-10-13 03:51:22] "POST /neutron/port HTTP/1.1" 200 1059 0.016622 10.0.0.22 - - [2025-10-13 03:51:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005432 10.0.0.22 - - [2025-10-13 03:51:22] "POST /neutron/network HTTP/1.1" 200 831 0.007637 10.0.0.22 - - [2025-10-13 03:51:24] "POST /neutron/network HTTP/1.1" 200 841 0.007518 10.0.0.22 - - [2025-10-13 03:51:24] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.22 - - [2025-10-13 03:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.22 - - [2025-10-13 03:51:24] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006691 10.0.0.22 - - [2025-10-13 03:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.22 - - [2025-10-13 03:51:28] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007582 10.0.0.22 - - [2025-10-13 03:51:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.22 - - [2025-10-13 03:51:33] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005769 10.0.0.22 - - [2025-10-13 03:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.22 - - [2025-10-13 03:51:37] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005806 10.0.0.22 - - [2025-10-13 03:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005032 10.0.0.22 - - [2025-10-13 03:51:41] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004813 10.0.0.22 - - [2025-10-13 03:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.22 - - [2025-10-13 03:51:45] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006500 10.0.0.22 - - [2025-10-13 03:51:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.22 - - [2025-10-13 03:51:49] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005755 10.0.0.22 - - [2025-10-13 03:51:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.22 - - [2025-10-13 03:51:53] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008944 10.0.0.22 - - [2025-10-13 03:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.22 - - [2025-10-13 03:51:57] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006997 10.0.0.22 - - [2025-10-13 03:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.22 - - [2025-10-13 03:52:01] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005986 10.0.0.22 - - [2025-10-13 03:52:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.22 - - [2025-10-13 03:52:05] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006719 10.0.0.22 - - [2025-10-13 03:52:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.025211 10.0.0.22 - - [2025-10-13 03:52:09] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005178 10.0.0.19 - - [2025-10-13 03:52:12] "GET /obj-perms HTTP/1.1" 200 5056 0.044847 10.0.0.41 - - [2025-10-13 03:52:12] "GET /obj-perms HTTP/1.1" 200 5056 0.056895 10.0.0.22 - - [2025-10-13 03:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.22 - - [2025-10-13 03:52:14] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006807 10.0.0.22 - - [2025-10-13 03:52:17] "POST /neutron/port HTTP/1.1" 200 1087 0.013873 10.0.0.22 - - [2025-10-13 03:52:17] "POST /neutron/subnet HTTP/1.1" 200 689 0.008548 10.0.0.22 - - [2025-10-13 03:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.22 - - [2025-10-13 03:52:18] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005643 10.0.0.22 - - [2025-10-13 03:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.22 - - [2025-10-13 03:52:22] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005963 10.0.0.22 - - [2025-10-13 03:52:24] "POST /neutron/port HTTP/1.1" 200 1087 0.018860 10.0.0.22 - - [2025-10-13 03:52:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004344 10.0.0.22 - - [2025-10-13 03:52:24] "POST /neutron/network HTTP/1.1" 200 831 0.007897 10.0.0.22 - - [2025-10-13 03:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.22 - - [2025-10-13 03:52:26] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006245 10.0.0.22 - - [2025-10-13 03:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.22 - - [2025-10-13 03:52:30] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005373 10.0.0.22 - - [2025-10-13 03:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048 10.0.0.22 - - [2025-10-13 03:52:34] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006989 10.0.0.22 - - [2025-10-13 03:52:38] "POST /neutron/port HTTP/1.1" 200 1087 0.016809 10.0.0.22 - - [2025-10-13 03:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.22 - - [2025-10-13 03:52:38] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005044 10.0.0.22 - - [2025-10-13 03:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.22 - - [2025-10-13 03:52:40] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004629 10.0.0.22 - - [2025-10-13 03:52:40] "GET /virtual-networks?parent_id=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003066 10.0.0.22 - - [2025-10-13 03:52:40] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005677 10.0.0.22 - - [2025-10-13 03:52:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.032386 10.0.0.22 - - [2025-10-13 03:52:46] "POST /neutron/port HTTP/1.1" 200 1087 0.018565 10.0.0.22 - - [2025-10-13 03:52:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007618 10.0.0.22 - - [2025-10-13 03:53:01] "POST /neutron/port HTTP/1.1" 200 1087 0.015894 10.0.0.22 - - [2025-10-13 03:53:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007318 10.0.0.22 - - [2025-10-13 03:53:17] "POST /neutron/port HTTP/1.1" 200 1087 0.015790 10.0.0.22 - - [2025-10-13 03:53:17] "POST /neutron/port HTTP/1.1" 200 1087 0.015010 10.0.0.22 - - [2025-10-13 03:53:17] "POST /neutron/subnet HTTP/1.1" 200 689 0.008873 10.0.0.22 - - [2025-10-13 03:53:22] "POST /neutron/port HTTP/1.1" 200 1087 0.015736 10.0.0.22 - - [2025-10-13 03:53:24] "POST /neutron/port HTTP/1.1" 200 1087 0.016055 10.0.0.22 - - [2025-10-13 03:53:24] "POST /neutron/subnet HTTP/1.1" 200 689 0.008430 10.0.0.22 - - [2025-10-13 03:53:27] "POST /neutron/port HTTP/1.1" 200 1087 0.021959 10.0.0.22 - - [2025-10-13 03:53:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008288 10.0.0.22 - - [2025-10-13 03:53:27] "GET /virtual-machine/304dfcbd-2541-4230-9ea8-d9fb848362f5 HTTP/1.1" 200 1293 0.028388 10.0.0.22 - - [2025-10-13 03:53:27] "GET /virtual-machine-interface/1f86b011-d50f-4b55-80c4-cae92e10b297 HTTP/1.1" 200 2956 0.005697 10.0.0.22 - - [2025-10-13 03:53:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.22 - - [2025-10-13 03:53:27] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004325 10.0.0.22 - - [2025-10-13 03:53:27] "GET /virtual-networks?parent_id=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004639 10.0.0.22 - - [2025-10-13 03:53:27] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005738 10.0.0.22 - - [2025-10-13 03:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.22 - - [2025-10-13 03:53:28] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003684 10.0.0.22 - - [2025-10-13 03:53:28] "GET /virtual-networks?parent_id=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002915 10.0.0.22 - - [2025-10-13 03:53:28] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005757 10.0.0.22 - - [2025-10-13 03:53:29] "POST /neutron/port HTTP/1.1" 200 1087 0.015632 10.0.0.22 - - [2025-10-13 03:53:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007194 10.0.0.22 - - [2025-10-13 03:53:29] "GET /virtual-machine/ed810a68-2fae-4492-a939-fde863aac75f HTTP/1.1" 200 1294 0.006059 10.0.0.22 - - [2025-10-13 03:53:29] "GET /virtual-machine-interface/f3dddd8d-a2c3-4a00-9c62-d943fe107408 HTTP/1.1" 200 2958 0.005320 10.0.0.22 - - [2025-10-13 03:53:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.22 - - [2025-10-13 03:53:29] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003808 10.0.0.22 - - [2025-10-13 03:53:29] "GET /virtual-networks?parent_id=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003308 10.0.0.22 - - [2025-10-13 03:53:29] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005706 10.0.0.22 - - [2025-10-13 03:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.22 - - [2025-10-13 03:53:30] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003893 10.0.0.22 - - [2025-10-13 03:53:30] "GET /virtual-networks?parent_id=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002723 10.0.0.22 - - [2025-10-13 03:53:30] "GET /virtual-network/2d9b11ca-a944-4b6b-8d7c-3ca3c669da15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005706 10.0.0.22 - - [2025-10-13 03:53:30] "POST /neutron/port HTTP/1.1" 200 1087 0.029975 10.0.0.22 - - [2025-10-13 03:53:35] "POST /fqname-to-id HTTP/1.1" 404 198 0.004134 10.0.0.22 - - [2025-10-13 03:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.22 - - [2025-10-13 03:53:35] "GET /global-system-config/a49f1dec-d6e8-4df9-9392-0a7daafa47bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007410 10.0.0.22 - - [2025-10-13 03:53:36] "POST /control-node-zones HTTP/1.1" 200 569 0.030505 10.0.0.22 - - [2025-10-13 03:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.22 - - [2025-10-13 03:53:36] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006094 10.0.0.22 - - [2025-10-13 03:53:36] "GET /control-node-zone/73a6e20d-de80-4729-a818-b2226ab5f138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006878 10.0.0.22 - - [2025-10-13 03:53:36] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.023115 10.0.0.22 - - [2025-10-13 03:53:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.003376 10.0.0.22 - - [2025-10-13 03:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.22 - - [2025-10-13 03:53:36] "GET /global-system-config/a49f1dec-d6e8-4df9-9392-0a7daafa47bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007030 10.0.0.22 - - [2025-10-13 03:53:36] "POST /control-node-zones HTTP/1.1" 200 569 0.030346 10.0.0.22 - - [2025-10-13 03:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.22 - - [2025-10-13 03:53:36] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004902 10.0.0.22 - - [2025-10-13 03:53:36] "GET /control-node-zone/19035bb4-9827-4095-bca7-bd669293ea03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.005758 10.0.0.22 - - [2025-10-13 03:53:36] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.025960 10.0.0.22 - - [2025-10-13 03:53:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.003244 10.0.0.22 - - [2025-10-13 03:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.22 - - [2025-10-13 03:53:36] "GET /global-system-config/a49f1dec-d6e8-4df9-9392-0a7daafa47bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007046 10.0.0.22 - - [2025-10-13 03:53:36] "POST /control-node-zones HTTP/1.1" 200 569 0.039239 10.0.0.22 - - [2025-10-13 03:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.22 - - [2025-10-13 03:53:36] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004909 10.0.0.22 - - [2025-10-13 03:53:36] "GET /control-node-zone/dbe36197-127d-4ae9-a1bb-cb5edfb47b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005834 10.0.0.22 - - [2025-10-13 03:53:36] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.021344 10.0.0.22 - - [2025-10-13 03:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.22 - - [2025-10-13 03:53:37] "GET /global-system-config/a49f1dec-d6e8-4df9-9392-0a7daafa47bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007238 10.0.0.22 - - [2025-10-13 03:53:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.003141 10.0.0.22 - - [2025-10-13 03:53:37] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.027271 10.0.0.22 - - [2025-10-13 03:53:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.008725 10.0.0.22 - - [2025-10-13 03:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.22 - - [2025-10-13 03:53:37] "GET /bgp-as-a-service/cedd4d78-5ad2-44db-bb98-39dbed509031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.004775 10.0.0.22 - - [2025-10-13 03:53:37] "GET /control-node-zone/73a6e20d-de80-4729-a818-b2226ab5f138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004290 10.0.0.22 - - [2025-10-13 03:53:37] "POST /ref-update HTTP/1.1" 200 156 0.015913 10.0.0.22 - - [2025-10-13 03:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.22 - - [2025-10-13 03:53:37] "GET /bgp-as-a-service/cedd4d78-5ad2-44db-bb98-39dbed509031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.010535 10.0.0.22 - - [2025-10-13 03:53:37] "GET /control-node-zone/19035bb4-9827-4095-bca7-bd669293ea03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004452 10.0.0.22 - - [2025-10-13 03:53:37] "POST /ref-update HTTP/1.1" 200 156 0.018405 10.0.0.22 - - [2025-10-13 03:53:49] "GET /bgp-as-a-service/cedd4d78-5ad2-44db-bb98-39dbed509031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006249 10.0.0.22 - - [2025-10-13 03:53:49] "GET /virtual-machine-interface/92fcedc3-9db5-46a8-bc9c-7a62908939ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005050 10.0.0.22 - - [2025-10-13 03:53:49] "POST /ref-update HTTP/1.1" 200 156 0.010573 10.0.0.41 - - [2025-10-13 03:53:50] "POST /ref-update HTTP/1.1" 200 156 0.051696 10.0.0.22 - - [2025-10-13 03:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.22 - - [2025-10-13 03:53:50] "GET /global-system-config/a49f1dec-d6e8-4df9-9392-0a7daafa47bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.005468 10.0.0.22 - - [2025-10-13 03:53:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.002892 10.0.0.22 - - [2025-10-13 03:53:50] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.028468 10.0.0.22 - - [2025-10-13 03:53:50] "POST /neutron/network HTTP/1.1" 200 831 0.006972 10.0.0.22 - - [2025-10-13 03:53:50] "POST /neutron/subnet HTTP/1.1" 200 715 0.008688 10.0.0.22 - - [2025-10-13 03:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.22 - - [2025-10-13 03:53:50] "GET /bgp-as-a-service/18e9b923-eb28-4c76-acc7-7dd3dccf78a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.004609 10.0.0.22 - - [2025-10-13 03:53:51] "GET /control-node-zone/73a6e20d-de80-4729-a818-b2226ab5f138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.008402 10.0.0.22 - - [2025-10-13 03:53:51] "POST /ref-update HTTP/1.1" 200 156 0.012574 10.0.0.22 - - [2025-10-13 03:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.22 - - [2025-10-13 03:53:51] "GET /bgp-as-a-service/18e9b923-eb28-4c76-acc7-7dd3dccf78a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.005665 10.0.0.22 - - [2025-10-13 03:53:51] "GET /control-node-zone/19035bb4-9827-4095-bca7-bd669293ea03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003494 10.0.0.22 - - [2025-10-13 03:53:51] "POST /ref-update HTTP/1.1" 200 156 0.013143 10.0.0.22 - - [2025-10-13 03:53:59] "GET /bgp-as-a-service/18e9b923-eb28-4c76-acc7-7dd3dccf78a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006593 10.0.0.22 - - [2025-10-13 03:53:59] "GET /virtual-machine-interface/1f86b011-d50f-4b55-80c4-cae92e10b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.005527 10.0.0.22 - - [2025-10-13 03:53:59] "POST /ref-update HTTP/1.1" 200 156 0.010674 10.0.0.41 - - [2025-10-13 03:53:59] "POST /bgp-routers HTTP/1.1" 200 640 0.032408 10.0.0.41 - - [2025-10-13 03:53:59] "PUT /bgp-router/d192099b-b8d3-44c5-a635-281514408beb HTTP/1.1" 200 254 0.030416 10.0.0.22 - - [2025-10-13 03:54:14] "GET /obj-perms HTTP/1.1" 200 5056 0.042758 10.0.0.22 - - [2025-10-13 03:54:18] "POST /neutron/network HTTP/1.1" 200 841 0.006931 10.0.0.22 - - [2025-10-13 03:54:18] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.22 - - [2025-10-13 03:54:20] "GET /bgp-as-a-service/18e9b923-eb28-4c76-acc7-7dd3dccf78a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.006351 10.0.0.22 - - [2025-10-13 03:54:20] "GET /virtual-machine-interface/1f86b011-d50f-4b55-80c4-cae92e10b297?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3050 0.006539 10.0.0.22 - - [2025-10-13 03:54:21] "POST /ref-update HTTP/1.1" 200 156 0.011873 10.0.0.22 - - [2025-10-13 03:54:21] "DELETE /bgp-as-a-service/18e9b923-eb28-4c76-acc7-7dd3dccf78a5 HTTP/1.1" 200 115 0.053695 10.0.0.41 - - [2025-10-13 03:54:21] "DELETE /bgp-router/d192099b-b8d3-44c5-a635-281514408beb HTTP/1.1" 200 115 0.044915 10.0.0.22 - - [2025-10-13 03:54:21] "GET /bgp-as-a-service/cedd4d78-5ad2-44db-bb98-39dbed509031?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.008628 10.0.0.22 - - [2025-10-13 03:54:21] "GET /virtual-machine-interface/92fcedc3-9db5-46a8-bc9c-7a62908939ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.018002 10.0.0.22 - - [2025-10-13 03:54:21] "POST /ref-update HTTP/1.1" 200 156 0.016106 10.0.0.22 - - [2025-10-13 03:54:21] "DELETE /bgp-as-a-service/cedd4d78-5ad2-44db-bb98-39dbed509031 HTTP/1.1" 200 115 0.057863 10.0.0.22 - - [2025-10-13 03:54:21] "GET /control-node-zone/dbe36197-127d-4ae9-a1bb-cb5edfb47b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003273 10.0.0.41 - - [2025-10-13 03:54:21] "DELETE /bgp-router/f213a445-f1cf-4da8-b022-cb44aae13b31 HTTP/1.1" 200 115 0.066922 10.0.0.22 - - [2025-10-13 03:54:21] "POST /ref-update HTTP/1.1" 200 156 0.023674 10.0.0.22 - - [2025-10-13 03:54:21] "DELETE /control-node-zone/dbe36197-127d-4ae9-a1bb-cb5edfb47b99 HTTP/1.1" 200 115 0.034944 10.0.0.22 - - [2025-10-13 03:54:21] "GET /control-node-zone/19035bb4-9827-4095-bca7-bd669293ea03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003879 10.0.0.22 - - [2025-10-13 03:54:21] "POST /ref-update HTTP/1.1" 200 156 0.020534 10.0.0.22 - - [2025-10-13 03:54:21] "DELETE /control-node-zone/19035bb4-9827-4095-bca7-bd669293ea03 HTTP/1.1" 200 115 0.029662 10.0.0.22 - - [2025-10-13 03:54:21] "GET /control-node-zone/73a6e20d-de80-4729-a818-b2226ab5f138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004014 10.0.0.22 - - [2025-10-13 03:54:21] "POST /ref-update HTTP/1.1" 200 156 0.018243 10.0.0.22 - - [2025-10-13 03:54:21] "DELETE /control-node-zone/73a6e20d-de80-4729-a818-b2226ab5f138 HTTP/1.1" 200 115 0.032527 10.0.0.22 - - [2025-10-13 03:54:22] "POST /neutron/network HTTP/1.1" 400 204 0.014457 10.0.0.22 - - [2025-10-13 03:54:22] "POST /neutron/port HTTP/1.1" 200 1113 0.017162 10.0.0.22 - - [2025-10-13 03:54:22] "POST /neutron/port HTTP/1.1" 200 151 0.218055 10.0.0.22 - - [2025-10-13 03:54:23] "POST /neutron/port HTTP/1.1" 200 151 0.188748 10.0.0.41 - - [2025-10-13 03:54:25] "GET /projects?obj_uuids=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.028418 10.0.0.22 - - [2025-10-13 03:54:25] "GET /project/0f479d2b-fcba-43d0-a20c-743a24ff653b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.107128 10.0.0.41 - - [2025-10-13 03:54:25] "GET /projects?obj_uuids=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001019 10.0.0.22 - - [2025-10-13 03:54:25] "GET /project/0f479d2b-fcba-43d0-a20c-743a24ff653b?fields=virtual_networks HTTP/1.1" 200 1033 0.039537 10.0.0.41 - - [2025-10-13 03:54:25] "GET /projects?obj_uuids=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001002 10.0.0.22 - - [2025-10-13 03:54:25] "GET /project/0f479d2b-fcba-43d0-a20c-743a24ff653b?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.051255 10.0.0.41 - - [2025-10-13 03:54:25] "GET /projects?obj_uuids=0f479d2b-fcba-43d0-a20c-743a24ff653b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000973 10.0.0.22 - - [2025-10-13 03:54:25] "GET /project/0f479d2b-fcba-43d0-a20c-743a24ff653b?fields=security_groups HTTP/1.1" 200 1260 0.038367 10.0.0.22 - - [2025-10-13 03:54:26] "POST /fqname-to-id HTTP/1.1" 404 181 0.027488 10.0.0.41 - - [2025-10-13 03:54:26] "GET /projects?obj_uuids=fcec434f-4b37-4af4-ac58-c8571bda7a41&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002897 10.0.0.41 - - [2025-10-13 03:54:26] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001088 10.0.0.41 - - [2025-10-13 03:54:26] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.031785 10.0.0.41 - - [2025-10-13 03:54:26] "POST /id-to-fqname HTTP/1.1" 200 183 0.001826 10.0.0.41 - - [2025-10-13 03:54:26] "POST /fqname-to-id HTTP/1.1" 404 192 0.005636 10.0.0.41 - - [2025-10-13 03:54:26] "POST /security-groups HTTP/1.1" 200 584 0.030690 10.0.0.41 - - [2025-10-13 03:54:27] "POST /fqname-to-id HTTP/1.1" 404 227 0.003972 10.0.0.41 - - [2025-10-13 03:54:27] "POST /projects HTTP/1.1" 200 571 0.249127 10.0.0.41 - - [2025-10-13 03:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.319776 10.0.0.41 - - [2025-10-13 03:54:27] "POST /access-control-lists HTTP/1.1" 200 587 0.029004 10.0.0.22 - - [2025-10-13 03:54:27] "GET /project/fcec434f-4b37-4af4-ac58-c8571bda7a41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.476053 10.0.0.22 - - [2025-10-13 03:54:28] "GET / HTTP/1.1" 200 35931 0.001504 10.0.0.41 - - [2025-10-13 03:54:31] "GET /projects?obj_uuids=fcec434f-4b37-4af4-ac58-c8571bda7a41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001449 10.0.0.22 - - [2025-10-13 03:54:31] "GET /project/fcec434f-4b37-4af4-ac58-c8571bda7a41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.050633 10.0.0.41 - - [2025-10-13 03:54:31] "GET /projects?obj_uuids=fcec434f-4b37-4af4-ac58-c8571bda7a41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002286 10.0.0.22 - - [2025-10-13 03:54:31] "GET /project/fcec434f-4b37-4af4-ac58-c8571bda7a41?fields=virtual_networks HTTP/1.1" 200 1018 0.070040 10.0.0.41 - - [2025-10-13 03:54:31] "GET /projects?obj_uuids=fcec434f-4b37-4af4-ac58-c8571bda7a41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001437 10.0.0.22 - - [2025-10-13 03:54:31] "GET /project/fcec434f-4b37-4af4-ac58-c8571bda7a41?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.062167 10.0.0.41 - - [2025-10-13 03:54:31] "GET /projects?obj_uuids=fcec434f-4b37-4af4-ac58-c8571bda7a41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001059 10.0.0.22 - - [2025-10-13 03:54:31] "GET /project/fcec434f-4b37-4af4-ac58-c8571bda7a41?fields=security_groups HTTP/1.1" 200 1237 0.065087 10.0.0.22 - - [2025-10-13 03:54:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.025828 10.0.0.41 - - [2025-10-13 03:54:32] "GET /projects?obj_uuids=d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002868 10.0.0.41 - - [2025-10-13 03:54:32] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.41 - - [2025-10-13 03:54:32] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007786 10.0.0.41 - - [2025-10-13 03:54:32] "POST /id-to-fqname HTTP/1.1" 200 191 0.005059 10.0.0.41 - - [2025-10-13 03:54:32] "POST /fqname-to-id HTTP/1.1" 404 200 0.007174 10.0.0.41 - - [2025-10-13 03:54:32] "POST /security-groups HTTP/1.1" 200 592 0.031245 10.0.0.41 - - [2025-10-13 03:54:32] "POST /projects HTTP/1.1" 200 587 0.235061 10.0.0.41 - - [2025-10-13 03:54:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.011128 10.0.0.41 - - [2025-10-13 03:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.303224 10.0.0.22 - - [2025-10-13 03:54:32] "GET /project/d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.444759 10.0.0.22 - - [2025-10-13 03:54:33] "GET / HTTP/1.1" 200 35931 0.002023 10.0.0.41 - - [2025-10-13 03:54:36] "GET /projects?obj_uuids=d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000991 10.0.0.22 - - [2025-10-13 03:54:36] "GET /project/d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.036851 10.0.0.41 - - [2025-10-13 03:54:36] "GET /projects?obj_uuids=d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000944 10.0.0.22 - - [2025-10-13 03:54:36] "GET /project/d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f?fields=virtual_networks HTTP/1.1" 200 1034 0.044366 10.0.0.41 - - [2025-10-13 03:54:36] "GET /projects?obj_uuids=d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001466 10.0.0.22 - - [2025-10-13 03:54:36] "GET /project/d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.045558 10.0.0.41 - - [2025-10-13 03:54:36] "GET /projects?obj_uuids=d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001018 10.0.0.22 - - [2025-10-13 03:54:37] "GET /project/d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f?fields=security_groups HTTP/1.1" 200 1261 0.043279 10.0.0.22 - - [2025-10-13 03:54:37] "POST /fqname-to-id HTTP/1.1" 404 195 0.024034 10.0.0.41 - - [2025-10-13 03:54:37] "GET /projects?obj_uuids=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003318 10.0.0.41 - - [2025-10-13 03:54:37] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.41 - - [2025-10-13 03:54:37] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007157 10.0.0.41 - - [2025-10-13 03:54:38] "POST /id-to-fqname HTTP/1.1" 200 197 0.001137 10.0.0.41 - - [2025-10-13 03:54:38] "POST /fqname-to-id HTTP/1.1" 404 206 0.005171 10.0.0.41 - - [2025-10-13 03:54:38] "POST /security-groups HTTP/1.1" 200 598 0.077075 10.0.0.41 - - [2025-10-13 03:54:38] "POST /projects HTTP/1.1" 200 599 0.269132 10.0.0.41 - - [2025-10-13 03:54:38] "POST /access-control-lists HTTP/1.1" 200 603 0.024841 10.0.0.41 - - [2025-10-13 03:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.335755 10.0.0.22 - - [2025-10-13 03:54:38] "GET /project/4b4376fc-e635-45ac-9c52-c2928587989f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.470104 10.0.0.22 - - [2025-10-13 03:54:39] "GET / HTTP/1.1" 200 35931 0.001570 10.0.0.22 - - [2025-10-13 03:54:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.22 - - [2025-10-13 03:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.053307 10.0.0.22 - - [2025-10-13 03:54:41] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003708 10.0.0.22 - - [2025-10-13 03:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.22 - - [2025-10-13 03:54:41] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004327 10.0.0.22 - - [2025-10-13 03:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.22 - - [2025-10-13 03:54:41] "PUT /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218 HTTP/1.1" 200 276 0.014842 10.0.0.22 - - [2025-10-13 03:54:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.41 - - [2025-10-13 03:54:41] "GET /projects?obj_uuids=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001076 10.0.0.22 - - [2025-10-13 03:54:41] "GET /project/4b4376fc-e635-45ac-9c52-c2928587989f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.038992 10.0.0.22 - - [2025-10-13 03:54:41] "POST /neutron/network HTTP/1.1" 200 117 0.029220 10.0.0.41 - - [2025-10-13 03:54:42] "POST /route-targets HTTP/1.1" 200 327 0.013556 10.0.0.22 - - [2025-10-13 03:54:42] "POST /neutron/network HTTP/1.1" 200 808 0.008553 10.0.0.22 - - [2025-10-13 03:54:42] "POST /id-to-fqname HTTP/1.1" 200 218 0.001044 10.0.0.22 - - [2025-10-13 03:54:42] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.004706 10.0.0.22 - - [2025-10-13 03:54:42] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005412 10.0.0.22 - - [2025-10-13 03:54:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.008713 10.0.0.22 - - [2025-10-13 03:54:42] "POST /id-to-fqname HTTP/1.1" 200 218 0.000952 10.0.0.41 - - [2025-10-13 03:54:43] "GET /projects?obj_uuids=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001234 10.0.0.22 - - [2025-10-13 03:54:43] "GET /project/4b4376fc-e635-45ac-9c52-c2928587989f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.059518 10.0.0.22 - - [2025-10-13 03:54:43] "POST /neutron/port HTTP/1.1" 200 117 0.005858 10.0.0.22 - - [2025-10-13 03:54:43] "POST /id-to-fqname HTTP/1.1" 200 218 0.001995 10.0.0.22 - - [2025-10-13 03:54:43] "POST /neutron/network HTTP/1.1" 200 818 0.008897 10.0.0.22 - - [2025-10-13 03:54:44] "POST /neutron/port HTTP/1.1" 200 1062 0.015466 10.0.0.22 - - [2025-10-13 03:54:44] "POST /neutron/port HTTP/1.1" 200 1090 0.016653 10.0.0.22 - - [2025-10-13 03:54:44] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.41 - - [2025-10-13 03:54:44] "GET /projects?obj_uuids=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000942 10.0.0.22 - - [2025-10-13 03:54:44] "GET /project/4b4376fc-e635-45ac-9c52-c2928587989f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.063275 10.0.0.22 - - [2025-10-13 03:54:44] "POST /neutron/port HTTP/1.1" 200 1090 0.016624 10.0.0.22 - - [2025-10-13 03:54:45] "POST /neutron/network HTTP/1.1" 200 818 0.008080 10.0.0.22 - - [2025-10-13 03:54:45] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005707 10.0.0.22 - - [2025-10-13 03:54:45] "POST /neutron/port HTTP/1.1" 200 1062 0.054394 10.0.0.22 - - [2025-10-13 03:54:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003669 10.0.0.22 - - [2025-10-13 03:54:46] "POST /neutron/network HTTP/1.1" 200 808 0.008316 10.0.0.22 - - [2025-10-13 03:54:47] "POST /neutron/port HTTP/1.1" 200 1090 0.017226 10.0.0.22 - - [2025-10-13 03:54:47] "POST /neutron/security_group HTTP/1.1" 200 2065 0.012215 10.0.0.22 - - [2025-10-13 03:54:47] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 401 292 0.000410 10.0.0.22 - - [2025-10-13 03:54:47] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 200 1300 0.025647 10.0.0.22 - - [2025-10-13 03:54:47] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 200 1300 0.003827 10.0.0.22 - - [2025-10-13 03:54:47] "GET /virtual-machine-interface/009b49aa-692f-49f0-a117-56d452414292 HTTP/1.1" 200 2946 0.005217 10.0.0.22 - - [2025-10-13 03:54:47] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 200 1300 0.003907 10.0.0.22 - - [2025-10-13 03:54:47] "GET /virtual-machine-interface/009b49aa-692f-49f0-a117-56d452414292 HTTP/1.1" 200 2946 0.005794 10.0.0.22 - - [2025-10-13 03:54:47] "GET /instance-ip/30f9d7d3-adad-46d6-9925-1607f28a6dd8 HTTP/1.1" 200 1620 0.005999 10.0.0.22 - - [2025-10-13 03:54:47] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 200 1300 0.003745 10.0.0.22 - - [2025-10-13 03:54:47] "GET /virtual-machine-interface/009b49aa-692f-49f0-a117-56d452414292 HTTP/1.1" 200 2946 0.005121 10.0.0.22 - - [2025-10-13 03:54:47] "GET /instance-ip/30f9d7d3-adad-46d6-9925-1607f28a6dd8 HTTP/1.1" 200 1620 0.003812 10.0.0.22 - - [2025-10-13 03:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.22 - - [2025-10-13 03:54:47] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004001 10.0.0.22 - - [2025-10-13 03:54:47] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002791 10.0.0.22 - - [2025-10-13 03:54:47] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006707 10.0.0.22 - - [2025-10-13 03:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.22 - - [2025-10-13 03:54:47] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003964 10.0.0.22 - - [2025-10-13 03:54:47] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003567 10.0.0.22 - - [2025-10-13 03:54:47] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006021 10.0.0.22 - - [2025-10-13 03:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.22 - - [2025-10-13 03:54:47] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004424 10.0.0.22 - - [2025-10-13 03:54:47] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003771 10.0.0.22 - - [2025-10-13 03:54:48] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005770 10.0.0.22 - - [2025-10-13 03:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.22 - - [2025-10-13 03:54:48] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004048 10.0.0.22 - - [2025-10-13 03:54:48] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003084 10.0.0.22 - - [2025-10-13 03:54:48] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005745 10.0.0.22 - - [2025-10-13 03:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.22 - - [2025-10-13 03:54:48] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004080 10.0.0.22 - - [2025-10-13 03:54:48] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003312 10.0.0.22 - - [2025-10-13 03:54:48] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005892 10.0.0.22 - - [2025-10-13 03:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.22 - - [2025-10-13 03:54:48] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006024 10.0.0.22 - - [2025-10-13 03:54:48] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003088 10.0.0.22 - - [2025-10-13 03:54:48] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005534 10.0.0.22 - - [2025-10-13 03:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.22 - - [2025-10-13 03:54:48] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004039 10.0.0.22 - - [2025-10-13 03:54:48] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002620 10.0.0.22 - - [2025-10-13 03:54:48] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005529 10.0.0.22 - - [2025-10-13 03:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.22 - - [2025-10-13 03:54:51] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005157 10.0.0.19 - - [2025-10-13 03:54:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.19 - - [2025-10-13 03:54:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.41 - - [2025-10-13 03:54:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000491 10.0.0.41 - - [2025-10-13 03:54:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.41 - - [2025-10-13 03:54:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.41 - - [2025-10-13 03:54:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.19 - - [2025-10-13 03:54:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.19 - - [2025-10-13 03:54:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.22 - - [2025-10-13 03:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.22 - - [2025-10-13 03:54:55] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005452 10.0.0.22 - - [2025-10-13 03:54:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.22 - - [2025-10-13 03:54:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.22 - - [2025-10-13 03:54:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.22 - - [2025-10-13 03:54:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.22 - - [2025-10-13 03:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.22 - - [2025-10-13 03:54:59] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007467 10.0.0.41 - - [2025-10-13 03:55:01] "DELETE /access-control-list/9510f8c5-17d4-4cf2-abbb-008930c07086 HTTP/1.1" 200 115 0.035137 10.0.0.22 - - [2025-10-13 03:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007324 10.0.0.22 - - [2025-10-13 03:55:03] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005685 10.0.0.22 - - [2025-10-13 03:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.22 - - [2025-10-13 03:55:08] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005492 10.0.0.22 - - [2025-10-13 03:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.22 - - [2025-10-13 03:55:12] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007362 10.0.0.41 - - [2025-10-13 03:55:13] "DELETE /project/d84ec75a5e634e43abdb6d3d8edf7d5f HTTP/1.1" 404 173 0.011975 10.0.0.41 - - [2025-10-13 03:55:13] "DELETE /project/fcec434f4b374af4ac58c8571bda7a41 HTTP/1.1" 404 173 0.009317 10.0.0.41 - - [2025-10-13 03:55:13] "DELETE /project/4b4376fce63545ac9c52c2928587989f HTTP/1.1" 404 173 0.013955 10.0.0.41 - - [2025-10-13 03:55:13] "DELETE /project/0f479d2b-fcba-43d0-a20c-743a24ff653b HTTP/1.1" 404 177 0.007275 10.0.0.41 - - [2025-10-13 03:55:13] "GET /projects?obj_uuids=d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000884 10.0.0.41 - - [2025-10-13 03:55:13] "GET /projects?obj_uuids=fcec434f-4b37-4af4-ac58-c8571bda7a41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000815 10.0.0.41 - - [2025-10-13 03:55:13] "GET /project/d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.047725 10.0.0.41 - - [2025-10-13 03:55:13] "GET /project/fcec434f-4b37-4af4-ac58-c8571bda7a41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.056312 10.0.0.41 - - [2025-10-13 03:55:13] "GET /projects?obj_uuids=d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000873 10.0.0.41 - - [2025-10-13 03:55:13] "GET /projects?obj_uuids=fcec434f-4b37-4af4-ac58-c8571bda7a41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000858 10.0.0.41 - - [2025-10-13 03:55:13] "GET /project/fcec434f-4b37-4af4-ac58-c8571bda7a41?fields=security_groups HTTP/1.1" 200 1342 0.062547 10.0.0.41 - - [2025-10-13 03:55:13] "GET /project/d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f?fields=security_groups HTTP/1.1" 200 1366 0.070401 10.0.0.41 - - [2025-10-13 03:55:13] "DELETE /security-group/de98102f-913f-4f01-b12e-16f951e55382 HTTP/1.1" 200 115 0.059603 10.0.0.41 - - [2025-10-13 03:55:13] "GET /projects?obj_uuids=fcec434f-4b37-4af4-ac58-c8571bda7a41&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001038 10.0.0.41 - - [2025-10-13 03:55:13] "DELETE /security-group/12676d84-683b-4603-9de7-d3424b298c87 HTTP/1.1" 200 115 0.072985 10.0.0.41 - - [2025-10-13 03:55:13] "GET /projects?obj_uuids=d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000954 10.0.0.41 - - [2025-10-13 03:55:13] "GET /project/fcec434f-4b37-4af4-ac58-c8571bda7a41?fields=application_policy_sets HTTP/1.1" 200 1381 0.062830 10.0.0.41 - - [2025-10-13 03:55:13] "GET /project/d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f?fields=application_policy_sets HTTP/1.1" 200 1405 0.108545 10.0.0.41 - - [2025-10-13 03:55:13] "DELETE /access-control-list/b53a6e12-88e7-4df9-811c-357b89a37206 HTTP/1.1" 200 115 0.063596 10.0.0.41 - - [2025-10-13 03:55:13] "DELETE /project/fcec434f-4b37-4af4-ac58-c8571bda7a41 HTTP/1.1" 200 115 0.500300 10.0.0.41 - - [2025-10-13 03:55:13] "DELETE /project/d84ec75a-5e63-4e43-abdb-6d3d8edf7d5f HTTP/1.1" 200 115 0.552378 10.0.0.19 - - [2025-10-13 03:55:14] "GET /obj-perms HTTP/1.1" 200 5056 0.057442 10.0.0.41 - - [2025-10-13 03:55:14] "GET /obj-perms HTTP/1.1" 200 5056 0.059921 10.0.0.22 - - [2025-10-13 03:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.22 - - [2025-10-13 03:55:16] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005680 10.0.0.22 - - [2025-10-13 03:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.22 - - [2025-10-13 03:55:20] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006205 10.0.0.22 - - [2025-10-13 03:55:20] "POST /neutron/port HTTP/1.1" 200 1090 0.015966 10.0.0.22 - - [2025-10-13 03:55:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003927 10.0.0.22 - - [2025-10-13 03:55:20] "POST /neutron/network HTTP/1.1" 200 808 0.006993 10.0.0.22 - - [2025-10-13 03:55:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.22 - - [2025-10-13 03:55:22] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003622 10.0.0.22 - - [2025-10-13 03:55:22] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002919 10.0.0.22 - - [2025-10-13 03:55:22] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006276 10.0.0.22 - - [2025-10-13 03:55:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.22 - - [2025-10-13 03:55:22] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003636 10.0.0.22 - - [2025-10-13 03:55:22] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002978 10.0.0.22 - - [2025-10-13 03:55:22] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006263 10.0.0.22 - - [2025-10-13 03:55:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.22 - - [2025-10-13 03:55:22] "GET /routing-instance/23bdb15a-f99a-4f02-9125-74ae7441c02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006324 10.0.0.22 - - [2025-10-13 03:55:22] "GET /route-target/47e5a430-9165-4dbd-884f-ee395b2ee9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004380 10.0.0.22 - - [2025-10-13 03:55:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.22 - - [2025-10-13 03:55:22] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004609 10.0.0.22 - - [2025-10-13 03:55:23] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005256 10.0.0.22 - - [2025-10-13 03:55:23] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005640 10.0.0.22 - - [2025-10-13 03:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.22 - - [2025-10-13 03:55:23] "GET /routing-instance/23bdb15a-f99a-4f02-9125-74ae7441c02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004498 10.0.0.22 - - [2025-10-13 03:55:23] "GET /route-target/47e5a430-9165-4dbd-884f-ee395b2ee9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003839 10.0.0.22 - - [2025-10-13 03:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.22 - - [2025-10-13 03:55:23] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004199 10.0.0.22 - - [2025-10-13 03:55:23] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002956 10.0.0.22 - - [2025-10-13 03:55:23] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007069 10.0.0.22 - - [2025-10-13 03:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.22 - - [2025-10-13 03:55:23] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004243 10.0.0.22 - - [2025-10-13 03:55:23] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002978 10.0.0.22 - - [2025-10-13 03:55:23] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005821 10.0.0.22 - - [2025-10-13 03:55:23] "GET /obj-perms HTTP/1.1" 200 5044 0.051298 10.0.0.41 - - [2025-10-13 03:55:23] "GET /obj-perms HTTP/1.1" 200 5044 0.047603 10.0.0.22 - - [2025-10-13 03:55:23] "GET /obj-perms HTTP/1.1" 200 5044 0.004090 10.0.0.41 - - [2025-10-13 03:55:24] "GET /obj-perms HTTP/1.1" 200 5044 0.004183 10.0.0.22 - - [2025-10-13 03:55:24] "POST /neutron/port HTTP/1.1" 200 1090 0.015111 10.0.0.22 - - [2025-10-13 03:55:24] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006820 10.0.0.22 - - [2025-10-13 03:55:24] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 200 1300 0.006000 10.0.0.22 - - [2025-10-13 03:55:24] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 200 1300 0.002895 10.0.0.22 - - [2025-10-13 03:55:24] "GET /virtual-machine-interface/143ed35a-1be1-413f-a236-ab8315873ebc HTTP/1.1" 200 2948 0.004969 10.0.0.22 - - [2025-10-13 03:55:24] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 200 1300 0.002949 10.0.0.22 - - [2025-10-13 03:55:24] "GET /virtual-machine-interface/143ed35a-1be1-413f-a236-ab8315873ebc HTTP/1.1" 200 2948 0.004169 10.0.0.22 - - [2025-10-13 03:55:24] "GET /instance-ip/2e6d5316-7ef3-4cb3-9734-52f5e470bfde HTTP/1.1" 200 1620 0.005166 10.0.0.22 - - [2025-10-13 03:55:24] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 200 1300 0.002980 10.0.0.22 - - [2025-10-13 03:55:24] "GET /virtual-machine-interface/143ed35a-1be1-413f-a236-ab8315873ebc HTTP/1.1" 200 2948 0.004355 10.0.0.22 - - [2025-10-13 03:55:24] "GET /instance-ip/2e6d5316-7ef3-4cb3-9734-52f5e470bfde HTTP/1.1" 200 1620 0.003438 10.0.0.22 - - [2025-10-13 03:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.22 - - [2025-10-13 03:55:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003642 10.0.0.22 - - [2025-10-13 03:55:24] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003210 10.0.0.22 - - [2025-10-13 03:55:24] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006444 10.0.0.22 - - [2025-10-13 03:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.22 - - [2025-10-13 03:55:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004366 10.0.0.22 - - [2025-10-13 03:55:24] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003428 10.0.0.22 - - [2025-10-13 03:55:24] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006254 10.0.0.22 - - [2025-10-13 03:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.22 - - [2025-10-13 03:55:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005574 10.0.0.22 - - [2025-10-13 03:55:24] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003371 10.0.0.22 - - [2025-10-13 03:55:24] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006274 10.0.0.22 - - [2025-10-13 03:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.22 - - [2025-10-13 03:55:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005848 10.0.0.22 - - [2025-10-13 03:55:24] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004756 10.0.0.22 - - [2025-10-13 03:55:24] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.009002 10.0.0.22 - - [2025-10-13 03:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.22 - - [2025-10-13 03:55:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005711 10.0.0.22 - - [2025-10-13 03:55:24] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003971 10.0.0.22 - - [2025-10-13 03:55:25] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007864 10.0.0.22 - - [2025-10-13 03:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.22 - - [2025-10-13 03:55:25] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004272 10.0.0.22 - - [2025-10-13 03:55:25] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003402 10.0.0.22 - - [2025-10-13 03:55:25] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007849 10.0.0.22 - - [2025-10-13 03:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.22 - - [2025-10-13 03:55:25] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004058 10.0.0.22 - - [2025-10-13 03:55:25] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002973 10.0.0.22 - - [2025-10-13 03:55:25] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006577 10.0.0.22 - - [2025-10-13 03:55:26] "POST /neutron/port HTTP/1.1" 200 1090 0.016433 10.0.0.22 - - [2025-10-13 03:55:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003891 10.0.0.22 - - [2025-10-13 03:55:26] "POST /neutron/network HTTP/1.1" 200 808 0.006701 10.0.0.22 - - [2025-10-13 03:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.22 - - [2025-10-13 03:55:26] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003524 10.0.0.22 - - [2025-10-13 03:55:26] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003134 10.0.0.22 - - [2025-10-13 03:55:26] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006469 10.0.0.22 - - [2025-10-13 03:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.22 - - [2025-10-13 03:55:26] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003831 10.0.0.22 - - [2025-10-13 03:55:26] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004133 10.0.0.22 - - [2025-10-13 03:55:26] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008057 10.0.0.22 - - [2025-10-13 03:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.22 - - [2025-10-13 03:55:26] "GET /routing-instance/23bdb15a-f99a-4f02-9125-74ae7441c02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005980 10.0.0.22 - - [2025-10-13 03:55:26] "GET /route-target/47e5a430-9165-4dbd-884f-ee395b2ee9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005658 10.0.0.22 - - [2025-10-13 03:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.22 - - [2025-10-13 03:55:26] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003716 10.0.0.22 - - [2025-10-13 03:55:26] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003525 10.0.0.22 - - [2025-10-13 03:55:27] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005601 10.0.0.22 - - [2025-10-13 03:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.22 - - [2025-10-13 03:55:27] "GET /routing-instance/23bdb15a-f99a-4f02-9125-74ae7441c02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004740 10.0.0.22 - - [2025-10-13 03:55:27] "GET /route-target/47e5a430-9165-4dbd-884f-ee395b2ee9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004213 10.0.0.22 - - [2025-10-13 03:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.22 - - [2025-10-13 03:55:27] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004355 10.0.0.22 - - [2025-10-13 03:55:27] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002993 10.0.0.22 - - [2025-10-13 03:55:27] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006455 10.0.0.22 - - [2025-10-13 03:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.22 - - [2025-10-13 03:55:27] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004203 10.0.0.22 - - [2025-10-13 03:55:27] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003361 10.0.0.22 - - [2025-10-13 03:55:27] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007703 10.0.0.22 - - [2025-10-13 03:55:27] "GET /obj-perms HTTP/1.1" 200 5044 0.004429 10.0.0.22 - - [2025-10-13 03:55:27] "GET /obj-perms HTTP/1.1" 200 5044 0.003955 10.0.0.41 - - [2025-10-13 03:55:27] "GET /obj-perms HTTP/1.1" 200 5044 0.003784 10.0.0.22 - - [2025-10-13 03:55:27] "GET /obj-perms HTTP/1.1" 200 5044 0.003484 10.0.0.41 - - [2025-10-13 03:55:27] "GET /obj-perms HTTP/1.1" 200 5044 0.004281 10.0.0.22 - - [2025-10-13 03:55:27] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 200 1300 0.003962 10.0.0.22 - - [2025-10-13 03:55:27] "GET /virtual-machine-interface/009b49aa-692f-49f0-a117-56d452414292 HTTP/1.1" 200 2946 0.005383 10.0.0.22 - - [2025-10-13 03:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.22 - - [2025-10-13 03:55:27] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004425 10.0.0.22 - - [2025-10-13 03:55:27] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003215 10.0.0.22 - - [2025-10-13 03:55:27] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006739 10.0.0.22 - - [2025-10-13 03:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.22 - - [2025-10-13 03:55:28] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003483 10.0.0.22 - - [2025-10-13 03:55:28] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003256 10.0.0.22 - - [2025-10-13 03:55:28] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.009417 10.0.0.22 - - [2025-10-13 03:55:31] "POST /neutron/port HTTP/1.1" 200 1090 0.050277 10.0.0.22 - - [2025-10-13 03:55:34] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007717 10.0.0.22 - - [2025-10-13 03:55:39] "POST /neutron/port HTTP/1.1" 200 1090 0.013683 10.0.0.22 - - [2025-10-13 03:55:44] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 200 1300 0.004195 10.0.0.22 - - [2025-10-13 03:55:44] "GET /virtual-machine-interface/143ed35a-1be1-413f-a236-ab8315873ebc HTTP/1.1" 200 2948 0.004596 10.0.0.22 - - [2025-10-13 03:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.22 - - [2025-10-13 03:55:44] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003888 10.0.0.22 - - [2025-10-13 03:55:44] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002709 10.0.0.22 - - [2025-10-13 03:55:44] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008555 10.0.0.22 - - [2025-10-13 03:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.22 - - [2025-10-13 03:55:45] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003661 10.0.0.22 - - [2025-10-13 03:55:45] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002917 10.0.0.22 - - [2025-10-13 03:55:45] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008430 10.0.0.19 - - [2025-10-13 03:56:15] "GET /obj-perms HTTP/1.1" 200 5056 0.050048 10.0.0.22 - - [2025-10-13 03:56:21] "POST /neutron/port HTTP/1.1" 200 1090 0.037040 10.0.0.22 - - [2025-10-13 03:56:21] "POST /neutron/subnet HTTP/1.1" 200 675 0.011189 10.0.0.22 - - [2025-10-13 03:56:27] "POST /neutron/port HTTP/1.1" 200 1090 0.014851 10.0.0.22 - - [2025-10-13 03:56:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004247 10.0.0.22 - - [2025-10-13 03:56:27] "POST /neutron/network HTTP/1.1" 200 808 0.006904 10.0.0.19 - - [2025-10-13 03:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.027850 10.0.0.19 - - [2025-10-13 03:57:16] "GET /virtual-router/fb64d4fb-c1c0-473a-af60-14d1d2ca0b84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005356 10.0.0.22 - - [2025-10-13 03:57:23] "POST /neutron/network HTTP/1.1" 200 818 0.008699 10.0.0.22 - - [2025-10-13 03:57:23] "POST /neutron/port HTTP/1.1" 200 117 0.001521 10.0.0.22 - - [2025-10-13 03:57:28] "POST /neutron/port HTTP/1.1" 200 1090 0.018970 10.0.0.22 - - [2025-10-13 03:57:28] "POST /neutron/subnet HTTP/1.1" 200 675 0.010732 10.0.0.22 - - [2025-10-13 03:57:30] "POST /neutron/port HTTP/1.1" 200 1090 0.019514 10.0.0.22 - - [2025-10-13 03:57:30] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 200 1300 0.005083 10.0.0.22 - - [2025-10-13 03:57:30] "GET /virtual-machine-interface/009b49aa-692f-49f0-a117-56d452414292 HTTP/1.1" 200 2946 0.005031 10.0.0.22 - - [2025-10-13 03:57:30] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 200 1300 0.004889 10.0.0.22 - - [2025-10-13 03:57:30] "GET /virtual-machine-interface/009b49aa-692f-49f0-a117-56d452414292 HTTP/1.1" 200 2946 0.006686 10.0.0.22 - - [2025-10-13 03:57:30] "GET /instance-ip/30f9d7d3-adad-46d6-9925-1607f28a6dd8 HTTP/1.1" 200 1620 0.008630 10.0.0.22 - - [2025-10-13 03:57:30] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 200 1300 0.007391 10.0.0.22 - - [2025-10-13 03:57:30] "GET /virtual-machine-interface/009b49aa-692f-49f0-a117-56d452414292 HTTP/1.1" 200 2946 0.005631 10.0.0.22 - - [2025-10-13 03:57:30] "GET /instance-ip/30f9d7d3-adad-46d6-9925-1607f28a6dd8 HTTP/1.1" 200 1620 0.012495 10.0.0.22 - - [2025-10-13 03:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.22 - - [2025-10-13 03:57:30] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005882 10.0.0.22 - - [2025-10-13 03:57:30] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003569 10.0.0.22 - - [2025-10-13 03:57:30] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007277 10.0.0.22 - - [2025-10-13 03:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.22 - - [2025-10-13 03:57:30] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005482 10.0.0.22 - - [2025-10-13 03:57:30] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.008740 10.0.0.22 - - [2025-10-13 03:57:30] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005781 10.0.0.22 - - [2025-10-13 03:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.22 - - [2025-10-13 03:57:30] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004501 10.0.0.22 - - [2025-10-13 03:57:30] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003064 10.0.0.22 - - [2025-10-13 03:57:30] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007722 10.0.0.22 - - [2025-10-13 03:57:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.22 - - [2025-10-13 03:57:30] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004769 10.0.0.22 - - [2025-10-13 03:57:30] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004550 10.0.0.22 - - [2025-10-13 03:57:31] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006596 10.0.0.22 - - [2025-10-13 03:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.22 - - [2025-10-13 03:57:31] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004713 10.0.0.22 - - [2025-10-13 03:57:31] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003058 10.0.0.22 - - [2025-10-13 03:57:31] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007591 10.0.0.22 - - [2025-10-13 03:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.22 - - [2025-10-13 03:57:31] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004086 10.0.0.22 - - [2025-10-13 03:57:31] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003134 10.0.0.22 - - [2025-10-13 03:57:31] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005758 10.0.0.22 - - [2025-10-13 03:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006320 10.0.0.22 - - [2025-10-13 03:57:31] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005654 10.0.0.22 - - [2025-10-13 03:57:31] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003169 10.0.0.22 - - [2025-10-13 03:57:31] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008111 10.0.0.22 - - [2025-10-13 03:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107 10.0.0.22 - - [2025-10-13 03:57:32] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004584 10.0.0.22 - - [2025-10-13 03:57:32] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003358 10.0.0.22 - - [2025-10-13 03:57:32] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007587 10.0.0.22 - - [2025-10-13 03:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996 10.0.0.22 - - [2025-10-13 03:57:32] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005924 10.0.0.22 - - [2025-10-13 03:57:32] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003858 10.0.0.22 - - [2025-10-13 03:57:32] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007372 10.0.0.22 - - [2025-10-13 03:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907 10.0.0.22 - - [2025-10-13 03:57:32] "GET /routing-instance/23bdb15a-f99a-4f02-9125-74ae7441c02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004612 10.0.0.22 - - [2025-10-13 03:57:32] "GET /route-target/47e5a430-9165-4dbd-884f-ee395b2ee9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004626 10.0.0.22 - - [2025-10-13 03:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007148 10.0.0.22 - - [2025-10-13 03:57:33] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004901 10.0.0.22 - - [2025-10-13 03:57:33] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004220 10.0.0.22 - - [2025-10-13 03:57:33] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007503 10.0.0.22 - - [2025-10-13 03:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.22 - - [2025-10-13 03:57:33] "GET /routing-instance/23bdb15a-f99a-4f02-9125-74ae7441c02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006224 10.0.0.22 - - [2025-10-13 03:57:33] "GET /route-target/47e5a430-9165-4dbd-884f-ee395b2ee9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005418 10.0.0.22 - - [2025-10-13 03:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005436 10.0.0.22 - - [2025-10-13 03:57:33] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006173 10.0.0.22 - - [2025-10-13 03:57:33] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004014 10.0.0.22 - - [2025-10-13 03:57:33] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007531 10.0.0.22 - - [2025-10-13 03:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006293 10.0.0.22 - - [2025-10-13 03:57:33] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005216 10.0.0.22 - - [2025-10-13 03:57:33] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005057 10.0.0.22 - - [2025-10-13 03:57:33] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006612 10.0.0.22 - - [2025-10-13 03:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.22 - - [2025-10-13 03:57:33] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005294 10.0.0.22 - - [2025-10-13 03:57:33] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003297 10.0.0.22 - - [2025-10-13 03:57:33] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007318 10.0.0.41 - - [2025-10-13 03:57:35] "GET /obj-perms HTTP/1.1" 200 5044 0.004576 10.0.0.22 - - [2025-10-13 03:57:37] "GET /obj-perms HTTP/1.1" 200 5044 0.003450 10.0.0.22 - - [2025-10-13 03:57:37] "GET /obj-perms HTTP/1.1" 200 5044 0.003910 10.0.0.41 - - [2025-10-13 03:57:37] "GET /obj-perms HTTP/1.1" 200 5044 0.003872 10.0.0.22 - - [2025-10-13 03:57:37] "GET /obj-perms HTTP/1.1" 200 5044 0.004765 10.0.0.22 - - [2025-10-13 03:57:38] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008799 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 200 1300 0.005063 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-machine-interface/143ed35a-1be1-413f-a236-ab8315873ebc HTTP/1.1" 200 2948 0.005530 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 200 1300 0.004891 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-machine-interface/143ed35a-1be1-413f-a236-ab8315873ebc HTTP/1.1" 200 2948 0.006251 10.0.0.22 - - [2025-10-13 03:57:38] "GET /instance-ip/2e6d5316-7ef3-4cb3-9734-52f5e470bfde HTTP/1.1" 200 1620 0.004351 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 200 1300 0.005141 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-machine-interface/143ed35a-1be1-413f-a236-ab8315873ebc HTTP/1.1" 200 2948 0.006122 10.0.0.22 - - [2025-10-13 03:57:38] "GET /instance-ip/2e6d5316-7ef3-4cb3-9734-52f5e470bfde HTTP/1.1" 200 1620 0.005488 10.0.0.22 - - [2025-10-13 03:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.22 - - [2025-10-13 03:57:38] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004611 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003560 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.007976 10.0.0.22 - - [2025-10-13 03:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.22 - - [2025-10-13 03:57:38] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005021 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004255 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006691 10.0.0.22 - - [2025-10-13 03:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006034 10.0.0.22 - - [2025-10-13 03:57:38] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006113 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003983 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006927 10.0.0.22 - - [2025-10-13 03:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.22 - - [2025-10-13 03:57:38] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004596 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003244 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008254 10.0.0.22 - - [2025-10-13 03:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.22 - - [2025-10-13 03:57:38] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006196 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004080 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005700 10.0.0.22 - - [2025-10-13 03:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.22 - - [2025-10-13 03:57:38] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004311 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002968 10.0.0.22 - - [2025-10-13 03:57:38] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006541 10.0.0.22 - - [2025-10-13 03:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.22 - - [2025-10-13 03:57:39] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004482 10.0.0.22 - - [2025-10-13 03:57:39] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005881 10.0.0.22 - - [2025-10-13 03:57:39] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005915 10.0.0.22 - - [2025-10-13 03:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.22 - - [2025-10-13 03:57:40] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003771 10.0.0.22 - - [2025-10-13 03:57:40] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002993 10.0.0.22 - - [2025-10-13 03:57:40] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005908 10.0.0.22 - - [2025-10-13 03:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.22 - - [2025-10-13 03:57:40] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004088 10.0.0.22 - - [2025-10-13 03:57:40] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003115 10.0.0.22 - - [2025-10-13 03:57:40] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006871 10.0.0.22 - - [2025-10-13 03:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.22 - - [2025-10-13 03:57:40] "GET /routing-instance/23bdb15a-f99a-4f02-9125-74ae7441c02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004279 10.0.0.22 - - [2025-10-13 03:57:40] "GET /route-target/47e5a430-9165-4dbd-884f-ee395b2ee9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004174 10.0.0.22 - - [2025-10-13 03:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.22 - - [2025-10-13 03:57:40] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003908 10.0.0.22 - - [2025-10-13 03:57:40] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003023 10.0.0.22 - - [2025-10-13 03:57:40] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005896 10.0.0.22 - - [2025-10-13 03:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.22 - - [2025-10-13 03:57:40] "GET /routing-instance/23bdb15a-f99a-4f02-9125-74ae7441c02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005194 10.0.0.22 - - [2025-10-13 03:57:40] "GET /route-target/47e5a430-9165-4dbd-884f-ee395b2ee9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004166 10.0.0.22 - - [2025-10-13 03:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.22 - - [2025-10-13 03:57:40] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006315 10.0.0.22 - - [2025-10-13 03:57:40] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003277 10.0.0.22 - - [2025-10-13 03:57:41] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.005722 10.0.0.22 - - [2025-10-13 03:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.22 - - [2025-10-13 03:57:41] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004293 10.0.0.22 - - [2025-10-13 03:57:41] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002683 10.0.0.22 - - [2025-10-13 03:57:41] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.093449 10.0.0.22 - - [2025-10-13 03:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.22 - - [2025-10-13 03:57:41] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004138 10.0.0.22 - - [2025-10-13 03:57:41] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002862 10.0.0.22 - - [2025-10-13 03:57:41] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006570 10.0.0.41 - - [2025-10-13 03:57:43] "GET /obj-perms HTTP/1.1" 200 5044 0.003932 10.0.0.22 - - [2025-10-13 03:57:47] "GET /obj-perms HTTP/1.1" 200 5044 0.004136 10.0.0.41 - - [2025-10-13 03:57:47] "GET /obj-perms HTTP/1.1" 200 5044 0.004741 10.0.0.22 - - [2025-10-13 03:57:47] "GET /obj-perms HTTP/1.1" 200 5044 0.003613 10.0.0.41 - - [2025-10-13 03:57:47] "GET /obj-perms HTTP/1.1" 200 5044 0.005113 10.0.0.22 - - [2025-10-13 03:57:47] "GET /obj-perms HTTP/1.1" 200 5044 0.004139 10.0.0.22 - - [2025-10-13 03:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.22 - - [2025-10-13 03:58:07] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003891 10.0.0.22 - - [2025-10-13 03:58:07] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003129 10.0.0.22 - - [2025-10-13 03:58:07] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.008704 10.0.0.22 - - [2025-10-13 03:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.22 - - [2025-10-13 03:58:09] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003671 10.0.0.22 - - [2025-10-13 03:58:09] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003349 10.0.0.22 - - [2025-10-13 03:58:09] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006857 10.0.0.19 - - [2025-10-13 03:58:16] "GET /obj-perms HTTP/1.1" 200 5056 0.045546 10.0.0.22 - - [2025-10-13 03:58:23] "POST /neutron/network HTTP/1.1" 200 818 0.006544 10.0.0.22 - - [2025-10-13 03:58:23] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.22 - - [2025-10-13 03:58:24] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 200 1300 0.004292 10.0.0.22 - - [2025-10-13 03:58:24] "GET /virtual-machine-interface/143ed35a-1be1-413f-a236-ab8315873ebc HTTP/1.1" 200 2948 0.005428 10.0.0.22 - - [2025-10-13 03:58:24] "GET /instance-ip/2e6d5316-7ef3-4cb3-9734-52f5e470bfde HTTP/1.1" 200 1620 0.004245 10.0.0.22 - - [2025-10-13 03:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.22 - - [2025-10-13 03:58:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003842 10.0.0.22 - - [2025-10-13 03:58:24] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003867 10.0.0.22 - - [2025-10-13 03:58:24] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006179 10.0.0.22 - - [2025-10-13 03:58:28] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 200 1300 0.004319 10.0.0.22 - - [2025-10-13 03:58:28] "POST /neutron/port HTTP/1.1" 200 1116 0.014426 10.0.0.22 - - [2025-10-13 03:58:30] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.004110 10.0.0.22 - - [2025-10-13 03:58:30] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003922 10.0.0.22 - - [2025-10-13 03:58:30] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003340 10.0.0.22 - - [2025-10-13 03:58:31] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.004496 10.0.0.22 - - [2025-10-13 03:58:32] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003596 10.0.0.22 - - [2025-10-13 03:58:33] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.004061 10.0.0.22 - - [2025-10-13 03:58:34] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003462 10.0.0.22 - - [2025-10-13 03:58:35] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.004096 10.0.0.22 - - [2025-10-13 03:58:36] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003275 10.0.0.22 - - [2025-10-13 03:58:36] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003020 10.0.0.22 - - [2025-10-13 03:58:37] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003505 10.0.0.22 - - [2025-10-13 03:58:38] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003181 10.0.0.22 - - [2025-10-13 03:58:39] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003767 10.0.0.22 - - [2025-10-13 03:58:40] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003519 10.0.0.22 - - [2025-10-13 03:58:41] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.005149 10.0.0.22 - - [2025-10-13 03:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.22 - - [2025-10-13 03:58:41] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003648 10.0.0.22 - - [2025-10-13 03:58:41] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003044 10.0.0.22 - - [2025-10-13 03:58:41] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006155 10.0.0.22 - - [2025-10-13 03:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.22 - - [2025-10-13 03:58:41] "GET /routing-instance/23bdb15a-f99a-4f02-9125-74ae7441c02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005305 10.0.0.22 - - [2025-10-13 03:58:41] "GET /route-target/47e5a430-9165-4dbd-884f-ee395b2ee9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004418 10.0.0.22 - - [2025-10-13 03:58:41] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003286 10.0.0.22 - - [2025-10-13 03:58:42] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003221 10.0.0.22 - - [2025-10-13 03:58:43] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003992 10.0.0.22 - - [2025-10-13 03:58:44] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003864 10.0.0.22 - - [2025-10-13 03:58:45] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003583 10.0.0.22 - - [2025-10-13 03:58:46] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003260 10.0.0.22 - - [2025-10-13 03:58:46] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.002995 10.0.0.22 - - [2025-10-13 03:58:47] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003108 10.0.0.22 - - [2025-10-13 03:58:48] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003382 10.0.0.22 - - [2025-10-13 03:58:49] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003264 10.0.0.22 - - [2025-10-13 03:58:50] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003589 10.0.0.22 - - [2025-10-13 03:58:51] "GET /virtual-machine/bb857f88-ad41-470f-ae1d-095acb2bd428 HTTP/1.1" 404 171 0.003174 10.0.0.41 - - [2025-10-13 03:58:51] "GET /obj-perms HTTP/1.1" 200 5044 0.003908 10.0.0.22 - - [2025-10-13 03:58:51] "GET /obj-perms HTTP/1.1" 200 5044 0.003706 10.0.0.22 - - [2025-10-13 03:58:51] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 200 1300 0.004448 10.0.0.22 - - [2025-10-13 03:58:52] "POST /neutron/port HTTP/1.1" 200 1116 0.010964 10.0.0.22 - - [2025-10-13 03:58:53] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 404 171 0.004413 10.0.0.22 - - [2025-10-13 03:58:53] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 404 171 0.003886 10.0.0.22 - - [2025-10-13 03:58:53] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 404 171 0.003730 10.0.0.22 - - [2025-10-13 03:58:53] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 404 171 0.003502 10.0.0.22 - - [2025-10-13 03:58:54] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 404 171 0.003148 10.0.0.22 - - [2025-10-13 03:58:56] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 404 171 0.009034 10.0.0.22 - - [2025-10-13 03:58:57] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 404 171 0.003414 10.0.0.22 - - [2025-10-13 03:58:58] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 404 171 0.003671 10.0.0.22 - - [2025-10-13 03:58:59] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 404 171 0.003517 10.0.0.22 - - [2025-10-13 03:58:59] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 404 171 0.003010 10.0.0.22 - - [2025-10-13 03:59:00] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 404 171 0.004231 10.0.0.22 - - [2025-10-13 03:59:01] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 404 171 0.004192 10.0.0.22 - - [2025-10-13 03:59:02] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 404 171 0.003680 10.0.0.22 - - [2025-10-13 03:59:03] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 404 171 0.003791 10.0.0.22 - - [2025-10-13 03:59:04] "GET /virtual-machine/e706245a-fc59-4fa1-b927-6b8ab8b1237c HTTP/1.1" 404 171 0.003531 10.0.0.22 - - [2025-10-13 03:59:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.22 - - [2025-10-13 03:59:04] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004220 10.0.0.22 - - [2025-10-13 03:59:04] "GET /virtual-networks?parent_id=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003528 10.0.0.22 - - [2025-10-13 03:59:04] "GET /virtual-network/229062ac-2e40-40cd-ba82-5ed1e43cc5d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.006854 10.0.0.22 - - [2025-10-13 03:59:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.22 - - [2025-10-13 03:59:04] "GET /routing-instance/23bdb15a-f99a-4f02-9125-74ae7441c02f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004372 10.0.0.22 - - [2025-10-13 03:59:04] "GET /route-target/47e5a430-9165-4dbd-884f-ee395b2ee9d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005439 10.0.0.22 - - [2025-10-13 03:59:07] "GET /obj-perms HTTP/1.1" 200 5044 0.003839 10.0.0.22 - - [2025-10-13 03:59:07] "GET /obj-perms HTTP/1.1" 200 5044 0.003645 10.0.0.41 - - [2025-10-13 03:59:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004096 10.0.0.41 - - [2025-10-13 03:59:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002455 10.0.0.22 - - [2025-10-13 03:59:07] "POST /neutron/network HTTP/1.1" 200 151 0.116802 10.0.0.41 - - [2025-10-13 03:59:07] "DELETE /route-target/47e5a430-9165-4dbd-884f-ee395b2ee9d4 HTTP/1.1" 200 115 0.040950 10.0.0.22 - - [2025-10-13 03:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.22 - - [2025-10-13 03:59:07] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003753 10.0.0.22 - - [2025-10-13 03:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.22 - - [2025-10-13 03:59:07] "PUT /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218 HTTP/1.1" 200 276 0.012566 10.0.0.41 - - [2025-10-13 03:59:10] "GET /projects?obj_uuids=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001254 10.0.0.22 - - [2025-10-13 03:59:10] "GET /project/4b4376fc-e635-45ac-9c52-c2928587989f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.047714 10.0.0.41 - - [2025-10-13 03:59:10] "GET /projects?obj_uuids=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000937 10.0.0.22 - - [2025-10-13 03:59:10] "GET /project/4b4376fc-e635-45ac-9c52-c2928587989f?fields=virtual_networks HTTP/1.1" 200 1045 0.043461 10.0.0.41 - - [2025-10-13 03:59:10] "GET /projects?obj_uuids=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001377 10.0.0.22 - - [2025-10-13 03:59:10] "GET /project/4b4376fc-e635-45ac-9c52-c2928587989f?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.042062 10.0.0.41 - - [2025-10-13 03:59:10] "GET /projects?obj_uuids=4b4376fc-e635-45ac-9c52-c2928587989f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001040 10.0.0.22 - - [2025-10-13 03:59:10] "GET /project/4b4376fc-e635-45ac-9c52-c2928587989f?fields=security_groups HTTP/1.1" 200 1278 0.037498 10.0.0.22 - - [2025-10-13 03:59:11] "POST /fqname-to-id HTTP/1.1" 404 194 0.030788 10.0.0.41 - - [2025-10-13 03:59:11] "GET /projects?obj_uuids=98d2e273-9ad2-4c2a-8e3e-d44483e060ae&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002827 10.0.0.41 - - [2025-10-13 03:59:11] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.41 - - [2025-10-13 03:59:11] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008397 10.0.0.41 - - [2025-10-13 03:59:11] "POST /id-to-fqname HTTP/1.1" 200 196 0.007862 10.0.0.41 - - [2025-10-13 03:59:11] "POST /fqname-to-id HTTP/1.1" 404 205 0.003664 10.0.0.41 - - [2025-10-13 03:59:11] "POST /security-groups HTTP/1.1" 200 597 0.030905 10.0.0.41 - - [2025-10-13 03:59:11] "POST /projects HTTP/1.1" 200 597 0.225014 10.0.0.41 - - [2025-10-13 03:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.293347 10.0.0.41 - - [2025-10-13 03:59:11] "POST /fqname-to-id HTTP/1.1" 404 239 0.003609 10.0.0.22 - - [2025-10-13 03:59:11] "GET /project/98d2e273-9ad2-4c2a-8e3e-d44483e060ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.446187 10.0.0.22 - - [2025-10-13 03:59:12] "GET / HTTP/1.1" 200 35931 0.001937 10.0.0.41 - - [2025-10-13 03:59:13] "DELETE /access-control-list/983ea662-0e30-4144-a95d-4dcf20d89a42 HTTP/1.1" 200 115 0.055125 10.0.0.41 - - [2025-10-13 03:59:13] "DELETE /project/98d2e2739ad24c2a8e3ed44483e060ae HTTP/1.1" 404 173 0.002608 10.0.0.41 - - [2025-10-13 03:59:13] "DELETE /project/4b4376fc-e635-45ac-9c52-c2928587989f HTTP/1.1" 404 177 0.018781 10.0.0.41 - - [2025-10-13 03:59:15] "GET /projects?obj_uuids=98d2e273-9ad2-4c2a-8e3e-d44483e060ae&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001251 10.0.0.22 - - [2025-10-13 03:59:15] "GET /project/98d2e273-9ad2-4c2a-8e3e-d44483e060ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.037383 10.0.0.41 - - [2025-10-13 03:59:15] "GET /projects?obj_uuids=98d2e273-9ad2-4c2a-8e3e-d44483e060ae&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000981 10.0.0.22 - - [2025-10-13 03:59:15] "GET /project/98d2e273-9ad2-4c2a-8e3e-d44483e060ae?fields=virtual_networks HTTP/1.1" 200 1044 0.036184 10.0.0.41 - - [2025-10-13 03:59:15] "GET /projects?obj_uuids=98d2e273-9ad2-4c2a-8e3e-d44483e060ae&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001064 10.0.0.22 - - [2025-10-13 03:59:16] "GET /project/98d2e273-9ad2-4c2a-8e3e-d44483e060ae?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.045325 10.0.0.41 - - [2025-10-13 03:59:16] "GET /projects?obj_uuids=98d2e273-9ad2-4c2a-8e3e-d44483e060ae&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001020 10.0.0.22 - - [2025-10-13 03:59:16] "GET /project/98d2e273-9ad2-4c2a-8e3e-d44483e060ae?fields=security_groups HTTP/1.1" 200 1276 0.044051 10.0.0.22 - - [2025-10-13 03:59:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.030671 10.0.0.41 - - [2025-10-13 03:59:16] "GET /projects?obj_uuids=3260261a-cc01-4311-aca0-bf2fb88aa4f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004310 10.0.0.41 - - [2025-10-13 03:59:17] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000967 10.0.0.41 - - [2025-10-13 03:59:17] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007239 10.0.0.41 - - [2025-10-13 03:59:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.001263 10.0.0.41 - - [2025-10-13 03:59:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.006256 10.0.0.41 - - [2025-10-13 03:59:17] "POST /security-groups HTTP/1.1" 200 591 0.035140 10.0.0.41 - - [2025-10-13 03:59:17] "POST /projects HTTP/1.1" 200 585 0.235740 10.0.0.41 - - [2025-10-13 03:59:17] "POST /fqname-to-id HTTP/1.1" 404 233 0.005169 10.0.0.41 - - [2025-10-13 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.309206 10.0.0.22 - - [2025-10-13 03:59:17] "GET /project/3260261a-cc01-4311-aca0-bf2fb88aa4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.437423 10.0.0.19 - - [2025-10-13 03:59:18] "GET /obj-perms HTTP/1.1" 200 5056 0.089381 10.0.0.22 - - [2025-10-13 03:59:18] "GET / HTTP/1.1" 200 35931 0.001896 10.0.0.41 - - [2025-10-13 03:59:21] "GET /projects?obj_uuids=3260261a-cc01-4311-aca0-bf2fb88aa4f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000949 10.0.0.22 - - [2025-10-13 03:59:21] "GET /project/3260261a-cc01-4311-aca0-bf2fb88aa4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.042157 10.0.0.41 - - [2025-10-13 03:59:21] "GET /projects?obj_uuids=3260261a-cc01-4311-aca0-bf2fb88aa4f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000882 10.0.0.22 - - [2025-10-13 03:59:21] "GET /project/3260261a-cc01-4311-aca0-bf2fb88aa4f0?fields=virtual_networks HTTP/1.1" 200 1031 0.050208 10.0.0.41 - - [2025-10-13 03:59:21] "GET /projects?obj_uuids=3260261a-cc01-4311-aca0-bf2fb88aa4f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000977 10.0.0.22 - - [2025-10-13 03:59:21] "GET /project/3260261a-cc01-4311-aca0-bf2fb88aa4f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.038019 10.0.0.41 - - [2025-10-13 03:59:22] "GET /projects?obj_uuids=3260261a-cc01-4311-aca0-bf2fb88aa4f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001005 10.0.0.22 - - [2025-10-13 03:59:22] "GET /project/3260261a-cc01-4311-aca0-bf2fb88aa4f0?fields=security_groups HTTP/1.1" 200 1257 0.041628 10.0.0.22 - - [2025-10-13 03:59:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.023922 10.0.0.41 - - [2025-10-13 03:59:22] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002969 10.0.0.41 - - [2025-10-13 03:59:22] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000883 10.0.0.41 - - [2025-10-13 03:59:22] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006767 10.0.0.41 - - [2025-10-13 03:59:23] "POST /id-to-fqname HTTP/1.1" 200 198 0.003081 10.0.0.41 - - [2025-10-13 03:59:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.006225 10.0.0.41 - - [2025-10-13 03:59:23] "POST /security-groups HTTP/1.1" 200 599 0.035339 10.0.0.41 - - [2025-10-13 03:59:23] "POST /projects HTTP/1.1" 200 601 0.261059 10.0.0.41 - - [2025-10-13 03:59:23] "POST /access-control-lists HTTP/1.1" 200 604 0.027803 10.0.0.41 - - [2025-10-13 03:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.328552 10.0.0.22 - - [2025-10-13 03:59:23] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.474440 10.0.0.22 - - [2025-10-13 03:59:24] "GET / HTTP/1.1" 200 35931 0.001465 10.0.0.22 - - [2025-10-13 03:59:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000666 10.0.0.22 - - [2025-10-13 03:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.054531 10.0.0.41 - - [2025-10-13 03:59:25] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.022024 10.0.0.22 - - [2025-10-13 03:59:25] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058584 10.0.0.41 - - [2025-10-13 03:59:25] "POST /route-targets HTTP/1.1" 200 327 0.031105 10.0.0.41 - - [2025-10-13 03:59:25] "POST /useragent-kv HTTP/1.1" 200 115 0.009467 10.0.0.22 - - [2025-10-13 03:59:25] "POST /neutron/subnet HTTP/1.1" 200 716 0.243530 10.0.0.22 - - [2025-10-13 03:59:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001326 10.0.0.22 - - [2025-10-13 03:59:25] "GET /virtual-network/bddf8525-b79c-4e7c-9ce3-e6cf8543ab1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007761 10.0.0.22 - - [2025-10-13 03:59:25] "POST /neutron/network HTTP/1.1" 200 975 0.008297 10.0.0.22 - - [2025-10-13 03:59:25] "GET /virtual-network/bddf8525-b79c-4e7c-9ce3-e6cf8543ab1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005140 10.0.0.22 - - [2025-10-13 03:59:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.009622 10.0.0.22 - - [2025-10-13 03:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.41 - - [2025-10-13 03:59:26] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002615 10.0.0.22 - - [2025-10-13 03:59:26] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042845 10.0.0.41 - - [2025-10-13 03:59:26] "POST /ref-update HTTP/1.1" 200 156 0.021450 10.0.0.41 - - [2025-10-13 03:59:26] "POST /useragent-kv HTTP/1.1" 200 115 0.011938 10.0.0.41 - - [2025-10-13 03:59:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.040261 10.0.0.22 - - [2025-10-13 03:59:26] "POST /neutron/subnet HTTP/1.1" 200 716 0.216250 10.0.0.22 - - [2025-10-13 03:59:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001416 10.0.0.22 - - [2025-10-13 03:59:26] "GET /virtual-network/5c74ecdd-2d7d-4b04-afe6-74185d9ab148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.007649 10.0.0.22 - - [2025-10-13 03:59:26] "POST /neutron/network HTTP/1.1" 200 974 0.008637 10.0.0.22 - - [2025-10-13 03:59:26] "GET /virtual-network/5c74ecdd-2d7d-4b04-afe6-74185d9ab148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.005329 10.0.0.22 - - [2025-10-13 03:59:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.009582 10.0.0.22 - - [2025-10-13 03:59:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001311 10.0.0.41 - - [2025-10-13 03:59:27] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.22 - - [2025-10-13 03:59:27] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060630 10.0.0.22 - - [2025-10-13 03:59:27] "POST /neutron/port HTTP/1.1" 200 117 0.007340 10.0.0.22 - - [2025-10-13 03:59:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001988 10.0.0.22 - - [2025-10-13 03:59:28] "POST /neutron/network HTTP/1.1" 200 984 0.009555 10.0.0.22 - - [2025-10-13 03:59:28] "POST /neutron/port HTTP/1.1" 200 1153 0.019046 10.0.0.41 - - [2025-10-13 03:59:29] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.22 - - [2025-10-13 03:59:29] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.109449 10.0.0.22 - - [2025-10-13 03:59:29] "POST /neutron/port HTTP/1.1" 200 1181 0.033344 10.0.0.22 - - [2025-10-13 03:59:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003978 10.0.0.22 - - [2025-10-13 03:59:29] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.22 - - [2025-10-13 03:59:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007380 10.0.0.22 - - [2025-10-13 03:59:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008187 10.0.0.22 - - [2025-10-13 03:59:30] "POST /neutron/port HTTP/1.1" 200 1152 0.031290 10.0.0.22 - - [2025-10-13 03:59:30] "POST /neutron/port HTTP/1.1" 200 1180 0.016870 10.0.0.22 - - [2025-10-13 03:59:30] "POST /neutron/subnet HTTP/1.1" 200 1268 0.014129 10.0.0.22 - - [2025-10-13 03:59:30] "POST /neutron/network HTTP/1.1" 200 974 0.014310 10.0.0.22 - - [2025-10-13 03:59:34] "POST /neutron/port HTTP/1.1" 200 1181 0.016637 10.0.0.22 - - [2025-10-13 03:59:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009047 10.0.0.22 - - [2025-10-13 03:59:34] "GET /virtual-machine/a5a9d8b0-2f7e-430e-b1f6-f8982b3ae5c7 HTTP/1.1" 401 292 0.000391 10.0.0.22 - - [2025-10-13 03:59:35] "GET /virtual-machine/a5a9d8b0-2f7e-430e-b1f6-f8982b3ae5c7 HTTP/1.1" 200 1301 0.031544 10.0.0.22 - - [2025-10-13 03:59:35] "GET /virtual-machine-interface/26a6797b-1490-4525-b99c-868dd9dc633e HTTP/1.1" 200 3156 0.006119 10.0.0.22 - - [2025-10-13 03:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.22 - - [2025-10-13 03:59:35] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003806 10.0.0.22 - - [2025-10-13 03:59:35] "GET /virtual-networks?parent_id=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003503 10.0.0.22 - - [2025-10-13 03:59:35] "GET /virtual-network/bddf8525-b79c-4e7c-9ce3-e6cf8543ab1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006089 10.0.0.22 - - [2025-10-13 03:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.22 - - [2025-10-13 03:59:38] "GET /virtual-network/bddf8525-b79c-4e7c-9ce3-e6cf8543ab1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005548 10.0.0.22 - - [2025-10-13 03:59:38] "POST /neutron/port HTTP/1.1" 200 1180 0.015898 10.0.0.22 - - [2025-10-13 03:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.22 - - [2025-10-13 03:59:40] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003582 10.0.0.22 - - [2025-10-13 03:59:40] "GET /virtual-networks?parent_id=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002622 10.0.0.22 - - [2025-10-13 03:59:40] "GET /virtual-network/bddf8525-b79c-4e7c-9ce3-e6cf8543ab1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007866 10.0.0.22 - - [2025-10-13 03:59:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006954 10.0.0.22 - - [2025-10-13 03:59:45] "POST /neutron/port HTTP/1.1" 200 1180 0.015559 10.0.0.22 - - [2025-10-13 03:59:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009844 10.0.0.22 - - [2025-10-13 03:59:46] "GET /virtual-machine/47d2a909-2a16-4742-a935-d611da66e4c6 HTTP/1.1" 200 1300 0.015700 10.0.0.22 - - [2025-10-13 03:59:46] "GET /virtual-machine-interface/0386ca9f-c976-4e00-ba52-e3e5b2b94b84 HTTP/1.1" 200 3155 0.007012 10.0.0.22 - - [2025-10-13 03:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.22 - - [2025-10-13 03:59:46] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004429 10.0.0.22 - - [2025-10-13 03:59:46] "GET /virtual-networks?parent_id=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003682 10.0.0.22 - - [2025-10-13 03:59:46] "GET /virtual-network/5c74ecdd-2d7d-4b04-afe6-74185d9ab148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.007630 10.0.0.22 - - [2025-10-13 03:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.22 - - [2025-10-13 03:59:47] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003384 10.0.0.22 - - [2025-10-13 03:59:47] "GET /virtual-networks?parent_id=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003103 10.0.0.22 - - [2025-10-13 03:59:47] "GET /virtual-network/5c74ecdd-2d7d-4b04-afe6-74185d9ab148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.005810 10.0.0.22 - - [2025-10-13 03:59:47] "POST /fqname-to-id HTTP/1.1" 404 209 0.003325 10.0.0.22 - - [2025-10-13 03:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.41 - - [2025-10-13 03:59:47] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.22 - - [2025-10-13 03:59:47] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046428 10.0.0.22 - - [2025-10-13 03:59:47] "POST /network-policys HTTP/1.1" 200 533 0.029410 10.0.0.22 - - [2025-10-13 03:59:47] "GET /network-policy/beaf1e11-e36c-49bc-b929-b8a5a71cb3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006438 10.0.0.22 - - [2025-10-13 03:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.22 - - [2025-10-13 03:59:47] "GET /virtual-network/bddf8525-b79c-4e7c-9ce3-e6cf8543ab1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006344 10.0.0.22 - - [2025-10-13 03:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.22 - - [2025-10-13 03:59:47] "GET /network-policy/beaf1e11-e36c-49bc-b929-b8a5a71cb3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004161 10.0.0.22 - - [2025-10-13 03:59:47] "POST /ref-update HTTP/1.1" 200 156 0.053256 10.0.0.22 - - [2025-10-13 03:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.22 - - [2025-10-13 03:59:47] "GET /network-policy/beaf1e11-e36c-49bc-b929-b8a5a71cb3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004480 10.0.0.22 - - [2025-10-13 03:59:48] "GET /virtual-network/bddf8525-b79c-4e7c-9ce3-e6cf8543ab1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2865 0.009583 10.0.0.22 - - [2025-10-13 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.22 - - [2025-10-13 03:59:48] "GET /network-policy/beaf1e11-e36c-49bc-b929-b8a5a71cb3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005949 10.0.0.22 - - [2025-10-13 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.22 - - [2025-10-13 03:59:48] "GET /virtual-network/5c74ecdd-2d7d-4b04-afe6-74185d9ab148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006099 10.0.0.22 - - [2025-10-13 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005957 10.0.0.22 - - [2025-10-13 03:59:48] "GET /network-policy/beaf1e11-e36c-49bc-b929-b8a5a71cb3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004362 10.0.0.41 - - [2025-10-13 03:59:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.005235 10.0.0.22 - - [2025-10-13 03:59:48] "POST /ref-update HTTP/1.1" 200 156 0.044458 10.0.0.41 - - [2025-10-13 03:59:48] "PUT /access-control-list/77d1bc1b-2943-49ca-9f4f-7b1f87a98677 HTTP/1.1" 200 272 0.021685 10.0.0.22 - - [2025-10-13 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006228 10.0.0.41 - - [2025-10-13 03:59:48] "POST /ref-update HTTP/1.1" 200 156 0.033858 10.0.0.22 - - [2025-10-13 03:59:48] "GET /network-policy/beaf1e11-e36c-49bc-b929-b8a5a71cb3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003843 10.0.0.22 - - [2025-10-13 03:59:48] "GET /virtual-network/5c74ecdd-2d7d-4b04-afe6-74185d9ab148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.008738 10.0.0.22 - - [2025-10-13 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.22 - - [2025-10-13 03:59:48] "GET /network-policy/beaf1e11-e36c-49bc-b929-b8a5a71cb3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004213 10.0.0.22 - - [2025-10-13 03:59:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.41 - - [2025-10-13 03:59:48] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.22 - - [2025-10-13 03:59:48] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046889 10.0.0.22 - - [2025-10-13 03:59:48] "POST /neutron/network HTTP/1.1" 200 117 0.011605 10.0.0.22 - - [2025-10-13 03:59:49] "POST /neutron/network HTTP/1.1" 200 799 0.008842 10.0.0.22 - - [2025-10-13 03:59:49] "POST /id-to-fqname HTTP/1.1" 200 214 0.001251 10.0.0.22 - - [2025-10-13 03:59:49] "GET /virtual-network/47e1cab8-70e4-46db-b9a1-e798f77490e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005248 10.0.0.22 - - [2025-10-13 03:59:49] "GET /virtual-network/47e1cab8-70e4-46db-b9a1-e798f77490e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005295 10.0.0.22 - - [2025-10-13 03:59:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.008984 10.0.0.22 - - [2025-10-13 03:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.41 - - [2025-10-13 03:59:49] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000951 10.0.0.22 - - [2025-10-13 03:59:49] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045512 10.0.0.41 - - [2025-10-13 03:59:49] "POST /route-targets HTTP/1.1" 200 327 0.015505 10.0.0.41 - - [2025-10-13 03:59:49] "POST /useragent-kv HTTP/1.1" 200 115 0.010765 10.0.0.22 - - [2025-10-13 03:59:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.171109 10.0.0.22 - - [2025-10-13 03:59:49] "POST /id-to-fqname HTTP/1.1" 200 214 0.001544 10.0.0.22 - - [2025-10-13 03:59:49] "GET /virtual-network/43a0be4b-a541-4a8b-88f4-9eab6457351d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.005179 10.0.0.22 - - [2025-10-13 03:59:49] "GET /virtual-network/43a0be4b-a541-4a8b-88f4-9eab6457351d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.006443 10.0.0.22 - - [2025-10-13 03:59:49] "POST /neutron/network HTTP/1.1" 200 799 0.005958 10.0.0.22 - - [2025-10-13 03:59:49] "POST /fqname-to-id HTTP/1.1" 404 239 0.003366 10.0.0.22 - - [2025-10-13 03:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.41 - - [2025-10-13 03:59:49] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001393 10.0.0.22 - - [2025-10-13 03:59:49] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043225 10.0.0.22 - - [2025-10-13 03:59:49] "POST /network-policys HTTP/1.1" 200 587 0.026255 10.0.0.22 - - [2025-10-13 03:59:49] "GET /network-policy/43b9becc-8b98-47f2-af26-bd9a1b08310c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005760 10.0.0.22 - - [2025-10-13 03:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.22 - - [2025-10-13 03:59:50] "GET /virtual-network/47e1cab8-70e4-46db-b9a1-e798f77490e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006253 10.0.0.22 - - [2025-10-13 03:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.22 - - [2025-10-13 03:59:50] "GET /network-policy/43b9becc-8b98-47f2-af26-bd9a1b08310c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005407 10.0.0.22 - - [2025-10-13 03:59:50] "POST /ref-update HTTP/1.1" 200 156 0.067910 10.0.0.22 - - [2025-10-13 03:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.41 - - [2025-10-13 03:59:50] "POST /access-control-lists HTTP/1.1" 200 554 0.088885 10.0.0.22 - - [2025-10-13 03:59:50] "GET /network-policy/43b9becc-8b98-47f2-af26-bd9a1b08310c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.008722 10.0.0.22 - - [2025-10-13 03:59:50] "GET /virtual-network/47e1cab8-70e4-46db-b9a1-e798f77490e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2330 0.008139 10.0.0.22 - - [2025-10-13 03:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.22 - - [2025-10-13 03:59:50] "GET /network-policy/43b9becc-8b98-47f2-af26-bd9a1b08310c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004551 10.0.0.22 - - [2025-10-13 03:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.22 - - [2025-10-13 03:59:50] "GET /virtual-network/43a0be4b-a541-4a8b-88f4-9eab6457351d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.006358 10.0.0.22 - - [2025-10-13 03:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.22 - - [2025-10-13 03:59:50] "GET /network-policy/43b9becc-8b98-47f2-af26-bd9a1b08310c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006026 10.0.0.22 - - [2025-10-13 03:59:50] "POST /ref-update HTTP/1.1" 200 156 0.054960 10.0.0.22 - - [2025-10-13 03:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010248 10.0.0.41 - - [2025-10-13 03:59:50] "POST /ref-update HTTP/1.1" 200 156 0.025523 10.0.0.22 - - [2025-10-13 03:59:50] "GET /network-policy/43b9becc-8b98-47f2-af26-bd9a1b08310c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.010073 10.0.0.22 - - [2025-10-13 03:59:50] "POST /neutron/network HTTP/1.1" 200 912 0.008669 10.0.0.22 - - [2025-10-13 03:59:50] "GET /virtual-network/43a0be4b-a541-4a8b-88f4-9eab6457351d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2331 0.004756 10.0.0.22 - - [2025-10-13 03:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005475 10.0.0.22 - - [2025-10-13 03:59:50] "GET /network-policy/43b9becc-8b98-47f2-af26-bd9a1b08310c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005724 10.0.0.22 - - [2025-10-13 03:59:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.001165 10.0.0.22 - - [2025-10-13 03:59:50] "POST /neutron/network HTTP/1.1" 200 922 0.007374 10.0.0.41 - - [2025-10-13 03:59:51] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001006 10.0.0.22 - - [2025-10-13 03:59:51] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061958 10.0.0.22 - - [2025-10-13 03:59:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007565 10.0.0.22 - - [2025-10-13 03:59:51] "POST /id-to-fqname HTTP/1.1" 200 214 0.001321 10.0.0.22 - - [2025-10-13 03:59:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009195 10.0.0.41 - - [2025-10-13 03:59:52] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001421 10.0.0.22 - - [2025-10-13 03:59:52] "POST /neutron/port HTTP/1.1" 200 1063 0.314612 10.0.0.22 - - [2025-10-13 03:59:52] "POST /neutron/port HTTP/1.1" 200 1117 0.089588 10.0.0.22 - - [2025-10-13 03:59:52] "POST /neutron/subnet HTTP/1.1" 200 675 0.009567 10.0.0.19 - - [2025-10-13 03:59:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000581 10.0.0.41 - - [2025-10-13 03:59:53] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001399 10.0.0.22 - - [2025-10-13 03:59:53] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.100530 10.0.0.19 - - [2025-10-13 03:59:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.22 - - [2025-10-13 03:59:53] "POST /neutron/network HTTP/1.1" 200 912 0.037682 10.0.0.22 - - [2025-10-13 03:59:53] "POST /neutron/port HTTP/1.1" 200 117 0.009416 10.0.0.22 - - [2025-10-13 03:59:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004128 10.0.0.22 - - [2025-10-13 03:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.22 - - [2025-10-13 03:59:53] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005136 10.0.0.41 - - [2025-10-13 03:59:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.41 - - [2025-10-13 03:59:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.41 - - [2025-10-13 03:59:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000558 10.0.0.41 - - [2025-10-13 03:59:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.22 - - [2025-10-13 03:59:54] "POST /neutron/port HTTP/1.1" 200 1063 0.070100 10.0.0.22 - - [2025-10-13 03:59:54] "POST /neutron/port HTTP/1.1" 200 1091 0.025904 10.0.0.22 - - [2025-10-13 03:59:54] "POST /neutron/port HTTP/1.1" 200 117 0.001748 10.0.0.19 - - [2025-10-13 03:59:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.19 - - [2025-10-13 03:59:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.22 - - [2025-10-13 03:59:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003411 10.0.0.22 - - [2025-10-13 03:59:54] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004609 10.0.0.22 - - [2025-10-13 03:59:54] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004269 10.0.0.22 - - [2025-10-13 03:59:54] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.029242 10.0.0.22 - - [2025-10-13 03:59:54] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.040736 10.0.0.22 - - [2025-10-13 03:59:54] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.015299 10.0.0.22 - - [2025-10-13 03:59:54] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009208 10.0.0.22 - - [2025-10-13 03:59:55] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.032813 10.0.0.22 - - [2025-10-13 03:59:55] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.031132 10.0.0.22 - - [2025-10-13 03:59:55] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004395 10.0.0.22 - - [2025-10-13 03:59:55] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004207 10.0.0.22 - - [2025-10-13 03:59:55] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.041950 10.0.0.22 - - [2025-10-13 03:59:55] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.038055 10.0.0.22 - - [2025-10-13 03:59:55] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005087 10.0.0.22 - - [2025-10-13 03:59:55] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007504 10.0.0.22 - - [2025-10-13 03:59:55] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.023215 10.0.0.22 - - [2025-10-13 03:59:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003806 10.0.0.22 - - [2025-10-13 03:59:55] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005816 10.0.0.22 - - [2025-10-13 03:59:55] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005670 10.0.0.22 - - [2025-10-13 03:59:55] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.026642 10.0.0.22 - - [2025-10-13 03:59:55] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.049309 10.0.0.22 - - [2025-10-13 03:59:55] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006279 10.0.0.22 - - [2025-10-13 03:59:55] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006641 10.0.0.22 - - [2025-10-13 03:59:55] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.038940 10.0.0.22 - - [2025-10-13 03:59:55] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.033947 10.0.0.22 - - [2025-10-13 03:59:55] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009618 10.0.0.22 - - [2025-10-13 03:59:55] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004853 10.0.0.22 - - [2025-10-13 03:59:55] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.047611 10.0.0.22 - - [2025-10-13 03:59:56] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.047281 10.0.0.22 - - [2025-10-13 03:59:56] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005984 10.0.0.22 - - [2025-10-13 03:59:56] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007003 10.0.0.22 - - [2025-10-13 03:59:56] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.026755 10.0.0.22 - - [2025-10-13 03:59:56] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003715 10.0.0.22 - - [2025-10-13 03:59:56] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005726 10.0.0.22 - - [2025-10-13 03:59:56] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004793 10.0.0.22 - - [2025-10-13 03:59:56] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.026503 10.0.0.22 - - [2025-10-13 03:59:56] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.030364 10.0.0.22 - - [2025-10-13 03:59:56] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005880 10.0.0.22 - - [2025-10-13 03:59:56] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006091 10.0.0.22 - - [2025-10-13 03:59:56] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.036233 10.0.0.22 - - [2025-10-13 03:59:56] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.034834 10.0.0.22 - - [2025-10-13 03:59:56] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005231 10.0.0.22 - - [2025-10-13 03:59:56] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005751 10.0.0.22 - - [2025-10-13 03:59:56] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.042168 10.0.0.22 - - [2025-10-13 03:59:56] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.036924 10.0.0.22 - - [2025-10-13 03:59:56] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007994 10.0.0.22 - - [2025-10-13 03:59:56] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011945 10.0.0.22 - - [2025-10-13 03:59:56] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.023290 10.0.0.22 - - [2025-10-13 03:59:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.22 - - [2025-10-13 03:59:56] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003362 10.0.0.22 - - [2025-10-13 03:59:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.22 - - [2025-10-13 03:59:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.22 - - [2025-10-13 03:59:56] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004653 10.0.0.22 - - [2025-10-13 03:59:56] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005197 10.0.0.22 - - [2025-10-13 03:59:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.22 - - [2025-10-13 03:59:56] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.026371 10.0.0.22 - - [2025-10-13 03:59:57] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.041783 10.0.0.22 - - [2025-10-13 03:59:57] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004562 10.0.0.22 - - [2025-10-13 03:59:57] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005266 10.0.0.22 - - [2025-10-13 03:59:57] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.037515 10.0.0.22 - - [2025-10-13 03:59:57] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.058715 10.0.0.22 - - [2025-10-13 03:59:57] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.008440 10.0.0.22 - - [2025-10-13 03:59:57] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004355 10.0.0.22 - - [2025-10-13 03:59:57] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.032571 10.0.0.22 - - [2025-10-13 03:59:57] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.041470 10.0.0.22 - - [2025-10-13 04:00:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010835 10.0.0.22 - - [2025-10-13 04:00:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005246 10.0.0.22 - - [2025-10-13 04:00:07] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005561 10.0.0.22 - - [2025-10-13 04:00:07] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005451 10.0.0.22 - - [2025-10-13 04:00:07] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.033971 10.0.0.22 - - [2025-10-13 04:00:07] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.044941 10.0.0.22 - - [2025-10-13 04:00:07] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.010299 10.0.0.22 - - [2025-10-13 04:00:07] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006283 10.0.0.22 - - [2025-10-13 04:00:07] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.051056 10.0.0.22 - - [2025-10-13 04:00:07] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.047113 10.0.0.22 - - [2025-10-13 04:00:07] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.018670 10.0.0.22 - - [2025-10-13 04:00:07] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009333 10.0.0.22 - - [2025-10-13 04:00:07] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.038462 10.0.0.22 - - [2025-10-13 04:00:08] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.044689 10.0.0.22 - - [2025-10-13 04:00:08] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004738 10.0.0.22 - - [2025-10-13 04:00:08] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004106 10.0.0.22 - - [2025-10-13 04:00:08] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.015967 10.0.0.22 - - [2025-10-13 04:00:08] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004271 10.0.0.22 - - [2025-10-13 04:00:08] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004789 10.0.0.22 - - [2025-10-13 04:00:08] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005269 10.0.0.22 - - [2025-10-13 04:00:08] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.025710 10.0.0.22 - - [2025-10-13 04:00:08] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.032816 10.0.0.22 - - [2025-10-13 04:00:08] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008378 10.0.0.22 - - [2025-10-13 04:00:08] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005282 10.0.0.22 - - [2025-10-13 04:00:08] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.031938 10.0.0.22 - - [2025-10-13 04:00:08] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.040573 10.0.0.22 - - [2025-10-13 04:00:08] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010740 10.0.0.22 - - [2025-10-13 04:00:08] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004242 10.0.0.22 - - [2025-10-13 04:00:08] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.036579 10.0.0.22 - - [2025-10-13 04:00:08] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.038615 10.0.0.22 - - [2025-10-13 04:00:08] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008257 10.0.0.22 - - [2025-10-13 04:00:08] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005728 10.0.0.22 - - [2025-10-13 04:00:08] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.025231 10.0.0.22 - - [2025-10-13 04:00:08] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003331 10.0.0.22 - - [2025-10-13 04:00:08] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004833 10.0.0.22 - - [2025-10-13 04:00:08] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004358 10.0.0.22 - - [2025-10-13 04:00:08] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.030477 10.0.0.22 - - [2025-10-13 04:00:09] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.043028 10.0.0.22 - - [2025-10-13 04:00:09] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004430 10.0.0.22 - - [2025-10-13 04:00:09] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006755 10.0.0.22 - - [2025-10-13 04:00:09] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.026836 10.0.0.22 - - [2025-10-13 04:00:09] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.054605 10.0.0.22 - - [2025-10-13 04:00:09] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005532 10.0.0.22 - - [2025-10-13 04:00:09] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006057 10.0.0.22 - - [2025-10-13 04:00:09] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.032505 10.0.0.22 - - [2025-10-13 04:00:09] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.066252 10.0.0.22 - - [2025-10-13 04:00:09] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007544 10.0.0.22 - - [2025-10-13 04:00:09] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004224 10.0.0.22 - - [2025-10-13 04:00:09] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.019400 10.0.0.22 - - [2025-10-13 04:00:09] "POST /ref-update HTTP/1.1" 200 156 0.060324 10.0.0.22 - - [2025-10-13 04:00:09] "POST /neutron/network HTTP/1.1" 200 799 0.014369 10.0.0.41 - - [2025-10-13 04:00:09] "DELETE /access-control-list/2767ce3d-79ba-4005-a88f-8946997ea951 HTTP/1.1" 200 115 0.060594 10.0.0.22 - - [2025-10-13 04:00:09] "GET /virtual-network/43a0be4b-a541-4a8b-88f4-9eab6457351d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1997 0.031808 10.0.0.22 - - [2025-10-13 04:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.22 - - [2025-10-13 04:00:09] "GET /network-policy/43b9becc-8b98-47f2-af26-bd9a1b08310c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.003798 10.0.0.22 - - [2025-10-13 04:00:09] "POST /ref-update HTTP/1.1" 200 156 0.058816 10.0.0.41 - - [2025-10-13 04:00:09] "POST /ref-update HTTP/1.1" 200 156 0.025313 10.0.0.22 - - [2025-10-13 04:00:10] "GET /virtual-network/47e1cab8-70e4-46db-b9a1-e798f77490e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.014641 10.0.0.22 - - [2025-10-13 04:00:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.22 - - [2025-10-13 04:00:10] "GET /network-policy/43b9becc-8b98-47f2-af26-bd9a1b08310c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004845 10.0.0.22 - - [2025-10-13 04:00:10] "DELETE /network-policy/43b9becc-8b98-47f2-af26-bd9a1b08310c HTTP/1.1" 200 115 0.040427 10.0.0.22 - - [2025-10-13 04:00:10] "POST /neutron/network HTTP/1.1" 200 799 0.006876 10.0.0.22 - - [2025-10-13 04:00:10] "POST /neutron/port HTTP/1.1" 200 151 0.226806 10.0.0.22 - - [2025-10-13 04:00:10] "POST /neutron/port HTTP/1.1" 200 151 0.283959 10.0.0.22 - - [2025-10-13 04:00:12] "POST /neutron/network HTTP/1.1" 200 799 0.014067 10.0.0.41 - - [2025-10-13 04:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005179 10.0.0.22 - - [2025-10-13 04:00:12] "POST /ref-update HTTP/1.1" 200 156 0.075164 10.0.0.22 - - [2025-10-13 04:00:12] "GET /virtual-network/5c74ecdd-2d7d-4b04-afe6-74185d9ab148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.010163 10.0.0.22 - - [2025-10-13 04:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.41 - - [2025-10-13 04:00:12] "POST /ref-update HTTP/1.1" 200 156 0.036074 10.0.0.22 - - [2025-10-13 04:00:12] "GET /network-policy/beaf1e11-e36c-49bc-b929-b8a5a71cb3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.009119 10.0.0.22 - - [2025-10-13 04:00:12] "POST /ref-update HTTP/1.1" 200 156 0.054156 10.0.0.22 - - [2025-10-13 04:00:12] "POST /neutron/network HTTP/1.1" 200 975 0.032376 10.0.0.22 - - [2025-10-13 04:00:12] "GET /virtual-network/bddf8525-b79c-4e7c-9ce3-e6cf8543ab1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005199 10.0.0.22 - - [2025-10-13 04:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.22 - - [2025-10-13 04:00:12] "GET /network-policy/beaf1e11-e36c-49bc-b929-b8a5a71cb3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004383 10.0.0.22 - - [2025-10-13 04:00:12] "DELETE /network-policy/beaf1e11-e36c-49bc-b929-b8a5a71cb3d5 HTTP/1.1" 200 115 0.036410 10.0.0.22 - - [2025-10-13 04:00:13] "POST /neutron/port HTTP/1.1" 200 1180 0.019576 10.0.0.22 - - [2025-10-13 04:00:13] "POST /neutron/port HTTP/1.1" 200 1181 0.017139 10.0.0.41 - - [2025-10-13 04:00:13] "GET /projects?obj_uuids=98d2e273-9ad2-4c2a-8e3e-d44483e060ae&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001257 10.0.0.41 - - [2025-10-13 04:00:13] "DELETE /project/95fe5011d6ad4d69a1207cd16894c9d1 HTTP/1.1" 404 173 0.072461 10.0.0.41 - - [2025-10-13 04:00:13] "GET /project/98d2e273-9ad2-4c2a-8e3e-d44483e060ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.069538 10.0.0.41 - - [2025-10-13 04:00:14] "DELETE /project/3260261acc014311aca0bf2fb88aa4f0 HTTP/1.1" 404 173 0.109211 10.0.0.41 - - [2025-10-13 04:00:14] "GET /projects?obj_uuids=98d2e273-9ad2-4c2a-8e3e-d44483e060ae&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001035 10.0.0.41 - - [2025-10-13 04:00:14] "GET /projects?obj_uuids=3260261a-cc01-4311-aca0-bf2fb88aa4f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001095 10.0.0.41 - - [2025-10-13 04:00:14] "GET /project/98d2e273-9ad2-4c2a-8e3e-d44483e060ae?fields=security_groups HTTP/1.1" 200 1381 0.057737 10.0.0.41 - - [2025-10-13 04:00:14] "GET /project/3260261a-cc01-4311-aca0-bf2fb88aa4f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.058556 10.0.0.41 - - [2025-10-13 04:00:14] "DELETE /security-group/08904ff8-d530-4304-87df-9039c011c29e HTTP/1.1" 404 177 0.004792 10.0.0.41 - - [2025-10-13 04:00:14] "GET /projects?obj_uuids=3260261a-cc01-4311-aca0-bf2fb88aa4f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001505 10.0.0.41 - - [2025-10-13 04:00:14] "DELETE /access-control-list/10e500b8-8e16-4ebd-91d5-2b8505f4fd81 HTTP/1.1" 200 115 0.062728 10.0.0.41 - - [2025-10-13 04:00:14] "GET /projects?obj_uuids=98d2e273-9ad2-4c2a-8e3e-d44483e060ae&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001008 10.0.0.41 - - [2025-10-13 04:00:14] "GET /project/3260261a-cc01-4311-aca0-bf2fb88aa4f0?fields=security_groups HTTP/1.1" 200 1362 0.086693 10.0.0.41 - - [2025-10-13 04:00:14] "GET /project/98d2e273-9ad2-4c2a-8e3e-d44483e060ae?fields=application_policy_sets HTTP/1.1" 200 1420 0.086058 10.0.0.41 - - [2025-10-13 04:00:14] "DELETE /security-group/9d64ef57-7ba5-45ce-a89f-72c01d450bae HTTP/1.1" 200 115 0.085528 10.0.0.41 - - [2025-10-13 04:00:14] "GET /projects?obj_uuids=3260261a-cc01-4311-aca0-bf2fb88aa4f0&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002335 10.0.0.41 - - [2025-10-13 04:00:14] "DELETE /project/98d2e273-9ad2-4c2a-8e3e-d44483e060ae HTTP/1.1" 200 115 0.481790 10.0.0.41 - - [2025-10-13 04:00:14] "GET /project/3260261a-cc01-4311-aca0-bf2fb88aa4f0?fields=application_policy_sets HTTP/1.1" 200 1401 0.067811 10.0.0.41 - - [2025-10-13 04:00:14] "DELETE /access-control-list/f2fbebd2-81e3-434c-a281-afd272389fa2 HTTP/1.1" 200 115 0.062720 10.0.0.41 - - [2025-10-13 04:00:14] "DELETE /project/3260261a-cc01-4311-aca0-bf2fb88aa4f0 HTTP/1.1" 200 115 0.675210 10.0.0.22 - - [2025-10-13 04:00:15] "POST /neutron/network HTTP/1.1" 200 974 0.010540 10.0.0.41 - - [2025-10-13 04:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005402 10.0.0.41 - - [2025-10-13 04:00:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003555 10.0.0.41 - - [2025-10-13 04:00:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002139 10.0.0.41 - - [2025-10-13 04:00:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002095 10.0.0.41 - - [2025-10-13 04:00:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002579 10.0.0.22 - - [2025-10-13 04:00:15] "POST /neutron/network HTTP/1.1" 200 151 0.123396 10.0.0.22 - - [2025-10-13 04:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.41 - - [2025-10-13 04:00:16] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.22 - - [2025-10-13 04:00:16] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.035797 10.0.0.41 - - [2025-10-13 04:00:17] "POST /ref-update HTTP/1.1" 200 156 0.020401 10.0.0.41 - - [2025-10-13 04:00:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.003055 10.0.0.41 - - [2025-10-13 04:00:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006547 10.0.0.22 - - [2025-10-13 04:00:17] "POST /neutron/subnet HTTP/1.1" 200 716 0.198776 10.0.0.22 - - [2025-10-13 04:00:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001375 10.0.0.22 - - [2025-10-13 04:00:17] "GET /virtual-network/d5176ca4-f42a-4fef-b6bb-4523dcd0ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.008619 10.0.0.22 - - [2025-10-13 04:00:17] "POST /neutron/network HTTP/1.1" 200 976 0.010541 10.0.0.22 - - [2025-10-13 04:00:17] "GET /virtual-network/d5176ca4-f42a-4fef-b6bb-4523dcd0ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005192 10.0.0.22 - - [2025-10-13 04:00:17] "POST /neutron/subnet HTTP/1.1" 200 730 0.009047 10.0.0.22 - - [2025-10-13 04:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.41 - - [2025-10-13 04:00:17] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.22 - - [2025-10-13 04:00:17] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.038983 10.0.0.41 - - [2025-10-13 04:00:18] "POST /useragent-kv HTTP/1.1" 200 115 0.007959 10.0.0.22 - - [2025-10-13 04:00:18] "POST /neutron/subnet HTTP/1.1" 200 716 0.184865 10.0.0.41 - - [2025-10-13 04:00:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.004028 10.0.0.22 - - [2025-10-13 04:00:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001299 10.0.0.22 - - [2025-10-13 04:00:18] "GET /virtual-network/03fab857-cd33-433c-b7da-612ef66e9ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.008643 10.0.0.22 - - [2025-10-13 04:00:18] "POST /neutron/network HTTP/1.1" 200 977 0.011110 10.0.0.22 - - [2025-10-13 04:00:18] "GET /virtual-network/03fab857-cd33-433c-b7da-612ef66e9ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006197 10.0.0.22 - - [2025-10-13 04:00:18] "POST /neutron/subnet HTTP/1.1" 200 734 0.009845 10.0.0.22 - - [2025-10-13 04:00:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001462 10.0.0.41 - - [2025-10-13 04:00:18] "GET /obj-perms HTTP/1.1" 200 5056 0.048430 10.0.0.41 - - [2025-10-13 04:00:19] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001340 10.0.0.22 - - [2025-10-13 04:00:19] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062583 10.0.0.22 - - [2025-10-13 04:00:19] "POST /neutron/port HTTP/1.1" 200 117 0.007267 10.0.0.22 - - [2025-10-13 04:00:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001328 10.0.0.22 - - [2025-10-13 04:00:19] "POST /neutron/network HTTP/1.1" 200 987 0.012181 10.0.0.22 - - [2025-10-13 04:00:20] "POST /neutron/port HTTP/1.1" 200 1154 0.022818 10.0.0.41 - - [2025-10-13 04:00:20] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000944 10.0.0.22 - - [2025-10-13 04:00:20] "POST /neutron/port HTTP/1.1" 200 1182 0.023033 10.0.0.22 - - [2025-10-13 04:00:20] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077039 10.0.0.22 - - [2025-10-13 04:00:20] "POST /neutron/network HTTP/1.1" 200 977 0.009086 10.0.0.22 - - [2025-10-13 04:00:20] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.22 - - [2025-10-13 04:00:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007218 10.0.0.22 - - [2025-10-13 04:00:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010225 10.0.0.22 - - [2025-10-13 04:00:21] "POST /neutron/port HTTP/1.1" 200 1155 0.018310 10.0.0.22 - - [2025-10-13 04:00:21] "POST /neutron/port HTTP/1.1" 200 1183 0.016772 10.0.0.22 - - [2025-10-13 04:00:21] "POST /neutron/subnet HTTP/1.1" 200 1282 0.013027 10.0.0.22 - - [2025-10-13 04:00:21] "POST /neutron/network HTTP/1.1" 200 977 0.010996 10.0.0.22 - - [2025-10-13 04:00:25] "POST /neutron/port HTTP/1.1" 200 1182 0.015313 10.0.0.22 - - [2025-10-13 04:00:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007608 10.0.0.22 - - [2025-10-13 04:00:26] "GET /virtual-machine/e0c1f45a-d960-42fc-82bc-4038a206146b HTTP/1.1" 200 1300 0.005733 10.0.0.22 - - [2025-10-13 04:00:26] "GET /virtual-machine-interface/c9898776-c9f9-4c69-9087-c9ced6fbd2bc HTTP/1.1" 200 3157 0.005025 10.0.0.22 - - [2025-10-13 04:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.22 - - [2025-10-13 04:00:26] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003643 10.0.0.22 - - [2025-10-13 04:00:26] "GET /virtual-networks?parent_id=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002691 10.0.0.22 - - [2025-10-13 04:00:26] "GET /virtual-network/d5176ca4-f42a-4fef-b6bb-4523dcd0ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006401 10.0.0.22 - - [2025-10-13 04:00:27] "POST /neutron/network HTTP/1.1" 200 986 0.008842 10.0.0.22 - - [2025-10-13 04:00:27] "POST /neutron/subnet HTTP/1.1" 200 1278 0.018264 10.0.0.22 - - [2025-10-13 04:00:27] "POST /neutron/network HTTP/1.1" 200 976 0.010242 10.0.0.22 - - [2025-10-13 04:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.22 - - [2025-10-13 04:00:29] "GET /virtual-network/d5176ca4-f42a-4fef-b6bb-4523dcd0ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007096 10.0.0.22 - - [2025-10-13 04:00:30] "POST /neutron/port HTTP/1.1" 200 1183 0.016997 10.0.0.22 - - [2025-10-13 04:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.012758 10.0.0.22 - - [2025-10-13 04:00:31] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004066 10.0.0.22 - - [2025-10-13 04:00:31] "GET /virtual-networks?parent_id=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003165 10.0.0.22 - - [2025-10-13 04:00:31] "GET /virtual-network/d5176ca4-f42a-4fef-b6bb-4523dcd0ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006799 10.0.0.22 - - [2025-10-13 04:00:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008497 10.0.0.22 - - [2025-10-13 04:00:31] "POST /neutron/port HTTP/1.1" 200 1183 0.014661 10.0.0.22 - - [2025-10-13 04:00:31] "GET /virtual-machine/8b77b17a-ada6-4d27-b254-7e157284c972 HTTP/1.1" 200 1301 0.006235 10.0.0.22 - - [2025-10-13 04:00:31] "GET /virtual-machine-interface/311f034a-bcc8-4205-a478-a8dd8e828ece HTTP/1.1" 200 3156 0.005149 10.0.0.22 - - [2025-10-13 04:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.22 - - [2025-10-13 04:00:31] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003772 10.0.0.22 - - [2025-10-13 04:00:31] "GET /virtual-networks?parent_id=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004427 10.0.0.22 - - [2025-10-13 04:00:31] "GET /virtual-network/03fab857-cd33-433c-b7da-612ef66e9ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.009568 10.0.0.22 - - [2025-10-13 04:00:32] "POST /neutron/port HTTP/1.1" 200 1183 0.014695 10.0.0.22 - - [2025-10-13 04:00:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005838 10.0.0.22 - - [2025-10-13 04:00:32] "POST /neutron/port HTTP/1.1" 200 117 0.002203 10.0.0.22 - - [2025-10-13 04:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.22 - - [2025-10-13 04:00:32] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004180 10.0.0.22 - - [2025-10-13 04:00:32] "GET /virtual-networks?parent_id=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003965 10.0.0.22 - - [2025-10-13 04:00:32] "GET /virtual-network/03fab857-cd33-433c-b7da-612ef66e9ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006268 10.0.0.22 - - [2025-10-13 04:00:33] "POST /fqname-to-id HTTP/1.1" 404 209 0.004499 10.0.0.22 - - [2025-10-13 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.41 - - [2025-10-13 04:00:33] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001146 10.0.0.22 - - [2025-10-13 04:00:33] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052026 10.0.0.22 - - [2025-10-13 04:00:33] "POST /network-policys HTTP/1.1" 200 533 0.030281 10.0.0.22 - - [2025-10-13 04:00:33] "GET /network-policy/a7d2f480-28f9-4afa-9c52-d2daf4d14c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006201 10.0.0.22 - - [2025-10-13 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.22 - - [2025-10-13 04:00:33] "GET /virtual-network/d5176ca4-f42a-4fef-b6bb-4523dcd0ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006052 10.0.0.22 - - [2025-10-13 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.22 - - [2025-10-13 04:00:33] "GET /network-policy/a7d2f480-28f9-4afa-9c52-d2daf4d14c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004442 10.0.0.22 - - [2025-10-13 04:00:33] "POST /ref-update HTTP/1.1" 200 156 0.060307 10.0.0.22 - - [2025-10-13 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006320 10.0.0.22 - - [2025-10-13 04:00:33] "GET /network-policy/a7d2f480-28f9-4afa-9c52-d2daf4d14c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004844 10.0.0.22 - - [2025-10-13 04:00:33] "GET /virtual-network/d5176ca4-f42a-4fef-b6bb-4523dcd0ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.010721 10.0.0.22 - - [2025-10-13 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005264 10.0.0.22 - - [2025-10-13 04:00:33] "GET /network-policy/a7d2f480-28f9-4afa-9c52-d2daf4d14c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004309 10.0.0.22 - - [2025-10-13 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.22 - - [2025-10-13 04:00:33] "GET /virtual-network/03fab857-cd33-433c-b7da-612ef66e9ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007823 10.0.0.22 - - [2025-10-13 04:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402 10.0.0.41 - - [2025-10-13 04:00:33] "POST /fqname-to-id HTTP/1.1" 404 230 0.006357 10.0.0.22 - - [2025-10-13 04:00:33] "GET /network-policy/a7d2f480-28f9-4afa-9c52-d2daf4d14c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.025313 10.0.0.22 - - [2025-10-13 04:00:33] "POST /ref-update HTTP/1.1" 200 156 0.075772 10.0.0.41 - - [2025-10-13 04:00:34] "POST /fqname-to-id HTTP/1.1" 404 230 0.004497 10.0.0.22 - - [2025-10-13 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005945 10.0.0.22 - - [2025-10-13 04:00:34] "GET /network-policy/a7d2f480-28f9-4afa-9c52-d2daf4d14c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006129 10.0.0.22 - - [2025-10-13 04:00:34] "POST /neutron/network HTTP/1.1" 200 1063 0.036114 10.0.0.22 - - [2025-10-13 04:00:34] "GET /virtual-network/03fab857-cd33-433c-b7da-612ef66e9ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.007048 10.0.0.22 - - [2025-10-13 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007622 10.0.0.22 - - [2025-10-13 04:00:34] "GET /network-policy/a7d2f480-28f9-4afa-9c52-d2daf4d14c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004158 10.0.0.22 - - [2025-10-13 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.41 - - [2025-10-13 04:00:34] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.22 - - [2025-10-13 04:00:34] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048108 10.0.0.41 - - [2025-10-13 04:00:34] "POST /route-targets HTTP/1.1" 200 327 0.019355 10.0.0.41 - - [2025-10-13 04:00:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007856 10.0.0.22 - - [2025-10-13 04:00:34] "POST /neutron/subnet HTTP/1.1" 200 701 0.237149 10.0.0.22 - - [2025-10-13 04:00:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001705 10.0.0.22 - - [2025-10-13 04:00:34] "GET /virtual-network/ef691da7-5810-4bd3-84b6-3a6121d6fc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.005555 10.0.0.22 - - [2025-10-13 04:00:34] "GET /virtual-network/ef691da7-5810-4bd3-84b6-3a6121d6fc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.015484 10.0.0.22 - - [2025-10-13 04:00:34] "POST /neutron/network HTTP/1.1" 200 799 0.007265 10.0.0.22 - - [2025-10-13 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.41 - - [2025-10-13 04:00:35] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.22 - - [2025-10-13 04:00:35] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039052 10.0.0.41 - - [2025-10-13 04:00:35] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.22 - - [2025-10-13 04:00:35] "POST /neutron/network HTTP/1.1" 200 585 0.138080 10.0.0.41 - - [2025-10-13 04:00:35] "POST /ref-update HTTP/1.1" 200 156 0.033732 10.0.0.22 - - [2025-10-13 04:00:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.008208 10.0.0.22 - - [2025-10-13 04:00:35] "GET /virtual-network/d4ed4b02-8f9f-4184-8432-42e4de5a883a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.012357 10.0.0.22 - - [2025-10-13 04:00:35] "POST /neutron/network HTTP/1.1" 200 799 0.011650 10.0.0.22 - - [2025-10-13 04:00:35] "GET /virtual-network/d4ed4b02-8f9f-4184-8432-42e4de5a883a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006157 10.0.0.22 - - [2025-10-13 04:00:35] "POST /fqname-to-id HTTP/1.1" 404 239 0.003568 10.0.0.22 - - [2025-10-13 04:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.41 - - [2025-10-13 04:00:35] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.22 - - [2025-10-13 04:00:35] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054167 10.0.0.22 - - [2025-10-13 04:00:35] "POST /network-policys HTTP/1.1" 200 587 0.038535 10.0.0.22 - - [2025-10-13 04:00:35] "GET /network-policy/7fe03a1a-e2ec-401c-96ce-37e13f73e99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006096 10.0.0.22 - - [2025-10-13 04:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.011863 10.0.0.22 - - [2025-10-13 04:00:36] "GET /virtual-network/ef691da7-5810-4bd3-84b6-3a6121d6fc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006155 10.0.0.22 - - [2025-10-13 04:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.22 - - [2025-10-13 04:00:36] "GET /network-policy/7fe03a1a-e2ec-401c-96ce-37e13f73e99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.014704 10.0.0.22 - - [2025-10-13 04:00:36] "POST /ref-update HTTP/1.1" 200 156 0.073285 10.0.0.22 - - [2025-10-13 04:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.22 - - [2025-10-13 04:00:36] "GET /network-policy/7fe03a1a-e2ec-401c-96ce-37e13f73e99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.023423 10.0.0.22 - - [2025-10-13 04:00:36] "POST /neutron/network HTTP/1.1" 200 912 0.017242 10.0.0.22 - - [2025-10-13 04:00:36] "GET /virtual-network/ef691da7-5810-4bd3-84b6-3a6121d6fc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.006808 10.0.0.22 - - [2025-10-13 04:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.22 - - [2025-10-13 04:00:36] "GET /network-policy/7fe03a1a-e2ec-401c-96ce-37e13f73e99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006913 10.0.0.22 - - [2025-10-13 04:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.22 - - [2025-10-13 04:00:36] "GET /virtual-network/d4ed4b02-8f9f-4184-8432-42e4de5a883a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006646 10.0.0.22 - - [2025-10-13 04:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.22 - - [2025-10-13 04:00:36] "GET /network-policy/7fe03a1a-e2ec-401c-96ce-37e13f73e99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004222 10.0.0.41 - - [2025-10-13 04:00:36] "POST /fqname-to-id HTTP/1.1" 404 210 0.006436 10.0.0.22 - - [2025-10-13 04:00:36] "POST /ref-update HTTP/1.1" 200 156 0.057881 10.0.0.22 - - [2025-10-13 04:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005333 10.0.0.22 - - [2025-10-13 04:00:36] "GET /network-policy/7fe03a1a-e2ec-401c-96ce-37e13f73e99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.009825 10.0.0.41 - - [2025-10-13 04:00:36] "PUT /access-control-list/6b3e33fd-43c3-4d9b-95c7-f91b05f5a0ce HTTP/1.1" 200 272 0.047215 10.0.0.22 - - [2025-10-13 04:00:36] "GET /virtual-network/d4ed4b02-8f9f-4184-8432-42e4de5a883a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.011453 10.0.0.22 - - [2025-10-13 04:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004815 10.0.0.22 - - [2025-10-13 04:00:36] "GET /network-policy/7fe03a1a-e2ec-401c-96ce-37e13f73e99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006719 10.0.0.22 - - [2025-10-13 04:00:36] "POST /id-to-fqname HTTP/1.1" 200 214 0.001235 10.0.0.22 - - [2025-10-13 04:00:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007832 10.0.0.41 - - [2025-10-13 04:00:37] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001380 10.0.0.22 - - [2025-10-13 04:00:37] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077309 10.0.0.22 - - [2025-10-13 04:00:38] "POST /neutron/port HTTP/1.1" 200 2247 0.021253 10.0.0.22 - - [2025-10-13 04:00:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.001307 10.0.0.22 - - [2025-10-13 04:00:38] "POST /neutron/port HTTP/1.1" 200 2247 0.020837 10.0.0.22 - - [2025-10-13 04:00:38] "POST /neutron/network HTTP/1.1" 200 922 0.009295 10.0.0.22 - - [2025-10-13 04:00:38] "POST /neutron/port HTTP/1.1" 200 1063 0.018215 10.0.0.22 - - [2025-10-13 04:00:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004777 10.0.0.22 - - [2025-10-13 04:00:39] "POST /neutron/network HTTP/1.1" 200 912 0.007491 10.0.0.41 - - [2025-10-13 04:00:39] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.22 - - [2025-10-13 04:00:39] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.072222 10.0.0.22 - - [2025-10-13 04:00:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008958 10.0.0.22 - - [2025-10-13 04:00:39] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004377 10.0.0.22 - - [2025-10-13 04:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.22 - - [2025-10-13 04:00:39] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009194 10.0.0.41 - - [2025-10-13 04:00:39] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001346 10.0.0.22 - - [2025-10-13 04:00:40] "POST /neutron/port HTTP/1.1" 200 1063 0.293756 10.0.0.22 - - [2025-10-13 04:00:40] "POST /neutron/port HTTP/1.1" 200 1117 0.134821 10.0.0.22 - - [2025-10-13 04:00:40] "POST /neutron/subnet HTTP/1.1" 200 675 0.009243 10.0.0.22 - - [2025-10-13 04:00:40] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004734 10.0.0.22 - - [2025-10-13 04:00:40] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005770 10.0.0.22 - - [2025-10-13 04:00:40] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005776 10.0.0.22 - - [2025-10-13 04:00:40] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.028988 10.0.0.22 - - [2025-10-13 04:00:41] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.037981 10.0.0.22 - - [2025-10-13 04:00:41] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006475 10.0.0.22 - - [2025-10-13 04:00:41] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004516 10.0.0.22 - - [2025-10-13 04:00:41] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.031310 10.0.0.22 - - [2025-10-13 04:00:41] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.064085 10.0.0.22 - - [2025-10-13 04:00:41] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007711 10.0.0.22 - - [2025-10-13 04:00:41] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006460 10.0.0.22 - - [2025-10-13 04:00:41] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.055201 10.0.0.22 - - [2025-10-13 04:00:41] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.046261 10.0.0.22 - - [2025-10-13 04:00:41] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009666 10.0.0.22 - - [2025-10-13 04:00:41] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005105 10.0.0.22 - - [2025-10-13 04:00:41] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.026703 10.0.0.22 - - [2025-10-13 04:00:41] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005494 10.0.0.22 - - [2025-10-13 04:00:41] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006034 10.0.0.22 - - [2025-10-13 04:00:41] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004882 10.0.0.22 - - [2025-10-13 04:00:41] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.032052 10.0.0.22 - - [2025-10-13 04:00:41] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.034853 10.0.0.22 - - [2025-10-13 04:00:41] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005474 10.0.0.22 - - [2025-10-13 04:00:41] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004693 10.0.0.22 - - [2025-10-13 04:00:41] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.030206 10.0.0.22 - - [2025-10-13 04:00:41] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.032899 10.0.0.22 - - [2025-10-13 04:00:42] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006095 10.0.0.22 - - [2025-10-13 04:00:42] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007245 10.0.0.22 - - [2025-10-13 04:00:42] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.033196 10.0.0.22 - - [2025-10-13 04:00:42] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.040642 10.0.0.22 - - [2025-10-13 04:00:42] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005718 10.0.0.22 - - [2025-10-13 04:00:42] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005940 10.0.0.22 - - [2025-10-13 04:00:42] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.017773 10.0.0.22 - - [2025-10-13 04:00:42] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004608 10.0.0.22 - - [2025-10-13 04:00:42] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005137 10.0.0.22 - - [2025-10-13 04:00:42] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004428 10.0.0.22 - - [2025-10-13 04:00:42] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.025402 10.0.0.22 - - [2025-10-13 04:00:42] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.029464 10.0.0.22 - - [2025-10-13 04:00:42] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006393 10.0.0.22 - - [2025-10-13 04:00:42] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004788 10.0.0.22 - - [2025-10-13 04:00:42] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.026043 10.0.0.22 - - [2025-10-13 04:00:42] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.028222 10.0.0.22 - - [2025-10-13 04:00:42] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006191 10.0.0.22 - - [2025-10-13 04:00:42] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007288 10.0.0.22 - - [2025-10-13 04:00:42] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.049625 10.0.0.22 - - [2025-10-13 04:00:42] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.042224 10.0.0.22 - - [2025-10-13 04:00:42] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009449 10.0.0.22 - - [2025-10-13 04:00:42] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007233 10.0.0.22 - - [2025-10-13 04:00:42] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.022568 10.0.0.22 - - [2025-10-13 04:00:42] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005040 10.0.0.22 - - [2025-10-13 04:00:42] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004385 10.0.0.22 - - [2025-10-13 04:00:42] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.017035 10.0.0.22 - - [2025-10-13 04:00:43] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005611 10.0.0.22 - - [2025-10-13 04:00:43] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004037 10.0.0.22 - - [2025-10-13 04:00:43] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.015261 10.0.0.22 - - [2025-10-13 04:00:43] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005489 10.0.0.22 - - [2025-10-13 04:00:43] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004784 10.0.0.22 - - [2025-10-13 04:00:43] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.015691 10.0.0.22 - - [2025-10-13 04:00:47] "POST /neutron/port HTTP/1.1" 200 1091 0.050430 10.0.0.22 - - [2025-10-13 04:00:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007793 10.0.0.22 - - [2025-10-13 04:00:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003972 10.0.0.22 - - [2025-10-13 04:00:53] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004919 10.0.0.22 - - [2025-10-13 04:00:53] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004318 10.0.0.22 - - [2025-10-13 04:00:53] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.025095 10.0.0.22 - - [2025-10-13 04:00:53] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.032822 10.0.0.22 - - [2025-10-13 04:00:53] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005522 10.0.0.22 - - [2025-10-13 04:00:53] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.003940 10.0.0.22 - - [2025-10-13 04:00:53] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.037627 10.0.0.22 - - [2025-10-13 04:00:53] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.036931 10.0.0.22 - - [2025-10-13 04:00:53] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004888 10.0.0.22 - - [2025-10-13 04:00:53] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004935 10.0.0.22 - - [2025-10-13 04:00:53] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.032016 10.0.0.22 - - [2025-10-13 04:00:53] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.040647 10.0.0.22 - - [2025-10-13 04:00:53] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.012743 10.0.0.22 - - [2025-10-13 04:00:53] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.007921 10.0.0.22 - - [2025-10-13 04:00:53] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.023776 10.0.0.22 - - [2025-10-13 04:00:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003301 10.0.0.22 - - [2025-10-13 04:00:53] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005076 10.0.0.22 - - [2025-10-13 04:00:53] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004079 10.0.0.22 - - [2025-10-13 04:00:53] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.024443 10.0.0.22 - - [2025-10-13 04:00:54] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.035084 10.0.0.22 - - [2025-10-13 04:00:54] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006364 10.0.0.22 - - [2025-10-13 04:00:54] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004086 10.0.0.22 - - [2025-10-13 04:00:54] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.028300 10.0.0.22 - - [2025-10-13 04:00:54] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.033532 10.0.0.22 - - [2025-10-13 04:00:54] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004290 10.0.0.22 - - [2025-10-13 04:00:54] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004295 10.0.0.22 - - [2025-10-13 04:00:54] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.027736 10.0.0.22 - - [2025-10-13 04:00:54] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.037318 10.0.0.22 - - [2025-10-13 04:00:54] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.010030 10.0.0.22 - - [2025-10-13 04:00:54] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.004925 10.0.0.22 - - [2025-10-13 04:00:54] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.022450 10.0.0.22 - - [2025-10-13 04:00:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003438 10.0.0.22 - - [2025-10-13 04:00:54] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004979 10.0.0.22 - - [2025-10-13 04:00:54] "GET /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.003882 10.0.0.22 - - [2025-10-13 04:00:54] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.023905 10.0.0.22 - - [2025-10-13 04:00:54] "PUT /bgp-router/82b42c3a-7fcb-45ef-8b58-bf8cc0bae327 HTTP/1.1" 200 254 0.038923 10.0.0.22 - - [2025-10-13 04:00:54] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004667 10.0.0.22 - - [2025-10-13 04:00:54] "GET /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004335 10.0.0.22 - - [2025-10-13 04:00:54] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.036834 10.0.0.22 - - [2025-10-13 04:00:54] "PUT /bgp-router/f35553ee-6035-443d-a00c-4385e88e1f33 HTTP/1.1" 200 254 0.059397 10.0.0.22 - - [2025-10-13 04:00:54] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004181 10.0.0.22 - - [2025-10-13 04:00:54] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004857 10.0.0.22 - - [2025-10-13 04:00:54] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.034611 10.0.0.22 - - [2025-10-13 04:00:55] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.032209 10.0.0.22 - - [2025-10-13 04:00:55] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005673 10.0.0.22 - - [2025-10-13 04:00:55] "GET /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004557 10.0.0.22 - - [2025-10-13 04:00:55] "PUT /bgp-router/f319f87b-2e45-4301-9fa6-18beee7372f9 HTTP/1.1" 200 254 0.020110 10.0.0.22 - - [2025-10-13 04:00:55] "POST /ref-update HTTP/1.1" 200 156 0.054549 10.0.0.22 - - [2025-10-13 04:00:55] "GET /virtual-network/d4ed4b02-8f9f-4184-8432-42e4de5a883a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.020516 10.0.0.22 - - [2025-10-13 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.41 - - [2025-10-13 04:00:55] "POST /ref-update HTTP/1.1" 200 156 0.022427 10.0.0.22 - - [2025-10-13 04:00:55] "GET /network-policy/7fe03a1a-e2ec-401c-96ce-37e13f73e99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004065 10.0.0.22 - - [2025-10-13 04:00:55] "POST /ref-update HTTP/1.1" 200 156 0.061657 10.0.0.22 - - [2025-10-13 04:00:55] "GET /virtual-network/ef691da7-5810-4bd3-84b6-3a6121d6fc06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.012741 10.0.0.22 - - [2025-10-13 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.22 - - [2025-10-13 04:00:55] "GET /network-policy/7fe03a1a-e2ec-401c-96ce-37e13f73e99f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004985 10.0.0.22 - - [2025-10-13 04:00:55] "DELETE /network-policy/7fe03a1a-e2ec-401c-96ce-37e13f73e99f HTTP/1.1" 200 115 0.036427 10.0.0.22 - - [2025-10-13 04:00:55] "POST /neutron/port HTTP/1.1" 200 1091 0.027793 10.0.0.22 - - [2025-10-13 04:00:55] "POST /neutron/port HTTP/1.1" 200 1117 0.016530 10.0.0.22 - - [2025-10-13 04:00:55] "POST /neutron/port HTTP/1.1" 200 1117 0.027089 10.0.0.41 - - [2025-10-13 04:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005706 10.0.0.41 - - [2025-10-13 04:00:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004462 10.0.0.41 - - [2025-10-13 04:00:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002376 10.0.0.22 - - [2025-10-13 04:00:57] "POST /neutron/network HTTP/1.1" 200 151 0.122381 10.0.0.41 - - [2025-10-13 04:00:58] "DELETE /route-target/22b8a351-234a-48bb-bbb4-985dd7aee251 HTTP/1.1" 200 115 0.027842 10.0.0.41 - - [2025-10-13 04:00:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.004836 10.0.0.22 - - [2025-10-13 04:00:58] "POST /ref-update HTTP/1.1" 200 156 0.070706 10.0.0.22 - - [2025-10-13 04:00:58] "POST /neutron/network HTTP/1.1" 200 977 0.023947 10.0.0.22 - - [2025-10-13 04:00:58] "GET /virtual-network/03fab857-cd33-433c-b7da-612ef66e9ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.008394 10.0.0.22 - - [2025-10-13 04:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.22 - - [2025-10-13 04:00:58] "GET /network-policy/a7d2f480-28f9-4afa-9c52-d2daf4d14c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.003933 10.0.0.22 - - [2025-10-13 04:00:58] "POST /ref-update HTTP/1.1" 200 156 0.056369 10.0.0.41 - - [2025-10-13 04:00:58] "DELETE /access-control-list/81e11813-6d63-43e4-b191-793def63bfb2 HTTP/1.1" 200 115 0.049403 10.0.0.22 - - [2025-10-13 04:00:58] "GET /virtual-network/d5176ca4-f42a-4fef-b6bb-4523dcd0ee0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.010517 10.0.0.22 - - [2025-10-13 04:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.22 - - [2025-10-13 04:00:58] "GET /network-policy/a7d2f480-28f9-4afa-9c52-d2daf4d14c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005454 10.0.0.22 - - [2025-10-13 04:00:58] "DELETE /network-policy/a7d2f480-28f9-4afa-9c52-d2daf4d14c0b HTTP/1.1" 200 115 0.033224 10.0.0.22 - - [2025-10-13 04:00:58] "POST /neutron/network HTTP/1.1" 400 204 0.014001 10.0.0.22 - - [2025-10-13 04:00:59] "POST /neutron/port HTTP/1.1" 200 1182 0.015517 10.0.0.22 - - [2025-10-13 04:00:59] "POST /neutron/port HTTP/1.1" 200 151 0.271125 10.0.0.41 - - [2025-10-13 04:01:00] "DELETE /route-target/4a648f80-851e-405a-8dcc-c49b26d209b5 HTTP/1.1" 200 115 0.027007 10.0.0.22 - - [2025-10-13 04:01:00] "POST /neutron/network HTTP/1.1" 200 976 0.010293 10.0.0.41 - - [2025-10-13 04:01:02] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001002 10.0.0.22 - - [2025-10-13 04:01:02] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.069483 10.0.0.41 - - [2025-10-13 04:01:02] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000940 10.0.0.22 - - [2025-10-13 04:01:02] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?fields=virtual_networks HTTP/1.1" 200 1048 0.039916 10.0.0.41 - - [2025-10-13 04:01:02] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000970 10.0.0.22 - - [2025-10-13 04:01:02] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.041513 10.0.0.41 - - [2025-10-13 04:01:02] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001522 10.0.0.22 - - [2025-10-13 04:01:02] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?fields=security_groups HTTP/1.1" 200 1282 0.046911 10.0.0.22 - - [2025-10-13 04:01:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.039479 10.0.0.41 - - [2025-10-13 04:01:03] "GET /projects?obj_uuids=d8c2d770-cbc2-423d-ab76-0fb583ebdf0a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003242 10.0.0.41 - - [2025-10-13 04:01:03] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002395 10.0.0.41 - - [2025-10-13 04:01:03] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008381 10.0.0.41 - - [2025-10-13 04:01:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.003579 10.0.0.41 - - [2025-10-13 04:01:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.009655 10.0.0.41 - - [2025-10-13 04:01:03] "POST /security-groups HTTP/1.1" 200 586 0.085558 10.0.0.41 - - [2025-10-13 04:01:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.003041 10.0.0.41 - - [2025-10-13 04:01:03] "POST /projects HTTP/1.1" 200 575 0.288930 10.0.0.41 - - [2025-10-13 04:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.357900 10.0.0.41 - - [2025-10-13 04:01:03] "POST /access-control-lists HTTP/1.1" 200 589 0.025506 10.0.0.22 - - [2025-10-13 04:01:03] "GET /project/d8c2d770-cbc2-423d-ab76-0fb583ebdf0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.488650 10.0.0.22 - - [2025-10-13 04:01:04] "GET / HTTP/1.1" 200 35931 0.002222 10.0.0.22 - - [2025-10-13 04:01:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475 10.0.0.22 - - [2025-10-13 04:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.025553 10.0.0.22 - - [2025-10-13 04:01:07] "GET /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004730 10.0.0.22 - - [2025-10-13 04:01:07] "GET /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005602 10.0.0.22 - - [2025-10-13 04:01:07] "GET /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005751 10.0.0.22 - - [2025-10-13 04:01:07] "PUT /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738 HTTP/1.1" 200 264 0.014524 10.0.0.22 - - [2025-10-13 04:01:09] "POST /fqname-to-id HTTP/1.1" 404 183 0.022069 10.0.0.41 - - [2025-10-13 04:01:09] "GET /projects?obj_uuids=4fefebbe-abbd-486e-a771-967bdde83643&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002899 10.0.0.41 - - [2025-10-13 04:01:09] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001278 10.0.0.41 - - [2025-10-13 04:01:09] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007676 10.0.0.41 - - [2025-10-13 04:01:09] "POST /id-to-fqname HTTP/1.1" 200 185 0.001265 10.0.0.41 - - [2025-10-13 04:01:09] "POST /fqname-to-id HTTP/1.1" 404 194 0.004648 10.0.0.41 - - [2025-10-13 04:01:09] "POST /security-groups HTTP/1.1" 200 586 0.029701 10.0.0.41 - - [2025-10-13 04:01:09] "POST /projects HTTP/1.1" 200 575 0.222603 10.0.0.41 - - [2025-10-13 04:01:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.009068 10.0.0.41 - - [2025-10-13 04:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.291833 10.0.0.22 - - [2025-10-13 04:01:09] "GET /project/4fefebbe-abbd-486e-a771-967bdde83643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.416551 10.0.0.22 - - [2025-10-13 04:01:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.020528 10.0.0.41 - - [2025-10-13 04:01:10] "GET /projects?obj_uuids=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003466 10.0.0.41 - - [2025-10-13 04:01:10] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.41 - - [2025-10-13 04:01:10] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007397 10.0.0.41 - - [2025-10-13 04:01:10] "POST /id-to-fqname HTTP/1.1" 200 185 0.007007 10.0.0.41 - - [2025-10-13 04:01:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.005067 10.0.0.41 - - [2025-10-13 04:01:10] "POST /security-groups HTTP/1.1" 200 586 0.034825 10.0.0.41 - - [2025-10-13 04:01:10] "POST /projects HTTP/1.1" 200 575 0.255407 10.0.0.41 - - [2025-10-13 04:01:10] "POST /access-control-lists HTTP/1.1" 200 591 0.024666 10.0.0.41 - - [2025-10-13 04:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.327170 10.0.0.22 - - [2025-10-13 04:01:10] "GET /project/3334f988-9e72-46cd-a381-9caff84014df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.454769 10.0.0.22 - - [2025-10-13 04:01:11] "GET / HTTP/1.1" 200 35931 0.001889 10.0.0.22 - - [2025-10-13 04:01:12] "GET / HTTP/1.1" 200 35931 0.001963 10.0.0.22 - - [2025-10-13 04:01:12] "POST /fqname-to-id HTTP/1.1" 404 183 0.003288 10.0.0.22 - - [2025-10-13 04:01:12] "POST /api-access-lists HTTP/1.1" 200 521 0.022071 10.0.0.22 - - [2025-10-13 04:01:12] "GET /api-access-list/288051fd-0f56-4549-b9c5-715eda987f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1264 0.005464 10.0.0.22 - - [2025-10-13 04:01:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.22 - - [2025-10-13 04:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.094121 10.0.0.41 - - [2025-10-13 04:01:13] "GET /projects?obj_uuids=4fefebbe-abbd-486e-a771-967bdde83643&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001051 10.0.0.22 - - [2025-10-13 04:01:13] "GET /project/4fefebbe-abbd-486e-a771-967bdde83643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.055287 10.0.0.22 - - [2025-10-13 04:01:13] "GET /virtual-networks?parent_id=4fefebbe-abbd-486e-a771-967bdde83643&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018820 10.0.0.22 - - [2025-10-13 04:01:13] "POST /virtual-networks HTTP/1.1" 200 568 0.092637 10.0.0.41 - - [2025-10-13 04:01:13] "POST /route-targets HTTP/1.1" 200 327 0.016282 10.0.0.22 - - [2025-10-13 04:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.036202 10.0.0.22 - - [2025-10-13 04:01:13] "GET /network-ipam/a0d45265-9121-4349-be49-2f4aab73a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.020369 10.0.0.41 - - [2025-10-13 04:01:13] "POST /useragent-kv HTTP/1.1" 200 115 0.009476 10.0.0.22 - - [2025-10-13 04:01:13] "POST /ref-update HTTP/1.1" 200 156 0.099581 10.0.0.22 - - [2025-10-13 04:01:14] "POST /neutron/network HTTP/1.1" 200 831 0.057431 10.0.0.22 - - [2025-10-13 04:01:14] "GET /virtual-network/25e33d09-f3cd-4929-9316-68add1e0685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.016716 10.0.0.41 - - [2025-10-13 04:01:14] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000856 10.0.0.41 - - [2025-10-13 04:01:14] "DELETE /project/3334f9889e7246cda3819caff84014df HTTP/1.1" 404 173 0.008926 10.0.0.41 - - [2025-10-13 04:01:14] "DELETE /project/d8c2d770cbc2423dab760fb583ebdf0a HTTP/1.1" 404 173 0.008171 10.0.0.41 - - [2025-10-13 04:01:14] "DELETE /project/4fefebbeabbd486ea771967bdde83643 HTTP/1.1" 404 173 0.012710 10.0.0.41 - - [2025-10-13 04:01:14] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.050486 10.0.0.41 - - [2025-10-13 04:01:14] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001524 10.0.0.41 - - [2025-10-13 04:01:14] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?fields=security_groups HTTP/1.1" 200 1387 0.052001 10.0.0.41 - - [2025-10-13 04:01:14] "DELETE /security-group/56bcbd27-83e4-4be0-a283-19f9c84a0bad HTTP/1.1" 404 171 0.051283 10.0.0.41 - - [2025-10-13 04:01:14] "GET /projects?obj_uuids=95fe5011-d6ad-4d69-a120-7cd16894c9d1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002463 10.0.0.41 - - [2025-10-13 04:01:15] "GET /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1?fields=application_policy_sets HTTP/1.1" 200 1426 0.066575 10.0.0.41 - - [2025-10-13 04:01:15] "DELETE /access-control-list/0ccfea16-fcb7-4140-bf25-5588f09296ff HTTP/1.1" 200 115 0.052920 10.0.0.41 - - [2025-10-13 04:01:15] "DELETE /project/95fe5011-d6ad-4d69-a120-7cd16894c9d1 HTTP/1.1" 200 115 0.510685 10.0.0.22 - - [2025-10-13 04:01:15] "POST /id-to-fqname HTTP/1.1" 401 292 0.000663 10.0.0.22 - - [2025-10-13 04:01:15] "POST /id-to-fqname HTTP/1.1" 200 230 0.040953 10.0.0.22 - - [2025-10-13 04:01:16] "POST /neutron/network HTTP/1.1" 200 841 0.051362 10.0.0.41 - - [2025-10-13 04:01:16] "GET /projects?obj_uuids=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001446 10.0.0.22 - - [2025-10-13 04:01:16] "GET /project/3334f988-9e72-46cd-a381-9caff84014df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.057159 10.0.0.22 - - [2025-10-13 04:01:17] "POST /neutron/port HTTP/1.1" 200 117 0.035929 10.0.0.22 - - [2025-10-13 04:01:17] "POST /neutron/network HTTP/1.1" 200 831 0.033023 10.0.0.22 - - [2025-10-13 04:01:18] "POST /neutron/port HTTP/1.1" 200 1054 0.022202 10.0.0.22 - - [2025-10-13 04:01:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004612 10.0.0.22 - - [2025-10-13 04:01:18] "POST /neutron/network HTTP/1.1" 200 831 0.009346 10.0.0.22 - - [2025-10-13 04:01:22] "POST /neutron/port HTTP/1.1" 200 1082 0.018363 10.0.0.22 - - [2025-10-13 04:01:22] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009228 10.0.0.22 - - [2025-10-13 04:01:22] "GET /virtual-machine/bb57b645-05c2-4220-a23a-8c4c4f20c001 HTTP/1.1" 401 292 0.000440 10.0.0.22 - - [2025-10-13 04:01:23] "GET /virtual-machine/bb57b645-05c2-4220-a23a-8c4c4f20c001 HTTP/1.1" 200 1288 0.042903 10.0.0.22 - - [2025-10-13 04:01:23] "GET /virtual-machine/bb57b645-05c2-4220-a23a-8c4c4f20c001 HTTP/1.1" 200 1288 0.018767 10.0.0.22 - - [2025-10-13 04:01:23] "GET /virtual-machine-interface/e5bc8433-9ee1-4d28-9986-5ce635504145 HTTP/1.1" 200 2531 0.026823 10.0.0.22 - - [2025-10-13 04:01:23] "GET /virtual-machine/bb57b645-05c2-4220-a23a-8c4c4f20c001 HTTP/1.1" 200 1288 0.016447 10.0.0.22 - - [2025-10-13 04:01:23] "GET /virtual-machine-interface/e5bc8433-9ee1-4d28-9986-5ce635504145 HTTP/1.1" 200 2531 0.023524 10.0.0.22 - - [2025-10-13 04:01:23] "GET /instance-ip/3cdcccfe-34b9-486c-8324-d288ab59c190 HTTP/1.1" 200 1623 0.018319 10.0.0.22 - - [2025-10-13 04:01:23] "GET /virtual-machine/bb57b645-05c2-4220-a23a-8c4c4f20c001 HTTP/1.1" 200 1288 0.018703 10.0.0.22 - - [2025-10-13 04:01:23] "GET /virtual-machine-interface/e5bc8433-9ee1-4d28-9986-5ce635504145 HTTP/1.1" 200 2531 0.023707 10.0.0.22 - - [2025-10-13 04:01:23] "GET /instance-ip/3cdcccfe-34b9-486c-8324-d288ab59c190 HTTP/1.1" 200 1623 0.017226 10.0.0.22 - - [2025-10-13 04:01:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.014824 10.0.0.22 - - [2025-10-13 04:01:23] "GET / HTTP/1.1" 200 35931 0.001802 10.0.0.22 - - [2025-10-13 04:01:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000402 10.0.0.22 - - [2025-10-13 04:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.023643 10.0.0.22 - - [2025-10-13 04:01:23] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003810 10.0.0.22 - - [2025-10-13 04:01:23] "GET /virtual-networks?parent_id=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014884 10.0.0.22 - - [2025-10-13 04:01:23] "POST /fqname-to-id HTTP/1.1" 403 339 0.015539 10.0.0.22 - - [2025-10-13 04:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.22 - - [2025-10-13 04:01:23] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003649 10.0.0.22 - - [2025-10-13 04:01:24] "GET /virtual-networks?parent_id=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015949 10.0.0.22 - - [2025-10-13 04:01:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.020226 10.0.0.22 - - [2025-10-13 04:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.22 - - [2025-10-13 04:01:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004888 10.0.0.22 - - [2025-10-13 04:01:24] "GET /virtual-networks?parent_id=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019302 10.0.0.22 - - [2025-10-13 04:01:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.019602 10.0.0.22 - - [2025-10-13 04:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.22 - - [2025-10-13 04:01:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003842 10.0.0.22 - - [2025-10-13 04:01:24] "GET /virtual-networks?parent_id=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014101 10.0.0.22 - - [2025-10-13 04:01:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.015150 10.0.0.22 - - [2025-10-13 04:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.22 - - [2025-10-13 04:01:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003755 10.0.0.22 - - [2025-10-13 04:01:24] "GET /virtual-networks?parent_id=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013646 10.0.0.22 - - [2025-10-13 04:01:26] "POST /neutron/port HTTP/1.1" 200 1082 0.017402 10.0.0.22 - - [2025-10-13 04:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.019758 10.0.0.22 - - [2025-10-13 04:01:27] "GET /virtual-network/25e33d09-f3cd-4929-9316-68add1e0685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.020688 10.0.0.22 - - [2025-10-13 04:01:29] "POST /fqname-to-id HTTP/1.1" 403 339 0.014696 10.0.0.22 - - [2025-10-13 04:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.22 - - [2025-10-13 04:01:29] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003481 10.0.0.22 - - [2025-10-13 04:01:29] "GET /virtual-networks?parent_id=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013059 10.0.0.22 - - [2025-10-13 04:01:29] "POST /fqname-to-id HTTP/1.1" 403 339 0.016028 10.0.0.22 - - [2025-10-13 04:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.22 - - [2025-10-13 04:01:29] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003641 10.0.0.22 - - [2025-10-13 04:01:29] "GET /virtual-networks?parent_id=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015770 10.0.0.22 - - [2025-10-13 04:01:29] "POST /fqname-to-id HTTP/1.1" 403 361 0.017953 10.0.0.22 - - [2025-10-13 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.22 - - [2025-10-13 04:01:30] "GET /routing-instance/2cbd4646-08b2-4e03-bdce-954c75ebba77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004686 10.0.0.22 - - [2025-10-13 04:01:30] "GET /route-target/4329fe08-02fe-49f4-94b9-bb969af5b888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015501 10.0.0.22 - - [2025-10-13 04:01:30] "GET /route-target/4329fe08-02fe-49f4-94b9-bb969af5b888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003832 10.0.0.22 - - [2025-10-13 04:01:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.015490 10.0.0.22 - - [2025-10-13 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.22 - - [2025-10-13 04:01:30] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003529 10.0.0.22 - - [2025-10-13 04:01:30] "GET /virtual-networks?parent_id=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.028049 10.0.0.22 - - [2025-10-13 04:01:30] "POST /fqname-to-id HTTP/1.1" 403 361 0.016632 10.0.0.22 - - [2025-10-13 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.22 - - [2025-10-13 04:01:30] "GET /routing-instance/2cbd4646-08b2-4e03-bdce-954c75ebba77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003589 10.0.0.22 - - [2025-10-13 04:01:30] "GET /route-target/4329fe08-02fe-49f4-94b9-bb969af5b888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.030833 10.0.0.22 - - [2025-10-13 04:01:30] "GET /route-target/4329fe08-02fe-49f4-94b9-bb969af5b888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005674 10.0.0.22 - - [2025-10-13 04:01:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.015099 10.0.0.22 - - [2025-10-13 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002548 10.0.0.22 - - [2025-10-13 04:01:30] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004250 10.0.0.22 - - [2025-10-13 04:01:30] "GET /virtual-networks?parent_id=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022146 10.0.0.22 - - [2025-10-13 04:01:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.019486 10.0.0.22 - - [2025-10-13 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.22 - - [2025-10-13 04:01:30] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004208 10.0.0.22 - - [2025-10-13 04:01:30] "GET /virtual-networks?parent_id=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021268 10.0.0.41 - - [2025-10-13 04:01:31] "GET /virtual-machine/bb57b645-05c2-4220-a23a-8c4c4f20c001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.039982 10.0.0.22 - - [2025-10-13 04:01:32] "POST /neutron/port HTTP/1.1" 200 1082 0.014322 10.0.0.22 - - [2025-10-13 04:01:32] "POST /neutron/subnet HTTP/1.1" 200 644 0.008734 10.0.0.41 - - [2025-10-13 04:01:35] "GET /obj-perms HTTP/1.1" 200 4915 0.037267 10.0.0.41 - - [2025-10-13 04:01:37] "GET /virtual-machine/bb57b645-05c2-4220-a23a-8c4c4f20c001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.021004 10.0.0.41 - - [2025-10-13 04:01:41] "GET /obj-perms HTTP/1.1" 200 4915 0.016351 10.0.0.41 - - [2025-10-13 04:01:43] "GET /virtual-machine/bb57b645-05c2-4220-a23a-8c4c4f20c001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.016882 10.0.0.41 - - [2025-10-13 04:01:47] "GET /obj-perms HTTP/1.1" 200 4915 0.013219 10.0.0.22 - - [2025-10-13 04:01:47] "GET /obj-perms HTTP/1.1" 200 4915 0.055508 10.0.0.22 - - [2025-10-13 04:01:48] "GET /virtual-machine-interface/e5bc8433-9ee1-4d28-9986-5ce635504145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.022511 10.0.0.22 - - [2025-10-13 04:01:48] "GET /virtual-machine-interface/e5bc8433-9ee1-4d28-9986-5ce635504145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.022550 10.0.0.41 - - [2025-10-13 04:01:48] "GET /virtual-machine/bb57b645-05c2-4220-a23a-8c4c4f20c001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.015836 10.0.0.22 - - [2025-10-13 04:01:48] "GET /virtual-machine-interface/e5bc8433-9ee1-4d28-9986-5ce635504145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.020265 10.0.0.22 - - [2025-10-13 04:01:48] "GET /virtual-network/25e33d09-f3cd-4929-9316-68add1e0685e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.017572 10.0.0.22 - - [2025-10-13 04:01:49] "GET /obj-perms HTTP/1.1" 200 4915 0.068340 10.0.0.41 - - [2025-10-13 04:01:49] "GET /obj-perms HTTP/1.1" 200 5020 0.040705 10.0.0.22 - - [2025-10-13 04:01:49] "GET /obj-perms HTTP/1.1" 200 4915 0.015312 10.0.0.22 - - [2025-10-13 04:01:50] "GET /obj-perms HTTP/1.1" 200 4915 0.065333 10.0.0.22 - - [2025-10-13 04:01:50] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.020346 10.0.0.19 - - [2025-10-13 04:01:51] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.041343 10.0.0.41 - - [2025-10-13 04:01:51] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.021335 10.0.0.22 - - [2025-10-13 04:01:51] "GET /virtual-machine/bb57b645-05c2-4220-a23a-8c4c4f20c001 HTTP/1.1" 200 1288 0.016964 10.0.0.22 - - [2025-10-13 04:01:51] "POST /neutron/port HTTP/1.1" 200 1082 0.014314 10.0.0.22 - - [2025-10-13 04:01:53] "GET /virtual-machine/bb57b645-05c2-4220-a23a-8c4c4f20c001 HTTP/1.1" 404 171 0.016911 10.0.0.22 - - [2025-10-13 04:01:53] "GET /virtual-machine/bb57b645-05c2-4220-a23a-8c4c4f20c001 HTTP/1.1" 404 171 0.012122 10.0.0.22 - - [2025-10-13 04:01:53] "GET /virtual-machine/bb57b645-05c2-4220-a23a-8c4c4f20c001 HTTP/1.1" 404 171 0.014253 10.0.0.22 - - [2025-10-13 04:01:53] "POST /fqname-to-id HTTP/1.1" 403 339 0.015772 10.0.0.22 - - [2025-10-13 04:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.22 - - [2025-10-13 04:01:53] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003724 10.0.0.22 - - [2025-10-13 04:01:53] "GET /virtual-networks?parent_id=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013482 10.0.0.22 - - [2025-10-13 04:01:53] "POST /fqname-to-id HTTP/1.1" 403 361 0.017949 10.0.0.22 - - [2025-10-13 04:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.22 - - [2025-10-13 04:01:53] "GET /routing-instance/2cbd4646-08b2-4e03-bdce-954c75ebba77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.005336 10.0.0.22 - - [2025-10-13 04:01:53] "GET /route-target/4329fe08-02fe-49f4-94b9-bb969af5b888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.019569 10.0.0.22 - - [2025-10-13 04:01:53] "GET /route-target/4329fe08-02fe-49f4-94b9-bb969af5b888?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003472 10.0.0.22 - - [2025-10-13 04:01:54] "GET /obj-perms HTTP/1.1" 200 4915 0.059756 10.0.0.22 - - [2025-10-13 04:01:57] "GET /obj-perms HTTP/1.1" 200 5020 0.042815 10.0.0.41 - - [2025-10-13 04:02:00] "GET /obj-perms HTTP/1.1" 200 5020 0.004019 10.0.0.22 - - [2025-10-13 04:02:06] "GET /obj-perms HTTP/1.1" 200 5020 0.005208 10.0.0.41 - - [2025-10-13 04:02:09] "GET /obj-perms HTTP/1.1" 200 5020 0.003620 10.0.0.22 - - [2025-10-13 04:02:15] "GET /obj-perms HTTP/1.1" 200 5020 0.004726 10.0.0.41 - - [2025-10-13 04:02:16] "GET /obj-perms HTTP/1.1" 200 5020 0.004503 10.0.0.41 - - [2025-10-13 04:02:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006250 10.0.0.41 - - [2025-10-13 04:02:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004155 10.0.0.22 - - [2025-10-13 04:02:16] "DELETE /virtual-network/25e33d09-f3cd-4929-9316-68add1e0685e HTTP/1.1" 200 115 0.156016 10.0.0.22 - - [2025-10-13 04:02:16] "DELETE /api-access-list/288051fd-0f56-4549-b9c5-715eda987f4f HTTP/1.1" 200 115 0.044589 10.0.0.41 - - [2025-10-13 04:02:16] "GET /projects?obj_uuids=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000955 10.0.0.22 - - [2025-10-13 04:02:16] "GET /project/3334f988-9e72-46cd-a381-9caff84014df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.035449 10.0.0.41 - - [2025-10-13 04:02:16] "GET /projects?obj_uuids=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000860 10.0.0.22 - - [2025-10-13 04:02:16] "GET /project/3334f988-9e72-46cd-a381-9caff84014df?fields=virtual_networks HTTP/1.1" 200 1021 0.084122 10.0.0.41 - - [2025-10-13 04:02:16] "GET /projects?obj_uuids=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001079 10.0.0.22 - - [2025-10-13 04:02:16] "GET /project/3334f988-9e72-46cd-a381-9caff84014df?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.042583 10.0.0.41 - - [2025-10-13 04:02:16] "GET /projects?obj_uuids=3334f988-9e72-46cd-a381-9caff84014df&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000935 10.0.0.22 - - [2025-10-13 04:02:17] "GET /project/3334f988-9e72-46cd-a381-9caff84014df?fields=security_groups HTTP/1.1" 200 1242 0.036314 10.0.0.41 - - [2025-10-13 04:02:17] "GET /projects?obj_uuids=4fefebbe-abbd-486e-a771-967bdde83643&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001426 10.0.0.22 - - [2025-10-13 04:02:17] "GET /project/4fefebbe-abbd-486e-a771-967bdde83643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.040922 10.0.0.41 - - [2025-10-13 04:02:17] "GET /projects?obj_uuids=4fefebbe-abbd-486e-a771-967bdde83643&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000984 10.0.0.22 - - [2025-10-13 04:02:17] "GET /project/4fefebbe-abbd-486e-a771-967bdde83643?fields=virtual_networks HTTP/1.1" 200 1021 0.034858 10.0.0.41 - - [2025-10-13 04:02:17] "GET /projects?obj_uuids=4fefebbe-abbd-486e-a771-967bdde83643&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001012 10.0.0.22 - - [2025-10-13 04:02:17] "GET /project/4fefebbe-abbd-486e-a771-967bdde83643?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.032860 10.0.0.41 - - [2025-10-13 04:02:17] "GET /projects?obj_uuids=4fefebbe-abbd-486e-a771-967bdde83643&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001400 10.0.0.22 - - [2025-10-13 04:02:17] "GET /project/4fefebbe-abbd-486e-a771-967bdde83643?fields=security_groups HTTP/1.1" 200 1242 0.041758 10.0.0.22 - - [2025-10-13 04:02:20] "GET /obj-perms HTTP/1.1" 200 5056 0.120099 10.0.0.22 - - [2025-10-13 04:02:20] "GET /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004109 10.0.0.22 - - [2025-10-13 04:02:20] "PUT /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738 HTTP/1.1" 200 264 0.012032 10.0.0.41 - - [2025-10-13 04:02:20] "GET /projects?obj_uuids=d8c2d770-cbc2-423d-ab76-0fb583ebdf0a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000976 10.0.0.22 - - [2025-10-13 04:02:20] "GET /project/d8c2d770-cbc2-423d-ab76-0fb583ebdf0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.041945 10.0.0.41 - - [2025-10-13 04:02:20] "GET /projects?obj_uuids=d8c2d770-cbc2-423d-ab76-0fb583ebdf0a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001404 10.0.0.22 - - [2025-10-13 04:02:20] "GET /project/d8c2d770-cbc2-423d-ab76-0fb583ebdf0a?fields=virtual_networks HTTP/1.1" 200 1022 0.052012 10.0.0.41 - - [2025-10-13 04:02:20] "GET /projects?obj_uuids=d8c2d770-cbc2-423d-ab76-0fb583ebdf0a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000985 10.0.0.22 - - [2025-10-13 04:02:20] "GET /project/d8c2d770-cbc2-423d-ab76-0fb583ebdf0a?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.042374 10.0.0.41 - - [2025-10-13 04:02:21] "GET /projects?obj_uuids=d8c2d770-cbc2-423d-ab76-0fb583ebdf0a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001338 10.0.0.22 - - [2025-10-13 04:02:21] "GET /project/d8c2d770-cbc2-423d-ab76-0fb583ebdf0a?fields=security_groups HTTP/1.1" 200 1243 0.042835 10.0.0.22 - - [2025-10-13 04:02:21] "POST /fqname-to-id HTTP/1.1" 404 188 0.022331 10.0.0.41 - - [2025-10-13 04:02:21] "GET /projects?obj_uuids=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002846 10.0.0.41 - - [2025-10-13 04:02:21] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.41 - - [2025-10-13 04:02:21] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006998 10.0.0.41 - - [2025-10-13 04:02:22] "POST /id-to-fqname HTTP/1.1" 200 190 0.002048 10.0.0.41 - - [2025-10-13 04:02:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.005036 10.0.0.41 - - [2025-10-13 04:02:22] "POST /security-groups HTTP/1.1" 200 591 0.030848 10.0.0.41 - - [2025-10-13 04:02:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.003562 10.0.0.41 - - [2025-10-13 04:02:22] "POST /projects HTTP/1.1" 200 585 0.245968 10.0.0.41 - - [2025-10-13 04:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.322097 10.0.0.41 - - [2025-10-13 04:02:22] "POST /access-control-lists HTTP/1.1" 200 594 0.023894 10.0.0.22 - - [2025-10-13 04:02:22] "GET /project/6b50f1c7-7686-40ae-b691-46e6746ba66b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.445528 10.0.0.22 - - [2025-10-13 04:02:23] "GET / HTTP/1.1" 200 35931 0.001977 10.0.0.22 - - [2025-10-13 04:02:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.22 - - [2025-10-13 04:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.031423 10.0.0.22 - - [2025-10-13 04:02:25] "GET /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003680 10.0.0.22 - - [2025-10-13 04:02:25] "GET /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003531 10.0.0.22 - - [2025-10-13 04:02:25] "GET /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003379 10.0.0.22 - - [2025-10-13 04:02:25] "PUT /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738 HTTP/1.1" 200 264 0.010504 10.0.0.22 - - [2025-10-13 04:02:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.027033 10.0.0.41 - - [2025-10-13 04:02:27] "GET /projects?obj_uuids=d139941a-b7ac-429d-bd5b-2f9ef061407d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005429 10.0.0.41 - - [2025-10-13 04:02:27] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001373 10.0.0.41 - - [2025-10-13 04:02:27] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009727 10.0.0.41 - - [2025-10-13 04:02:27] "POST /id-to-fqname HTTP/1.1" 200 190 0.001272 10.0.0.41 - - [2025-10-13 04:02:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.013466 10.0.0.41 - - [2025-10-13 04:02:27] "POST /security-groups HTTP/1.1" 200 591 0.035150 10.0.0.41 - - [2025-10-13 04:02:27] "POST /projects HTTP/1.1" 200 585 0.245479 10.0.0.41 - - [2025-10-13 04:02:27] "POST /fqname-to-id HTTP/1.1" 404 233 0.019336 10.0.0.41 - - [2025-10-13 04:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.319380 10.0.0.22 - - [2025-10-13 04:02:27] "GET /project/d139941a-b7ac-429d-bd5b-2f9ef061407d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.464764 10.0.0.22 - - [2025-10-13 04:02:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.022971 10.0.0.41 - - [2025-10-13 04:02:28] "GET /projects?obj_uuids=bcd52c60-4400-4b00-844c-a0aea412d891&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003820 10.0.0.41 - - [2025-10-13 04:02:28] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.41 - - [2025-10-13 04:02:28] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008200 10.0.0.41 - - [2025-10-13 04:02:28] "POST /id-to-fqname HTTP/1.1" 200 190 0.003996 10.0.0.41 - - [2025-10-13 04:02:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.004105 10.0.0.41 - - [2025-10-13 04:02:28] "POST /security-groups HTTP/1.1" 200 591 0.077407 10.0.0.41 - - [2025-10-13 04:02:28] "POST /projects HTTP/1.1" 200 585 0.284390 10.0.0.41 - - [2025-10-13 04:02:28] "POST /access-control-lists HTTP/1.1" 200 596 0.025151 10.0.0.41 - - [2025-10-13 04:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.353136 10.0.0.22 - - [2025-10-13 04:02:28] "GET /project/bcd52c60-4400-4b00-844c-a0aea412d891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.491475 10.0.0.22 - - [2025-10-13 04:02:29] "GET / HTTP/1.1" 200 35931 0.001747 10.0.0.22 - - [2025-10-13 04:02:30] "GET / HTTP/1.1" 200 35931 0.003081 10.0.0.22 - - [2025-10-13 04:02:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.004735 10.0.0.22 - - [2025-10-13 04:02:30] "POST /api-access-lists HTTP/1.1" 200 521 0.024582 10.0.0.22 - - [2025-10-13 04:02:30] "GET /api-access-list/9b00cc9e-b9e1-4a74-90a6-aa1d2f3641df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006772 10.0.0.22 - - [2025-10-13 04:02:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.22 - - [2025-10-13 04:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.061653 10.0.0.41 - - [2025-10-13 04:02:31] "GET /projects?obj_uuids=d139941a-b7ac-429d-bd5b-2f9ef061407d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001092 10.0.0.22 - - [2025-10-13 04:02:31] "GET /project/d139941a-b7ac-429d-bd5b-2f9ef061407d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.080766 10.0.0.22 - - [2025-10-13 04:02:31] "GET /virtual-networks?parent_id=d139941a-b7ac-429d-bd5b-2f9ef061407d&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022275 10.0.0.22 - - [2025-10-13 04:02:31] "POST /virtual-networks HTTP/1.1" 200 583 0.112948 10.0.0.41 - - [2025-10-13 04:02:31] "POST /route-targets HTTP/1.1" 200 327 0.013516 10.0.0.22 - - [2025-10-13 04:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.047632 10.0.0.22 - - [2025-10-13 04:02:31] "GET /network-ipam/a0d45265-9121-4349-be49-2f4aab73a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.015007 10.0.0.41 - - [2025-10-13 04:02:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002536 10.0.0.22 - - [2025-10-13 04:02:31] "POST /ref-update HTTP/1.1" 200 156 0.074216 10.0.0.22 - - [2025-10-13 04:02:32] "POST /neutron/network HTTP/1.1" 200 850 0.051235 10.0.0.22 - - [2025-10-13 04:02:32] "GET /virtual-network/cb88523f-5b89-435f-b20d-3ec2f44432de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.020617 10.0.0.22 - - [2025-10-13 04:02:32] "POST /neutron/subnet HTTP/1.1" 200 686 0.041114 10.0.0.22 - - [2025-10-13 04:02:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.22 - - [2025-10-13 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.041268 10.0.0.41 - - [2025-10-13 04:02:32] "GET /projects?obj_uuids=bcd52c60-4400-4b00-844c-a0aea412d891&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001555 10.0.0.22 - - [2025-10-13 04:02:32] "GET /project/bcd52c60-4400-4b00-844c-a0aea412d891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.049428 10.0.0.22 - - [2025-10-13 04:02:32] "GET /virtual-networks?parent_id=bcd52c60-4400-4b00-844c-a0aea412d891&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016312 10.0.0.22 - - [2025-10-13 04:02:32] "POST /virtual-networks HTTP/1.1" 200 583 0.079645 10.0.0.41 - - [2025-10-13 04:02:32] "POST /ref-update HTTP/1.1" 200 156 0.024841 10.0.0.22 - - [2025-10-13 04:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.031368 10.0.0.22 - - [2025-10-13 04:02:32] "GET /network-ipam/a0d45265-9121-4349-be49-2f4aab73a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.017986 10.0.0.41 - - [2025-10-13 04:02:33] "POST /useragent-kv HTTP/1.1" 200 115 0.009602 10.0.0.22 - - [2025-10-13 04:02:33] "POST /ref-update HTTP/1.1" 200 156 0.089517 10.0.0.22 - - [2025-10-13 04:02:33] "GET /virtual-network/6fd83c26-922d-4c49-9c6f-77f11f371100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2010 0.017941 10.0.0.22 - - [2025-10-13 04:02:33] "POST /neutron/network HTTP/1.1" 200 847 0.054317 10.0.0.22 - - [2025-10-13 04:02:34] "PUT /virtual-network/cb88523f-5b89-435f-b20d-3ec2f44432de HTTP/1.1" 200 264 0.046041 10.0.0.22 - - [2025-10-13 04:02:34] "PUT /virtual-network/cb88523f-5b89-435f-b20d-3ec2f44432de HTTP/1.1" 200 264 0.058633 10.0.0.41 - - [2025-10-13 04:02:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004821 10.0.0.41 - - [2025-10-13 04:02:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002489 10.0.0.22 - - [2025-10-13 04:02:34] "DELETE /virtual-network/6fd83c26-922d-4c49-9c6f-77f11f371100 HTTP/1.1" 200 115 0.134227 10.0.0.41 - - [2025-10-13 04:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005482 10.0.0.41 - - [2025-10-13 04:02:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003148 10.0.0.41 - - [2025-10-13 04:02:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002791 10.0.0.22 - - [2025-10-13 04:02:34] "DELETE /virtual-network/cb88523f-5b89-435f-b20d-3ec2f44432de HTTP/1.1" 200 115 0.179839 10.0.0.22 - - [2025-10-13 04:02:34] "DELETE /api-access-list/9b00cc9e-b9e1-4a74-90a6-aa1d2f3641df HTTP/1.1" 200 115 0.057802 10.0.0.41 - - [2025-10-13 04:02:35] "GET /projects?obj_uuids=bcd52c60-4400-4b00-844c-a0aea412d891&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001629 10.0.0.22 - - [2025-10-13 04:02:35] "GET /project/bcd52c60-4400-4b00-844c-a0aea412d891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.043482 10.0.0.41 - - [2025-10-13 04:02:35] "GET /projects?obj_uuids=bcd52c60-4400-4b00-844c-a0aea412d891&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002552 10.0.0.22 - - [2025-10-13 04:02:35] "GET /project/bcd52c60-4400-4b00-844c-a0aea412d891?fields=virtual_networks HTTP/1.1" 200 1031 0.070539 10.0.0.41 - - [2025-10-13 04:02:35] "GET /projects?obj_uuids=bcd52c60-4400-4b00-844c-a0aea412d891&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.22 - - [2025-10-13 04:02:35] "GET /project/bcd52c60-4400-4b00-844c-a0aea412d891?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.053978 10.0.0.41 - - [2025-10-13 04:02:35] "GET /projects?obj_uuids=bcd52c60-4400-4b00-844c-a0aea412d891&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001344 10.0.0.22 - - [2025-10-13 04:02:35] "GET /project/bcd52c60-4400-4b00-844c-a0aea412d891?fields=security_groups HTTP/1.1" 200 1257 0.051067 10.0.0.41 - - [2025-10-13 04:02:35] "GET /projects?obj_uuids=d139941a-b7ac-429d-bd5b-2f9ef061407d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002141 10.0.0.22 - - [2025-10-13 04:02:35] "GET /project/d139941a-b7ac-429d-bd5b-2f9ef061407d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052028 10.0.0.41 - - [2025-10-13 04:02:35] "GET /projects?obj_uuids=d139941a-b7ac-429d-bd5b-2f9ef061407d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.22 - - [2025-10-13 04:02:35] "GET /project/d139941a-b7ac-429d-bd5b-2f9ef061407d?fields=virtual_networks HTTP/1.1" 200 1032 0.042373 10.0.0.41 - - [2025-10-13 04:02:36] "GET /projects?obj_uuids=d139941a-b7ac-429d-bd5b-2f9ef061407d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001414 10.0.0.22 - - [2025-10-13 04:02:36] "GET /project/d139941a-b7ac-429d-bd5b-2f9ef061407d?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.045238 10.0.0.41 - - [2025-10-13 04:02:36] "GET /projects?obj_uuids=d139941a-b7ac-429d-bd5b-2f9ef061407d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001319 10.0.0.22 - - [2025-10-13 04:02:36] "GET /project/d139941a-b7ac-429d-bd5b-2f9ef061407d?fields=security_groups HTTP/1.1" 200 1258 0.050271 10.0.0.22 - - [2025-10-13 04:02:39] "GET / HTTP/1.1" 200 35931 0.001884 10.0.0.22 - - [2025-10-13 04:02:40] "GET / HTTP/1.1" 200 35931 0.001625 10.0.0.22 - - [2025-10-13 04:02:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000472 10.0.0.22 - - [2025-10-13 04:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.069327 10.0.0.41 - - [2025-10-13 04:02:41] "GET /projects?obj_uuids=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001117 10.0.0.22 - - [2025-10-13 04:02:41] "GET /project/6b50f1c7-7686-40ae-b691-46e6746ba66b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.058682 10.0.0.22 - - [2025-10-13 04:02:41] "GET /virtual-networks?parent_id=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.017881 10.0.0.22 - - [2025-10-13 04:02:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.015166 10.0.0.22 - - [2025-10-13 04:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.013742 10.0.0.41 - - [2025-10-13 04:02:41] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.22 - - [2025-10-13 04:02:41] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.017298 10.0.0.22 - - [2025-10-13 04:02:41] "POST /service-templates HTTP/1.1" 403 264 0.013318 10.0.0.22 - - [2025-10-13 04:02:41] "POST /fqname-to-id HTTP/1.1" 404 215 0.003946 10.0.0.22 - - [2025-10-13 04:02:41] "POST /api-access-lists HTTP/1.1" 200 555 0.026531 10.0.0.22 - - [2025-10-13 04:02:41] "GET /api-access-list/ef4eb6b8-8a5c-4b0d-9545-348682e9ee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.007154 10.0.0.22 - - [2025-10-13 04:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.018636 10.0.0.41 - - [2025-10-13 04:02:41] "GET /projects?obj_uuids=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001409 10.0.0.22 - - [2025-10-13 04:02:41] "GET /project/6b50f1c7-7686-40ae-b691-46e6746ba66b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.061857 10.0.0.22 - - [2025-10-13 04:02:41] "GET /virtual-networks?parent_id=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023665 10.0.0.22 - - [2025-10-13 04:02:42] "POST /virtual-networks HTTP/1.1" 200 583 0.110026 10.0.0.22 - - [2025-10-13 04:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.038549 10.0.0.41 - - [2025-10-13 04:02:42] "POST /ref-update HTTP/1.1" 200 156 0.022731 10.0.0.22 - - [2025-10-13 04:02:42] "GET /network-ipam/a0d45265-9121-4349-be49-2f4aab73a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.020344 10.0.0.41 - - [2025-10-13 04:02:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004485 10.0.0.22 - - [2025-10-13 04:02:42] "POST /ref-update HTTP/1.1" 200 156 0.093006 10.0.0.22 - - [2025-10-13 04:02:42] "POST /neutron/network HTTP/1.1" 200 850 0.055799 10.0.0.22 - - [2025-10-13 04:02:42] "GET /virtual-network/49a96e8e-589e-48cc-a6d4-776d73cd9c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.023036 10.0.0.22 - - [2025-10-13 04:02:42] "POST /neutron/network HTTP/1.1" 200 850 0.059476 10.0.0.22 - - [2025-10-13 04:02:42] "GET /virtual-network/49a96e8e-589e-48cc-a6d4-776d73cd9c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.007215 10.0.0.22 - - [2025-10-13 04:02:42] "GET /network-ipam/a0d45265-9121-4349-be49-2f4aab73a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.003883 10.0.0.22 - - [2025-10-13 04:02:43] "GET /virtual-network/49a96e8e-589e-48cc-a6d4-776d73cd9c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.005648 10.0.0.19 - - [2025-10-13 04:02:43] "GET /obj-perms HTTP/1.1" 200 5030 0.047506 10.0.0.22 - - [2025-10-13 04:02:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.016259 10.0.0.22 - - [2025-10-13 04:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.014928 10.0.0.41 - - [2025-10-13 04:02:44] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.22 - - [2025-10-13 04:02:44] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.019507 10.0.0.22 - - [2025-10-13 04:02:44] "POST /service-templates HTTP/1.1" 403 264 0.013578 10.0.0.22 - - [2025-10-13 04:02:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.005981 10.0.0.22 - - [2025-10-13 04:02:44] "POST /api-access-lists HTTP/1.1" 200 521 0.031471 10.0.0.22 - - [2025-10-13 04:02:44] "GET /api-access-list/2be99558-1035-4637-9037-b4cf7e0f5774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.005794 10.0.0.22 - - [2025-10-13 04:02:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.018183 10.0.0.22 - - [2025-10-13 04:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.014970 10.0.0.41 - - [2025-10-13 04:02:44] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.22 - - [2025-10-13 04:02:44] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.021767 10.0.0.22 - - [2025-10-13 04:02:44] "POST /service-templates HTTP/1.1" 200 551 0.045433 10.0.0.22 - - [2025-10-13 04:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.021473 10.0.0.22 - - [2025-10-13 04:02:44] "GET /service-template/628bf7d0-67fe-4610-9dfa-0a274ef032d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.018488 10.0.0.22 - - [2025-10-13 04:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.015490 10.0.0.22 - - [2025-10-13 04:02:45] "GET /service-template/628bf7d0-67fe-4610-9dfa-0a274ef032d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.017816 10.0.0.22 - - [2025-10-13 04:02:45] "GET /api-access-list/ef4eb6b8-8a5c-4b0d-9545-348682e9ee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004207 10.0.0.22 - - [2025-10-13 04:02:45] "PUT /api-access-list/ef4eb6b8-8a5c-4b0d-9545-348682e9ee9c HTTP/1.1" 200 264 0.012154 10.0.0.22 - - [2025-10-13 04:02:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000617 10.0.0.22 - - [2025-10-13 04:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.040184 10.0.0.41 - - [2025-10-13 04:02:46] "GET /projects?obj_uuids=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003670 10.0.0.22 - - [2025-10-13 04:02:46] "GET /project/6b50f1c7-7686-40ae-b691-46e6746ba66b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.072273 10.0.0.22 - - [2025-10-13 04:02:46] "GET /virtual-networks?parent_id=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.022054 10.0.0.22 - - [2025-10-13 04:02:46] "POST /virtual-networks HTTP/1.1" 403 263 0.014767 10.0.0.22 - - [2025-10-13 04:02:46] "GET /api-access-list/2be99558-1035-4637-9037-b4cf7e0f5774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.004131 10.0.0.22 - - [2025-10-13 04:02:46] "PUT /api-access-list/2be99558-1035-4637-9037-b4cf7e0f5774 HTTP/1.1" 200 264 0.011006 10.0.0.22 - - [2025-10-13 04:02:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.016344 10.0.0.22 - - [2025-10-13 04:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.018033 10.0.0.41 - - [2025-10-13 04:02:46] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.22 - - [2025-10-13 04:02:46] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.021309 10.0.0.22 - - [2025-10-13 04:02:47] "POST /service-templates HTTP/1.1" 403 264 0.014284 10.0.0.22 - - [2025-10-13 04:02:47] "GET /api-access-list/ef4eb6b8-8a5c-4b0d-9545-348682e9ee9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.004000 10.0.0.22 - - [2025-10-13 04:02:47] "PUT /api-access-list/ef4eb6b8-8a5c-4b0d-9545-348682e9ee9c HTTP/1.1" 200 264 0.013081 10.0.0.22 - - [2025-10-13 04:02:47] "GET /api-access-list/2be99558-1035-4637-9037-b4cf7e0f5774?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.004412 10.0.0.22 - - [2025-10-13 04:02:47] "PUT /api-access-list/2be99558-1035-4637-9037-b4cf7e0f5774 HTTP/1.1" 200 264 0.012714 10.0.0.22 - - [2025-10-13 04:02:47] "GET /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004275 10.0.0.22 - - [2025-10-13 04:02:47] "PUT /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738 HTTP/1.1" 200 264 0.013585 10.0.0.22 - - [2025-10-13 04:02:48] "DELETE /api-access-list/ef4eb6b8-8a5c-4b0d-9545-348682e9ee9c HTTP/1.1" 200 115 0.035157 10.0.0.22 - - [2025-10-13 04:02:48] "DELETE /api-access-list/2be99558-1035-4637-9037-b4cf7e0f5774 HTTP/1.1" 200 115 0.026160 10.0.0.22 - - [2025-10-13 04:02:48] "GET /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.004665 10.0.0.22 - - [2025-10-13 04:02:48] "PUT /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738 HTTP/1.1" 200 264 0.014380 10.0.0.22 - - [2025-10-13 04:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.018569 10.0.0.22 - - [2025-10-13 04:02:49] "DELETE /service-template/628bf7d0-67fe-4610-9dfa-0a274ef032d6 HTTP/1.1" 200 115 0.043931 10.0.0.22 - - [2025-10-13 04:02:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.017423 10.0.0.41 - - [2025-10-13 04:02:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004416 10.0.0.41 - - [2025-10-13 04:02:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002627 10.0.0.22 - - [2025-10-13 04:02:49] "DELETE /virtual-network/49a96e8e-589e-48cc-a6d4-776d73cd9c0e HTTP/1.1" 200 115 0.109287 10.0.0.22 - - [2025-10-13 04:02:49] "GET /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.004474 10.0.0.22 - - [2025-10-13 04:02:49] "PUT /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738 HTTP/1.1" 200 264 0.012132 10.0.0.22 - - [2025-10-13 04:02:49] "GET /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.004483 10.0.0.22 - - [2025-10-13 04:02:49] "PUT /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738 HTTP/1.1" 200 264 0.014057 10.0.0.22 - - [2025-10-13 04:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.41 - - [2025-10-13 04:02:52] "GET /projects?obj_uuids=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.22 - - [2025-10-13 04:02:52] "GET /project/6b50f1c7-7686-40ae-b691-46e6746ba66b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.036782 10.0.0.41 - - [2025-10-13 04:02:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005032 10.0.0.22 - - [2025-10-13 04:02:52] "POST /neutron/subnet HTTP/1.1" 200 704 0.246787 10.0.0.22 - - [2025-10-13 04:02:52] "POST /id-to-fqname HTTP/1.1" 200 240 0.001375 10.0.0.22 - - [2025-10-13 04:02:52] "GET /virtual-network/1e43cf15-25d3-4cc4-9148-9b2d8bf5aaa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005263 10.0.0.22 - - [2025-10-13 04:02:52] "GET /virtual-network/1e43cf15-25d3-4cc4-9148-9b2d8bf5aaa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005615 10.0.0.22 - - [2025-10-13 04:02:52] "POST /neutron/network HTTP/1.1" 200 858 0.006807 10.0.0.22 - - [2025-10-13 04:02:52] "GET /virtual-network/1e43cf15-25d3-4cc4-9148-9b2d8bf5aaa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.011751 10.0.0.22 - - [2025-10-13 04:02:52] "GET /network-ipam/a0d45265-9121-4349-be49-2f4aab73a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.005040 10.0.0.41 - - [2025-10-13 04:02:52] "POST /route-targets HTTP/1.1" 200 327 0.013064 10.0.0.22 - - [2025-10-13 04:02:53] "GET /virtual-network/1e43cf15-25d3-4cc4-9148-9b2d8bf5aaa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.005574 10.0.0.22 - - [2025-10-13 04:02:53] "POST /fqname-to-id HTTP/1.1" 404 215 0.003638 10.0.0.22 - - [2025-10-13 04:02:53] "POST /api-access-lists HTTP/1.1" 200 555 0.028821 10.0.0.22 - - [2025-10-13 04:02:53] "GET /api-access-list/bfb9b5e7-938e-494b-8d60-001b4c285728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.006030 10.0.0.22 - - [2025-10-13 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.019605 10.0.0.41 - - [2025-10-13 04:02:53] "GET /projects?obj_uuids=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001551 10.0.0.22 - - [2025-10-13 04:02:53] "GET /project/6b50f1c7-7686-40ae-b691-46e6746ba66b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.069466 10.0.0.22 - - [2025-10-13 04:02:53] "POST /neutron/network HTTP/1.1" 200 117 0.084861 10.0.0.41 - - [2025-10-13 04:02:54] "POST /ref-update HTTP/1.1" 200 156 0.033565 10.0.0.22 - - [2025-10-13 04:02:54] "POST /neutron/network HTTP/1.1" 200 693 0.045870 10.0.0.22 - - [2025-10-13 04:02:54] "POST /id-to-fqname HTTP/1.1" 200 240 0.013715 10.0.0.22 - - [2025-10-13 04:02:54] "GET /virtual-network/8f090c29-7a1f-49db-94fd-06507d7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.021384 10.0.0.22 - - [2025-10-13 04:02:54] "POST /neutron/network HTTP/1.1" 200 863 0.030484 10.0.0.22 - - [2025-10-13 04:02:54] "GET /virtual-network/8f090c29-7a1f-49db-94fd-06507d7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.018859 10.0.0.22 - - [2025-10-13 04:02:54] "POST /neutron/network HTTP/1.1" 200 863 0.006989 10.0.0.22 - - [2025-10-13 04:02:54] "GET /virtual-network/8f090c29-7a1f-49db-94fd-06507d7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005656 10.0.0.22 - - [2025-10-13 04:02:54] "GET /network-ipam/a0d45265-9121-4349-be49-2f4aab73a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.004046 10.0.0.22 - - [2025-10-13 04:02:55] "GET /virtual-network/8f090c29-7a1f-49db-94fd-06507d7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005754 10.0.0.22 - - [2025-10-13 04:02:55] "GET /obj-perms HTTP/1.1" 200 5030 0.113606 10.0.0.41 - - [2025-10-13 04:02:55] "GET /obj-perms HTTP/1.1" 200 5030 0.068740 10.0.0.22 - - [2025-10-13 04:02:55] "POST /fqname-to-id HTTP/1.1" 404 232 0.020298 10.0.0.41 - - [2025-10-13 04:02:55] "POST /fqname-to-id HTTP/1.1" 404 263 0.011850 10.0.0.41 - - [2025-10-13 04:02:56] "PUT /access-control-list/b06bffbe-98f5-4f76-9b9b-b4275834f551 HTTP/1.1" 200 272 0.020664 10.0.0.22 - - [2025-10-13 04:02:56] "POST /neutron/security_group HTTP/1.1" 200 2084 0.022630 10.0.0.41 - - [2025-10-13 04:02:56] "GET /projects?obj_uuids=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001102 10.0.0.22 - - [2025-10-13 04:02:56] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.277699 10.0.0.41 - - [2025-10-13 04:02:57] "PUT /access-control-list/b06bffbe-98f5-4f76-9b9b-b4275834f551 HTTP/1.1" 200 272 0.016723 10.0.0.22 - - [2025-10-13 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.030393 10.0.0.22 - - [2025-10-13 04:02:57] "GET /security-group/96b268d2-ec54-47da-8157-dffd8d288254?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.016190 10.0.0.41 - - [2025-10-13 04:02:57] "GET /projects?obj_uuids=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001108 10.0.0.22 - - [2025-10-13 04:02:57] "POST /neutron/security_group_rule HTTP/1.1" 200 1749 0.090238 10.0.0.22 - - [2025-10-13 04:02:57] "POST /id-to-fqname HTTP/1.1" 200 240 0.012601 10.0.0.41 - - [2025-10-13 04:02:59] "GET /projects?obj_uuids=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001011 10.0.0.22 - - [2025-10-13 04:02:59] "GET /project/6b50f1c7-7686-40ae-b691-46e6746ba66b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.063931 10.0.0.22 - - [2025-10-13 04:02:59] "POST /neutron/port HTTP/1.1" 200 117 0.028196 10.0.0.22 - - [2025-10-13 04:02:59] "POST /neutron/network HTTP/1.1" 200 873 0.029420 10.0.0.22 - - [2025-10-13 04:03:00] "POST /neutron/port HTTP/1.1" 200 1059 0.016954 10.0.0.22 - - [2025-10-13 04:03:00] "POST /neutron/port HTTP/1.1" 200 1087 0.017125 10.0.0.22 - - [2025-10-13 04:03:00] "POST /neutron/port HTTP/1.1" 200 117 0.001639 10.0.0.41 - - [2025-10-13 04:03:02] "DELETE /access-control-list/6c2a19e8-5d96-41cc-a45f-de06f47d26ef HTTP/1.1" 200 115 0.041421 10.0.0.41 - - [2025-10-13 04:03:02] "DELETE /access-control-list/2b2abd10-c36c-4915-8560-60fbe04b7914 HTTP/1.1" 200 115 0.052925 10.0.0.22 - - [2025-10-13 04:03:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007491 10.0.0.22 - - [2025-10-13 04:03:04] "POST /neutron/port HTTP/1.1" 200 1087 0.015709 10.0.0.22 - - [2025-10-13 04:03:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014145 10.0.0.22 - - [2025-10-13 04:03:04] "GET /virtual-machine/d2998295-886d-4514-953a-1ec455482942 HTTP/1.1" 401 292 0.000523 10.0.0.22 - - [2025-10-13 04:03:05] "GET /virtual-machine/d2998295-886d-4514-953a-1ec455482942 HTTP/1.1" 200 1293 0.047028 10.0.0.22 - - [2025-10-13 04:03:05] "GET /virtual-machine/d2998295-886d-4514-953a-1ec455482942 HTTP/1.1" 200 1293 0.016439 10.0.0.22 - - [2025-10-13 04:03:05] "GET /virtual-machine-interface/ced40e0d-8b14-4bca-becf-390faea761f4 HTTP/1.1" 200 3024 0.026372 10.0.0.22 - - [2025-10-13 04:03:05] "GET /virtual-machine/d2998295-886d-4514-953a-1ec455482942 HTTP/1.1" 200 1293 0.023668 10.0.0.22 - - [2025-10-13 04:03:05] "GET /virtual-machine-interface/ced40e0d-8b14-4bca-becf-390faea761f4 HTTP/1.1" 200 3024 0.022462 10.0.0.22 - - [2025-10-13 04:03:05] "GET /instance-ip/f0736660-c458-41a2-8e6a-36bcae851977 HTTP/1.1" 200 1640 0.019476 10.0.0.22 - - [2025-10-13 04:03:05] "GET /virtual-machine/d2998295-886d-4514-953a-1ec455482942 HTTP/1.1" 200 1293 0.018069 10.0.0.22 - - [2025-10-13 04:03:05] "GET /virtual-machine-interface/ced40e0d-8b14-4bca-becf-390faea761f4 HTTP/1.1" 200 3024 0.025460 10.0.0.22 - - [2025-10-13 04:03:05] "GET /instance-ip/f0736660-c458-41a2-8e6a-36bcae851977 HTTP/1.1" 200 1640 0.018090 10.0.0.22 - - [2025-10-13 04:03:05] "POST /fqname-to-id HTTP/1.1" 403 354 0.015065 10.0.0.22 - - [2025-10-13 04:03:05] "GET / HTTP/1.1" 200 35931 0.001653 10.0.0.22 - - [2025-10-13 04:03:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000548 10.0.0.22 - - [2025-10-13 04:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.024218 10.0.0.22 - - [2025-10-13 04:03:06] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003892 10.0.0.22 - - [2025-10-13 04:03:06] "GET /virtual-networks?parent_id=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021361 10.0.0.22 - - [2025-10-13 04:03:06] "GET /virtual-network/8f090c29-7a1f-49db-94fd-06507d7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.015988 10.0.0.22 - - [2025-10-13 04:03:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.014976 10.0.0.22 - - [2025-10-13 04:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.22 - - [2025-10-13 04:03:06] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003993 10.0.0.22 - - [2025-10-13 04:03:06] "GET /virtual-networks?parent_id=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020934 10.0.0.22 - - [2025-10-13 04:03:06] "GET /virtual-network/8f090c29-7a1f-49db-94fd-06507d7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.023827 10.0.0.22 - - [2025-10-13 04:03:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.016141 10.0.0.22 - - [2025-10-13 04:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.22 - - [2025-10-13 04:03:06] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004208 10.0.0.22 - - [2025-10-13 04:03:06] "GET /virtual-networks?parent_id=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022316 10.0.0.22 - - [2025-10-13 04:03:06] "GET /virtual-network/8f090c29-7a1f-49db-94fd-06507d7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.021432 10.0.0.22 - - [2025-10-13 04:03:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.015559 10.0.0.22 - - [2025-10-13 04:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.22 - - [2025-10-13 04:03:06] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004180 10.0.0.22 - - [2025-10-13 04:03:06] "GET /virtual-networks?parent_id=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021830 10.0.0.22 - - [2025-10-13 04:03:06] "GET /virtual-network/8f090c29-7a1f-49db-94fd-06507d7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.020215 10.0.0.22 - - [2025-10-13 04:03:06] "POST /fqname-to-id HTTP/1.1" 403 354 0.015967 10.0.0.22 - - [2025-10-13 04:03:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.22 - - [2025-10-13 04:03:06] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003520 10.0.0.22 - - [2025-10-13 04:03:06] "GET /virtual-networks?parent_id=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019972 10.0.0.22 - - [2025-10-13 04:03:06] "GET /virtual-network/8f090c29-7a1f-49db-94fd-06507d7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.022115 10.0.0.22 - - [2025-10-13 04:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.016518 10.0.0.22 - - [2025-10-13 04:03:10] "GET /virtual-network/8f090c29-7a1f-49db-94fd-06507d7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.018325 10.0.0.22 - - [2025-10-13 04:03:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.014506 10.0.0.22 - - [2025-10-13 04:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.22 - - [2025-10-13 04:03:12] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.002974 10.0.0.22 - - [2025-10-13 04:03:12] "GET /virtual-networks?parent_id=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019299 10.0.0.22 - - [2025-10-13 04:03:12] "GET /virtual-network/8f090c29-7a1f-49db-94fd-06507d7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.018665 10.0.0.22 - - [2025-10-13 04:03:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.017802 10.0.0.22 - - [2025-10-13 04:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.22 - - [2025-10-13 04:03:12] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003344 10.0.0.22 - - [2025-10-13 04:03:12] "GET /virtual-networks?parent_id=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021943 10.0.0.22 - - [2025-10-13 04:03:12] "GET /virtual-network/8f090c29-7a1f-49db-94fd-06507d7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.026978 10.0.0.22 - - [2025-10-13 04:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.017794 10.0.0.22 - - [2025-10-13 04:03:12] "GET /routing-instance/d96455b3-d107-48d7-bfea-6fb037ddf965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.018631 10.0.0.22 - - [2025-10-13 04:03:12] "POST /fqname-to-id HTTP/1.1" 403 354 0.017923 10.0.0.22 - - [2025-10-13 04:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.22 - - [2025-10-13 04:03:12] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003569 10.0.0.22 - - [2025-10-13 04:03:12] "GET /virtual-networks?parent_id=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.018223 10.0.0.22 - - [2025-10-13 04:03:12] "GET /virtual-network/8f090c29-7a1f-49db-94fd-06507d7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.019738 10.0.0.22 - - [2025-10-13 04:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.012658 10.0.0.22 - - [2025-10-13 04:03:12] "GET /routing-instance/d96455b3-d107-48d7-bfea-6fb037ddf965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.022543 10.0.0.41 - - [2025-10-13 04:03:15] "GET /obj-perms HTTP/1.1" 403 257 0.035693 10.0.0.41 - - [2025-10-13 04:03:15] "DELETE /project/d8c2d770-cbc2-423d-ab76-0fb583ebdf0a HTTP/1.1" 404 177 0.018858 10.0.0.41 - - [2025-10-13 04:03:15] "DELETE /project/bcd52c6044004b00844ca0aea412d891 HTTP/1.1" 404 173 0.021522 10.0.0.41 - - [2025-10-13 04:03:15] "DELETE /project/d139941ab7ac429dbd5b2f9ef061407d HTTP/1.1" 404 173 0.017503 10.0.0.41 - - [2025-10-13 04:03:15] "DELETE /project/6b50f1c7768640aeb69146e6746ba66b HTTP/1.1" 404 173 0.015287 10.0.0.41 - - [2025-10-13 04:03:15] "DELETE /project/4fefebbe-abbd-486e-a771-967bdde83643 HTTP/1.1" 404 177 0.016902 10.0.0.41 - - [2025-10-13 04:03:15] "DELETE /project/3334f988-9e72-46cd-a381-9caff84014df HTTP/1.1" 404 177 0.012632 10.0.0.41 - - [2025-10-13 04:03:15] "GET /projects?obj_uuids=d139941a-b7ac-429d-bd5b-2f9ef061407d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001297 10.0.0.41 - - [2025-10-13 04:03:15] "GET /projects?obj_uuids=bcd52c60-4400-4b00-844c-a0aea412d891&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.41 - - [2025-10-13 04:03:15] "GET /project/d139941a-b7ac-429d-bd5b-2f9ef061407d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.060999 10.0.0.41 - - [2025-10-13 04:03:15] "GET /project/bcd52c60-4400-4b00-844c-a0aea412d891?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.073274 10.0.0.41 - - [2025-10-13 04:03:15] "GET /projects?obj_uuids=d139941a-b7ac-429d-bd5b-2f9ef061407d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001126 10.0.0.41 - - [2025-10-13 04:03:15] "GET /projects?obj_uuids=bcd52c60-4400-4b00-844c-a0aea412d891&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001378 10.0.0.41 - - [2025-10-13 04:03:15] "GET /project/d139941a-b7ac-429d-bd5b-2f9ef061407d?fields=security_groups HTTP/1.1" 200 1363 0.041667 10.0.0.41 - - [2025-10-13 04:03:15] "GET /project/bcd52c60-4400-4b00-844c-a0aea412d891?fields=security_groups HTTP/1.1" 200 1362 0.057549 10.0.0.41 - - [2025-10-13 04:03:15] "DELETE /security-group/f4270946-1bb2-4481-b1ee-7d5e441c5ded HTTP/1.1" 200 115 0.058080 10.0.0.41 - - [2025-10-13 04:03:15] "GET /projects?obj_uuids=d139941a-b7ac-429d-bd5b-2f9ef061407d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001305 10.0.0.41 - - [2025-10-13 04:03:15] "DELETE /security-group/291711b3-6b44-43ac-b2bf-e83f23048b74 HTTP/1.1" 200 115 0.082859 10.0.0.41 - - [2025-10-13 04:03:15] "GET /projects?obj_uuids=bcd52c60-4400-4b00-844c-a0aea412d891&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000789 10.0.0.41 - - [2025-10-13 04:03:15] "GET /project/d139941a-b7ac-429d-bd5b-2f9ef061407d?fields=application_policy_sets HTTP/1.1" 200 1402 0.085993 10.0.0.41 - - [2025-10-13 04:03:15] "GET /project/bcd52c60-4400-4b00-844c-a0aea412d891?fields=application_policy_sets HTTP/1.1" 200 1401 0.078896 10.0.0.41 - - [2025-10-13 04:03:15] "DELETE /access-control-list/e3384486-1ab7-41ae-8c67-0fd7160060e5 HTTP/1.1" 200 115 0.056581 10.0.0.41 - - [2025-10-13 04:03:15] "DELETE /project/d139941a-b7ac-429d-bd5b-2f9ef061407d HTTP/1.1" 200 115 0.498725 10.0.0.41 - - [2025-10-13 04:03:15] "DELETE /project/bcd52c60-4400-4b00-844c-a0aea412d891 HTTP/1.1" 200 115 0.565338 10.0.0.41 - - [2025-10-13 04:03:17] "GET /virtual-machine/d2998295-886d-4514-953a-1ec455482942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.018855 10.0.0.22 - - [2025-10-13 04:03:17] "GET /virtual-machine-interface/ced40e0d-8b14-4bca-becf-390faea761f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.044794 10.0.0.22 - - [2025-10-13 04:03:17] "GET /virtual-machine-interface/ced40e0d-8b14-4bca-becf-390faea761f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.021243 10.0.0.22 - - [2025-10-13 04:03:17] "GET /virtual-machine-interface/ced40e0d-8b14-4bca-becf-390faea761f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.022104 10.0.0.22 - - [2025-10-13 04:03:18] "GET /virtual-network/8f090c29-7a1f-49db-94fd-06507d7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.021285 10.0.0.41 - - [2025-10-13 04:03:18] "GET /obj-perms HTTP/1.1" 403 257 0.011854 10.0.0.22 - - [2025-10-13 04:03:18] "GET /obj-perms HTTP/1.1" 403 257 0.033071 10.0.0.22 - - [2025-10-13 04:03:18] "GET /obj-perms HTTP/1.1" 403 257 0.011346 10.0.0.22 - - [2025-10-13 04:03:18] "GET /obj-perms HTTP/1.1" 403 257 0.037766 10.0.0.41 - - [2025-10-13 04:03:19] "GET /obj-perms HTTP/1.1" 200 5030 0.004406 10.0.0.22 - - [2025-10-13 04:03:19] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.018534 10.0.0.19 - - [2025-10-13 04:03:19] "GET /obj-perms HTTP/1.1" 403 257 0.032801 10.0.0.22 - - [2025-10-13 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.014063 10.0.0.41 - - [2025-10-13 04:03:19] "GET /projects?obj_uuids=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001411 10.0.0.22 - - [2025-10-13 04:03:19] "GET /project/6b50f1c7-7686-40ae-b691-46e6746ba66b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.059382 10.0.0.22 - - [2025-10-13 04:03:19] "GET /virtual-network/1e43cf15-25d3-4cc4-9148-9b2d8bf5aaa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.023276 10.0.0.22 - - [2025-10-13 04:03:19] "GET /floating-ip-pools?parent_id=1e43cf15-25d3-4cc4-9148-9b2d8bf5aaa0&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.021097 10.0.0.22 - - [2025-10-13 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.015857 10.0.0.22 - - [2025-10-13 04:03:19] "GET /floating-ip-pool/af629b41-5c83-4843-a1e5-9eebc5a9a360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.016019 10.0.0.41 - - [2025-10-13 04:03:19] "GET /projects?obj_uuids=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.22 - - [2025-10-13 04:03:19] "GET /project/6b50f1c7-7686-40ae-b691-46e6746ba66b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.072356 10.0.0.22 - - [2025-10-13 04:03:20] "POST /floating-ips HTTP/1.1" 200 616 0.094311 10.0.0.22 - - [2025-10-13 04:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.026257 10.0.0.22 - - [2025-10-13 04:03:20] "GET /floating-ip/9c25a3ae-9c6a-42dc-83fe-1fc153c1a85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.026134 10.0.0.22 - - [2025-10-13 04:03:20] "GET /floating-ip/9c25a3ae-9c6a-42dc-83fe-1fc153c1a85d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.023496 10.0.0.22 - - [2025-10-13 04:03:20] "GET /virtual-machine/d2998295-886d-4514-953a-1ec455482942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.030058 10.0.0.22 - - [2025-10-13 04:03:20] "GET /virtual-machine/d2998295-886d-4514-953a-1ec455482942?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.018048 10.0.0.22 - - [2025-10-13 04:03:20] "GET /virtual-machine-interface/ced40e0d-8b14-4bca-becf-390faea761f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.021540 10.0.0.22 - - [2025-10-13 04:03:20] "POST /ref-update HTTP/1.1" 200 156 0.023740 10.0.0.22 - - [2025-10-13 04:03:20] "POST /neutron/floatingip HTTP/1.1" 200 543 0.066996 10.0.0.22 - - [2025-10-13 04:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.014887 10.0.0.22 - - [2025-10-13 04:03:20] "GET /routing-instance/0f35e513-04cd-46f6-91b3-e1cf2cc466a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.018256 10.0.0.22 - - [2025-10-13 04:03:21] "POST /neutron/port HTTP/1.1" 200 1113 0.066727 10.0.0.41 - - [2025-10-13 04:03:21] "GET /obj-perms HTTP/1.1" 200 5056 0.051818 10.0.0.22 - - [2025-10-13 04:03:21] "GET /virtual-machine/d2998295-886d-4514-953a-1ec455482942 HTTP/1.1" 200 1293 0.017068 10.0.0.22 - - [2025-10-13 04:03:21] "GET /virtual-machine-interface/ced40e0d-8b14-4bca-becf-390faea761f4 HTTP/1.1" 200 3586 0.020514 10.0.0.22 - - [2025-10-13 04:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.020557 10.0.0.22 - - [2025-10-13 04:03:21] "GET /security-group/96b268d2-ec54-47da-8157-dffd8d288254?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.019326 10.0.0.22 - - [2025-10-13 04:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.014613 10.0.0.22 - - [2025-10-13 04:03:21] "GET /security-group/96b268d2-ec54-47da-8157-dffd8d288254?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.015328 10.0.0.22 - - [2025-10-13 04:03:21] "POST /neutron/security_group HTTP/1.1" 200 568 0.018449 10.0.0.22 - - [2025-10-13 04:03:21] "DELETE /floating-ip/9c25a3ae-9c6a-42dc-83fe-1fc153c1a85d HTTP/1.1" 200 115 0.065244 10.0.0.22 - - [2025-10-13 04:03:21] "GET /virtual-machine/d2998295-886d-4514-953a-1ec455482942 HTTP/1.1" 200 1293 0.018853 10.0.0.22 - - [2025-10-13 04:03:22] "POST /neutron/port HTTP/1.1" 200 151 0.152297 10.0.0.22 - - [2025-10-13 04:03:23] "GET /virtual-machine/d2998295-886d-4514-953a-1ec455482942 HTTP/1.1" 404 171 0.014649 10.0.0.22 - - [2025-10-13 04:03:23] "GET /virtual-machine/d2998295-886d-4514-953a-1ec455482942 HTTP/1.1" 404 171 0.011520 10.0.0.22 - - [2025-10-13 04:03:23] "GET /virtual-machine/d2998295-886d-4514-953a-1ec455482942 HTTP/1.1" 404 171 0.012045 10.0.0.22 - - [2025-10-13 04:03:24] "POST /fqname-to-id HTTP/1.1" 403 354 0.015867 10.0.0.22 - - [2025-10-13 04:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.22 - - [2025-10-13 04:03:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003811 10.0.0.22 - - [2025-10-13 04:03:24] "GET /virtual-networks?parent_id=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.020547 10.0.0.22 - - [2025-10-13 04:03:24] "GET /virtual-network/8f090c29-7a1f-49db-94fd-06507d7c1609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.021453 10.0.0.22 - - [2025-10-13 04:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.015009 10.0.0.22 - - [2025-10-13 04:03:24] "GET /routing-instance/d96455b3-d107-48d7-bfea-6fb037ddf965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.027213 10.0.0.22 - - [2025-10-13 04:03:24] "GET /obj-perms HTTP/1.1" 403 257 0.012156 10.0.0.22 - - [2025-10-13 04:03:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003720 10.0.0.41 - - [2025-10-13 04:03:30] "GET /obj-perms HTTP/1.1" 200 5030 0.004552 10.0.0.22 - - [2025-10-13 04:03:33] "GET /obj-perms HTTP/1.1" 200 5030 0.004150 10.0.0.41 - - [2025-10-13 04:03:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004031 10.0.0.22 - - [2025-10-13 04:03:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004726 10.0.0.22 - - [2025-10-13 04:03:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004558 10.0.0.41 - - [2025-10-13 04:03:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004044 10.0.0.22 - - [2025-10-13 04:03:46] "POST /fqname-to-id HTTP/1.1" 404 232 0.032315 10.0.0.41 - - [2025-10-13 04:03:46] "DELETE /access-control-list/b06bffbe-98f5-4f76-9b9b-b4275834f551 HTTP/1.1" 200 115 0.038560 10.0.0.22 - - [2025-10-13 04:03:46] "POST /neutron/network HTTP/1.1" 200 863 0.032371 10.0.0.22 - - [2025-10-13 04:03:47] "DELETE /api-access-list/bfb9b5e7-938e-494b-8d60-001b4c285728 HTTP/1.1" 200 115 0.053516 10.0.0.41 - - [2025-10-13 04:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005666 10.0.0.41 - - [2025-10-13 04:03:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002817 10.0.0.41 - - [2025-10-13 04:03:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002374 10.0.0.22 - - [2025-10-13 04:03:47] "POST /neutron/network HTTP/1.1" 200 151 0.159473 10.0.0.22 - - [2025-10-13 04:03:49] "GET /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.004372 10.0.0.22 - - [2025-10-13 04:03:49] "PUT /api-access-list/a1d03724-6a5c-403d-947e-371a3b427738 HTTP/1.1" 200 264 0.011811 10.0.0.41 - - [2025-10-13 04:03:49] "GET /projects?obj_uuids=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000975 10.0.0.22 - - [2025-10-13 04:03:49] "GET /project/6b50f1c7-7686-40ae-b691-46e6746ba66b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.040327 10.0.0.41 - - [2025-10-13 04:03:49] "GET /projects?obj_uuids=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.22 - - [2025-10-13 04:03:49] "GET /project/6b50f1c7-7686-40ae-b691-46e6746ba66b?fields=virtual_networks HTTP/1.1" 200 1031 0.055038 10.0.0.41 - - [2025-10-13 04:03:49] "GET /projects?obj_uuids=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001380 10.0.0.22 - - [2025-10-13 04:03:49] "GET /project/6b50f1c7-7686-40ae-b691-46e6746ba66b?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.044658 10.0.0.41 - - [2025-10-13 04:03:49] "GET /projects?obj_uuids=6b50f1c7-7686-40ae-b691-46e6746ba66b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000943 10.0.0.22 - - [2025-10-13 04:03:49] "GET /project/6b50f1c7-7686-40ae-b691-46e6746ba66b?fields=security_groups HTTP/1.1" 200 1257 0.043414 10.0.0.41 - - [2025-10-13 04:03:50] "GET /projects?obj_uuids=46f40d4e-ed17-4d16-8bf0-099186d25886&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001716 10.0.0.22 - - [2025-10-13 04:03:50] "GET /project/46f40d4e-ed17-4d16-8bf0-099186d25886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.042471 [Introspect:8084]10.0.0.22 - - [2025-10-13 04:03:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001188 10.0.0.22 - - [2025-10-13 04:03:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.025891 10.0.0.41 - - [2025-10-13 04:03:53] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003442 10.0.0.41 - - [2025-10-13 04:03:53] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002354 10.0.0.41 - - [2025-10-13 04:03:53] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008225 10.0.0.41 - - [2025-10-13 04:03:53] "POST /id-to-fqname HTTP/1.1" 200 191 0.003642 10.0.0.41 - - [2025-10-13 04:03:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.003251 10.0.0.41 - - [2025-10-13 04:03:53] "POST /security-groups HTTP/1.1" 200 592 0.073067 10.0.0.41 - - [2025-10-13 04:03:54] "POST /projects HTTP/1.1" 200 587 0.271533 10.0.0.41 - - [2025-10-13 04:03:54] "POST /access-control-lists HTTP/1.1" 200 597 0.025105 10.0.0.41 - - [2025-10-13 04:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.342041 10.0.0.22 - - [2025-10-13 04:03:54] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.464934 10.0.0.22 - - [2025-10-13 04:03:55] "GET / HTTP/1.1" 200 35931 0.001675 10.0.0.22 - - [2025-10-13 04:03:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.22 - - [2025-10-13 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.055223 10.0.0.41 - - [2025-10-13 04:03:57] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030 10.0.0.22 - - [2025-10-13 04:03:57] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.042329 10.0.0.41 - - [2025-10-13 04:03:57] "POST /route-targets HTTP/1.1" 200 327 0.018900 10.0.0.41 - - [2025-10-13 04:03:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004307 10.0.0.22 - - [2025-10-13 04:03:57] "POST /neutron/subnet HTTP/1.1" 200 716 0.300268 10.0.0.22 - - [2025-10-13 04:03:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001489 10.0.0.22 - - [2025-10-13 04:03:57] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005376 10.0.0.22 - - [2025-10-13 04:03:57] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005422 10.0.0.22 - - [2025-10-13 04:03:57] "POST /neutron/network HTTP/1.1" 200 825 0.006442 10.0.0.22 - - [2025-10-13 04:03:58] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005368 10.0.0.19 - - [2025-10-13 04:03:59] "GET /obj-perms HTTP/1.1" 200 5032 0.045471 10.0.0.22 - - [2025-10-13 04:03:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001446 10.0.0.41 - - [2025-10-13 04:04:00] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001698 10.0.0.22 - - [2025-10-13 04:04:00] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.063144 10.0.0.22 - - [2025-10-13 04:04:00] "POST /neutron/network HTTP/1.1" 200 825 0.006829 10.0.0.22 - - [2025-10-13 04:04:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001683 10.0.0.22 - - [2025-10-13 04:04:00] "POST /neutron/port HTTP/1.1" 200 117 0.007041 10.0.0.41 - - [2025-10-13 04:04:01] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002095 10.0.0.22 - - [2025-10-13 04:04:01] "POST /neutron/port HTTP/1.1" 200 1059 0.317705 10.0.0.41 - - [2025-10-13 04:04:01] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001226 10.0.0.22 - - [2025-10-13 04:04:01] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.094876 10.0.0.22 - - [2025-10-13 04:04:01] "POST /neutron/port HTTP/1.1" 200 1113 0.173348 10.0.0.22 - - [2025-10-13 04:04:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005465 10.0.0.22 - - [2025-10-13 04:04:02] "POST /neutron/network HTTP/1.1" 200 825 0.007991 10.0.0.22 - - [2025-10-13 04:04:02] "POST /neutron/port HTTP/1.1" 200 117 0.007018 10.0.0.22 - - [2025-10-13 04:04:02] "POST /neutron/network HTTP/1.1" 200 835 0.006654 10.0.0.22 - - [2025-10-13 04:04:02] "POST /neutron/port HTTP/1.1" 200 1059 0.024683 10.0.0.41 - - [2025-10-13 04:04:03] "DELETE /access-control-list/56455240-981a-49ec-b3b3-44ef5357eea0 HTTP/1.1" 200 115 0.046233 10.0.0.22 - - [2025-10-13 04:04:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007895 10.0.0.22 - - [2025-10-13 04:04:03] "POST /neutron/network HTTP/1.1" 200 825 0.006414 10.0.0.22 - - [2025-10-13 04:04:07] "POST /neutron/port HTTP/1.1" 200 1087 0.015346 10.0.0.22 - - [2025-10-13 04:04:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008507 10.0.0.22 - - [2025-10-13 04:04:07] "GET /virtual-machine/ceab0de3-7ee1-4e8f-bd55-0d0ed248616c HTTP/1.1" 401 292 0.000442 10.0.0.22 - - [2025-10-13 04:04:08] "GET /virtual-machine/ceab0de3-7ee1-4e8f-bd55-0d0ed248616c HTTP/1.1" 200 1294 0.029875 10.0.0.22 - - [2025-10-13 04:04:08] "GET /virtual-machine-interface/44fdd587-0533-4cc6-8ad4-48d11d2a8f75 HTTP/1.1" 200 2948 0.005675 10.0.0.22 - - [2025-10-13 04:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.22 - - [2025-10-13 04:04:08] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004638 10.0.0.22 - - [2025-10-13 04:04:08] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004021 10.0.0.22 - - [2025-10-13 04:04:08] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005821 10.0.0.22 - - [2025-10-13 04:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.22 - - [2025-10-13 04:04:11] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007209 10.0.0.22 - - [2025-10-13 04:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.22 - - [2025-10-13 04:04:15] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006373 10.0.0.41 - - [2025-10-13 04:04:15] "DELETE /project/6b50f1c7-7686-40ae-b691-46e6746ba66b HTTP/1.1" 404 177 0.004568 10.0.0.41 - - [2025-10-13 04:04:15] "DELETE /project/eef489d95b344aa290a2f52b68c1b4a9 HTTP/1.1" 404 173 0.004767 10.0.0.22 - - [2025-10-13 04:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.22 - - [2025-10-13 04:04:19] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005145 10.0.0.22 - - [2025-10-13 04:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.22 - - [2025-10-13 04:04:23] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006688 10.0.0.22 - - [2025-10-13 04:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.22 - - [2025-10-13 04:04:27] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006050 10.0.0.22 - - [2025-10-13 04:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.22 - - [2025-10-13 04:04:31] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005049 10.0.0.22 - - [2025-10-13 04:04:33] "POST /neutron/network HTTP/1.1" 200 835 0.006811 10.0.0.22 - - [2025-10-13 04:04:33] "POST /neutron/port HTTP/1.1" 200 117 0.001185 10.0.0.22 - - [2025-10-13 04:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.22 - - [2025-10-13 04:04:35] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005329 10.0.0.22 - - [2025-10-13 04:04:36] "POST /neutron/port HTTP/1.1" 200 1087 0.019150 10.0.0.22 - - [2025-10-13 04:04:36] "POST /neutron/subnet HTTP/1.1" 200 690 0.009027 10.0.0.22 - - [2025-10-13 04:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.22 - - [2025-10-13 04:04:39] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005423 10.0.0.22 - - [2025-10-13 04:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.22 - - [2025-10-13 04:04:42] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003928 10.0.0.22 - - [2025-10-13 04:04:42] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002923 10.0.0.22 - - [2025-10-13 04:04:42] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006109 10.0.0.22 - - [2025-10-13 04:04:42] "POST /neutron/port HTTP/1.1" 200 1087 0.016648 10.0.0.22 - - [2025-10-13 04:04:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010211 10.0.0.22 - - [2025-10-13 04:04:52] "POST /neutron/port HTTP/1.1" 200 1087 0.015161 10.0.0.19 - - [2025-10-13 04:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.19 - - [2025-10-13 04:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000552 10.0.0.41 - - [2025-10-13 04:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000611 10.0.0.41 - - [2025-10-13 04:04:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000638 10.0.0.41 - - [2025-10-13 04:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.41 - - [2025-10-13 04:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000729 10.0.0.19 - - [2025-10-13 04:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.19 - - [2025-10-13 04:04:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000565 10.0.0.22 - - [2025-10-13 04:04:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007933 10.0.0.22 - - [2025-10-13 04:04:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.22 - - [2025-10-13 04:04:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.22 - - [2025-10-13 04:04:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000625 10.0.0.22 - - [2025-10-13 04:04:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000634 10.0.0.22 - - [2025-10-13 04:05:02] "POST /neutron/port HTTP/1.1" 200 1087 0.014230 10.0.0.22 - - [2025-10-13 04:05:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008696 10.0.0.22 - - [2025-10-13 04:05:03] "GET /virtual-machine/7e3be1fc-cb81-4824-a6f0-c581c998d078 HTTP/1.1" 200 1293 0.006377 10.0.0.22 - - [2025-10-13 04:05:03] "GET /virtual-machine-interface/66a25e9b-4ecb-4274-a165-67bac64e527c HTTP/1.1" 200 2948 0.006172 10.0.0.22 - - [2025-10-13 04:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.22 - - [2025-10-13 04:05:03] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004833 10.0.0.22 - - [2025-10-13 04:05:03] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003609 10.0.0.22 - - [2025-10-13 04:05:03] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006099 10.0.0.22 - - [2025-10-13 04:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.22 - - [2025-10-13 04:05:04] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003826 10.0.0.22 - - [2025-10-13 04:05:04] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003366 10.0.0.22 - - [2025-10-13 04:05:04] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005450 10.0.0.22 - - [2025-10-13 04:05:34] "POST /neutron/port HTTP/1.1" 200 1087 0.017802 10.0.0.22 - - [2025-10-13 04:05:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004159 10.0.0.22 - - [2025-10-13 04:05:34] "POST /neutron/network HTTP/1.1" 200 825 0.008950 10.0.0.22 - - [2025-10-13 04:05:37] "POST /neutron/network HTTP/1.1" 200 835 0.030135 10.0.0.22 - - [2025-10-13 04:05:37] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.22 - - [2025-10-13 04:06:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009290 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-machine/ceab0de3-7ee1-4e8f-bd55-0d0ed248616c HTTP/1.1" 200 1294 0.004292 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-machine-interface/44fdd587-0533-4cc6-8ad4-48d11d2a8f75 HTTP/1.1" 200 2948 0.007030 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-machine/ceab0de3-7ee1-4e8f-bd55-0d0ed248616c HTTP/1.1" 200 1294 0.005225 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-machine-interface/44fdd587-0533-4cc6-8ad4-48d11d2a8f75 HTTP/1.1" 200 2948 0.006051 10.0.0.22 - - [2025-10-13 04:06:20] "GET /instance-ip/229850be-18a9-411e-9fde-4f89320572e4 HTTP/1.1" 200 1621 0.007810 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-machine/ceab0de3-7ee1-4e8f-bd55-0d0ed248616c HTTP/1.1" 200 1294 0.003662 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-machine-interface/44fdd587-0533-4cc6-8ad4-48d11d2a8f75 HTTP/1.1" 200 2948 0.006357 10.0.0.22 - - [2025-10-13 04:06:20] "GET /instance-ip/229850be-18a9-411e-9fde-4f89320572e4 HTTP/1.1" 200 1621 0.004835 10.0.0.22 - - [2025-10-13 04:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.22 - - [2025-10-13 04:06:20] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005121 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004806 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006054 10.0.0.22 - - [2025-10-13 04:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.22 - - [2025-10-13 04:06:20] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004170 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003034 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006218 10.0.0.22 - - [2025-10-13 04:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.22 - - [2025-10-13 04:06:20] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007198 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004053 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007267 10.0.0.22 - - [2025-10-13 04:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.22 - - [2025-10-13 04:06:20] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004261 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003490 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006114 10.0.0.22 - - [2025-10-13 04:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.22 - - [2025-10-13 04:06:20] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004499 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003094 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005914 10.0.0.22 - - [2025-10-13 04:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.22 - - [2025-10-13 04:06:20] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004004 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003165 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005848 10.0.0.22 - - [2025-10-13 04:06:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.22 - - [2025-10-13 04:06:20] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004363 10.0.0.22 - - [2025-10-13 04:06:20] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003414 10.0.0.22 - - [2025-10-13 04:06:21] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007655 10.0.0.22 - - [2025-10-13 04:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.22 - - [2025-10-13 04:06:21] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004771 10.0.0.22 - - [2025-10-13 04:06:21] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004971 10.0.0.22 - - [2025-10-13 04:06:21] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006437 10.0.0.22 - - [2025-10-13 04:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.22 - - [2025-10-13 04:06:21] "GET /routing-instance/5d9f708d-bbbd-4c33-ab06-272cc9e6c4aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004701 10.0.0.22 - - [2025-10-13 04:06:21] "GET /route-target/b4606b3d-4371-4ee0-848f-998607a488f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004391 10.0.0.22 - - [2025-10-13 04:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.22 - - [2025-10-13 04:06:21] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004038 10.0.0.22 - - [2025-10-13 04:06:21] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003312 10.0.0.22 - - [2025-10-13 04:06:21] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008499 10.0.0.22 - - [2025-10-13 04:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.22 - - [2025-10-13 04:06:21] "GET /routing-instance/5d9f708d-bbbd-4c33-ab06-272cc9e6c4aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004261 10.0.0.22 - - [2025-10-13 04:06:21] "GET /route-target/b4606b3d-4371-4ee0-848f-998607a488f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005330 10.0.0.22 - - [2025-10-13 04:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006224 10.0.0.22 - - [2025-10-13 04:06:21] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003975 10.0.0.22 - - [2025-10-13 04:06:21] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002749 10.0.0.22 - - [2025-10-13 04:06:21] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005643 10.0.0.22 - - [2025-10-13 04:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.22 - - [2025-10-13 04:06:21] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004427 10.0.0.22 - - [2025-10-13 04:06:21] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003129 10.0.0.22 - - [2025-10-13 04:06:22] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006883 10.0.0.22 - - [2025-10-13 04:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.22 - - [2025-10-13 04:06:22] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005393 10.0.0.22 - - [2025-10-13 04:06:22] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003994 10.0.0.22 - - [2025-10-13 04:06:22] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005872 10.0.0.41 - - [2025-10-13 04:06:22] "GET /obj-perms HTTP/1.1" 200 5032 0.046643 10.0.0.22 - - [2025-10-13 04:06:22] "GET /obj-perms HTTP/1.1" 200 5032 0.046332 10.0.0.22 - - [2025-10-13 04:06:22] "GET /obj-perms HTTP/1.1" 200 5032 0.005119 10.0.0.22 - - [2025-10-13 04:06:22] "GET /obj-perms HTTP/1.1" 200 5032 0.004040 10.0.0.19 - - [2025-10-13 04:06:22] "GET /obj-perms HTTP/1.1" 200 5032 0.004420 10.0.0.41 - - [2025-10-13 04:06:22] "GET /obj-perms HTTP/1.1" 200 5032 0.003667 10.0.0.22 - - [2025-10-13 04:06:22] "GET /virtual-machine/7e3be1fc-cb81-4824-a6f0-c581c998d078 HTTP/1.1" 200 1293 0.004566 10.0.0.22 - - [2025-10-13 04:06:22] "GET /virtual-machine-interface/66a25e9b-4ecb-4274-a165-67bac64e527c HTTP/1.1" 200 2948 0.005318 10.0.0.22 - - [2025-10-13 04:06:22] "GET /virtual-machine/7e3be1fc-cb81-4824-a6f0-c581c998d078 HTTP/1.1" 200 1293 0.004020 10.0.0.22 - - [2025-10-13 04:06:22] "GET /virtual-machine-interface/66a25e9b-4ecb-4274-a165-67bac64e527c HTTP/1.1" 200 2948 0.005089 10.0.0.22 - - [2025-10-13 04:06:22] "GET /instance-ip/9d2295b9-87eb-43b2-897d-df7d5e916e99 HTTP/1.1" 200 1621 0.005424 10.0.0.22 - - [2025-10-13 04:06:22] "GET /virtual-machine/7e3be1fc-cb81-4824-a6f0-c581c998d078 HTTP/1.1" 200 1293 0.003579 10.0.0.22 - - [2025-10-13 04:06:22] "GET /virtual-machine-interface/66a25e9b-4ecb-4274-a165-67bac64e527c HTTP/1.1" 200 2948 0.005037 10.0.0.22 - - [2025-10-13 04:06:22] "GET /instance-ip/9d2295b9-87eb-43b2-897d-df7d5e916e99 HTTP/1.1" 200 1621 0.004170 10.0.0.22 - - [2025-10-13 04:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.22 - - [2025-10-13 04:06:22] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004290 10.0.0.22 - - [2025-10-13 04:06:22] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002895 10.0.0.22 - - [2025-10-13 04:06:22] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006243 10.0.0.22 - - [2025-10-13 04:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.22 - - [2025-10-13 04:06:23] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004601 10.0.0.22 - - [2025-10-13 04:06:23] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003109 10.0.0.22 - - [2025-10-13 04:06:23] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005591 10.0.0.22 - - [2025-10-13 04:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005893 10.0.0.22 - - [2025-10-13 04:06:23] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004054 10.0.0.22 - - [2025-10-13 04:06:23] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003203 10.0.0.22 - - [2025-10-13 04:06:23] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005663 10.0.0.22 - - [2025-10-13 04:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.22 - - [2025-10-13 04:06:23] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004390 10.0.0.22 - - [2025-10-13 04:06:23] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004669 10.0.0.22 - - [2025-10-13 04:06:23] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005890 10.0.0.22 - - [2025-10-13 04:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.22 - - [2025-10-13 04:06:23] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004654 10.0.0.22 - - [2025-10-13 04:06:23] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004781 10.0.0.22 - - [2025-10-13 04:06:23] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006226 10.0.0.22 - - [2025-10-13 04:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.22 - - [2025-10-13 04:06:23] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004154 10.0.0.22 - - [2025-10-13 04:06:23] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003116 10.0.0.22 - - [2025-10-13 04:06:23] "GET /obj-perms HTTP/1.1" 200 5056 0.043482 10.0.0.22 - - [2025-10-13 04:06:23] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006404 10.0.0.22 - - [2025-10-13 04:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.22 - - [2025-10-13 04:06:23] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004463 10.0.0.22 - - [2025-10-13 04:06:23] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003574 10.0.0.22 - - [2025-10-13 04:06:23] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005921 10.0.0.22 - - [2025-10-13 04:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.22 - - [2025-10-13 04:06:23] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003665 10.0.0.22 - - [2025-10-13 04:06:23] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002774 10.0.0.22 - - [2025-10-13 04:06:24] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005983 10.0.0.22 - - [2025-10-13 04:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.22 - - [2025-10-13 04:06:24] "GET /routing-instance/5d9f708d-bbbd-4c33-ab06-272cc9e6c4aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004983 10.0.0.22 - - [2025-10-13 04:06:24] "GET /route-target/b4606b3d-4371-4ee0-848f-998607a488f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004333 10.0.0.22 - - [2025-10-13 04:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.22 - - [2025-10-13 04:06:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003379 10.0.0.22 - - [2025-10-13 04:06:24] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003735 10.0.0.22 - - [2025-10-13 04:06:24] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005642 10.0.0.22 - - [2025-10-13 04:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.22 - - [2025-10-13 04:06:24] "GET /routing-instance/5d9f708d-bbbd-4c33-ab06-272cc9e6c4aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005396 10.0.0.22 - - [2025-10-13 04:06:24] "GET /route-target/b4606b3d-4371-4ee0-848f-998607a488f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004175 10.0.0.22 - - [2025-10-13 04:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.22 - - [2025-10-13 04:06:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004787 10.0.0.22 - - [2025-10-13 04:06:24] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003373 10.0.0.22 - - [2025-10-13 04:06:24] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005808 10.0.0.22 - - [2025-10-13 04:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.22 - - [2025-10-13 04:06:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005073 10.0.0.22 - - [2025-10-13 04:06:24] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002985 10.0.0.22 - - [2025-10-13 04:06:24] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005851 10.0.0.22 - - [2025-10-13 04:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.22 - - [2025-10-13 04:06:24] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004477 10.0.0.22 - - [2025-10-13 04:06:24] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003121 10.0.0.22 - - [2025-10-13 04:06:24] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006472 10.0.0.41 - - [2025-10-13 04:06:24] "GET /obj-perms HTTP/1.1" 200 5032 0.003809 10.0.0.22 - - [2025-10-13 04:06:24] "GET /obj-perms HTTP/1.1" 200 5032 0.004308 10.0.0.22 - - [2025-10-13 04:06:25] "GET /obj-perms HTTP/1.1" 200 5032 0.003980 10.0.0.41 - - [2025-10-13 04:06:25] "GET /obj-perms HTTP/1.1" 200 5032 0.003860 10.0.0.22 - - [2025-10-13 04:06:30] "GET /virtual-machine/7e3be1fc-cb81-4824-a6f0-c581c998d078 HTTP/1.1" 200 1293 0.004679 10.0.0.22 - - [2025-10-13 04:06:30] "POST /neutron/port HTTP/1.1" 200 1087 0.016268 10.0.0.22 - - [2025-10-13 04:06:32] "GET /virtual-machine/7e3be1fc-cb81-4824-a6f0-c581c998d078 HTTP/1.1" 404 171 0.003597 10.0.0.22 - - [2025-10-13 04:06:32] "GET /virtual-machine/7e3be1fc-cb81-4824-a6f0-c581c998d078 HTTP/1.1" 404 171 0.010226 10.0.0.22 - - [2025-10-13 04:06:32] "GET /virtual-machine/7e3be1fc-cb81-4824-a6f0-c581c998d078 HTTP/1.1" 404 171 0.002792 10.0.0.22 - - [2025-10-13 04:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.22 - - [2025-10-13 04:06:32] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003966 10.0.0.22 - - [2025-10-13 04:06:32] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004474 10.0.0.22 - - [2025-10-13 04:06:32] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005901 10.0.0.22 - - [2025-10-13 04:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.22 - - [2025-10-13 04:06:32] "GET /routing-instance/5d9f708d-bbbd-4c33-ab06-272cc9e6c4aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004325 10.0.0.22 - - [2025-10-13 04:06:32] "GET /route-target/b4606b3d-4371-4ee0-848f-998607a488f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007517 10.0.0.22 - - [2025-10-13 04:06:35] "POST /neutron/port HTTP/1.1" 200 1087 0.020216 10.0.0.22 - - [2025-10-13 04:06:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003752 10.0.0.22 - - [2025-10-13 04:06:35] "POST /neutron/network HTTP/1.1" 200 825 0.007885 10.0.0.22 - - [2025-10-13 04:06:35] "GET /obj-perms HTTP/1.1" 200 5032 0.004307 10.0.0.41 - - [2025-10-13 04:06:35] "GET /obj-perms HTTP/1.1" 200 5032 0.003598 10.0.0.22 - - [2025-10-13 04:06:45] "GET /obj-perms HTTP/1.1" 200 5032 0.004297 10.0.0.41 - - [2025-10-13 04:06:45] "GET /obj-perms HTTP/1.1" 200 5032 0.004155 10.0.0.22 - - [2025-10-13 04:06:48] "GET /obj-perms HTTP/1.1" 200 5032 0.004082 10.0.0.22 - - [2025-10-13 04:06:48] "GET /virtual-machine/ceab0de3-7ee1-4e8f-bd55-0d0ed248616c HTTP/1.1" 200 1294 0.004350 10.0.0.22 - - [2025-10-13 04:06:49] "POST /neutron/port HTTP/1.1" 200 151 0.172089 10.0.0.22 - - [2025-10-13 04:06:50] "GET /virtual-machine/ceab0de3-7ee1-4e8f-bd55-0d0ed248616c HTTP/1.1" 404 171 0.003601 10.0.0.22 - - [2025-10-13 04:06:50] "GET /virtual-machine/ceab0de3-7ee1-4e8f-bd55-0d0ed248616c HTTP/1.1" 404 171 0.003270 10.0.0.22 - - [2025-10-13 04:06:50] "GET /virtual-machine/ceab0de3-7ee1-4e8f-bd55-0d0ed248616c HTTP/1.1" 404 171 0.002964 10.0.0.22 - - [2025-10-13 04:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.22 - - [2025-10-13 04:06:50] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004270 10.0.0.22 - - [2025-10-13 04:06:50] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003141 10.0.0.22 - - [2025-10-13 04:06:50] "GET /virtual-network/ea0b161d-3fc3-4def-936a-cdc673cb9505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006311 10.0.0.22 - - [2025-10-13 04:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.22 - - [2025-10-13 04:06:50] "GET /routing-instance/5d9f708d-bbbd-4c33-ab06-272cc9e6c4aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004603 10.0.0.22 - - [2025-10-13 04:06:50] "GET /route-target/b4606b3d-4371-4ee0-848f-998607a488f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004473 10.0.0.22 - - [2025-10-13 04:06:53] "GET /obj-perms HTTP/1.1" 200 5032 0.004882 10.0.0.22 - - [2025-10-13 04:06:57] "GET /obj-perms HTTP/1.1" 200 5032 0.005547 10.0.0.22 - - [2025-10-13 04:07:03] "GET /obj-perms HTTP/1.1" 200 5032 0.004402 10.0.0.22 - - [2025-10-13 04:07:06] "GET /obj-perms HTTP/1.1" 200 5032 0.003857 10.0.0.22 - - [2025-10-13 04:07:09] "GET /obj-perms HTTP/1.1" 200 5032 0.003749 10.0.0.19 - - [2025-10-13 04:07:09] "GET /obj-perms HTTP/1.1" 200 5032 0.004287 10.0.0.41 - - [2025-10-13 04:07:09] "GET /obj-perms HTTP/1.1" 200 5032 0.003934 10.0.0.22 - - [2025-10-13 04:07:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.003564 10.0.0.22 - - [2025-10-13 04:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.41 - - [2025-10-13 04:07:12] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.025420 10.0.0.22 - - [2025-10-13 04:07:12] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.068204 10.0.0.22 - - [2025-10-13 04:07:12] "POST /network-policys HTTP/1.1" 200 522 0.028481 10.0.0.22 - - [2025-10-13 04:07:12] "GET /network-policy/943d5490-6d95-417a-8125-9d14632f32ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005611 10.0.0.22 - - [2025-10-13 04:07:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.002550 10.0.0.22 - - [2025-10-13 04:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.41 - - [2025-10-13 04:07:12] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000976 10.0.0.22 - - [2025-10-13 04:07:12] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048540 10.0.0.22 - - [2025-10-13 04:07:12] "POST /network-policys HTTP/1.1" 200 522 0.029942 10.0.0.22 - - [2025-10-13 04:07:12] "GET /network-policy/3bef3c93-9b2b-4f3f-bffc-70a625fe4bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006151 10.0.0.22 - - [2025-10-13 04:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.41 - - [2025-10-13 04:07:12] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911 10.0.0.22 - - [2025-10-13 04:07:12] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.037639 10.0.0.22 - - [2025-10-13 04:07:12] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003412 10.0.0.22 - - [2025-10-13 04:07:13] "POST /virtual-networks HTTP/1.1" 200 546 0.083459 10.0.0.22 - - [2025-10-13 04:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005011 10.0.0.41 - - [2025-10-13 04:07:13] "POST /route-targets HTTP/1.1" 200 327 0.040481 10.0.0.22 - - [2025-10-13 04:07:13] "GET /network-ipam/a0d45265-9121-4349-be49-2f4aab73a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.016659 10.0.0.41 - - [2025-10-13 04:07:13] "POST /useragent-kv HTTP/1.1" 200 115 0.009314 10.0.0.22 - - [2025-10-13 04:07:13] "POST /ref-update HTTP/1.1" 200 156 0.079641 10.0.0.22 - - [2025-10-13 04:07:13] "POST /neutron/network HTTP/1.1" 200 809 0.007652 10.0.0.22 - - [2025-10-13 04:07:13] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.007232 10.0.0.22 - - [2025-10-13 04:07:13] "POST /neutron/subnet HTTP/1.1" 200 672 0.010725 10.0.0.22 - - [2025-10-13 04:07:13] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005307 10.0.0.22 - - [2025-10-13 04:07:13] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.005474 10.0.0.22 - - [2025-10-13 04:07:13] "PUT /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082 HTTP/1.1" 200 264 0.043391 10.0.0.22 - - [2025-10-13 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.22 - - [2025-10-13 04:07:14] "GET /network-policy/943d5490-6d95-417a-8125-9d14632f32ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004915 10.0.0.22 - - [2025-10-13 04:07:14] "POST /ref-update HTTP/1.1" 200 156 0.048482 10.0.0.41 - - [2025-10-13 04:07:14] "POST /access-control-lists HTTP/1.1" 200 592 0.035400 10.0.0.22 - - [2025-10-13 04:07:14] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005841 10.0.0.22 - - [2025-10-13 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.22 - - [2025-10-13 04:07:14] "GET /network-policy/943d5490-6d95-417a-8125-9d14632f32ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004623 10.0.0.22 - - [2025-10-13 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.41 - - [2025-10-13 04:07:14] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001575 10.0.0.22 - - [2025-10-13 04:07:14] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.041919 10.0.0.22 - - [2025-10-13 04:07:14] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004407 10.0.0.22 - - [2025-10-13 04:07:14] "POST /virtual-networks HTTP/1.1" 200 546 0.081594 10.0.0.22 - - [2025-10-13 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.22 - - [2025-10-13 04:07:14] "GET /network-ipam/a0d45265-9121-4349-be49-2f4aab73a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.004571 10.0.0.41 - - [2025-10-13 04:07:14] "POST /useragent-kv HTTP/1.1" 200 115 0.007686 10.0.0.22 - - [2025-10-13 04:07:14] "POST /ref-update HTTP/1.1" 200 156 0.083655 10.0.0.22 - - [2025-10-13 04:07:14] "POST /neutron/network HTTP/1.1" 200 809 0.006456 10.0.0.22 - - [2025-10-13 04:07:14] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.004946 10.0.0.22 - - [2025-10-13 04:07:15] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.008254 10.0.0.22 - - [2025-10-13 04:07:15] "GET /obj-perms HTTP/1.1" 200 5032 0.004293 10.0.0.22 - - [2025-10-13 04:07:15] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007308 10.0.0.22 - - [2025-10-13 04:07:15] "PUT /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101 HTTP/1.1" 200 264 0.043445 10.0.0.22 - - [2025-10-13 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.22 - - [2025-10-13 04:07:15] "GET /network-policy/3bef3c93-9b2b-4f3f-bffc-70a625fe4bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005156 10.0.0.41 - - [2025-10-13 04:07:15] "POST /fqname-to-id HTTP/1.1" 404 237 0.007452 10.0.0.22 - - [2025-10-13 04:07:15] "POST /ref-update HTTP/1.1" 200 156 0.050226 10.0.0.22 - - [2025-10-13 04:07:15] "POST /neutron/network HTTP/1.1" 200 886 0.019514 10.0.0.22 - - [2025-10-13 04:07:15] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005944 10.0.0.22 - - [2025-10-13 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.22 - - [2025-10-13 04:07:15] "GET /network-policy/3bef3c93-9b2b-4f3f-bffc-70a625fe4bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.003835 10.0.0.22 - - [2025-10-13 04:07:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.000956 10.0.0.41 - - [2025-10-13 04:07:16] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001496 10.0.0.22 - - [2025-10-13 04:07:16] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060608 10.0.0.22 - - [2025-10-13 04:07:16] "POST /neutron/port HTTP/1.1" 200 117 0.005666 10.0.0.22 - - [2025-10-13 04:07:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001271 10.0.0.22 - - [2025-10-13 04:07:17] "POST /neutron/network HTTP/1.1" 200 896 0.007168 10.0.0.41 - - [2025-10-13 04:07:17] "PUT /access-control-list/ef13b3e2-95e2-462e-b128-fc2d7122c9f2 HTTP/1.1" 200 272 0.017272 10.0.0.22 - - [2025-10-13 04:07:17] "POST /neutron/port HTTP/1.1" 200 1061 0.015065 10.0.0.41 - - [2025-10-13 04:07:17] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001057 10.0.0.22 - - [2025-10-13 04:07:17] "POST /neutron/port HTTP/1.1" 200 1089 0.017684 10.0.0.22 - - [2025-10-13 04:07:17] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.096004 10.0.0.22 - - [2025-10-13 04:07:17] "POST /neutron/subnet HTTP/1.1" 200 646 0.009028 10.0.0.22 - - [2025-10-13 04:07:18] "POST /neutron/port HTTP/1.1" 200 1089 0.018436 10.0.0.22 - - [2025-10-13 04:07:18] "POST /neutron/port HTTP/1.1" 200 1089 0.014453 10.0.0.41 - - [2025-10-13 04:07:18] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001561 10.0.0.22 - - [2025-10-13 04:07:18] "POST /neutron/port HTTP/1.1" 200 1061 0.268340 10.0.0.22 - - [2025-10-13 04:07:18] "POST /neutron/port HTTP/1.1" 200 1115 0.109454 10.0.0.22 - - [2025-10-13 04:07:18] "POST /neutron/subnet HTTP/1.1" 200 646 0.008996 10.0.0.22 - - [2025-10-13 04:07:23] "POST /neutron/port HTTP/1.1" 200 1089 0.015027 10.0.0.22 - - [2025-10-13 04:07:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006958 10.0.0.22 - - [2025-10-13 04:07:23] "GET /virtual-machine/92f1f10e-669e-4c70-bc97-d81b3f1d5775 HTTP/1.1" 200 1294 0.006325 10.0.0.22 - - [2025-10-13 04:07:23] "GET /virtual-machine-interface/e6c97c0f-a72e-43ca-b4a5-3ea3a6725700 HTTP/1.1" 200 2949 0.008126 10.0.0.22 - - [2025-10-13 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.22 - - [2025-10-13 04:07:23] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004338 10.0.0.22 - - [2025-10-13 04:07:23] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005481 10.0.0.22 - - [2025-10-13 04:07:23] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005759 10.0.0.19 - - [2025-10-13 04:07:23] "GET /obj-perms HTTP/1.1" 200 5056 0.041206 10.0.0.41 - - [2025-10-13 04:07:24] "GET /obj-perms HTTP/1.1" 200 5056 0.045560 10.0.0.22 - - [2025-10-13 04:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.22 - - [2025-10-13 04:07:26] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005586 10.0.0.22 - - [2025-10-13 04:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.22 - - [2025-10-13 04:07:30] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005597 10.0.0.22 - - [2025-10-13 04:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.22 - - [2025-10-13 04:07:34] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006064 10.0.0.22 - - [2025-10-13 04:07:35] "POST /neutron/port HTTP/1.1" 200 1089 0.016576 10.0.0.22 - - [2025-10-13 04:07:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004293 10.0.0.22 - - [2025-10-13 04:07:35] "POST /neutron/network HTTP/1.1" 200 886 0.014824 10.0.0.22 - - [2025-10-13 04:07:37] "POST /neutron/network HTTP/1.1" 200 896 0.009264 10.0.0.22 - - [2025-10-13 04:07:37] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.22 - - [2025-10-13 04:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.22 - - [2025-10-13 04:07:39] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005383 10.0.0.22 - - [2025-10-13 04:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.22 - - [2025-10-13 04:07:43] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005729 10.0.0.22 - - [2025-10-13 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.22 - - [2025-10-13 04:07:47] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005221 10.0.0.22 - - [2025-10-13 04:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.22 - - [2025-10-13 04:07:51] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006538 10.0.0.22 - - [2025-10-13 04:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005900 10.0.0.22 - - [2025-10-13 04:07:55] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006096 10.0.0.22 - - [2025-10-13 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005524 10.0.0.22 - - [2025-10-13 04:07:57] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004959 10.0.0.22 - - [2025-10-13 04:07:57] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003565 10.0.0.22 - - [2025-10-13 04:07:57] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008163 10.0.0.22 - - [2025-10-13 04:07:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007756 10.0.0.22 - - [2025-10-13 04:08:04] "POST /neutron/port HTTP/1.1" 200 1089 0.048159 10.0.0.22 - - [2025-10-13 04:08:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006836 10.0.0.22 - - [2025-10-13 04:08:13] "POST /neutron/port HTTP/1.1" 200 1089 0.015258 10.0.0.22 - - [2025-10-13 04:08:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008590 10.0.0.22 - - [2025-10-13 04:08:18] "POST /neutron/port HTTP/1.1" 200 1089 0.014160 10.0.0.22 - - [2025-10-13 04:08:18] "GET /virtual-machine/6374e0ef-4796-4cb5-97f3-05dcc68d3e4a HTTP/1.1" 200 1293 0.005520 10.0.0.22 - - [2025-10-13 04:08:18] "GET /virtual-machine-interface/292713ce-010f-414c-8da4-cb5bb8c5b061 HTTP/1.1" 200 2948 0.004592 10.0.0.22 - - [2025-10-13 04:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.22 - - [2025-10-13 04:08:18] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003343 10.0.0.22 - - [2025-10-13 04:08:18] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002631 10.0.0.22 - - [2025-10-13 04:08:18] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005863 10.0.0.22 - - [2025-10-13 04:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.22 - - [2025-10-13 04:08:19] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003558 10.0.0.22 - - [2025-10-13 04:08:19] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003480 10.0.0.22 - - [2025-10-13 04:08:19] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005492 10.0.0.22 - - [2025-10-13 04:08:37] "POST /neutron/port HTTP/1.1" 200 1089 0.015080 10.0.0.22 - - [2025-10-13 04:08:37] "POST /neutron/subnet HTTP/1.1" 200 646 0.008852 10.0.0.22 - - [2025-10-13 04:08:38] "POST /neutron/port HTTP/1.1" 200 1089 0.015402 10.0.0.22 - - [2025-10-13 04:08:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004987 10.0.0.22 - - [2025-10-13 04:08:38] "POST /neutron/network HTTP/1.1" 200 886 0.019159 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Oct 13 04:09:46 AM UTC 2025 ===================' INFO: =================== Mon Oct 13 04:09:46 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.41 ++ 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.19,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.22:8081 10.0.0.19:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.22:8081 10.0.0.19:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.22:8081 10.0.0.19:8081 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.22:9042 10.0.0.19:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.22:9042 10.0.0.19:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.22:9042 10.0.0.19:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.22:8086 10.0.0.19:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.22:8086 10.0.0.19:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.22:8086 10.0.0.19:8086 10.0.0.41: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.19,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.22:8082 10.0.0.19:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.22:8082 10.0.0.19:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.22:8082 10.0.0.19:8082 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.22:9161 10.0.0.19:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.22:9161 10.0.0.19:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.22:9161 10.0.0.19:9161 10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.22:9041 10.0.0.19:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.22:9041 10.0.0.19:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.22:9041 10.0.0.19:9041 10.0.0.41: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.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.22:2181,10.0.0.19:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.22:2181,10.0.0.19:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22:2181,10.0.0.19:2181,10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.22:2181 10.0.0.19:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.22:2181 10.0.0.19:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.22:2181 10.0.0.19:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.22,10.0.0.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.22:5673,10.0.0.19:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.22:5673,10.0.0.19:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.22:5673,10.0.0.19:5673,10.0.0.41: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.22:6379 10.0.0.19:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.22:6379 10.0.0.19:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.22:6379 10.0.0.19:6379 10.0.0.41: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.19,10.0.0.41 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.22:9092 10.0.0.19:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.22:9092 10.0.0.19:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.22:9092 10.0.0.19:9092 10.0.0.41: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.19,10.0.0.41 ++ 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.19,10.0.0.41 ++ 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.19,10.0.0.41 ++ 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.22,10.0.0.19,10.0.0.41 +++ local servers=10.0.0.22,10.0.0.19,10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq +++ local local_ips=,10.0.0.41,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.41,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.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.41,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 3 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + [[ cql == \c\q\l ]] ++ echo 10.0.0.22:9041 10.0.0.19:9041 10.0.0.41:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.22:9041 10.0.0.19:9041 10.0.0.41:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.41:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 10/13/2025 04:09:54.462 7fae935a69c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/13/2025 04:09:54.601 7fae935a69c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/13/2025 04:09:54.612 7fae935a69c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/13/2025 04:09:54.612 7fae935a69c0 [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.41:8082/ Hit Ctrl-C to quit. 10.0.0.41 - - [2025-10-13 04:09:55] "GET / HTTP/1.1" 503 181 0.000408 10.0.0.41 - - [2025-10-13 04:09:55] "GET / HTTP/1.1" 503 181 0.000203 10.0.0.41 - - [2025-10-13 04:09:56] "GET / HTTP/1.1" 200 45871 0.001388 10.0.0.41 - - [2025-10-13 04:09:56] "GET / HTTP/1.1" 200 45871 0.001055 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.41 - - [2025-10-13 04:09:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000568 10.0.0.41 - - [2025-10-13 04:09:56] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000252 [Introspect:8084]10.0.0.22 - - [2025-10-13 04:09:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.002208 10.0.0.22 - - [2025-10-13 04:09:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000620 10.0.0.22 - - [2025-10-13 04:09:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.22 - - [2025-10-13 04:09:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.22 - - [2025-10-13 04:09:57] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.41 - - [2025-10-13 04:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.764518 10.0.0.41 - - [2025-10-13 04:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005517 10.0.0.41 - - [2025-10-13 04:09:57] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.472452 10.0.0.41 - - [2025-10-13 04:09:57] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.002979 /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.41 - - [2025-10-13 04:09:57] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001033 10.0.0.41 - - [2025-10-13 04:09:57] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.041335 10.0.0.41 - - [2025-10-13 04:09:57] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001143 10.0.0.41 - - [2025-10-13 04:09:57] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?fields=security_groups HTTP/1.1" 200 1087 0.049031 10.0.0.41 - - [2025-10-13 04:09:57] "GET /projects?obj_uuids=ba3f7369-a22e-43e8-87af-6846bca422f0&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001168 10.0.0.41 - - [2025-10-13 04:09:57] "GET /project/ba3f7369-a22e-43e8-87af-6846bca422f0?fields=application_policy_sets HTTP/1.1" 200 1380 0.047594 10.0.0.41 - - [2025-10-13 04:09:57] "DELETE /project/ba3f7369-a22e-43e8-87af-6846bca422f0 HTTP/1.1" 409 278 0.237889 [Introspect:8084]10.0.0.22 - - [2025-10-13 04:10:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001326 [Introspect:8084]10.0.0.22 - - [2025-10-13 04:10:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001265 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.22 - - [2025-10-13 04:10:02] "GET /obj-perms HTTP/1.1" 200 5032 0.392335 10.0.0.22 - - [2025-10-13 04:10:03] "GET /obj-perms HTTP/1.1" 200 5032 0.004005 10.0.0.22 - - [2025-10-13 04:10:03] "GET /obj-perms HTTP/1.1" 200 5032 0.004025 10.0.0.22 - - [2025-10-13 04:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.025292 10.0.0.41 - - [2025-10-13 04:10:03] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000963 10.0.0.22 - - [2025-10-13 04:10:03] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046873 10.0.0.22 - - [2025-10-13 04:10:03] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.006163 10.0.0.22 - - [2025-10-13 04:10:03] "POST /virtual-networks HTTP/1.1" 200 546 0.080569 10.0.0.22 - - [2025-10-13 04:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.22 - - [2025-10-13 04:10:03] "GET /network-ipam/a0d45265-9121-4349-be49-2f4aab73a975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1044 0.004621 10.0.0.41 - - [2025-10-13 04:10:03] "POST /useragent-kv HTTP/1.1" 200 115 0.009790 10.0.0.22 - - [2025-10-13 04:10:03] "POST /ref-update HTTP/1.1" 200 156 0.068063 10.0.0.22 - - [2025-10-13 04:10:03] "POST /neutron/network HTTP/1.1" 200 809 0.033342 10.0.0.22 - - [2025-10-13 04:10:03] "GET /virtual-network/a08880d7-20a4-44c2-a386-424b038371be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006739 10.0.0.41 - - [2025-10-13 04:10:04] "POST /ref-update HTTP/1.1" 200 156 0.070910 10.0.0.22 - - [2025-10-13 04:10:04] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006598 10.0.0.22 - - [2025-10-13 04:10:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001364 10.0.0.22 - - [2025-10-13 04:10:04] "POST /neutron/port HTTP/1.1" 200 2062 0.018630 10.0.0.41 - - [2025-10-13 04:10:05] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001632 10.0.0.22 - - [2025-10-13 04:10:05] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.082272 10.0.0.22 - - [2025-10-13 04:10:05] "POST /neutron/network HTTP/1.1" 200 886 0.043498 10.0.0.22 - - [2025-10-13 04:10:05] "POST /neutron/port HTTP/1.1" 200 117 0.006711 10.0.0.41 - - [2025-10-13 04:10:06] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001103 10.0.0.22 - - [2025-10-13 04:10:06] "POST /neutron/port HTTP/1.1" 200 1061 0.273378 10.0.0.22 - - [2025-10-13 04:10:06] "POST /neutron/port HTTP/1.1" 200 1115 0.136782 10.0.0.22 - - [2025-10-13 04:10:06] "POST /neutron/subnet HTTP/1.1" 200 646 0.009373 10.0.0.22 - - [2025-10-13 04:10:11] "POST /neutron/port HTTP/1.1" 200 1089 0.015681 10.0.0.22 - - [2025-10-13 04:10:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008156 10.0.0.22 - - [2025-10-13 04:10:11] "POST /neutron/port HTTP/1.1" 200 1089 0.015796 10.0.0.22 - - [2025-10-13 04:10:11] "GET /virtual-machine/43732231-1ae5-4a76-8099-54891d0808a9 HTTP/1.1" 200 1292 0.029845 10.0.0.22 - - [2025-10-13 04:10:11] "GET /virtual-machine/43732231-1ae5-4a76-8099-54891d0808a9 HTTP/1.1" 200 1292 0.003954 10.0.0.22 - - [2025-10-13 04:10:11] "GET /virtual-machine-interface/bc95d664-4724-44bc-8dba-4f0738b797b2 HTTP/1.1" 200 2949 0.005702 10.0.0.22 - - [2025-10-13 04:10:11] "GET /virtual-machine/43732231-1ae5-4a76-8099-54891d0808a9 HTTP/1.1" 200 1292 0.004189 10.0.0.22 - - [2025-10-13 04:10:11] "GET /virtual-machine-interface/bc95d664-4724-44bc-8dba-4f0738b797b2 HTTP/1.1" 200 2949 0.006081 10.0.0.22 - - [2025-10-13 04:10:11] "GET /instance-ip/509664cc-4978-4f94-867f-d6065c947aea HTTP/1.1" 200 1622 0.007229 10.0.0.22 - - [2025-10-13 04:10:11] "GET /virtual-machine/43732231-1ae5-4a76-8099-54891d0808a9 HTTP/1.1" 200 1292 0.003764 10.0.0.22 - - [2025-10-13 04:10:11] "GET /virtual-machine-interface/bc95d664-4724-44bc-8dba-4f0738b797b2 HTTP/1.1" 200 2949 0.005028 10.0.0.22 - - [2025-10-13 04:10:11] "GET /instance-ip/509664cc-4978-4f94-867f-d6065c947aea HTTP/1.1" 200 1622 0.005515 10.0.0.22 - - [2025-10-13 04:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.22 - - [2025-10-13 04:10:11] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004657 10.0.0.22 - - [2025-10-13 04:10:11] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003273 10.0.0.22 - - [2025-10-13 04:10:11] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007479 10.0.0.22 - - [2025-10-13 04:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.22 - - [2025-10-13 04:10:11] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006007 10.0.0.22 - - [2025-10-13 04:10:11] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003236 10.0.0.22 - - [2025-10-13 04:10:11] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006339 10.0.0.22 - - [2025-10-13 04:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.22 - - [2025-10-13 04:10:11] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005098 10.0.0.22 - - [2025-10-13 04:10:11] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003119 10.0.0.22 - - [2025-10-13 04:10:11] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006665 10.0.0.22 - - [2025-10-13 04:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.22 - - [2025-10-13 04:10:11] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004278 10.0.0.22 - - [2025-10-13 04:10:11] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003452 10.0.0.22 - - [2025-10-13 04:10:11] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008154 10.0.0.22 - - [2025-10-13 04:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.22 - - [2025-10-13 04:10:12] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006075 10.0.0.22 - - [2025-10-13 04:10:12] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003803 10.0.0.22 - - [2025-10-13 04:10:12] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005729 10.0.0.22 - - [2025-10-13 04:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.22 - - [2025-10-13 04:10:15] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005053 10.0.0.22 - - [2025-10-13 04:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.22 - - [2025-10-13 04:10:19] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005730 10.0.0.22 - - [2025-10-13 04:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.22 - - [2025-10-13 04:10:23] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005459 10.0.0.19 - - [2025-10-13 04:10:26] "GET /obj-perms HTTP/1.1" 200 5056 0.051111 10.0.0.41 - - [2025-10-13 04:10:26] "GET /obj-perms HTTP/1.1" 200 5056 0.049947 10.0.0.22 - - [2025-10-13 04:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.22 - - [2025-10-13 04:10:27] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005773 10.0.0.22 - - [2025-10-13 04:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.22 - - [2025-10-13 04:10:31] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005473 10.0.0.22 - - [2025-10-13 04:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.22 - - [2025-10-13 04:10:35] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005876 10.0.0.22 - - [2025-10-13 04:10:39] "POST /neutron/port HTTP/1.1" 200 1089 0.047762 10.0.0.22 - - [2025-10-13 04:10:39] "POST /neutron/subnet HTTP/1.1" 200 646 0.012205 10.0.0.22 - - [2025-10-13 04:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.22 - - [2025-10-13 04:10:39] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005431 10.0.0.22 - - [2025-10-13 04:10:40] "POST /neutron/port HTTP/1.1" 200 1089 0.015178 10.0.0.22 - - [2025-10-13 04:10:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004184 10.0.0.22 - - [2025-10-13 04:10:40] "POST /neutron/network HTTP/1.1" 200 886 0.007591 10.0.0.22 - - [2025-10-13 04:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.22 - - [2025-10-13 04:10:43] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007088 10.0.0.22 - - [2025-10-13 04:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.22 - - [2025-10-13 04:10:45] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004161 10.0.0.22 - - [2025-10-13 04:10:45] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003381 10.0.0.22 - - [2025-10-13 04:10:45] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005892 10.0.0.22 - - [2025-10-13 04:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.22 - - [2025-10-13 04:10:46] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003867 10.0.0.22 - - [2025-10-13 04:10:46] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003759 10.0.0.22 - - [2025-10-13 04:10:46] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.007061 10.0.0.22 - - [2025-10-13 04:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.22 - - [2025-10-13 04:10:46] "GET /routing-instance/6b9e07e0-48a1-4fb1-b4ac-2e209e668ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004692 10.0.0.22 - - [2025-10-13 04:10:46] "GET /route-target/417f059d-986e-4187-b9f5-79a318041b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004313 10.0.0.22 - - [2025-10-13 04:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.22 - - [2025-10-13 04:10:46] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004220 10.0.0.22 - - [2025-10-13 04:10:46] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002801 10.0.0.22 - - [2025-10-13 04:10:46] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005917 10.0.0.22 - - [2025-10-13 04:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.22 - - [2025-10-13 04:10:46] "GET /routing-instance/6b9e07e0-48a1-4fb1-b4ac-2e209e668ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004954 10.0.0.22 - - [2025-10-13 04:10:46] "GET /route-target/417f059d-986e-4187-b9f5-79a318041b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003924 10.0.0.22 - - [2025-10-13 04:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.22 - - [2025-10-13 04:10:46] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004957 10.0.0.22 - - [2025-10-13 04:10:46] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003699 10.0.0.22 - - [2025-10-13 04:10:46] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006263 10.0.0.22 - - [2025-10-13 04:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.22 - - [2025-10-13 04:10:46] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004354 10.0.0.22 - - [2025-10-13 04:10:46] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003775 10.0.0.22 - - [2025-10-13 04:10:46] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.005780 10.0.0.22 - - [2025-10-13 04:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005329 10.0.0.22 - - [2025-10-13 04:10:46] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005370 10.0.0.22 - - [2025-10-13 04:10:46] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003824 10.0.0.22 - - [2025-10-13 04:10:46] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006822 10.0.0.22 - - [2025-10-13 04:10:47] "GET /obj-perms HTTP/1.1" 200 5032 0.004898 10.0.0.41 - - [2025-10-13 04:10:47] "GET /obj-perms HTTP/1.1" 200 5032 0.050415 10.0.0.22 - - [2025-10-13 04:10:47] "GET /obj-perms HTTP/1.1" 200 5032 0.004711 10.0.0.41 - - [2025-10-13 04:10:47] "GET /obj-perms HTTP/1.1" 200 5032 0.003627 10.0.0.22 - - [2025-10-13 04:10:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001284 10.0.0.22 - - [2025-10-13 04:10:47] "POST /neutron/network HTTP/1.1" 200 896 0.007401 10.0.0.41 - - [2025-10-13 04:10:48] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001343 10.0.0.22 - - [2025-10-13 04:10:48] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.064762 10.0.0.22 - - [2025-10-13 04:10:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007145 10.0.0.22 - - [2025-10-13 04:10:48] "POST /neutron/network HTTP/1.1" 200 896 0.007253 10.0.0.22 - - [2025-10-13 04:10:49] "POST /neutron/port HTTP/1.1" 200 1061 0.014925 10.0.0.22 - - [2025-10-13 04:10:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005659 10.0.0.22 - - [2025-10-13 04:10:49] "POST /neutron/network HTTP/1.1" 200 886 0.008689 10.0.0.22 - - [2025-10-13 04:10:53] "POST /neutron/port HTTP/1.1" 200 1089 0.016934 10.0.0.22 - - [2025-10-13 04:10:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016294 10.0.0.22 - - [2025-10-13 04:10:53] "GET /virtual-machine/3459c643-ca76-4343-88af-2f4862b5e459 HTTP/1.1" 200 1292 0.006298 10.0.0.22 - - [2025-10-13 04:10:53] "GET /virtual-machine/3459c643-ca76-4343-88af-2f4862b5e459 HTTP/1.1" 200 1292 0.004153 10.0.0.22 - - [2025-10-13 04:10:54] "GET /virtual-machine-interface/6e95457b-ffc9-4a41-8fae-0ffb8d69a847 HTTP/1.1" 200 2948 0.005453 10.0.0.22 - - [2025-10-13 04:10:54] "GET /virtual-machine/3459c643-ca76-4343-88af-2f4862b5e459 HTTP/1.1" 200 1292 0.005013 10.0.0.22 - - [2025-10-13 04:10:54] "GET /virtual-machine-interface/6e95457b-ffc9-4a41-8fae-0ffb8d69a847 HTTP/1.1" 200 2948 0.005374 10.0.0.22 - - [2025-10-13 04:10:54] "POST /neutron/port HTTP/1.1" 200 1089 0.049067 10.0.0.22 - - [2025-10-13 04:10:54] "GET /instance-ip/36fe785b-8551-4ad8-b042-c9907f4d42ea HTTP/1.1" 200 1623 0.006317 10.0.0.22 - - [2025-10-13 04:10:54] "GET /virtual-machine/3459c643-ca76-4343-88af-2f4862b5e459 HTTP/1.1" 200 1292 0.003895 10.0.0.22 - - [2025-10-13 04:10:54] "GET /virtual-machine-interface/6e95457b-ffc9-4a41-8fae-0ffb8d69a847 HTTP/1.1" 200 2948 0.015821 10.0.0.22 - - [2025-10-13 04:10:54] "GET /instance-ip/36fe785b-8551-4ad8-b042-c9907f4d42ea HTTP/1.1" 200 1623 0.009230 10.0.0.22 - - [2025-10-13 04:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.22 - - [2025-10-13 04:10:54] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008864 10.0.0.22 - - [2025-10-13 04:10:54] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003634 10.0.0.22 - - [2025-10-13 04:10:54] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005958 10.0.0.22 - - [2025-10-13 04:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.22 - - [2025-10-13 04:10:54] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004338 10.0.0.22 - - [2025-10-13 04:10:54] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003456 10.0.0.22 - - [2025-10-13 04:10:54] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.011648 10.0.0.22 - - [2025-10-13 04:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005368 10.0.0.22 - - [2025-10-13 04:10:54] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004758 10.0.0.22 - - [2025-10-13 04:10:54] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004383 10.0.0.22 - - [2025-10-13 04:10:54] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007056 10.0.0.22 - - [2025-10-13 04:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008212 10.0.0.22 - - [2025-10-13 04:10:54] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005409 10.0.0.22 - - [2025-10-13 04:10:54] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.007046 10.0.0.22 - - [2025-10-13 04:10:54] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005914 10.0.0.22 - - [2025-10-13 04:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.22 - - [2025-10-13 04:10:54] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004556 10.0.0.22 - - [2025-10-13 04:10:54] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003625 10.0.0.22 - - [2025-10-13 04:10:54] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005850 10.0.0.22 - - [2025-10-13 04:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.22 - - [2025-10-13 04:10:57] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006687 10.0.0.22 - - [2025-10-13 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.22 - - [2025-10-13 04:11:01] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005574 10.0.0.22 - - [2025-10-13 04:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.22 - - [2025-10-13 04:11:06] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005506 10.0.0.22 - - [2025-10-13 04:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.22 - - [2025-10-13 04:11:10] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006648 10.0.0.22 - - [2025-10-13 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.22 - - [2025-10-13 04:11:14] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005838 10.0.0.22 - - [2025-10-13 04:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.22 - - [2025-10-13 04:11:18] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005717 10.0.0.22 - - [2025-10-13 04:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.22 - - [2025-10-13 04:11:22] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005868 10.0.0.22 - - [2025-10-13 04:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.22 - - [2025-10-13 04:11:26] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005882 10.0.0.22 - - [2025-10-13 04:11:27] "GET /obj-perms HTTP/1.1" 200 5056 0.054289 10.0.0.22 - - [2025-10-13 04:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.22 - - [2025-10-13 04:11:30] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004331 10.0.0.22 - - [2025-10-13 04:11:30] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003536 10.0.0.22 - - [2025-10-13 04:11:30] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008723 10.0.0.22 - - [2025-10-13 04:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.22 - - [2025-10-13 04:11:30] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004938 10.0.0.22 - - [2025-10-13 04:11:30] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004289 10.0.0.22 - - [2025-10-13 04:11:30] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006994 10.0.0.22 - - [2025-10-13 04:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005869 10.0.0.22 - - [2025-10-13 04:11:30] "GET /routing-instance/24572137-fabd-4cd2-9a86-5dbac8ab9cd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004448 10.0.0.22 - - [2025-10-13 04:11:30] "GET /route-target/3271b731-ae18-42ee-8a82-50b55c1cb23e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004097 10.0.0.22 - - [2025-10-13 04:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.22 - - [2025-10-13 04:11:31] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003691 10.0.0.22 - - [2025-10-13 04:11:31] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003048 10.0.0.22 - - [2025-10-13 04:11:31] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006507 10.0.0.22 - - [2025-10-13 04:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005115 10.0.0.22 - - [2025-10-13 04:11:31] "GET /routing-instance/24572137-fabd-4cd2-9a86-5dbac8ab9cd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004462 10.0.0.22 - - [2025-10-13 04:11:31] "GET /route-target/3271b731-ae18-42ee-8a82-50b55c1cb23e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003551 10.0.0.22 - - [2025-10-13 04:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006522 10.0.0.22 - - [2025-10-13 04:11:31] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004021 10.0.0.22 - - [2025-10-13 04:11:31] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.012080 10.0.0.22 - - [2025-10-13 04:11:31] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005431 10.0.0.22 - - [2025-10-13 04:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.22 - - [2025-10-13 04:11:31] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004052 10.0.0.22 - - [2025-10-13 04:11:31] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003134 10.0.0.22 - - [2025-10-13 04:11:31] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005512 10.0.0.22 - - [2025-10-13 04:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.22 - - [2025-10-13 04:11:31] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010685 10.0.0.22 - - [2025-10-13 04:11:31] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003577 10.0.0.22 - - [2025-10-13 04:11:31] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006459 10.0.0.22 - - [2025-10-13 04:11:31] "GET /obj-perms HTTP/1.1" 200 5032 0.003891 10.0.0.41 - - [2025-10-13 04:11:31] "GET /obj-perms HTTP/1.1" 200 5032 0.006658 10.0.0.22 - - [2025-10-13 04:11:31] "GET /obj-perms HTTP/1.1" 200 5032 0.004094 10.0.0.19 - - [2025-10-13 04:11:31] "GET /obj-perms HTTP/1.1" 200 5032 0.046363 10.0.0.41 - - [2025-10-13 04:11:31] "GET /obj-perms HTTP/1.1" 200 5032 0.003673 10.0.0.22 - - [2025-10-13 04:11:31] "GET /virtual-machine/43732231-1ae5-4a76-8099-54891d0808a9 HTTP/1.1" 200 1292 0.003845 10.0.0.22 - - [2025-10-13 04:11:31] "GET /virtual-machine-interface/bc95d664-4724-44bc-8dba-4f0738b797b2 HTTP/1.1" 200 2949 0.005513 10.0.0.22 - - [2025-10-13 04:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.22 - - [2025-10-13 04:11:31] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003392 10.0.0.22 - - [2025-10-13 04:11:31] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002872 10.0.0.22 - - [2025-10-13 04:11:32] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008030 10.0.0.22 - - [2025-10-13 04:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.22 - - [2025-10-13 04:11:33] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003766 10.0.0.22 - - [2025-10-13 04:11:33] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003093 10.0.0.22 - - [2025-10-13 04:11:33] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.006800 10.0.0.22 - - [2025-10-13 04:11:33] "GET /virtual-machine/3459c643-ca76-4343-88af-2f4862b5e459 HTTP/1.1" 200 1292 0.005803 10.0.0.22 - - [2025-10-13 04:11:33] "GET /virtual-machine-interface/6e95457b-ffc9-4a41-8fae-0ffb8d69a847 HTTP/1.1" 200 2948 0.005725 10.0.0.22 - - [2025-10-13 04:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.22 - - [2025-10-13 04:11:33] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004365 10.0.0.22 - - [2025-10-13 04:11:33] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003267 10.0.0.22 - - [2025-10-13 04:11:33] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006016 10.0.0.22 - - [2025-10-13 04:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.22 - - [2025-10-13 04:11:34] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004007 10.0.0.22 - - [2025-10-13 04:11:34] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003275 10.0.0.22 - - [2025-10-13 04:11:34] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006134 10.0.0.22 - - [2025-10-13 04:11:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007153 10.0.0.22 - - [2025-10-13 04:11:40] "POST /neutron/port HTTP/1.1" 200 1089 0.018306 10.0.0.22 - - [2025-10-13 04:11:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005184 10.0.0.22 - - [2025-10-13 04:11:40] "POST /neutron/network HTTP/1.1" 200 886 0.009962 10.0.0.22 - - [2025-10-13 04:11:41] "POST /neutron/port HTTP/1.1" 200 1089 0.018626 10.0.0.22 - - [2025-10-13 04:11:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004035 10.0.0.22 - - [2025-10-13 04:11:41] "POST /neutron/network HTTP/1.1" 200 886 0.006870 10.0.0.22 - - [2025-10-13 04:12:29] "GET /virtual-machine/3459c643-ca76-4343-88af-2f4862b5e459 HTTP/1.1" 200 1292 0.005166 10.0.0.22 - - [2025-10-13 04:12:29] "POST /neutron/port HTTP/1.1" 200 1089 0.016576 10.0.0.22 - - [2025-10-13 04:12:31] "GET /virtual-machine/3459c643-ca76-4343-88af-2f4862b5e459 HTTP/1.1" 404 171 0.003936 10.0.0.22 - - [2025-10-13 04:12:31] "GET /virtual-machine/3459c643-ca76-4343-88af-2f4862b5e459 HTTP/1.1" 404 171 0.007877 10.0.0.22 - - [2025-10-13 04:12:31] "GET /virtual-machine/3459c643-ca76-4343-88af-2f4862b5e459 HTTP/1.1" 404 171 0.005435 10.0.0.22 - - [2025-10-13 04:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005514 10.0.0.22 - - [2025-10-13 04:12:31] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006444 10.0.0.22 - - [2025-10-13 04:12:31] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003557 10.0.0.22 - - [2025-10-13 04:12:31] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005905 10.0.0.22 - - [2025-10-13 04:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.22 - - [2025-10-13 04:12:31] "GET /routing-instance/24572137-fabd-4cd2-9a86-5dbac8ab9cd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005841 10.0.0.22 - - [2025-10-13 04:12:31] "GET /route-target/3271b731-ae18-42ee-8a82-50b55c1cb23e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004091 10.0.0.22 - - [2025-10-13 04:12:31] "GET /obj-perms HTTP/1.1" 200 5032 0.003769 10.0.0.41 - - [2025-10-13 04:12:34] "GET /obj-perms HTTP/1.1" 200 5032 0.004770 10.0.0.22 - - [2025-10-13 04:12:41] "GET /obj-perms HTTP/1.1" 200 5032 0.003869 10.0.0.22 - - [2025-10-13 04:12:41] "POST /neutron/port HTTP/1.1" 200 1089 0.017975 10.0.0.22 - - [2025-10-13 04:12:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003829 10.0.0.22 - - [2025-10-13 04:12:41] "POST /neutron/network HTTP/1.1" 200 886 0.006994 10.0.0.41 - - [2025-10-13 04:12:44] "GET /obj-perms HTTP/1.1" 200 5032 0.003875 10.0.0.22 - - [2025-10-13 04:12:50] "GET /obj-perms HTTP/1.1" 200 5032 0.005123 10.0.0.41 - - [2025-10-13 04:12:53] "GET /obj-perms HTTP/1.1" 200 5032 0.003629 10.0.0.22 - - [2025-10-13 04:12:53] "GET /obj-perms HTTP/1.1" 200 5032 0.003891 10.0.0.22 - - [2025-10-13 04:12:53] "GET /virtual-machine/43732231-1ae5-4a76-8099-54891d0808a9 HTTP/1.1" 200 1292 0.004217 10.0.0.22 - - [2025-10-13 04:12:54] "POST /neutron/port HTTP/1.1" 200 151 0.190645 10.0.0.22 - - [2025-10-13 04:12:55] "GET /virtual-machine/43732231-1ae5-4a76-8099-54891d0808a9 HTTP/1.1" 404 171 0.003331 10.0.0.22 - - [2025-10-13 04:12:55] "GET /virtual-machine/43732231-1ae5-4a76-8099-54891d0808a9 HTTP/1.1" 404 171 0.004005 10.0.0.22 - - [2025-10-13 04:12:55] "GET /virtual-machine/43732231-1ae5-4a76-8099-54891d0808a9 HTTP/1.1" 404 171 0.002695 10.0.0.22 - - [2025-10-13 04:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.22 - - [2025-10-13 04:12:55] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003886 10.0.0.22 - - [2025-10-13 04:12:55] "GET /virtual-networks?parent_id=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.007161 10.0.0.22 - - [2025-10-13 04:12:55] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2224 0.008809 10.0.0.22 - - [2025-10-13 04:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.22 - - [2025-10-13 04:12:55] "GET /routing-instance/6b9e07e0-48a1-4fb1-b4ac-2e209e668ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004495 10.0.0.22 - - [2025-10-13 04:12:55] "GET /route-target/417f059d-986e-4187-b9f5-79a318041b99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.061743 10.0.0.41 - - [2025-10-13 04:12:59] "GET /obj-perms HTTP/1.1" 200 5032 0.003866 10.0.0.22 - - [2025-10-13 04:13:02] "GET /obj-perms HTTP/1.1" 200 5032 0.007704 10.0.0.41 - - [2025-10-13 04:13:08] "GET /obj-perms HTTP/1.1" 200 5032 0.003933 10.0.0.22 - - [2025-10-13 04:13:11] "GET /obj-perms HTTP/1.1" 200 5032 0.004202 10.0.0.22 - - [2025-10-13 04:13:14] "GET /obj-perms HTTP/1.1" 200 5032 0.003891 10.0.0.41 - - [2025-10-13 04:13:14] "GET /obj-perms HTTP/1.1" 200 5032 0.004122 10.0.0.41 - - [2025-10-13 04:13:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002763 10.0.0.41 - - [2025-10-13 04:13:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002184 10.0.0.22 - - [2025-10-13 04:13:14] "DELETE /virtual-network/a08880d7-20a4-44c2-a386-424b038371be HTTP/1.1" 200 115 0.101915 10.0.0.22 - - [2025-10-13 04:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005359 10.0.0.22 - - [2025-10-13 04:13:14] "GET /network-policy/3bef3c93-9b2b-4f3f-bffc-70a625fe4bf5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004058 10.0.0.22 - - [2025-10-13 04:13:15] "POST /ref-update HTTP/1.1" 200 156 0.056238 10.0.0.41 - - [2025-10-13 04:13:15] "DELETE /access-control-list/7dfa0793-3d1b-4e9e-86c5-14f5fd0fdc57 HTTP/1.1" 200 115 0.041571 10.0.0.22 - - [2025-10-13 04:13:15] "GET /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.020577 10.0.0.22 - - [2025-10-13 04:13:15] "DELETE /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101 HTTP/1.1" 409 248 0.021526 10.0.0.22 - - [2025-10-13 04:13:15] "POST /neutron/port HTTP/1.1" 200 1115 0.028286 10.0.0.22 - - [2025-10-13 04:13:15] "POST /neutron/port HTTP/1.1" 200 1115 0.013590 10.0.0.41 - - [2025-10-13 04:13:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006431 10.0.0.41 - - [2025-10-13 04:13:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002337 10.0.0.22 - - [2025-10-13 04:13:17] "DELETE /virtual-network/c56f6ea8-1a89-47af-b214-c8610f3e0101 HTTP/1.1" 200 115 0.124416 10.0.0.41 - - [2025-10-13 04:13:17] "DELETE /route-target/3271b731-ae18-42ee-8a82-50b55c1cb23e HTTP/1.1" 200 115 0.025149 10.0.0.22 - - [2025-10-13 04:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.22 - - [2025-10-13 04:13:17] "GET /network-policy/943d5490-6d95-417a-8125-9d14632f32ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.003503 10.0.0.22 - - [2025-10-13 04:13:17] "POST /ref-update HTTP/1.1" 200 156 0.043775 10.0.0.22 - - [2025-10-13 04:13:17] "GET /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.017546 10.0.0.41 - - [2025-10-13 04:13:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003413 10.0.0.41 - - [2025-10-13 04:13:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004439 10.0.0.22 - - [2025-10-13 04:13:17] "DELETE /virtual-network/1acf9397-3822-4025-a7b7-c2d679801082 HTTP/1.1" 200 115 0.127395 10.0.0.41 - - [2025-10-13 04:13:17] "DELETE /route-target/417f059d-986e-4187-b9f5-79a318041b99 HTTP/1.1" 200 115 0.036157 10.0.0.22 - - [2025-10-13 04:13:18] "DELETE /network-policy/3bef3c93-9b2b-4f3f-bffc-70a625fe4bf5 HTTP/1.1" 200 115 0.040177 10.0.0.22 - - [2025-10-13 04:13:18] "DELETE /network-policy/943d5490-6d95-417a-8125-9d14632f32ac HTTP/1.1" 200 115 0.037826 10.0.0.19 - - [2025-10-13 04:13:28] "GET /obj-perms HTTP/1.1" 200 5056 0.061818 10.0.0.41 - - [2025-10-13 04:13:56] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001128 10.0.0.22 - - [2025-10-13 04:13:56] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.070589 10.0.0.41 - - [2025-10-13 04:13:56] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001334 10.0.0.22 - - [2025-10-13 04:13:56] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?fields=virtual_networks HTTP/1.1" 200 1034 0.041069 10.0.0.41 - - [2025-10-13 04:13:56] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001004 10.0.0.22 - - [2025-10-13 04:13:56] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.045952 10.0.0.41 - - [2025-10-13 04:13:56] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001310 10.0.0.22 - - [2025-10-13 04:13:56] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?fields=security_groups HTTP/1.1" 200 1261 0.050021 10.0.0.22 - - [2025-10-13 04:13:57] "POST /fqname-to-id HTTP/1.1" 404 188 0.026593 10.0.0.41 - - [2025-10-13 04:13:57] "GET /projects?obj_uuids=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003521 10.0.0.41 - - [2025-10-13 04:13:57] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001653 10.0.0.41 - - [2025-10-13 04:13:57] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010103 10.0.0.41 - - [2025-10-13 04:13:57] "POST /id-to-fqname HTTP/1.1" 200 190 0.001382 10.0.0.41 - - [2025-10-13 04:13:57] "POST /fqname-to-id HTTP/1.1" 404 199 0.006386 10.0.0.41 - - [2025-10-13 04:13:57] "POST /security-groups HTTP/1.1" 200 591 0.034048 10.0.0.41 - - [2025-10-13 04:13:57] "POST /projects HTTP/1.1" 200 585 0.245638 10.0.0.41 - - [2025-10-13 04:13:57] "POST /fqname-to-id HTTP/1.1" 404 233 0.013903 10.0.0.41 - - [2025-10-13 04:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.322693 10.0.0.22 - - [2025-10-13 04:13:57] "GET /project/a0e068df-8334-4ee8-bd70-1602daf30702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.463660 10.0.0.41 - - [2025-10-13 04:13:58] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001384 10.0.0.41 - - [2025-10-13 04:13:58] "DELETE /project/a0e068df83344ee8bd701602daf30702 HTTP/1.1" 404 173 0.009009 10.0.0.41 - - [2025-10-13 04:13:58] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.053762 10.0.0.41 - - [2025-10-13 04:13:58] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001166 10.0.0.41 - - [2025-10-13 04:13:58] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?fields=security_groups HTTP/1.1" 200 1366 0.063997 10.0.0.41 - - [2025-10-13 04:13:58] "DELETE /security-group/b14d16eb-c3c1-4d1b-9c58-7a8eb601c55a HTTP/1.1" 200 115 0.063381 10.0.0.41 - - [2025-10-13 04:13:58] "GET /projects?obj_uuids=eef489d9-5b34-4aa2-90a2-f52b68c1b4a9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001358 10.0.0.41 - - [2025-10-13 04:13:58] "GET /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9?fields=application_policy_sets HTTP/1.1" 200 1405 0.056824 10.0.0.41 - - [2025-10-13 04:13:58] "DELETE /access-control-list/18e05318-ec4c-48fb-bd90-198735abcd8b HTTP/1.1" 200 115 0.057202 10.0.0.41 - - [2025-10-13 04:13:58] "DELETE /project/eef489d9-5b34-4aa2-90a2-f52b68c1b4a9 HTTP/1.1" 200 115 0.472042 10.0.0.22 - - [2025-10-13 04:13:59] "GET / HTTP/1.1" 200 35931 0.001692 10.0.0.22 - - [2025-10-13 04:14:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.22 - - [2025-10-13 04:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.054089 10.0.0.41 - - [2025-10-13 04:14:01] "GET /projects?obj_uuids=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001533 10.0.0.22 - - [2025-10-13 04:14:01] "GET /project/a0e068df-8334-4ee8-bd70-1602daf30702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050546 10.0.0.22 - - [2025-10-13 04:14:01] "POST /neutron/network HTTP/1.1" 200 117 0.032183 10.0.0.22 - - [2025-10-13 04:14:01] "POST /neutron/network HTTP/1.1" 200 824 0.011859 10.0.0.22 - - [2025-10-13 04:14:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001193 10.0.0.22 - - [2025-10-13 04:14:01] "GET /virtual-network/6ff19db8-db14-4fe2-91d8-27f1b8c28160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005608 10.0.0.22 - - [2025-10-13 04:14:01] "GET /virtual-network/6ff19db8-db14-4fe2-91d8-27f1b8c28160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005262 10.0.0.22 - - [2025-10-13 04:14:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.009212 10.0.0.22 - - [2025-10-13 04:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.41 - - [2025-10-13 04:14:01] "GET /projects?obj_uuids=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001263 10.0.0.22 - - [2025-10-13 04:14:01] "GET /project/a0e068df-8334-4ee8-bd70-1602daf30702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.043728 10.0.0.41 - - [2025-10-13 04:14:02] "POST /route-targets HTTP/1.1" 200 327 0.016248 10.0.0.41 - - [2025-10-13 04:14:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006942 10.0.0.22 - - [2025-10-13 04:14:02] "POST /neutron/subnet HTTP/1.1" 200 734 0.250264 10.0.0.22 - - [2025-10-13 04:14:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001254 10.0.0.22 - - [2025-10-13 04:14:02] "GET /virtual-network/dc48f172-e3c2-49f2-923d-9d9647e1cde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005927 10.0.0.22 - - [2025-10-13 04:14:02] "GET /virtual-network/dc48f172-e3c2-49f2-923d-9d9647e1cde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005843 10.0.0.22 - - [2025-10-13 04:14:02] "POST /neutron/network HTTP/1.1" 200 826 0.006969 10.0.0.22 - - [2025-10-13 04:14:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001412 10.0.0.41 - - [2025-10-13 04:14:03] "GET /projects?obj_uuids=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001462 10.0.0.22 - - [2025-10-13 04:14:03] "GET /project/a0e068df-8334-4ee8-bd70-1602daf30702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.061776 10.0.0.22 - - [2025-10-13 04:14:03] "POST /neutron/network HTTP/1.1" 200 824 0.007116 10.0.0.22 - - [2025-10-13 04:14:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001241 10.0.0.22 - - [2025-10-13 04:14:03] "POST /neutron/port HTTP/1.1" 200 117 0.006599 10.0.0.41 - - [2025-10-13 04:14:04] "GET /projects?obj_uuids=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001256 10.0.0.22 - - [2025-10-13 04:14:04] "POST /neutron/port HTTP/1.1" 200 1060 0.350884 10.0.0.22 - - [2025-10-13 04:14:04] "POST /neutron/port HTTP/1.1" 200 1114 0.105475 10.0.0.41 - - [2025-10-13 04:14:04] "GET /projects?obj_uuids=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956 10.0.0.22 - - [2025-10-13 04:14:04] "GET /project/a0e068df-8334-4ee8-bd70-1602daf30702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.103146 10.0.0.22 - - [2025-10-13 04:14:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.014474 10.0.0.22 - - [2025-10-13 04:14:05] "POST /neutron/network HTTP/1.1" 200 824 0.007083 10.0.0.22 - - [2025-10-13 04:14:05] "POST /neutron/port HTTP/1.1" 200 117 0.005924 10.0.0.22 - - [2025-10-13 04:14:05] "POST /neutron/network HTTP/1.1" 200 836 0.007248 10.0.0.22 - - [2025-10-13 04:14:06] "POST /neutron/port HTTP/1.1" 200 1062 0.014977 10.0.0.22 - - [2025-10-13 04:14:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004060 10.0.0.22 - - [2025-10-13 04:14:06] "POST /neutron/network HTTP/1.1" 200 826 0.006482 10.0.0.22 - - [2025-10-13 04:14:10] "POST /neutron/port HTTP/1.1" 200 1088 0.015094 10.0.0.22 - - [2025-10-13 04:14:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007601 10.0.0.22 - - [2025-10-13 04:14:10] "GET /virtual-machine/c09eb648-869c-40b7-851a-fa2b2513e88d HTTP/1.1" 401 292 0.000412 10.0.0.22 - - [2025-10-13 04:14:11] "GET /virtual-machine/c09eb648-869c-40b7-851a-fa2b2513e88d HTTP/1.1" 200 1292 0.027083 10.0.0.22 - - [2025-10-13 04:14:11] "GET /virtual-machine-interface/69b27071-8d49-4934-9544-d3a841844cbe HTTP/1.1" 200 2940 0.005442 10.0.0.22 - - [2025-10-13 04:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.22 - - [2025-10-13 04:14:11] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003741 10.0.0.22 - - [2025-10-13 04:14:11] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003059 10.0.0.22 - - [2025-10-13 04:14:11] "GET /virtual-network/6ff19db8-db14-4fe2-91d8-27f1b8c28160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006132 10.0.0.22 - - [2025-10-13 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.22 - - [2025-10-13 04:14:14] "GET /virtual-network/6ff19db8-db14-4fe2-91d8-27f1b8c28160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005200 10.0.0.22 - - [2025-10-13 04:14:15] "POST /neutron/port HTTP/1.1" 200 1090 0.022496 10.0.0.22 - - [2025-10-13 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.22 - - [2025-10-13 04:14:16] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003828 10.0.0.22 - - [2025-10-13 04:14:16] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003079 10.0.0.22 - - [2025-10-13 04:14:16] "GET /virtual-network/6ff19db8-db14-4fe2-91d8-27f1b8c28160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006138 10.0.0.22 - - [2025-10-13 04:14:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007106 10.0.0.22 - - [2025-10-13 04:14:16] "POST /neutron/port HTTP/1.1" 200 1090 0.015670 10.0.0.22 - - [2025-10-13 04:14:16] "GET /virtual-machine/d39a85bc-e5af-4a40-89f9-cac3bcb3dc46 HTTP/1.1" 200 1292 0.006233 10.0.0.22 - - [2025-10-13 04:14:16] "GET /virtual-machine-interface/e91ddca3-f9c9-4307-bb05-326edd42cad3 HTTP/1.1" 200 2941 0.005994 10.0.0.22 - - [2025-10-13 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.22 - - [2025-10-13 04:14:16] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004397 10.0.0.22 - - [2025-10-13 04:14:16] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003362 10.0.0.22 - - [2025-10-13 04:14:16] "GET /virtual-network/dc48f172-e3c2-49f2-923d-9d9647e1cde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006806 10.0.0.22 - - [2025-10-13 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.22 - - [2025-10-13 04:14:17] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003513 10.0.0.22 - - [2025-10-13 04:14:17] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003203 10.0.0.22 - - [2025-10-13 04:14:17] "GET /virtual-network/dc48f172-e3c2-49f2-923d-9d9647e1cde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005698 10.0.0.22 - - [2025-10-13 04:14:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007029 10.0.0.22 - - [2025-10-13 04:14:18] "GET /virtual-machine/c09eb648-869c-40b7-851a-fa2b2513e88d HTTP/1.1" 200 1292 0.004065 10.0.0.22 - - [2025-10-13 04:14:18] "GET /virtual-machine-interface/69b27071-8d49-4934-9544-d3a841844cbe HTTP/1.1" 200 2940 0.007764 10.0.0.22 - - [2025-10-13 04:14:18] "GET /virtual-machine/c09eb648-869c-40b7-851a-fa2b2513e88d HTTP/1.1" 200 1292 0.004037 10.0.0.22 - - [2025-10-13 04:14:18] "GET /virtual-machine-interface/69b27071-8d49-4934-9544-d3a841844cbe HTTP/1.1" 200 2940 0.004722 10.0.0.22 - - [2025-10-13 04:14:18] "GET /instance-ip/ff6a9bf6-2d77-4a88-bae8-7d48ebd1b42e HTTP/1.1" 200 1621 0.005775 10.0.0.22 - - [2025-10-13 04:14:18] "GET /virtual-machine/c09eb648-869c-40b7-851a-fa2b2513e88d HTTP/1.1" 200 1292 0.003156 10.0.0.22 - - [2025-10-13 04:14:18] "GET /virtual-machine-interface/69b27071-8d49-4934-9544-d3a841844cbe HTTP/1.1" 200 2940 0.008646 10.0.0.22 - - [2025-10-13 04:14:18] "GET /instance-ip/ff6a9bf6-2d77-4a88-bae8-7d48ebd1b42e HTTP/1.1" 200 1621 0.003676 10.0.0.22 - - [2025-10-13 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.22 - - [2025-10-13 04:14:18] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003344 10.0.0.22 - - [2025-10-13 04:14:18] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002893 10.0.0.22 - - [2025-10-13 04:14:18] "GET /virtual-network/6ff19db8-db14-4fe2-91d8-27f1b8c28160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006227 10.0.0.22 - - [2025-10-13 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.22 - - [2025-10-13 04:14:18] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004861 10.0.0.22 - - [2025-10-13 04:14:18] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003053 10.0.0.22 - - [2025-10-13 04:14:18] "GET /virtual-network/6ff19db8-db14-4fe2-91d8-27f1b8c28160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005664 10.0.0.22 - - [2025-10-13 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.22 - - [2025-10-13 04:14:18] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004249 10.0.0.22 - - [2025-10-13 04:14:18] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003081 10.0.0.22 - - [2025-10-13 04:14:18] "GET /virtual-network/6ff19db8-db14-4fe2-91d8-27f1b8c28160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006076 10.0.0.22 - - [2025-10-13 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.22 - - [2025-10-13 04:14:18] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004082 10.0.0.22 - - [2025-10-13 04:14:18] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003743 10.0.0.22 - - [2025-10-13 04:14:18] "GET /virtual-network/6ff19db8-db14-4fe2-91d8-27f1b8c28160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005769 10.0.0.22 - - [2025-10-13 04:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.22 - - [2025-10-13 04:14:18] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004286 10.0.0.22 - - [2025-10-13 04:14:18] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003111 10.0.0.22 - - [2025-10-13 04:14:18] "GET /virtual-network/6ff19db8-db14-4fe2-91d8-27f1b8c28160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006314 10.0.0.22 - - [2025-10-13 04:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.22 - - [2025-10-13 04:14:19] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003567 10.0.0.22 - - [2025-10-13 04:14:19] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003290 10.0.0.22 - - [2025-10-13 04:14:19] "GET /virtual-network/6ff19db8-db14-4fe2-91d8-27f1b8c28160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006347 10.0.0.22 - - [2025-10-13 04:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.22 - - [2025-10-13 04:14:19] "GET /routing-instance/4e2beb9d-b660-469e-b34d-b5c2560fcbe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.006189 10.0.0.22 - - [2025-10-13 04:14:19] "GET /route-target/f6aac295-06e8-4012-b9ed-a821d6662771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004119 10.0.0.22 - - [2025-10-13 04:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005280 10.0.0.22 - - [2025-10-13 04:14:19] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003983 10.0.0.22 - - [2025-10-13 04:14:19] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004743 10.0.0.22 - - [2025-10-13 04:14:19] "GET /virtual-network/6ff19db8-db14-4fe2-91d8-27f1b8c28160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006484 10.0.0.22 - - [2025-10-13 04:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.22 - - [2025-10-13 04:14:19] "GET /routing-instance/4e2beb9d-b660-469e-b34d-b5c2560fcbe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004795 10.0.0.22 - - [2025-10-13 04:14:19] "GET /route-target/f6aac295-06e8-4012-b9ed-a821d6662771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004211 10.0.0.22 - - [2025-10-13 04:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.22 - - [2025-10-13 04:14:19] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004640 10.0.0.22 - - [2025-10-13 04:14:19] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003311 10.0.0.22 - - [2025-10-13 04:14:19] "GET /virtual-network/6ff19db8-db14-4fe2-91d8-27f1b8c28160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005764 10.0.0.22 - - [2025-10-13 04:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.22 - - [2025-10-13 04:14:19] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004335 10.0.0.22 - - [2025-10-13 04:14:19] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003165 10.0.0.22 - - [2025-10-13 04:14:19] "GET /virtual-network/6ff19db8-db14-4fe2-91d8-27f1b8c28160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006691 10.0.0.41 - - [2025-10-13 04:14:20] "GET /obj-perms HTTP/1.1" 200 5030 0.048620 10.0.0.22 - - [2025-10-13 04:14:20] "GET /obj-perms HTTP/1.1" 200 5030 0.043724 10.0.0.22 - - [2025-10-13 04:14:20] "GET /obj-perms HTTP/1.1" 200 5030 0.004595 10.0.0.41 - - [2025-10-13 04:14:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003820 10.0.0.22 - - [2025-10-13 04:14:21] "GET /virtual-machine/d39a85bc-e5af-4a40-89f9-cac3bcb3dc46 HTTP/1.1" 200 1292 0.004271 10.0.0.22 - - [2025-10-13 04:14:21] "GET /virtual-machine-interface/e91ddca3-f9c9-4307-bb05-326edd42cad3 HTTP/1.1" 200 2941 0.005239 10.0.0.22 - - [2025-10-13 04:14:21] "GET /virtual-machine/d39a85bc-e5af-4a40-89f9-cac3bcb3dc46 HTTP/1.1" 200 1292 0.003670 10.0.0.22 - - [2025-10-13 04:14:21] "GET /virtual-machine-interface/e91ddca3-f9c9-4307-bb05-326edd42cad3 HTTP/1.1" 200 2941 0.004773 10.0.0.22 - - [2025-10-13 04:14:21] "GET /instance-ip/54c58984-9397-434e-9651-6ba815ffadf2 HTTP/1.1" 200 1622 0.006293 10.0.0.22 - - [2025-10-13 04:14:21] "GET /virtual-machine/d39a85bc-e5af-4a40-89f9-cac3bcb3dc46 HTTP/1.1" 200 1292 0.003081 10.0.0.22 - - [2025-10-13 04:14:21] "GET /virtual-machine-interface/e91ddca3-f9c9-4307-bb05-326edd42cad3 HTTP/1.1" 200 2941 0.006048 10.0.0.22 - - [2025-10-13 04:14:21] "GET /instance-ip/54c58984-9397-434e-9651-6ba815ffadf2 HTTP/1.1" 200 1622 0.005311 10.0.0.22 - - [2025-10-13 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.22 - - [2025-10-13 04:14:21] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003981 10.0.0.22 - - [2025-10-13 04:14:21] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003002 10.0.0.22 - - [2025-10-13 04:14:21] "GET /virtual-network/dc48f172-e3c2-49f2-923d-9d9647e1cde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006152 10.0.0.22 - - [2025-10-13 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.22 - - [2025-10-13 04:14:21] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004118 10.0.0.22 - - [2025-10-13 04:14:21] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003160 10.0.0.22 - - [2025-10-13 04:14:21] "GET /virtual-network/dc48f172-e3c2-49f2-923d-9d9647e1cde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005639 10.0.0.22 - - [2025-10-13 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.22 - - [2025-10-13 04:14:21] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004642 10.0.0.22 - - [2025-10-13 04:14:21] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002957 10.0.0.22 - - [2025-10-13 04:14:21] "GET /virtual-network/dc48f172-e3c2-49f2-923d-9d9647e1cde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006294 10.0.0.22 - - [2025-10-13 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.22 - - [2025-10-13 04:14:21] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004119 10.0.0.22 - - [2025-10-13 04:14:21] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003534 10.0.0.22 - - [2025-10-13 04:14:21] "GET /virtual-network/dc48f172-e3c2-49f2-923d-9d9647e1cde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006166 10.0.0.22 - - [2025-10-13 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.22 - - [2025-10-13 04:14:22] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004254 10.0.0.22 - - [2025-10-13 04:14:22] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003590 10.0.0.22 - - [2025-10-13 04:14:22] "GET /virtual-network/dc48f172-e3c2-49f2-923d-9d9647e1cde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006189 10.0.0.22 - - [2025-10-13 04:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.22 - - [2025-10-13 04:14:22] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007651 10.0.0.22 - - [2025-10-13 04:14:22] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003197 10.0.0.22 - - [2025-10-13 04:14:22] "GET /virtual-network/dc48f172-e3c2-49f2-923d-9d9647e1cde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005716 10.0.0.22 - - [2025-10-13 04:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.22 - - [2025-10-13 04:14:22] "GET /routing-instance/8a2e3471-4391-42e8-a123-377c48711b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004668 10.0.0.22 - - [2025-10-13 04:14:22] "GET /route-target/b2ca0573-58f5-4291-8368-c58ce4e0ddde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004453 10.0.0.22 - - [2025-10-13 04:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.22 - - [2025-10-13 04:14:22] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005440 10.0.0.22 - - [2025-10-13 04:14:22] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003504 10.0.0.22 - - [2025-10-13 04:14:22] "GET /virtual-network/dc48f172-e3c2-49f2-923d-9d9647e1cde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007705 10.0.0.22 - - [2025-10-13 04:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.22 - - [2025-10-13 04:14:22] "GET /routing-instance/8a2e3471-4391-42e8-a123-377c48711b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004792 10.0.0.22 - - [2025-10-13 04:14:22] "GET /route-target/b2ca0573-58f5-4291-8368-c58ce4e0ddde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004250 10.0.0.22 - - [2025-10-13 04:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.22 - - [2025-10-13 04:14:22] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004372 10.0.0.22 - - [2025-10-13 04:14:22] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003569 10.0.0.22 - - [2025-10-13 04:14:22] "GET /virtual-network/dc48f172-e3c2-49f2-923d-9d9647e1cde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006057 10.0.0.22 - - [2025-10-13 04:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.22 - - [2025-10-13 04:14:22] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004185 10.0.0.22 - - [2025-10-13 04:14:22] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003910 10.0.0.22 - - [2025-10-13 04:14:22] "GET /virtual-network/dc48f172-e3c2-49f2-923d-9d9647e1cde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005952 10.0.0.22 - - [2025-10-13 04:14:23] "GET /obj-perms HTTP/1.1" 200 5030 0.003876 10.0.0.41 - - [2025-10-13 04:14:23] "GET /obj-perms HTTP/1.1" 200 5030 0.003465 10.0.0.22 - - [2025-10-13 04:14:23] "GET /obj-perms HTTP/1.1" 200 5030 0.003827 10.0.0.41 - - [2025-10-13 04:14:23] "GET /obj-perms HTTP/1.1" 200 5030 0.004499 10.0.0.22 - - [2025-10-13 04:14:29] "GET /obj-perms HTTP/1.1" 200 5056 0.050956 10.0.0.19 - - [2025-10-13 04:14:29] "GET /obj-perms HTTP/1.1" 200 5056 0.045218 10.0.0.22 - - [2025-10-13 04:14:42] "POST /neutron/port HTTP/1.1" 200 1088 0.018896 10.0.0.22 - - [2025-10-13 04:14:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004318 10.0.0.22 - - [2025-10-13 04:14:42] "POST /neutron/network HTTP/1.1" 200 824 0.006825 10.0.0.22 - - [2025-10-13 04:14:45] "POST /neutron/network HTTP/1.1" 200 836 0.006948 10.0.0.22 - - [2025-10-13 04:14:45] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.22 - - [2025-10-13 04:14:45] "GET /virtual-machine/d39a85bc-e5af-4a40-89f9-cac3bcb3dc46 HTTP/1.1" 200 1292 0.004453 10.0.0.22 - - [2025-10-13 04:14:45] "POST /neutron/port HTTP/1.1" 200 1116 0.010983 10.0.0.22 - - [2025-10-13 04:14:47] "GET /virtual-machine/d39a85bc-e5af-4a40-89f9-cac3bcb3dc46 HTTP/1.1" 404 171 0.004165 10.0.0.22 - - [2025-10-13 04:14:47] "GET /virtual-machine/d39a85bc-e5af-4a40-89f9-cac3bcb3dc46 HTTP/1.1" 404 171 0.003739 10.0.0.22 - - [2025-10-13 04:14:47] "GET /virtual-machine/d39a85bc-e5af-4a40-89f9-cac3bcb3dc46 HTTP/1.1" 404 171 0.002923 10.0.0.22 - - [2025-10-13 04:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.22 - - [2025-10-13 04:14:47] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003486 10.0.0.22 - - [2025-10-13 04:14:47] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003427 10.0.0.22 - - [2025-10-13 04:14:47] "GET /virtual-network/dc48f172-e3c2-49f2-923d-9d9647e1cde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005712 10.0.0.22 - - [2025-10-13 04:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.22 - - [2025-10-13 04:14:47] "GET /routing-instance/8a2e3471-4391-42e8-a123-377c48711b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004801 10.0.0.22 - - [2025-10-13 04:14:47] "GET /route-target/b2ca0573-58f5-4291-8368-c58ce4e0ddde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003994 10.0.0.41 - - [2025-10-13 04:14:51] "GET /obj-perms HTTP/1.1" 200 5030 0.003562 10.0.0.19 - - [2025-10-13 04:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.19 - - [2025-10-13 04:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.41 - - [2025-10-13 04:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.41 - - [2025-10-13 04:14:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000622 10.0.0.41 - - [2025-10-13 04:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.22 - - [2025-10-13 04:14:54] "GET /obj-perms HTTP/1.1" 200 5030 0.004675 10.0.0.41 - - [2025-10-13 04:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.22 - - [2025-10-13 04:14:54] "GET /virtual-machine/c09eb648-869c-40b7-851a-fa2b2513e88d HTTP/1.1" 200 1292 0.004374 10.0.0.19 - - [2025-10-13 04:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.19 - - [2025-10-13 04:14:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.22 - - [2025-10-13 04:14:54] "POST /neutron/port HTTP/1.1" 200 1114 0.015369 10.0.0.22 - - [2025-10-13 04:14:56] "GET /virtual-machine/c09eb648-869c-40b7-851a-fa2b2513e88d HTTP/1.1" 404 171 0.003528 10.0.0.22 - - [2025-10-13 04:14:56] "GET /virtual-machine/c09eb648-869c-40b7-851a-fa2b2513e88d HTTP/1.1" 404 171 0.004208 10.0.0.22 - - [2025-10-13 04:14:56] "GET /virtual-machine/c09eb648-869c-40b7-851a-fa2b2513e88d HTTP/1.1" 404 171 0.003025 10.0.0.22 - - [2025-10-13 04:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.22 - - [2025-10-13 04:14:56] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004073 10.0.0.22 - - [2025-10-13 04:14:56] "GET /virtual-networks?parent_id=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003287 10.0.0.22 - - [2025-10-13 04:14:56] "GET /virtual-network/6ff19db8-db14-4fe2-91d8-27f1b8c28160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006842 10.0.0.22 - - [2025-10-13 04:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005422 10.0.0.22 - - [2025-10-13 04:14:56] "GET /routing-instance/4e2beb9d-b660-469e-b34d-b5c2560fcbe8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004556 10.0.0.22 - - [2025-10-13 04:14:56] "GET /route-target/f6aac295-06e8-4012-b9ed-a821d6662771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004539 10.0.0.22 - - [2025-10-13 04:14:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004259 10.0.0.41 - - [2025-10-13 04:14:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004443 10.0.0.22 - - [2025-10-13 04:14:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.22 - - [2025-10-13 04:14:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.22 - - [2025-10-13 04:14:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.22 - - [2025-10-13 04:14:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.22 - - [2025-10-13 04:15:05] "GET /obj-perms HTTP/1.1" 200 5030 0.003915 10.0.0.41 - - [2025-10-13 04:15:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004201 10.0.0.22 - - [2025-10-13 04:15:15] "GET /obj-perms HTTP/1.1" 200 5030 0.004215 10.0.0.41 - - [2025-10-13 04:15:15] "GET /obj-perms HTTP/1.1" 200 5030 0.004240 10.0.0.41 - - [2025-10-13 04:15:15] "POST /useragent-kv HTTP/1.1" 200 115 0.032818 10.0.0.41 - - [2025-10-13 04:15:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002481 10.0.0.22 - - [2025-10-13 04:15:15] "POST /neutron/network HTTP/1.1" 200 151 0.147609 10.0.0.41 - - [2025-10-13 04:15:15] "DELETE /route-target/b2ca0573-58f5-4291-8368-c58ce4e0ddde HTTP/1.1" 200 115 0.051493 10.0.0.41 - - [2025-10-13 04:15:16] "GET /projects?obj_uuids=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001097 10.0.0.22 - - [2025-10-13 04:15:16] "GET /project/a0e068df-8334-4ee8-bd70-1602daf30702?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039416 10.0.0.41 - - [2025-10-13 04:15:16] "GET /projects?obj_uuids=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000972 10.0.0.22 - - [2025-10-13 04:15:17] "GET /project/a0e068df-8334-4ee8-bd70-1602daf30702?fields=virtual_networks HTTP/1.1" 200 1032 0.039970 10.0.0.41 - - [2025-10-13 04:15:17] "GET /projects?obj_uuids=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.22 - - [2025-10-13 04:15:17] "GET /project/a0e068df-8334-4ee8-bd70-1602daf30702?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.035948 10.0.0.41 - - [2025-10-13 04:15:17] "GET /projects?obj_uuids=a0e068df-8334-4ee8-bd70-1602daf30702&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.22 - - [2025-10-13 04:15:17] "GET /project/a0e068df-8334-4ee8-bd70-1602daf30702?fields=security_groups HTTP/1.1" 200 1258 0.044188 10.0.0.22 - - [2025-10-13 04:15:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.022300 10.0.0.41 - - [2025-10-13 04:15:18] "GET /projects?obj_uuids=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003962 10.0.0.41 - - [2025-10-13 04:15:18] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000931 10.0.0.41 - - [2025-10-13 04:15:18] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032390 10.0.0.41 - - [2025-10-13 04:15:18] "POST /id-to-fqname HTTP/1.1" 200 198 0.003110 10.0.0.41 - - [2025-10-13 04:15:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.007603 10.0.0.41 - - [2025-10-13 04:15:18] "POST /security-groups HTTP/1.1" 200 599 0.031263 10.0.0.41 - - [2025-10-13 04:15:18] "POST /fqname-to-id HTTP/1.1" 404 242 0.004483 10.0.0.41 - - [2025-10-13 04:15:18] "POST /projects HTTP/1.1" 200 601 0.237896 10.0.0.41 - - [2025-10-13 04:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.310737 10.0.0.41 - - [2025-10-13 04:15:18] "POST /access-control-lists HTTP/1.1" 200 602 0.024474 10.0.0.22 - - [2025-10-13 04:15:18] "GET /project/6cffddc3-745e-4363-b5f6-59d12cc4eff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.474270 10.0.0.22 - - [2025-10-13 04:15:19] "GET / HTTP/1.1" 200 35931 0.001869 10.0.0.22 - - [2025-10-13 04:15:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000680 10.0.0.22 - - [2025-10-13 04:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.057389 10.0.0.41 - - [2025-10-13 04:15:22] "GET /projects?obj_uuids=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000980 10.0.0.22 - - [2025-10-13 04:15:22] "GET /project/6cffddc3-745e-4363-b5f6-59d12cc4eff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038235 10.0.0.22 - - [2025-10-13 04:15:22] "POST /neutron/network HTTP/1.1" 200 117 0.036298 10.0.0.41 - - [2025-10-13 04:15:23] "POST /useragent-kv HTTP/1.1" 200 115 0.009199 10.0.0.22 - - [2025-10-13 04:15:23] "POST /neutron/subnet HTTP/1.1" 200 828 0.164142 10.0.0.22 - - [2025-10-13 04:15:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.002056 10.0.0.22 - - [2025-10-13 04:15:23] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007828 10.0.0.22 - - [2025-10-13 04:15:23] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.009022 10.0.0.22 - - [2025-10-13 04:15:23] "POST /neutron/network HTTP/1.1" 200 1004 0.012762 10.0.0.22 - - [2025-10-13 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.41 - - [2025-10-13 04:15:23] "GET /projects?obj_uuids=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000846 10.0.0.22 - - [2025-10-13 04:15:23] "GET /project/6cffddc3-745e-4363-b5f6-59d12cc4eff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040872 10.0.0.22 - - [2025-10-13 04:15:23] "POST /neutron/network HTTP/1.1" 200 117 0.014416 10.0.0.41 - - [2025-10-13 04:15:24] "POST /route-targets HTTP/1.1" 200 327 0.013633 10.0.0.41 - - [2025-10-13 04:15:24] "POST /useragent-kv HTTP/1.1" 200 115 0.007677 10.0.0.41 - - [2025-10-13 04:15:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.045342 10.0.0.22 - - [2025-10-13 04:15:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.190541 10.0.0.22 - - [2025-10-13 04:15:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001830 10.0.0.22 - - [2025-10-13 04:15:24] "GET /virtual-network/366b0061-f884-4e71-8e04-0728ffc6af9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006872 10.0.0.22 - - [2025-10-13 04:15:24] "GET /virtual-network/366b0061-f884-4e71-8e04-0728ffc6af9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005824 10.0.0.22 - - [2025-10-13 04:15:24] "POST /neutron/network HTTP/1.1" 200 1006 0.010382 10.0.0.22 - - [2025-10-13 04:15:25] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006241 10.0.0.41 - - [2025-10-13 04:15:25] "DELETE /access-control-list/4533b870-b39b-4d71-af7e-292db5cd6646 HTTP/1.1" 200 115 0.047174 10.0.0.22 - - [2025-10-13 04:15:25] "GET /obj-perms HTTP/1.1" 200 5046 0.059076 10.0.0.19 - - [2025-10-13 04:15:26] "GET /obj-perms HTTP/1.1" 200 5046 0.044865 10.0.0.22 - - [2025-10-13 04:15:26] "GET /virtual-network/366b0061-f884-4e71-8e04-0728ffc6af9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007781 10.0.0.41 - - [2025-10-13 04:15:27] "GET /obj-perms HTTP/1.1" 200 5046 0.054496 10.0.0.22 - - [2025-10-13 04:15:27] "POST /neutron/network HTTP/1.1" 200 1004 0.009351 10.0.0.22 - - [2025-10-13 04:15:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001290 10.0.0.22 - - [2025-10-13 04:15:27] "POST /neutron/network HTTP/1.1" 200 1014 0.010003 10.0.0.41 - - [2025-10-13 04:15:28] "GET /projects?obj_uuids=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.22 - - [2025-10-13 04:15:28] "GET /project/6cffddc3-745e-4363-b5f6-59d12cc4eff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.061471 10.0.0.22 - - [2025-10-13 04:15:28] "POST /neutron/port HTTP/1.1" 200 117 0.006638 10.0.0.41 - - [2025-10-13 04:15:28] "GET /projects?obj_uuids=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001052 10.0.0.22 - - [2025-10-13 04:15:29] "POST /neutron/port HTTP/1.1" 200 1173 0.386698 10.0.0.22 - - [2025-10-13 04:15:29] "POST /neutron/port HTTP/1.1" 200 1227 0.127430 10.0.0.22 - - [2025-10-13 04:15:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003922 10.0.0.22 - - [2025-10-13 04:15:29] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.22 - - [2025-10-13 04:15:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.015651 10.0.0.22 - - [2025-10-13 04:15:34] "POST /neutron/port HTTP/1.1" 200 1201 0.015908 10.0.0.22 - - [2025-10-13 04:15:34] "GET /virtual-machine/86b8997a-d441-4d06-8471-e3d2faed15f7 HTTP/1.1" 401 292 0.000429 10.0.0.22 - - [2025-10-13 04:15:34] "GET /virtual-machine/86b8997a-d441-4d06-8471-e3d2faed15f7 HTTP/1.1" 200 1299 0.027030 10.0.0.22 - - [2025-10-13 04:15:34] "GET /virtual-machine-interface/caa97067-5da8-44e6-8fdd-3e8e3d6b35b5 HTTP/1.1" 200 3175 0.005963 10.0.0.22 - - [2025-10-13 04:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.22 - - [2025-10-13 04:15:34] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004186 10.0.0.22 - - [2025-10-13 04:15:34] "GET /virtual-networks?parent_id=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003040 10.0.0.22 - - [2025-10-13 04:15:34] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006409 10.0.0.22 - - [2025-10-13 04:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.22 - - [2025-10-13 04:15:37] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005906 10.0.0.22 - - [2025-10-13 04:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.22 - - [2025-10-13 04:15:41] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006297 10.0.0.22 - - [2025-10-13 04:15:43] "POST /neutron/port HTTP/1.1" 200 1201 0.020339 10.0.0.22 - - [2025-10-13 04:15:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004189 10.0.0.22 - - [2025-10-13 04:15:43] "POST /neutron/port HTTP/1.1" 200 117 0.001924 10.0.0.22 - - [2025-10-13 04:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.22 - - [2025-10-13 04:15:45] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005076 10.0.0.22 - - [2025-10-13 04:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.22 - - [2025-10-13 04:15:49] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005395 10.0.0.22 - - [2025-10-13 04:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.22 - - [2025-10-13 04:15:54] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005361 10.0.0.22 - - [2025-10-13 04:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.22 - - [2025-10-13 04:15:58] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005426 10.0.0.41 - - [2025-10-13 04:15:58] "DELETE /project/6cffddc3745e4363b5f659d12cc4eff0 HTTP/1.1" 404 173 0.004717 10.0.0.41 - - [2025-10-13 04:15:58] "DELETE /project/a0e068df-8334-4ee8-bd70-1602daf30702 HTTP/1.1" 404 177 0.004205 10.0.0.22 - - [2025-10-13 04:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.22 - - [2025-10-13 04:16:02] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006150 10.0.0.22 - - [2025-10-13 04:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.22 - - [2025-10-13 04:16:06] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006260 10.0.0.22 - - [2025-10-13 04:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.22 - - [2025-10-13 04:16:08] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003860 10.0.0.22 - - [2025-10-13 04:16:08] "GET /virtual-networks?parent_id=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003129 10.0.0.22 - - [2025-10-13 04:16:08] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006936 10.0.0.22 - - [2025-10-13 04:16:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007108 10.0.0.22 - - [2025-10-13 04:16:16] "POST /neutron/port HTTP/1.1" 200 1201 0.042539 10.0.0.22 - - [2025-10-13 04:16:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009026 10.0.0.22 - - [2025-10-13 04:16:29] "POST /neutron/port HTTP/1.1" 200 1201 0.016704 10.0.0.22 - - [2025-10-13 04:16:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007592 10.0.0.22 - - [2025-10-13 04:16:29] "POST /neutron/port HTTP/1.1" 200 1201 0.016090 10.0.0.22 - - [2025-10-13 04:16:29] "POST /neutron/network HTTP/1.1" 200 1004 0.010876 10.0.0.22 - - [2025-10-13 04:16:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001500 10.0.0.22 - - [2025-10-13 04:16:29] "GET /virtual-machine/86b8997a-d441-4d06-8471-e3d2faed15f7 HTTP/1.1" 200 1299 0.004557 10.0.0.22 - - [2025-10-13 04:16:29] "GET /virtual-machine-interface/caa97067-5da8-44e6-8fdd-3e8e3d6b35b5 HTTP/1.1" 200 3175 0.005445 10.0.0.22 - - [2025-10-13 04:16:29] "GET /instance-ip/394838d9-3d09-4231-9bea-cabdea3249ba HTTP/1.1" 200 1634 0.005934 10.0.0.22 - - [2025-10-13 04:16:29] "GET /instance-ip/e9fd02ed-5dfc-4b8b-8e22-59b979bf58d2 HTTP/1.1" 200 1657 0.005958 10.0.0.22 - - [2025-10-13 04:16:29] "POST /fqname-to-id HTTP/1.1" 404 218 0.003940 10.0.0.22 - - [2025-10-13 04:16:29] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006970 10.0.0.41 - - [2025-10-13 04:16:29] "GET /projects?obj_uuids=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.22 - - [2025-10-13 04:16:29] "GET /project/6cffddc3-745e-4363-b5f6-59d12cc4eff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042454 10.0.0.22 - - [2025-10-13 04:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.22 - - [2025-10-13 04:16:29] "GET /security-group/e06e8a6d-5fa7-4605-9496-d0edda4dfbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.005808 10.0.0.22 - - [2025-10-13 04:16:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.076698 10.0.0.22 - - [2025-10-13 04:16:30] "POST /instance-ips HTTP/1.1" 200 357 0.043498 10.0.0.22 - - [2025-10-13 04:16:30] "GET /instance-ip/6657239e-ba55-4c09-8752-773659f577d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1588 0.006162 10.0.0.22 - - [2025-10-13 04:16:30] "POST /instance-ips HTTP/1.1" 200 357 0.048082 10.0.0.22 - - [2025-10-13 04:16:30] "GET /instance-ip/2ce273ec-a491-418e-8bab-1c476fc97623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.007322 10.0.0.22 - - [2025-10-13 04:16:30] "GET /virtual-machine-interface/7e4161cc-e10a-4927-bc1b-7b76e2431383?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.007632 10.0.0.22 - - [2025-10-13 04:16:30] "GET /virtual-machine-interface/7e4161cc-e10a-4927-bc1b-7b76e2431383?fields=instance_ip_back_refs HTTP/1.1" 200 1536 0.007320 10.0.0.22 - - [2025-10-13 04:16:30] "GET /instance-ip/2ce273ec-a491-418e-8bab-1c476fc97623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.006066 10.0.0.22 - - [2025-10-13 04:16:30] "GET /instance-ip/6657239e-ba55-4c09-8752-773659f577d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1588 0.005349 10.0.0.22 - - [2025-10-13 04:16:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001397 10.0.0.22 - - [2025-10-13 04:16:30] "POST /neutron/port HTTP/1.1" 200 1080 0.019531 10.0.0.22 - - [2025-10-13 04:16:30] "POST /neutron/port HTTP/1.1" 200 1080 0.013519 10.0.0.22 - - [2025-10-13 04:16:31] "POST /neutron/port HTTP/1.1" 200 117 0.006539 10.0.0.22 - - [2025-10-13 04:16:31] "POST /neutron/port HTTP/1.1" 200 1080 0.012404 10.0.0.22 - - [2025-10-13 04:16:31] "POST /neutron/port HTTP/1.1" 200 1080 0.011696 10.0.0.22 - - [2025-10-13 04:16:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004739 10.0.0.22 - - [2025-10-13 04:16:32] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.22 - - [2025-10-13 04:16:36] "POST /neutron/port HTTP/1.1" 200 1147 0.020567 10.0.0.22 - - [2025-10-13 04:16:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007381 10.0.0.22 - - [2025-10-13 04:16:36] "GET /virtual-machine/c5fa0a27-67a4-4082-8153-613b87e02a74 HTTP/1.1" 200 1278 0.006912 10.0.0.22 - - [2025-10-13 04:16:36] "GET /virtual-machine-interface/7e4161cc-e10a-4927-bc1b-7b76e2431383 HTTP/1.1" 200 3224 0.005581 10.0.0.22 - - [2025-10-13 04:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.22 - - [2025-10-13 04:16:36] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003881 10.0.0.22 - - [2025-10-13 04:16:36] "GET /virtual-networks?parent_id=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003285 10.0.0.22 - - [2025-10-13 04:16:36] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006365 10.0.0.22 - - [2025-10-13 04:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.22 - - [2025-10-13 04:16:39] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005555 10.0.0.22 - - [2025-10-13 04:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.22 - - [2025-10-13 04:16:43] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005779 10.0.0.22 - - [2025-10-13 04:16:45] "POST /neutron/port HTTP/1.1" 200 1201 0.019756 10.0.0.22 - - [2025-10-13 04:16:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003950 10.0.0.22 - - [2025-10-13 04:16:45] "POST /neutron/port HTTP/1.1" 200 117 0.001082 10.0.0.22 - - [2025-10-13 04:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.22 - - [2025-10-13 04:16:47] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006530 10.0.0.22 - - [2025-10-13 04:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.22 - - [2025-10-13 04:16:51] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005507 10.0.0.22 - - [2025-10-13 04:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.22 - - [2025-10-13 04:16:56] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005764 10.0.0.22 - - [2025-10-13 04:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.22 - - [2025-10-13 04:17:00] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005389 10.0.0.22 - - [2025-10-13 04:17:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.22 - - [2025-10-13 04:17:04] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005324 10.0.0.22 - - [2025-10-13 04:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.22 - - [2025-10-13 04:17:08] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005535 10.0.0.22 - - [2025-10-13 04:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.22 - - [2025-10-13 04:17:12] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006347 10.0.0.22 - - [2025-10-13 04:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.22 - - [2025-10-13 04:17:16] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003682 10.0.0.22 - - [2025-10-13 04:17:16] "GET /virtual-networks?parent_id=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004446 10.0.0.22 - - [2025-10-13 04:17:16] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006156 10.0.0.22 - - [2025-10-13 04:17:16] "POST /neutron/port HTTP/1.1" 200 1147 0.016716 10.0.0.22 - - [2025-10-13 04:17:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009624 10.0.0.22 - - [2025-10-13 04:17:27] "POST /neutron/port HTTP/1.1" 200 1147 0.017266 10.0.0.22 - - [2025-10-13 04:17:31] "GET /obj-perms HTTP/1.1" 200 5056 0.047579 10.0.0.19 - - [2025-10-13 04:17:31] "GET /obj-perms HTTP/1.1" 200 5056 0.040547 10.0.0.22 - - [2025-10-13 04:17:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010435 10.0.0.22 - - [2025-10-13 04:17:37] "POST /id-to-fqname HTTP/1.1" 200 228 0.001416 10.0.0.22 - - [2025-10-13 04:17:37] "POST /neutron/network HTTP/1.1" 200 1016 0.010770 10.0.0.41 - - [2025-10-13 04:17:38] "GET /projects?obj_uuids=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001384 10.0.0.22 - - [2025-10-13 04:17:38] "GET /project/6cffddc3-745e-4363-b5f6-59d12cc4eff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.071772 10.0.0.22 - - [2025-10-13 04:17:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008096 10.0.0.22 - - [2025-10-13 04:17:38] "POST /neutron/network HTTP/1.1" 200 1016 0.010254 10.0.0.22 - - [2025-10-13 04:17:39] "POST /neutron/port HTTP/1.1" 200 1175 0.049642 10.0.0.22 - - [2025-10-13 04:17:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004174 10.0.0.22 - - [2025-10-13 04:17:39] "POST /neutron/port HTTP/1.1" 200 117 0.001125 10.0.0.22 - - [2025-10-13 04:17:43] "POST /neutron/port HTTP/1.1" 200 1203 0.026160 10.0.0.22 - - [2025-10-13 04:17:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007760 10.0.0.22 - - [2025-10-13 04:17:43] "GET /virtual-machine/9ac786ea-eddb-4363-80b6-f69ed2d8e6a3 HTTP/1.1" 200 1300 0.006513 10.0.0.22 - - [2025-10-13 04:17:43] "GET /virtual-machine-interface/9d91bcde-4f2e-4de7-a150-8cd0c1d64685 HTTP/1.1" 200 3175 0.006217 10.0.0.22 - - [2025-10-13 04:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.22 - - [2025-10-13 04:17:43] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003901 10.0.0.22 - - [2025-10-13 04:17:43] "GET /virtual-networks?parent_id=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002813 10.0.0.22 - - [2025-10-13 04:17:44] "GET /virtual-network/366b0061-f884-4e71-8e04-0728ffc6af9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005929 10.0.0.22 - - [2025-10-13 04:17:45] "POST /neutron/port HTTP/1.1" 200 1147 0.019848 10.0.0.22 - - [2025-10-13 04:17:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004556 10.0.0.22 - - [2025-10-13 04:17:45] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.22 - - [2025-10-13 04:17:46] "POST /neutron/port HTTP/1.1" 200 1203 0.017214 10.0.0.22 - - [2025-10-13 04:17:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004258 10.0.0.22 - - [2025-10-13 04:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.22 - - [2025-10-13 04:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.22 - - [2025-10-13 04:17:47] "GET /virtual-network/366b0061-f884-4e71-8e04-0728ffc6af9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007473 10.0.0.22 - - [2025-10-13 04:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.22 - - [2025-10-13 04:17:51] "GET /virtual-network/366b0061-f884-4e71-8e04-0728ffc6af9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005588 10.0.0.22 - - [2025-10-13 04:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.22 - - [2025-10-13 04:17:55] "GET /virtual-network/366b0061-f884-4e71-8e04-0728ffc6af9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005649 10.0.0.22 - - [2025-10-13 04:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.22 - - [2025-10-13 04:17:59] "GET /virtual-network/366b0061-f884-4e71-8e04-0728ffc6af9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005584 10.0.0.22 - - [2025-10-13 04:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.22 - - [2025-10-13 04:18:03] "GET /virtual-network/366b0061-f884-4e71-8e04-0728ffc6af9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006193 10.0.0.22 - - [2025-10-13 04:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.22 - - [2025-10-13 04:18:07] "GET /virtual-network/366b0061-f884-4e71-8e04-0728ffc6af9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005836 10.0.0.22 - - [2025-10-13 04:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.22 - - [2025-10-13 04:18:11] "GET /virtual-network/366b0061-f884-4e71-8e04-0728ffc6af9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005379 10.0.0.22 - - [2025-10-13 04:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.22 - - [2025-10-13 04:18:15] "GET /virtual-network/366b0061-f884-4e71-8e04-0728ffc6af9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005436 10.0.0.22 - - [2025-10-13 04:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.22 - - [2025-10-13 04:18:19] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004192 10.0.0.22 - - [2025-10-13 04:18:19] "GET /virtual-networks?parent_id=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002929 10.0.0.22 - - [2025-10-13 04:18:19] "GET /virtual-network/366b0061-f884-4e71-8e04-0728ffc6af9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005709 10.0.0.22 - - [2025-10-13 04:18:20] "POST /neutron/port HTTP/1.1" 200 1203 0.019320 10.0.0.22 - - [2025-10-13 04:18:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007415 10.0.0.22 - - [2025-10-13 04:18:30] "POST /neutron/port HTTP/1.1" 200 1203 0.016361 10.0.0.41 - - [2025-10-13 04:18:32] "GET /obj-perms HTTP/1.1" 200 5056 0.062751 10.0.0.22 - - [2025-10-13 04:18:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011690 10.0.0.22 - - [2025-10-13 04:18:40] "POST /neutron/port HTTP/1.1" 200 1203 0.015872 10.0.0.22 - - [2025-10-13 04:18:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007849 10.0.0.22 - - [2025-10-13 04:18:41] "POST /neutron/network HTTP/1.1" 200 980 0.021022 10.0.0.22 - - [2025-10-13 04:18:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.001462 10.0.0.22 - - [2025-10-13 04:18:41] "GET /virtual-machine/9ac786ea-eddb-4363-80b6-f69ed2d8e6a3 HTTP/1.1" 200 1300 0.003746 10.0.0.22 - - [2025-10-13 04:18:41] "GET /virtual-machine-interface/9d91bcde-4f2e-4de7-a150-8cd0c1d64685 HTTP/1.1" 200 3175 0.005239 10.0.0.22 - - [2025-10-13 04:18:41] "GET /instance-ip/5d1d75ef-2689-44df-8051-ffee95ae61d5 HTTP/1.1" 200 1655 0.007171 10.0.0.22 - - [2025-10-13 04:18:41] "GET /instance-ip/6dce1a43-1f76-4978-a7f3-ca6c531050cd HTTP/1.1" 200 1636 0.005449 10.0.0.22 - - [2025-10-13 04:18:41] "POST /fqname-to-id HTTP/1.1" 404 230 0.003592 10.0.0.22 - - [2025-10-13 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.41 - - [2025-10-13 04:18:41] "GET /projects?obj_uuids=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001313 10.0.0.22 - - [2025-10-13 04:18:41] "GET /project/6cffddc3-745e-4363-b5f6-59d12cc4eff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040703 10.0.0.22 - - [2025-10-13 04:18:41] "POST /network-policys HTTP/1.1" 200 569 0.025734 10.0.0.22 - - [2025-10-13 04:18:41] "GET /network-policy/d5467354-ed33-4421-a80c-b196d353df0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006855 10.0.0.22 - - [2025-10-13 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.22 - - [2025-10-13 04:18:41] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007146 10.0.0.22 - - [2025-10-13 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.22 - - [2025-10-13 04:18:41] "GET /network-policy/d5467354-ed33-4421-a80c-b196d353df0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004644 10.0.0.22 - - [2025-10-13 04:18:41] "POST /ref-update HTTP/1.1" 200 156 0.059314 10.0.0.22 - - [2025-10-13 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.22 - - [2025-10-13 04:18:41] "GET /network-policy/d5467354-ed33-4421-a80c-b196d353df0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004250 10.0.0.22 - - [2025-10-13 04:18:41] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007643 10.0.0.22 - - [2025-10-13 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.22 - - [2025-10-13 04:18:41] "GET /network-policy/d5467354-ed33-4421-a80c-b196d353df0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004441 10.0.0.22 - - [2025-10-13 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.22 - - [2025-10-13 04:18:41] "GET /virtual-network/366b0061-f884-4e71-8e04-0728ffc6af9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006055 10.0.0.22 - - [2025-10-13 04:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.22 - - [2025-10-13 04:18:41] "GET /network-policy/d5467354-ed33-4421-a80c-b196d353df0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.013966 10.0.0.22 - - [2025-10-13 04:18:41] "POST /ref-update HTTP/1.1" 200 156 0.065369 10.0.0.22 - - [2025-10-13 04:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.016683 10.0.0.22 - - [2025-10-13 04:18:42] "GET /network-policy/d5467354-ed33-4421-a80c-b196d353df0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004241 10.0.0.41 - - [2025-10-13 04:18:42] "PUT /access-control-list/fc548a5d-d551-4319-8f58-9dd309addd18 HTTP/1.1" 200 272 0.058033 10.0.0.22 - - [2025-10-13 04:18:42] "POST /neutron/network HTTP/1.1" 200 1110 0.025380 10.0.0.22 - - [2025-10-13 04:18:42] "GET /virtual-network/366b0061-f884-4e71-8e04-0728ffc6af9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005824 10.0.0.22 - - [2025-10-13 04:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.22 - - [2025-10-13 04:18:42] "GET /network-policy/d5467354-ed33-4421-a80c-b196d353df0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006327 10.0.0.22 - - [2025-10-13 04:18:42] "GET /virtual-machine-interface/9d91bcde-4f2e-4de7-a150-8cd0c1d64685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.007254 10.0.0.41 - - [2025-10-13 04:18:42] "POST /ref-update HTTP/1.1" 200 156 0.037987 10.0.0.22 - - [2025-10-13 04:18:42] "PUT /virtual-machine-interface/9d91bcde-4f2e-4de7-a150-8cd0c1d64685 HTTP/1.1" 200 284 0.043518 10.0.0.22 - - [2025-10-13 04:18:42] "GET /virtual-machine-interface/9d91bcde-4f2e-4de7-a150-8cd0c1d64685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3069 0.005905 10.0.0.22 - - [2025-10-13 04:18:42] "PUT /virtual-machine-interface/9d91bcde-4f2e-4de7-a150-8cd0c1d64685 HTTP/1.1" 200 284 0.019197 10.0.0.22 - - [2025-10-13 04:18:46] "POST /neutron/network HTTP/1.1" 200 1120 0.011471 10.0.0.22 - - [2025-10-13 04:18:46] "POST /neutron/subnet HTTP/1.1" 200 1384 0.014234 10.0.0.22 - - [2025-10-13 04:18:46] "POST /neutron/network HTTP/1.1" 200 1110 0.008986 10.0.0.22 - - [2025-10-13 04:18:47] "POST /neutron/network HTTP/1.1" 200 1118 0.009964 10.0.0.22 - - [2025-10-13 04:18:47] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013785 10.0.0.22 - - [2025-10-13 04:18:47] "POST /neutron/network HTTP/1.1" 200 1108 0.011142 10.0.0.22 - - [2025-10-13 04:19:46] "POST /neutron/network HTTP/1.1" 200 1120 0.009587 10.0.0.22 - - [2025-10-13 04:19:46] "POST /neutron/subnet HTTP/1.1" 200 1384 0.012822 10.0.0.22 - - [2025-10-13 04:19:46] "POST /neutron/network HTTP/1.1" 200 1110 0.009315 10.0.0.22 - - [2025-10-13 04:19:48] "POST /neutron/network HTTP/1.1" 200 1118 0.012144 10.0.0.22 - - [2025-10-13 04:19:48] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014926 10.0.0.22 - - [2025-10-13 04:19:48] "POST /neutron/network HTTP/1.1" 200 1108 0.009569 10.0.0.19 - - [2025-10-13 04:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.19 - - [2025-10-13 04:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.41 - - [2025-10-13 04:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.41 - - [2025-10-13 04:19:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.41 - - [2025-10-13 04:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.41 - - [2025-10-13 04:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.19 - - [2025-10-13 04:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.19 - - [2025-10-13 04:19:54] "GET /global-system-configs HTTP/1.1" 401 292 0.001699 10.0.0.22 - - [2025-10-13 04:19:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.22 - - [2025-10-13 04:19:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.22 - - [2025-10-13 04:19:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.22 - - [2025-10-13 04:19:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.22 - - [2025-10-13 04:20:38] "POST /ref-update HTTP/1.1" 200 156 0.083045 10.0.0.41 - - [2025-10-13 04:20:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.043630 10.0.0.22 - - [2025-10-13 04:20:38] "GET /virtual-network/366b0061-f884-4e71-8e04-0728ffc6af9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007816 10.0.0.22 - - [2025-10-13 04:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.22 - - [2025-10-13 04:20:38] "GET /network-policy/d5467354-ed33-4421-a80c-b196d353df0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004355 10.0.0.22 - - [2025-10-13 04:20:38] "POST /ref-update HTTP/1.1" 200 156 0.059146 10.0.0.22 - - [2025-10-13 04:20:38] "GET /virtual-network/6c1a0455-9946-48c1-8d3b-3de717e73a8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.009162 10.0.0.22 - - [2025-10-13 04:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.22 - - [2025-10-13 04:20:38] "GET /network-policy/d5467354-ed33-4421-a80c-b196d353df0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005236 10.0.0.22 - - [2025-10-13 04:20:38] "DELETE /network-policy/d5467354-ed33-4421-a80c-b196d353df0b HTTP/1.1" 200 115 0.034900 10.0.0.22 - - [2025-10-13 04:20:38] "DELETE /instance-ip/2ce273ec-a491-418e-8bab-1c476fc97623 HTTP/1.1" 200 115 0.061873 10.0.0.41 - - [2025-10-13 04:20:38] "DELETE /access-control-list/fc548a5d-d551-4319-8f58-9dd309addd18 HTTP/1.1" 200 115 0.096806 10.0.0.22 - - [2025-10-13 04:20:38] "DELETE /instance-ip/6657239e-ba55-4c09-8752-773659f577d3 HTTP/1.1" 200 115 0.086647 10.0.0.22 - - [2025-10-13 04:20:39] "DELETE /virtual-machine-interface/7e4161cc-e10a-4927-bc1b-7b76e2431383 HTTP/1.1" 200 115 0.091060 10.0.0.22 - - [2025-10-13 04:20:39] "POST /neutron/port HTTP/1.1" 200 1203 0.060006 10.0.0.22 - - [2025-10-13 04:20:39] "POST /neutron/port HTTP/1.1" 200 1229 0.022003 10.0.0.22 - - [2025-10-13 04:20:39] "POST /neutron/port HTTP/1.1" 200 1227 0.016500 10.0.0.41 - - [2025-10-13 04:20:41] "POST /useragent-kv HTTP/1.1" 200 115 0.025414 10.0.0.41 - - [2025-10-13 04:20:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002840 10.0.0.41 - - [2025-10-13 04:20:41] "DELETE /route-target/aa93c52a-ade5-4c76-9f38-0892f6d7babc HTTP/1.1" 200 115 0.032554 10.0.0.41 - - [2025-10-13 04:20:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004101 10.0.0.41 - - [2025-10-13 04:20:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003762 10.0.0.22 - - [2025-10-13 04:20:41] "POST /neutron/network HTTP/1.1" 200 151 0.182187 10.0.0.22 - - [2025-10-13 04:20:44] "POST /neutron/port HTTP/1.1" 200 117 0.004513 10.0.0.41 - - [2025-10-13 04:20:44] "GET /projects?obj_uuids=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001409 10.0.0.22 - - [2025-10-13 04:20:44] "GET /project/6cffddc3-745e-4363-b5f6-59d12cc4eff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.061645 10.0.0.41 - - [2025-10-13 04:20:44] "GET /projects?obj_uuids=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.22 - - [2025-10-13 04:20:44] "GET /project/6cffddc3-745e-4363-b5f6-59d12cc4eff0?fields=virtual_networks HTTP/1.1" 200 1047 0.045295 10.0.0.41 - - [2025-10-13 04:20:44] "GET /projects?obj_uuids=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.22 - - [2025-10-13 04:20:44] "GET /project/6cffddc3-745e-4363-b5f6-59d12cc4eff0?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.033184 10.0.0.41 - - [2025-10-13 04:20:44] "GET /projects?obj_uuids=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.22 - - [2025-10-13 04:20:44] "GET /project/6cffddc3-745e-4363-b5f6-59d12cc4eff0?fields=security_groups HTTP/1.1" 200 1281 0.038939 10.0.0.22 - - [2025-10-13 04:20:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.030530 10.0.0.41 - - [2025-10-13 04:20:45] "GET /projects?obj_uuids=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003247 10.0.0.41 - - [2025-10-13 04:20:45] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.41 - - [2025-10-13 04:20:45] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030250 10.0.0.41 - - [2025-10-13 04:20:46] "POST /id-to-fqname HTTP/1.1" 200 194 0.002572 10.0.0.41 - - [2025-10-13 04:20:46] "POST /fqname-to-id HTTP/1.1" 404 203 0.002884 10.0.0.41 - - [2025-10-13 04:20:46] "POST /security-groups HTTP/1.1" 200 595 0.032184 10.0.0.41 - - [2025-10-13 04:20:46] "POST /fqname-to-id HTTP/1.1" 404 238 0.006130 10.0.0.41 - - [2025-10-13 04:20:46] "POST /projects HTTP/1.1" 200 593 0.235008 10.0.0.41 - - [2025-10-13 04:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.306511 10.0.0.41 - - [2025-10-13 04:20:46] "POST /access-control-lists HTTP/1.1" 200 598 0.030236 10.0.0.22 - - [2025-10-13 04:20:46] "GET /project/a2214097-90c9-4454-bca3-4c9d284698bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.461468 10.0.0.22 - - [2025-10-13 04:20:47] "GET / HTTP/1.1" 200 35931 0.001539 10.0.0.22 - - [2025-10-13 04:20:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000640 10.0.0.22 - - [2025-10-13 04:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.065427 10.0.0.41 - - [2025-10-13 04:20:49] "GET /projects?obj_uuids=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000846 10.0.0.22 - - [2025-10-13 04:20:49] "GET /project/a2214097-90c9-4454-bca3-4c9d284698bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.036471 10.0.0.41 - - [2025-10-13 04:20:49] "GET /projects?obj_uuids=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001192 10.0.0.22 - - [2025-10-13 04:20:49] "POST /neutron/network HTTP/1.1" 200 609 0.141349 10.0.0.22 - - [2025-10-13 04:20:50] "POST /neutron/network HTTP/1.1" 200 1004 0.012683 10.0.0.22 - - [2025-10-13 04:20:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001225 10.0.0.22 - - [2025-10-13 04:20:50] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005608 10.0.0.22 - - [2025-10-13 04:20:50] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006983 10.0.0.22 - - [2025-10-13 04:20:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.012506 10.0.0.22 - - [2025-10-13 04:20:50] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005295 10.0.0.22 - - [2025-10-13 04:20:51] "GET /obj-perms HTTP/1.1" 200 5038 0.049924 10.0.0.19 - - [2025-10-13 04:20:51] "GET /obj-perms HTTP/1.1" 200 5038 0.048014 10.0.0.22 - - [2025-10-13 04:20:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001367 10.0.0.41 - - [2025-10-13 04:20:53] "GET /projects?obj_uuids=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001044 10.0.0.22 - - [2025-10-13 04:20:53] "GET /project/a2214097-90c9-4454-bca3-4c9d284698bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.062229 10.0.0.22 - - [2025-10-13 04:20:53] "POST /neutron/network HTTP/1.1" 200 1004 0.035907 10.0.0.22 - - [2025-10-13 04:20:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001562 10.0.0.22 - - [2025-10-13 04:20:53] "POST /neutron/port HTTP/1.1" 200 117 0.006864 10.0.0.41 - - [2025-10-13 04:20:53] "GET /projects?obj_uuids=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001125 10.0.0.22 - - [2025-10-13 04:20:54] "POST /neutron/port HTTP/1.1" 200 1173 0.410419 10.0.0.41 - - [2025-10-13 04:20:54] "GET /projects?obj_uuids=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000968 10.0.0.22 - - [2025-10-13 04:20:54] "GET /project/a2214097-90c9-4454-bca3-4c9d284698bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.083604 10.0.0.22 - - [2025-10-13 04:20:54] "POST /neutron/port HTTP/1.1" 200 1227 0.163389 10.0.0.22 - - [2025-10-13 04:20:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006759 10.0.0.22 - - [2025-10-13 04:20:54] "POST /neutron/port HTTP/1.1" 200 1201 0.019186 10.0.0.22 - - [2025-10-13 04:20:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007704 10.0.0.22 - - [2025-10-13 04:20:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001353 10.0.0.22 - - [2025-10-13 04:20:54] "POST /neutron/port HTTP/1.1" 200 1201 0.019324 10.0.0.22 - - [2025-10-13 04:20:55] "POST /neutron/network HTTP/1.1" 200 1014 0.009190 10.0.0.22 - - [2025-10-13 04:20:55] "POST /neutron/port HTTP/1.1" 200 1173 0.024705 10.0.0.41 - - [2025-10-13 04:20:56] "GET /projects?obj_uuids=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001028 10.0.0.22 - - [2025-10-13 04:20:56] "GET /project/a2214097-90c9-4454-bca3-4c9d284698bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.071564 10.0.0.22 - - [2025-10-13 04:20:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010378 10.0.0.22 - - [2025-10-13 04:20:56] "POST /neutron/subnet HTTP/1.1" 200 1394 0.020288 10.0.0.22 - - [2025-10-13 04:20:56] "POST /neutron/network HTTP/1.1" 200 1004 0.013130 10.0.0.22 - - [2025-10-13 04:20:56] "POST /neutron/port HTTP/1.1" 200 117 0.009091 10.0.0.22 - - [2025-10-13 04:20:56] "POST /neutron/port HTTP/1.1" 200 1201 0.025509 10.0.0.22 - - [2025-10-13 04:20:56] "POST /neutron/network HTTP/1.1" 200 1014 0.009422 10.0.0.22 - - [2025-10-13 04:20:56] "GET /virtual-machine/e8d71fdd-5d99-4ab7-b76d-8c9255a484a3 HTTP/1.1" 401 292 0.000455 10.0.0.22 - - [2025-10-13 04:20:57] "POST /neutron/port HTTP/1.1" 200 1173 0.018620 10.0.0.22 - - [2025-10-13 04:20:57] "GET /virtual-machine/e8d71fdd-5d99-4ab7-b76d-8c9255a484a3 HTTP/1.1" 200 1297 0.033459 10.0.0.22 - - [2025-10-13 04:20:57] "GET /virtual-machine-interface/5d6188f8-b09b-40a1-9b43-768e94a8d09f HTTP/1.1" 200 3154 0.012084 10.0.0.22 - - [2025-10-13 04:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.016986 10.0.0.22 - - [2025-10-13 04:20:57] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006272 10.0.0.22 - - [2025-10-13 04:20:57] "GET /virtual-networks?parent_id=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004149 10.0.0.22 - - [2025-10-13 04:20:57] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005184 10.0.0.22 - - [2025-10-13 04:20:57] "POST /neutron/port HTTP/1.1" 200 1201 0.024899 10.0.0.22 - - [2025-10-13 04:20:57] "POST /neutron/subnet HTTP/1.1" 200 1394 0.018230 10.0.0.22 - - [2025-10-13 04:20:57] "POST /neutron/network HTTP/1.1" 200 1004 0.010957 10.0.0.41 - - [2025-10-13 04:20:59] "DELETE /project/a221409790c94454bca34c9d284698bf HTTP/1.1" 404 173 0.003817 10.0.0.41 - - [2025-10-13 04:20:59] "GET /projects?obj_uuids=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000840 10.0.0.41 - - [2025-10-13 04:20:59] "GET /project/6cffddc3-745e-4363-b5f6-59d12cc4eff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.042635 10.0.0.41 - - [2025-10-13 04:20:59] "GET /projects?obj_uuids=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001318 10.0.0.41 - - [2025-10-13 04:20:59] "GET /project/6cffddc3-745e-4363-b5f6-59d12cc4eff0?fields=security_groups HTTP/1.1" 200 1386 0.034750 10.0.0.41 - - [2025-10-13 04:20:59] "DELETE /security-group/e06e8a6d-5fa7-4605-9496-d0edda4dfbfa HTTP/1.1" 200 115 0.058249 10.0.0.41 - - [2025-10-13 04:20:59] "GET /projects?obj_uuids=6cffddc3-745e-4363-b5f6-59d12cc4eff0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001285 10.0.0.41 - - [2025-10-13 04:20:59] "DELETE /access-control-list/47031b15-ea58-4d19-9fe6-c3d9367624e1 HTTP/1.1" 200 115 0.043668 10.0.0.41 - - [2025-10-13 04:20:59] "GET /project/6cffddc3-745e-4363-b5f6-59d12cc4eff0?fields=application_policy_sets HTTP/1.1" 200 1425 0.043756 10.0.0.41 - - [2025-10-13 04:20:59] "DELETE /project/6cffddc3-745e-4363-b5f6-59d12cc4eff0 HTTP/1.1" 200 115 0.389502 10.0.0.22 - - [2025-10-13 04:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.22 - - [2025-10-13 04:21:00] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005896 10.0.0.22 - - [2025-10-13 04:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.22 - - [2025-10-13 04:21:04] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005453 10.0.0.22 - - [2025-10-13 04:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.22 - - [2025-10-13 04:21:08] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006065 10.0.0.22 - - [2025-10-13 04:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.22 - - [2025-10-13 04:21:12] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006149 10.0.0.22 - - [2025-10-13 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.22 - - [2025-10-13 04:21:16] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005434 10.0.0.22 - - [2025-10-13 04:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.22 - - [2025-10-13 04:21:20] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008014 10.0.0.22 - - [2025-10-13 04:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.22 - - [2025-10-13 04:21:25] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006542 10.0.0.22 - - [2025-10-13 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.22 - - [2025-10-13 04:21:29] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006417 10.0.0.22 - - [2025-10-13 04:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.22 - - [2025-10-13 04:21:33] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005635 10.0.0.41 - - [2025-10-13 04:21:34] "GET /obj-perms HTTP/1.1" 200 5056 0.043475 10.0.0.22 - - [2025-10-13 04:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.22 - - [2025-10-13 04:21:37] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005884 10.0.0.22 - - [2025-10-13 04:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.22 - - [2025-10-13 04:21:41] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005569 10.0.0.22 - - [2025-10-13 04:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.22 - - [2025-10-13 04:21:45] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005569 10.0.0.22 - - [2025-10-13 04:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.22 - - [2025-10-13 04:21:47] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003863 10.0.0.22 - - [2025-10-13 04:21:47] "GET /virtual-networks?parent_id=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003360 10.0.0.22 - - [2025-10-13 04:21:47] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006484 10.0.0.22 - - [2025-10-13 04:21:49] "POST /neutron/port HTTP/1.1" 200 1201 0.050207 10.0.0.22 - - [2025-10-13 04:21:49] "POST /neutron/port HTTP/1.1" 200 1201 0.017794 10.0.0.22 - - [2025-10-13 04:21:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005813 10.0.0.22 - - [2025-10-13 04:21:49] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.22 - - [2025-10-13 04:21:49] "POST /neutron/port HTTP/1.1" 200 1201 0.018940 10.0.0.22 - - [2025-10-13 04:21:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003937 10.0.0.22 - - [2025-10-13 04:21:49] "POST /neutron/port HTTP/1.1" 200 117 0.001223 10.0.0.22 - - [2025-10-13 04:21:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008044 10.0.0.22 - - [2025-10-13 04:21:58] "POST /neutron/port HTTP/1.1" 200 1201 0.021391 10.0.0.22 - - [2025-10-13 04:22:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007365 10.0.0.22 - - [2025-10-13 04:22:08] "POST /neutron/port HTTP/1.1" 200 1201 0.017314 10.0.0.22 - - [2025-10-13 04:22:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008107 10.0.0.22 - - [2025-10-13 04:22:13] "POST /neutron/port HTTP/1.1" 200 1201 0.019291 10.0.0.22 - - [2025-10-13 04:22:13] "GET /virtual-machine/111a8875-f233-46a4-a25d-793022068831 HTTP/1.1" 200 1296 0.005707 10.0.0.22 - - [2025-10-13 04:22:13] "GET /virtual-machine-interface/561da2ee-a004-425e-820c-f0e14904d856 HTTP/1.1" 200 3153 0.005880 10.0.0.22 - - [2025-10-13 04:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.22 - - [2025-10-13 04:22:13] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004723 10.0.0.22 - - [2025-10-13 04:22:13] "GET /virtual-networks?parent_id=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003280 10.0.0.22 - - [2025-10-13 04:22:13] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.011765 10.0.0.22 - - [2025-10-13 04:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.22 - - [2025-10-13 04:22:15] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004198 10.0.0.22 - - [2025-10-13 04:22:15] "GET /virtual-networks?parent_id=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004774 10.0.0.22 - - [2025-10-13 04:22:15] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006002 10.0.0.22 - - [2025-10-13 04:22:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008756 10.0.0.22 - - [2025-10-13 04:22:15] "POST /neutron/port HTTP/1.1" 200 1201 0.014997 10.0.0.22 - - [2025-10-13 04:22:15] "GET /virtual-machine/2aa3bb0e-a245-4833-b83f-964fd310275e HTTP/1.1" 200 1296 0.009134 10.0.0.22 - - [2025-10-13 04:22:15] "GET /virtual-machine-interface/f069530c-1313-44a2-8e75-b1a29f6ef150 HTTP/1.1" 200 3155 0.005369 10.0.0.22 - - [2025-10-13 04:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.22 - - [2025-10-13 04:22:15] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004396 10.0.0.22 - - [2025-10-13 04:22:15] "GET /virtual-networks?parent_id=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003984 10.0.0.22 - - [2025-10-13 04:22:15] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006896 10.0.0.22 - - [2025-10-13 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006060 10.0.0.22 - - [2025-10-13 04:22:16] "GET /global-vrouter-config/419b9eec-3fc9-4ec5-a2b7-7390e0e7b218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003999 10.0.0.22 - - [2025-10-13 04:22:16] "GET /virtual-networks?parent_id=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003467 10.0.0.22 - - [2025-10-13 04:22:16] "GET /virtual-network/34253269-501a-4c9e-9237-7a970e40415b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006665 10.0.0.22 - - [2025-10-13 04:22:16] "GET /virtual-machine-interface/f069530c-1313-44a2-8e75-b1a29f6ef150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005891 10.0.0.22 - - [2025-10-13 04:22:16] "PUT /virtual-machine-interface/f069530c-1313-44a2-8e75-b1a29f6ef150 HTTP/1.1" 200 284 0.015964 10.0.0.22 - - [2025-10-13 04:22:50] "POST /neutron/port HTTP/1.1" 200 1201 0.053636 10.0.0.22 - - [2025-10-13 04:22:50] "POST /neutron/network HTTP/1.1" 200 1014 0.011484 10.0.0.22 - - [2025-10-13 04:22:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003715 10.0.0.22 - - [2025-10-13 04:22:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003950 10.0.0.22 - - [2025-10-13 04:22:50] "POST /neutron/port HTTP/1.1" 200 117 0.001114 10.0.0.22 - - [2025-10-13 04:22:50] "POST /neutron/port HTTP/1.1" 200 117 0.001626 10.0.0.22 - - [2025-10-13 04:23:37] "POST /neutron/network HTTP/1.1" 400 204 0.015177 10.0.0.22 - - [2025-10-13 04:23:37] "POST /neutron/port HTTP/1.1" 200 1201 0.071785 10.0.0.22 - - [2025-10-13 04:23:37] "POST /neutron/port HTTP/1.1" 200 151 0.305769 10.0.0.22 - - [2025-10-13 04:23:38] "POST /neutron/port HTTP/1.1" 200 151 0.354104 10.0.0.41 - - [2025-10-13 04:23:39] "DELETE /route-target/1b0ecdef-2ec0-4ac3-933d-b9bf9a232875 HTTP/1.1" 200 115 0.024388 10.0.0.41 - - [2025-10-13 04:23:40] "GET /projects?obj_uuids=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001029 10.0.0.22 - - [2025-10-13 04:23:40] "GET /project/a2214097-90c9-4454-bca3-4c9d284698bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.045164 10.0.0.41 - - [2025-10-13 04:23:40] "GET /projects?obj_uuids=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000891 10.0.0.22 - - [2025-10-13 04:23:40] "GET /project/a2214097-90c9-4454-bca3-4c9d284698bf?fields=virtual_networks HTTP/1.1" 200 1040 0.040886 10.0.0.41 - - [2025-10-13 04:23:40] "GET /projects?obj_uuids=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001021 10.0.0.22 - - [2025-10-13 04:23:40] "GET /project/a2214097-90c9-4454-bca3-4c9d284698bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.042495 10.0.0.41 - - [2025-10-13 04:23:40] "GET /projects?obj_uuids=a2214097-90c9-4454-bca3-4c9d284698bf&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000877 10.0.0.22 - - [2025-10-13 04:23:40] "GET /project/a2214097-90c9-4454-bca3-4c9d284698bf?fields=security_groups HTTP/1.1" 200 1270 0.034513 10.0.0.22 - - [2025-10-13 04:23:41] "POST /fqname-to-id HTTP/1.1" 404 188 0.029987 10.0.0.41 - - [2025-10-13 04:23:41] "GET /projects?obj_uuids=2c6ec67d-9f79-4943-8e88-a79558167599&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003654 10.0.0.41 - - [2025-10-13 04:23:41] "GET /domains?obj_uuids=3f9f083c-1111-458a-a630-ac922d5b730c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.41 - - [2025-10-13 04:23:41] "GET /domain/3f9f083c-1111-458a-a630-ac922d5b730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008817 10.0.0.41 - - [2025-10-13 04:23:42] "POST /id-to-fqname HTTP/1.1" 200 190 0.003672 10.0.0.41 - - [2025-10-13 04:23:42] "POST /fqname-to-id HTTP/1.1" 404 199 0.004289 10.0.0.41 - - [2025-10-13 04:23:42] "POST /security-groups HTTP/1.1" 200 591 0.026845 10.0.0.41 - - [2025-10-13 04:23:42] "POST /projects HTTP/1.1" 200 585 0.222025 10.0.0.41 - - [2025-10-13 04:23:42] "POST /fqname-to-id HTTP/1.1" 404 233 0.006605 10.0.0.41 - - [2025-10-13 04:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.292933 10.0.0.22 - - [2025-10-13 04:23:42] "GET /project/2c6ec67d-9f79-4943-8e88-a79558167599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.435633 10.0.0.41 - - [2025-10-13 04:23:42] "DELETE /access-control-list/96b8ac73-4985-4555-b92d-31dbe25e6f9f HTTP/1.1" 200 115 0.043233 10.0.0.22 - - [2025-10-13 04:23:43] "GET / HTTP/1.1" 200 35931 0.003160 10.0.0.41 - - [2025-10-13 04:23:48] "GET /projects?obj_uuids=2c6ec67d-9f79-4943-8e88-a79558167599&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001120 10.0.0.22 - - [2025-10-13 04:23:48] "GET /project/2c6ec67d-9f79-4943-8e88-a79558167599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.048126 10.0.0.41 - - [2025-10-13 04:23:48] "GET /projects?obj_uuids=2c6ec67d-9f79-4943-8e88-a79558167599&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001008 10.0.0.22 - - [2025-10-13 04:23:49] "GET /project/2c6ec67d-9f79-4943-8e88-a79558167599?fields=virtual_networks HTTP/1.1" 200 1031 0.044703 10.0.0.41 - - [2025-10-13 04:23:49] "GET /projects?obj_uuids=2c6ec67d-9f79-4943-8e88-a79558167599&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001212 10.0.0.22 - - [2025-10-13 04:23:49] "GET /project/2c6ec67d-9f79-4943-8e88-a79558167599?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.049802 10.0.0.41 - - [2025-10-13 04:23:49] "GET /projects?obj_uuids=2c6ec67d-9f79-4943-8e88-a79558167599&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001088 10.0.0.22 - - [2025-10-13 04:23:49] "GET /project/2c6ec67d-9f79-4943-8e88-a79558167599?fields=security_groups HTTP/1.1" 200 1257 0.048167 10.0.0.41 - - [2025-10-13 04:23:59] "DELETE /project/a2214097-90c9-4454-bca3-4c9d284698bf HTTP/1.1" 404 177 0.007402 10.0.0.41 - - [2025-10-13 04:23:59] "DELETE /project/2c6ec67d9f7949438e88a79558167599 HTTP/1.1" 404 173 0.004744 10.0.0.41 - - [2025-10-13 04:23:59] "GET /projects?obj_uuids=2c6ec67d-9f79-4943-8e88-a79558167599&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.41 - - [2025-10-13 04:23:59] "GET /project/2c6ec67d-9f79-4943-8e88-a79558167599?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.039232 10.0.0.41 - - [2025-10-13 04:23:59] "GET /projects?obj_uuids=2c6ec67d-9f79-4943-8e88-a79558167599&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000975 10.0.0.41 - - [2025-10-13 04:23:59] "GET /project/2c6ec67d-9f79-4943-8e88-a79558167599?fields=security_groups HTTP/1.1" 200 1362 0.055161 10.0.0.41 - - [2025-10-13 04:23:59] "DELETE /security-group/5626dc68-afe0-4c4b-9864-b77b08226a84 HTTP/1.1" 200 115 0.063365 10.0.0.41 - - [2025-10-13 04:23:59] "GET /projects?obj_uuids=2c6ec67d-9f79-4943-8e88-a79558167599&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000996 10.0.0.41 - - [2025-10-13 04:23:59] "GET /project/2c6ec67d-9f79-4943-8e88-a79558167599?fields=application_policy_sets HTTP/1.1" 200 1401 0.058167 10.0.0.41 - - [2025-10-13 04:24:00] "DELETE /project/2c6ec67d-9f79-4943-8e88-a79558167599 HTTP/1.1" 200 115 0.419296 10.0.0.22 - - [2025-10-13 04:24:37] "GET /obj-perms HTTP/1.1" 200 5056 0.055254 10.0.0.19 - - [2025-10-13 04:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.19 - - [2025-10-13 04:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.41 - - [2025-10-13 04:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000584 10.0.0.41 - - [2025-10-13 04:24:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.41 - - [2025-10-13 04:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.001070 10.0.0.41 - - [2025-10-13 04:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.19 - - [2025-10-13 04:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.19 - - [2025-10-13 04:24:54] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.22 - - [2025-10-13 04:24:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.22 - - [2025-10-13 04:24:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.22 - - [2025-10-13 04:24:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.22 - - [2025-10-13 04:24:56] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.19 - - [2025-10-13 04:25:37] "GET /obj-perms HTTP/1.1" 200 5056 0.047443 10.0.0.41 - - [2025-10-13 04:25:37] "GET /obj-perms HTTP/1.1" 200 5056 0.056548 [Introspect:8084]10.0.0.41 - - [2025-10-13 04:26:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001019 [Introspect:8084]10.0.0.41 - - [2025-10-13 04:26:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000982